/*
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... */
/* roboto-slab-regular - latin-ext_latin */
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-slab-v13-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
url('../fonts/roboto-slab-v13-latin-ext_latin-regular﹖.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-slab-v13-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-slab-v13-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-slab-v13-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-slab-v13-latin-ext_latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-700 - latin-ext_latin */
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-slab-v13-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
url('../fonts/roboto-slab-v13-latin-ext_latin-700﹖.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-slab-v13-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-slab-v13-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-slab-v13-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-slab-v13-latin-ext_latin-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin-ext_latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v27-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
url('../fonts/roboto-v27-latin-ext_latin-regular﹖.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-v27-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-v27-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-v27-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-v27-latin-ext_latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin-ext_latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/roboto-v27-latin-ext_latin-italic.eot'); /* IE9 Compat Modes */
	src: local(''),
url('../fonts/roboto-v27-latin-ext_latin-italic﹖.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-v27-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-v27-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-v27-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-v27-latin-ext_latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin-ext_latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v27-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
url('../fonts/roboto-v27-latin-ext_latin-700﹖.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-v27-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-v27-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-v27-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-v27-latin-ext_latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700italic - latin-ext_latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/roboto-v27-latin-ext_latin-700italic.eot'); /* IE9 Compat Modes */
	src: local(''),
url('../fonts/roboto-v27-latin-ext_latin-700italic﹖.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/roboto-v27-latin-ext_latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/roboto-v27-latin-ext_latin-700italic.woff') format('woff'), /* Modern Browsers */
url('../fonts/roboto-v27-latin-ext_latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/roboto-v27-latin-ext_latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
body {
	font-family: "Roboto",sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Roboto Slab",serif;
}
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-always.fl-page-nav-right .fl-page-header-row .fl-page-header-logo {
	padding-bottom: 0;
}

.fl-page-header-primary .fl-logo-img {
	max-height: 121px;
}

.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-always .fl-page-nav-collapse {
	margin-top: 20px;
}