/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Template: bb-theme
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
Description: An example child theme that can be used as a starting point for custom development.
Version: 1.0.1589268916
Updated: 2020-05-12 07:35:16

*/

.home .fl-page-header {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
}

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

.home .fl-page-nav-right .fl-page-header-wrap {
    border-bottom: none;
}

.home #menu-main-menu li a {
    color: #fff;
}

#menu-main-menu li a {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #444;
    font-weight: 500;
}

#flsearchform {
    color: #fff;
}

#menu-main-menu li a::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #f9b431;
    position: absolute;
    left: 8px;
    top: 22px;
    border-radius: 50%;
    opacity: 0;
	transition: all ease 0.3s;
}

#menu-main-menu li a:hover::before {
	opacity: 1;
}

.fl-page-footer {
    border-top: none;
    background: #333333;
}

.fl-page-footer-text span {
    color: #fff !important;
}

.service-blurb .uabb-infobox {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}

.service-blurb .uabb-infobox {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    padding: 40px;
}

.uabb-testimonial-author-description {
    background-image: linear-gradient(45deg,#f99131,#f9b431);
    padding: 60px !important;
    border-radius: 7px;
}

.wpcf7-textarea {
    height: 150px !important;
}

.wpcf7-form-control.wpcf7-submit {
    background: #f99531;
    border-color: #f99531;
    color: #ffffff !important;
    width: 130px;
    height: 45px;
    border-radius: 25px;
}

.current-menu-item a::before {
    opacity: 1 !important;
}

.sub-menu li a::before {
    display: none !important;
}


.sub-menu li a {
    color: #444 !important;
}

#menu-footer-menu li a {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #444;
    font-weight: 500;
}

#menu-footer-menu li {
    margin: 0px 15px;
    display: inline-block;
}

#menu-footer-menu {
    margin: 0;
    text-align: center;
}

.phone {
    font-family: 'Impact', sans serif;
    color: #fff !important;
    -webkit-text-stroke: 1.0px #000000;
    text-shadow: 2px 1px 3px #000;
    font-size: 40px;
    line-height: 60px;
}

@media screen and (max-width: 767px) {
	.home .fl-page-header {
    	position: relative;
	}
	
	.home .fl-page-header-primary {
    	background-color: #fff;
	}
	
	#menu-main-menu li a {
    	color: #444 !important;
    	padding-left: 25px !important;
	}
	
	.sub-menu li a {
    	padding-left: 45px !important;
	}
}

@media screen and (max-width: 480px) {
	#menu-footer-menu li a {
    	font-size: 12px;
    	line-height: 16px;
	}
	
	#menu-footer-menu li {
    	margin: 0px 8px;
	}
}