/*
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... */ 

p {

}

#banner-header-btn a {
    background: transparent !important;
    border: solid 1px #FFFFFF;
    color: #FFFFFF !important;
}

#banner-header-btn a:hover {
    background: transparent !important;
    border: solid 1px #FFFFFF;
    color: #FFFFFF !important;
}

#banner-header-btn .fl-button-text:hover {
    color: #FFFFFF !important;
}

#custom-testimonial p {
    background: #eeeeee;
    color: #000000;
    padding: 30px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 30px;
}

#clicktocall a {
    border-color: #333333 !important;
}
#menu-footer-menu {
    text-align: center;
}
#menu-footer-menu li {
    display: inline-block;
    vertical-align: top;
    margin: 5px 15px;
}
#menu-footer-menu a {
    color: #35322f;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
}
#nav_menu-2 {
    margin-bottom: 0;
}
.fl-page-footer {
    border-top: none;
}
.fl-page-footer-widgets-container.container {
    background: #fff;
    border-top: 1px solid #ccc;
}
.fl-page-footer-widgets {
    border-top: none;
    border-color: none;
    background-color: transparent;
}
.fl-page-footer-widgets {
    background: #fff;
}
.wpcf7-form-control.wpcf7-submit {
    text-align: center;
    margin: 0 auto;
    display: block;
}
.fl-logo-text {
    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;
}
/* Move the page content up to cover the header */
/* Sized for default small device breakpoint of 768 px - change this value if you have a custom breakpoint */
@media (min-width: 768px) { 
  .home .fl-page-content {
     margin-top: -182px; /*Adjust depending on the height of the header for medium devices*/
}
/* Stack the header on top of the content and make the background transparent */
  .home .fl-page-header-primary {
     position: relative;
     z-index: 3;
     background: none;
  }
}
/* For large screens, change the margin-top value to accommodate the narrower heading */
@media (min-width: 992px) {
  .home .fl-page-content {
    margin-top: -116px; /*Adjust depending on the height of the header for large devices*/
  }
}

.home #menu-main-menu-1 li a {
    color: #FFFFFF;
    text-transform: uppercase;
}

#menu-main-menu-1 li a {
    color: #333333;
    text-transform: uppercase;
}

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

.fl-page-header-fixed ul li a {
    color: #333333 !important;
    text-transform: uppercase !important;
}

label {
    font-weight: normal;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border: solid 1px #999999;
    border-radius: 0px;
    background: #FFFFFF;
}

.wpcf7-form-control.wpcf7-textarea {
    border: solid 1px #999999;
    border-radius: 0px;
    height: 100px;
}

.wpcf7-form-control.wpcf7-submit {
    background: #FFFFFF;
    color: #333333;
    border: solid 1px #333333;
    border-radius: 0px;
    padding: 10px 25px;
}

.wpcf7-form-control.wpcf7-submit:focus {
    background: #FFFFFF;
    color: #333333;
    border: solid 1px #333333;
    border-radius: 0px;
    padding: 10px 25px;
}

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

@media screen and (max-width: 767px) {
 	#custom-banner .fl-row-content-wrap {
    padding: 50px 0px;
	}
  
  #custom-banner .fl-heading {
    font-size: 60px !important;
    line-height: 70px !important;
	}
  
  .fl-page-nav-collapse ul li a {
    color: #000000 !important;
	}
  
  .fl-heading {
    font-size: 40px !important;
    line-height: 50px !important;
	}
}

@media screen and (max-width: 640px) {
	.fl-heading {
    font-size: 35px !important;
    line-height: 45px !important;
	}
  
  #custom-banner .fl-heading {
    font-size: 35px !important;
    line-height: 45px !important;
	}
  
  h3.fl-heading {
    text-align: center !important;
	}
  
  .size-medium {
    width: 100% !important;
    display: block;
	}
	#menu-footer-menu a {
	    color: #35322f;
	    font-weight: bold;
	    font-size: 16px;
	    line-height: 21px;
	}
}

@media screen and (max-width: 388px) {
	#menu-footer-menu li {
	    margin: 5px 5px;
	}
}