/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.1
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... */ 


/* =================== */
/* === Site header === */
/* =================== */

/* header */

@media(min-width:992px) {
	
	.home .fl-page-header {
	position: absolute;
	z-index: 5;
	width: 100%;
	top: 0;
	left: 0;
}

.home .fl-page-header-primary {
	background: none;
}
	
}


.fl-page-nav-right .fl-page-nav ul.navbar-nav>li a,
.fl-page-nav-right .fl-page-nav ul.navbar-nav li a {
	font-size: 24px;
}

@media (min-width: 992px) {
	
	/* Site header */
	.fl-page-nav-right .fl-page-header-wrap {
    border-bottom: none;
    }
	
	/* Site header - Logo */
	.fl-page-nav-right .fl-page-header-logo {
    padding: 0 110px 0 0;
    }
}


/* =================== */
/* === Added fonts === */
/* =================== */
h1, h2, h3,
.fl-page-nav-right .fl-page-nav ul.navbar-nav>li a,
.fl-page-nav-right .fl-page-nav ul.navbar-nav li a,
.fl-button,
.heading-font,
.heading-font *,
.businesslist-single-btn-cont, p {
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1.2px;
}

/* ====================== */
/* === Home section 3 === */
/* ====================== */


.section-3-header-container {
	position: relative;
	z-index: 2;
}

.testimonial-center,
.testimonial-side {
	display: flex;
	align-items: center;
}

.testimonial-side {
	background: rgb(17,182,195,.7);
	height: 600px;
	padding: 20px;
}

.testimonial-center {
	background: rgba(253,164,42,.7);
	height: 600px;
	padding: 20px;
}

.section-3 .fl-row-content-wrap {
	padding: 0;
}

@media(max-width:768px) {
	/* home testimonials mobile adjustments */
	.section-3 .fl-col-small:not(.fl-col-small-full-width) {
		max-width: 100%;
    }
	
	.testimonial-side, .testimonial-center {
		height: 100%;
		min-height: 350px;
	}
	
	.testimonial-first {
		padding-top: 200px;
		padding-bottom: 100px;
	}
}

/* ====================== */
/* === Home section 4 === */
/* ====================== */

/* Disable carousel's horizontal scroll */
.home-section-4-carousel-container {
	overflow: hidden;
}



/* Form submit button */
/*
body .gform_wrapper .gform_footer input.button, 
body .gform_wrapper .gform_footer input[type=submit], 
body .gform_wrapper .gform_page_footer input.button, 
body .gform_wrapper .gform_page_footer input[type=submit],
.businesslist-single-btn-cont a:link,
.businesslist-single-btn-cont a:visited,
button, 
input[type=button], 
input[type=submit],
button.woocommerce-button.button.woocommerce-form-login__submit,
.button-box a {
	color: #fff;
	padding: 14px 25px 13px 25px;
	letter-spacing: 0;
	font-weight: 500;
    font-size: 3.2rem;
	font-family: bebas-neue, sans-serif;
	background: #f8971d;
    border: none;
	transition: all .2s;
	text-decoration: none;
	border: none;
	line-height: 1;
}


body .gform_wrapper .gform_footer input.button:hover, 
body .gform_wrapper .gform_footer input[type=submit]:hover, 
body .gform_wrapper .gform_page_footer input.button:hover, 
body .gform_wrapper .gform_page_footer input[type=submit]:hover,
.businesslist-single-btn-cont a:hover,
button.button.submit:hover,
button.woocommerce-button.button.woocommerce-form-login__submit:hover,
.button-box a:hover,
input[type=submit]:hover {
	background: #ed9640;
	color: #fff;
	text-decoration: none;
}
*/