/*
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 Header ==== */
header.fl-page-header {
    display: none;
}

.cta-top .fl-icon i {
    border-radius: 5px !important;
}

.cta-top h3 {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans';
    letter-spacing: 3px;
    margin-bottom: 0;
}

.cta-top p {
    line-height: 1.6em;
}

.cta-top .fl-module-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-no-margin p {
	margin: 0 !important;
}

.banner-btn a {
    width: 100%;
    text-align: center;
    max-width: 217px;
}

.banner-btn a {
    padding: 18px 10px !important;
}

.banner-btn-wrap {
    max-width: 515px;
}

.fl-col-small.wh-border {
    border-right: 2px solid #999;
}

.services-wrap .image img {
    display: block;
    width: 100%;
}

.service-content {
    padding: 35px 20px 29px;
}

.services-wrap {
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.2);
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.service-content h4 {
    font-size: 25px;
    line-height: 1.25em;
    margin-bottom: 13px;
}

.service-content p {
    font-size: 12px;
    line-height: 2.25em;
    margin-bottom: 30px;
}

.service-content .service-link {
    display: block;
    color: #2baa4a;
    width: 100%;
    max-width: 144px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #2baa4a;
    background-color: #fff;
    font-size: 12px;
    padding: 8px;
    border-radius: 5px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    text-decoration: none;
}

.service-content .service-link:hover {
    background-color: #2baa4a;
    color: #fff;
}

.fl-col-small.wh-arrow {
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.2);
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
}

.fl-col-small.wh-arrow,
.fl-col-small.wh-arrow .fl-col-content {
    border-radius: 5px;
}

.fl-col-small.wh-arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-right: solid 50px white;
    border-top: solid 35px transparent;
    border-bottom: solid 35px transparent;
    position: absolute;
    left: -50px;
    bottom: 60px;
}

.fl-col-small.wh-arrow {
    position: relative;
}

.blurb-icons .fl-icon-wrap {
    display: block;
}

.blurb-icons .fl-icon-wrap .fl-icon, .blurb-icons .fl-icon-wrap .fl-icon-text {
    display: block;
    float: none;
    clear: both;
}

.blurb-icons .fl-icon-wrap .fl-icon-text {
    padding: 0;
	height: auto;
}

.blurb-icons .fl-icon-wrap .fl-icon i {
    float: none;
}

.blurb-icons .fl-icon-wrap .fl-icon {
    min-height: 65px;
    margin-bottom: 20px;
}

.blurb-icons .fl-icon-wrap .fl-icon-text h4 {
    font-size: 25px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

/* ==== Footer ==== */
.fl-page-footer {
    display: none;
}

ul.contact-info li:not(:last-child) {
    margin-bottom: 20px;
}

ul.contact-info li {
    display: block;
    position: relative;
    font-size: 18px;
    color: rgba(255,255,255,0.66);
    line-height: 1.4em;
    padding-left: 30px;
}

ul.contact-info li a {
    color: rgba(255,255,255,0.66);
}

.contact-info li:before {
    font-family: "FontAwesome";
    content: "";
    color: #2baa4a;
    position: absolute;
    left: 0;
}

.contact-info li.phone:before {
    content: "\f095";
}

.contact-info li.mail:before {
    content: "\f0e0";
}

.contact-info li.location:before {
    content: "\f041";
}

ul.contact-info {
    padding: 0;
}


.business-hrs .time {
    display: block;
    font-size: 12px;
}

.business-hrs br {
    display: none;
}

.business-hrs p {
    line-height: 1.5;
}

.newsletter-frm form {
	max-width: 350px
}

.newsletter-frm form p {
    position: relative;
}

.newsletter-frm form p button {
    position: absolute;
    right: 0;
    top: 0;
    height: 52px;
    width: 50px;
    border-radius: 0 !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    cursor: pointer;
	font-size: 17px;
}

.newsletter-frm form .wpcf7-form-control-wrap input {
    height: 52px;
    font-size: 14px;
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.2);
    box-shadow: 0 4px 10px rgba(0,0,0,.2);
}

ul.footer-icons li {
    display: inline-block;
    padding-left: 35px;
}

ul.footer-icons li:first-child {
	padding-left: 0;
}

ul.footer-icons {
    text-align: right;
    padding: 0;
	margin: 0;
}

ul.footer-icons li a {
    color: #7a7b80;
}

ul.footer-icons li a:hover {
    color: #2baa4a;
}

.footer-widget-wrap a:hover {
    color: #2baa4a !important;
}

/* ==== Responsiveness ==== */
@media screen and (max-width: 1100px) {
.cta-top .fl-icon-text a {
    font-size: 18px;
}
}

@media screen and (max-width: 992px) {
.top-header-wrap .fl-col-content .fl-col:first-child {
    width: 100%;
}	
	
.cta-top .fl-module-content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.service-content h4,
.blurb-icons .fl-icon-wrap .fl-icon-text h4 {
    font-size: 20px;
}
ul.contact-info li {
    font-size: 16px;
}
}

@media screen and (max-width: 768px) {
.fl-col-small.wh-border {
    border: 0;
}
ul.footer-icons {
	text-align: center;
}

.home-sec1 .fl-col-small,
.banner-btn-wrap {
    max-width: 100%;
}
.cta-top .fl-module-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.footer-info .fl-module-content {
    text-align: center;
}
}

@media screen and (min-width: 769px) {
.align-items-center .fl-col-group {
    -ms-flex-align: center!important;
    -webkit-box-align: center!important;
            align-items: center!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
}