/*
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... */ 
/* Custom Fonts */
/* Generated by Fontie <http://fontie.pixelsvsbytes.com> */
@font-face {
    font-family:'Cubano';
    src: url('fonts/Cubano-Regular.eot');
	src: url('fonts/Cubano-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Cubano-Regular.woff2') format('woff2'),
		url('fonts/Cubano-Regular.woff') format('woff'),
		url('fonts/Cubano-Regular.svg#Cubano-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FC;
}
@font-face {
    font-family: 'ClaireHand-Bold';
    src: url('fonts/clairehandbold-webfont.eot');
    src: url('fonts/clairehandbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/clairehandbold-webfont.woff2') format('woff2'),
         url('fonts/clairehandbold-webfont.woff') format('woff'),
         url('fonts/clairehandbold-webfont.ttf') format('truetype'),
         url('fonts/clairehandbold-webfont.svg#claire_handbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family:'Brooklyn-Light';
    src: url('fonts/Brooklyn-Light.eot');
	src: url('fonts/Brooklyn-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Brooklyn-Light.woff2') format('woff2'),
		url('fonts/Brooklyn-Light.woff') format('woff'),
		url('fonts/Brooklyn-Light.svg#Brooklyn-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

/* Standard fixes *******************************************/ 
/* Remove header-border */
body {text-rendering: optimizeLegibility;}
@media (min-width:992px) {
	.fl-page-nav-right .fl-page-header-wrap {border-bottom: 0px;}
}
/* Changes logo/nav area from 33%/66% (logo/navigation) to 25%/75% */
@media (min-width:992px) {
	header.fl-page-header div.col-md-4.fl-page-header-logo-col {width:20%;}
	header.fl-page-header div.col-md-8.fl-page-nav-col {width:80%;}
	/* fixed/shrink */
	header.fl-page-header div.col-md-3.fl-page-logo-wrap {width:20%;}
	header.fl-page-header div.col-md-9.fl-page-fixed-nav-wrap {width:80%;}
}

@media (min-width:992px) and (max-width:1300px) {
.fl-page-nav .navbar-nav li > a {
	letter-spacing:inherit !important;
}	
}

@media (min-width:992px) and (max-width:1200px) {
	.fl-page-nav .navbar-nav li > a {padding: 15px 8px; font-size:13px;}
}
@media (max-width:992px){
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav ul.sub-menu li {
	border-top: 0px dashed #3a365e;
}
}
.fl-page-nav-toggle-icon.fl-page-nav-toggle-visible-medium-mobile .fl-page-nav .navbar-toggle {
	top: 27px;
}

/* set maximum page width to 1920px */
.fl-full-width .fl-page {
	max-width: 1920px;
}
.fl-full-width .fl-page-header-container.container {
	width: 100%;
}

/* Powerpack logo fix for IE 11 */
.fl-module img.logo-image {
	max-width: 120px !important;
}

/* Text styles ***************/
/* Match Menu to main site */
.fl-page-nav .navbar-nav li > a {
	letter-spacing: 0.1em;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-ancestor > a, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-parent > a {
	color: #FFF;
}

.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-ancestor > a:hover, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li.current-menu-parent > a:hover {
	color: #87af24;
}


h5 {
	font-family:'ClaireHand-Bold';
}

.pp-content-post .pp-post-title {
	font-size: 26px;
	text-transform: none;
	line-height: 1.3em;
}

/* Blog Post Heading Styles ***********/
body .fl-post-feed-post {
	border-bottom: 1px solid #e6e6e6;
}
body .fl-post-feed-post:last-child {
	border-bottom: 0px;
}
body h2.fl-post-feed-title {
	margin:0px 0px 10px;
}


.fl-module-fl-post-content h2 {
	font-size: 38px;
}
.fl-module-fl-post-content h3 {
	font-family:'ClaireHand-Bold'!important;
	font-size: 28px;
	margin: 1.5em 0 1em;
}

/* Similar Posts Styles ***********/
body h2.fl-post-grid-title {
	font: 22px 'Brooklyn-Light' !important;
	margin-top: 10px !important;
}

/* Home Page Sidebar Post-Feed ***********/
body.home .fl-post-feed--post {padding-top:10px; padding-bottom:10px; margin:0px;}
body.home .fl-post-feed-post {padding:10px 0px;}
body.home .fl-post-feed-header {margin:10px 0px;}
body.home h2.fl-post-feed-title {font:20px Brooklyn-Light; margin:0px;}

.fl-module-content h1, .fl-module-content h2, h3, h4, h5, h6 { margin: 1.5em 0 0.5em;}

.fl-page-content p { margin: 0 0 25px;}

.fl-page-content ul, .fl-page-content ol { margin-bottom: 30px !important;}

.fl-page-content li  { margin-bottom: 10px !important;}

.fl-post-meta { font-size: 15px;}


/* Main Menu CTA button **************/
.fl-page-header ul.navbar-right > li:last-child a, .fl-page-header ul.navbar-right > li:last-child a:active {
    color: #ffffff !important;
    background: #95c11f;
    padding: 6px 16px !important;
    margin: 9px 0 0 12px;
    border-radius: 6px;
    -webkit-transition: all .1s ease-in-out !important;
    -moz-transition: all .1s ease-in-out !important;
    -ms-transition: all .1s ease-in-out !important;
    -o-transition: all .1s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}

.fl-page-header ul.navbar-right > li:last-child a:hover {
    /* color: #87af24 !important;*/
    background: #87af24!important;
}

.fl-page-header-fixed ul.navbar-right > li:last-child a, .fl-page-header-fixed ul.navbar-right > li:last-child a:active {
	margin: 4px 0 0 12px;
}

@media (max-width:767px) {
	.fl-page-header ul.navbar-right > li:last-child a, .fl-page-header ul.navbar-right > li:last-child a:active {
		margin: 0px; display: inline-table;}
}

/* Quote - Testimonial on Text Module **************/
.mt-testimonial {
	font-size: 19px; 
	font-weight: 400; 
	line-height: 1.6em; 
	text-align: left;
	margin-left: 20px;
}

.mt-testimonial .fl-rich-text {
	font-style: italic;
}
 
.mt-testimonial .fl-rich-text::before {
    position: relative;
    line-height: 0;
    top: 60px;
    left: -30px;
    content: "\201C";
    font-size: 190px;
    font-style: normal;
    font-family: sans-serif;
    color: rgba(61, 193, 189, 0.12);
    display: block;
}

.mt-testimonial .fl-callout-photo {
	width: 80px !important;
	height: auto !important;
}

.mt-testimonial .fl-callout-text  {
	font-size: 15px;
	margin: -10px 0 -10px 0;
}
.mt-testimonial em  {
	font-size: 15px;
	font-style: normal;
}

.highlight {
    font-size: 25px;
    line-height: 1.5em;
    color: #3dc1bd;
    letter-spacing: 0.01em;
}

/* hides message field on BB Contact form */
.fl-input-group.fl-message {display:none;}

/* Gravity Form Customization ***********/
.minimal .gform_wrapper .top_label .gfield_label {
    display: none;
}

body .minimal .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 1.375em;
}

.gform_wrapper .gform_footer input[type=submit] {
	padding: 12px 25px;
}

/* Mobile adjustments **************/
@media (max-width: 768px) {
        /* Force narrow columns on mobile to be 100% */
        .fl-col-small {	max-width: 100%;}
        
        /* Center content in custom footer */
        .mt-footer, .fl-icon-group-left { text-align: center;}
        
        /* Force pullquote module fullwidth */
        .fl-module .pp-pullquote-wrapper {max-width: 100% !important;}
}

/* Shrink largest headers on smaller devices */
@media (max-width: 767px) {
                h1, h1.fl-heading {font-size:50px;}
                h2, h2.fl-heading {font-size:40px;}
}
@media (max-width: 479px) {
                h1, h1.fl-heading {font-size:40px;}
                h2, h2.fl-heading {font-size:32px;}
}


/**** Add your customization here *************************/ 

/*** Default button styles ***/

.fl-builder-content .fl-node-content a.fl-button, a.pp-button, .pp-modal-button a {
  	font-size:17px !important;
	border: 0!important;
	border-radius: 8px!important; 
	-moz-border-radius: 8px!important; 
  	-webkit-border-radius: 8px!important; 
	padding: 14px 24px !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: bold !important;
	min-width: 150px;
}

a.fl-button *, a.fl-button:visited *, .fl-builder-content a.fl-button *, .fl-builder-content a.fl-button:visited * {
		color: #ffffff !important;
}
.pp-modal-trigger .pp-modal-trigger-text {
	font-size: inherit !important;
}

/*** Image Drop-Shadow ***/
.drop-shadow img {
	box-shadow: 6px 5px 20px 2px rgba(0, 0, 0, 0.29);
	transition: all .2s ease-in-out;
}
.drop-shadow:hover a img {
	box-shadow: 10px 10px 25px 2px rgba(0, 0, 0, 0.5);
}

.page-id-3546 .drop-shadow a img:hover {
	margin-top: -5px;
	margin-bottom: 5px;
}

/*** Image Drop-Shadow Light ***/
.drop-shadow-light img {
	box-shadow: 0px 0px 50px 0px rgba(255, 255, 255, 0.29);
	transition: all .2s ease-in-out;
}


/*** PP Image Img Zoom Hover ***/
.fl-module-pp-image img {
	transition: all .5s ease-in-out;
}

.fl-module-pp-image:hover img {
	transform: scale(1.05);
}


/*** Callout Module ***/
.fl-callout-text {
	margin: 30px 0 15px;
}

/*** Resources page styles ***/
body.page-id-3546 h3.fl-callout-title {
	    padding: 10px 0 10px 0 !important;
}

/*** Sidebar styles ***/

.sidebar .widget_categories h2 {
	font-family:'Cubano'!important;
}
.sidebar .fl-post-feed-post {
	padding: 10px 0;
}
.sidebar h2 {
    line-height: 0.55;
	font-family:'Brooklyn-Light' !important;
}

/* Change sub-menu width, if needed **************
.fl-page-nav ul.sub-menu {
        width: 273px;
}
*/



body.archive article .row {margin-left:0px; margin-right:0px;}
body.single.single-post .fl-post-grid-post, body.single.single-fl-theme-layout .fl-post-grid-post {
	border:0px;
}
body.single.single-post h1.fl-heading, body.single.single-fl-theme-layout h1.fl-heading {
	font-size:45px;
}


.widget_categories h2 {font-size:24px; }
.widget_sub_categories h2.widgettitle {font:24px Cubano !important;}
.widget_sub_categories li.cat-item	{font:15px "Montserrat", sans-serif !important; 
	letter-spacing:.1em; text-transform:uppercase;}
.widget_sub_categories li.cat-item a {
	display:flex;
	font: 15px "Montserrat", sans-serif !important;
	letter-spacing: .06em;
	text-transform: uppercase;
	background-color: rgba(32, 30, 52, 0.14);
	padding: 7px 15px;
}
.fl-page-content .widget_sub_categories li.cat-item {margin-bottom:3px !important;}
.widget_sub_categories li.cat-item a {color:#1c1d1d;}
.widget_sub_categories li.cat-item:hover {background-color: rgba(32, 30, 52, 0.24);}

/*
@media (min-width:992px) {
#stickysidebar, .sidebar-optin-column {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}
}
*/