/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 




@font-face {
    font-family: 'Nexa Free Light';
    src: url('https://elitespeakersagency.com/wp-themes/bb-theme-child/fonts/Nexa_Free_Light-webfont.woff2') format('woff2'),
         url('https://elitespeakersagency.com/wp-themes/bb-theme-child/fonts/Nexa_Free_Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Nexa Free Bold';
    src: url('https://elitespeakersagency.com/wp-themes/bb-theme-child/fonts/Nexa_Free_Bold-webfont.woff2') format('woff2'),
         url('https://elitespeakersagency.com/wp-themes/bb-theme-child/fonts/Nexa_Free_Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.fl-speaker-topic {
    height: 70px;
    /* -webkit-column-count: 2; 
    -moz-column-count: 2; */
    /* column-count: 2;
    width: 380px; */
    padding: 0;
}
.fl-speaker-topic li {
    /* display: inline-block; /*necessary*/ */
	display: block;
	/* column-width: 180px; */
	font-size: 16px;
}

/* .fl-speaker-topic li:before {
	content: '- ';
} */

/* TWEAK TO TOPICS COLUMN */
@media (max-width:768px) {
	#topics-columns {
		padding-bottom: 20px;
		padding-left: 20px;
	}
}

/* GETS RID OF WORDPRESS ADDING P TAG TO POWER ONE-LINER QUOTES - DO NOT DELETE OR MODIFY THIS */
.power-quote p {
    display: inline;
}
.power-quote {
    text-align: center;
}