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


/* Universal Code */
.center-text {
    text-align: center;
}
.font-size-20 {
    font-size: 20px;
}
.fl-rich-text p {
    margin: 0 0 20px !important;
}
.font-size-20 .fl-rich-text p {
    margin-bottom: 28px;
}
.font-size-20 ul li {
    line-height: 1.3 !important;
    padding-bottom: 15px !important;
}

.logo-image-1 img {
    width: 100px;
}
.font-size-16 .fl-rich-text {
    font-size: 16px;
}
.overlay-1 {
    position: relative;
    z-index: 2;
}


/* COL RIGHT WIDTH */
.col-right-width .fl-rich-text {
    max-width: 540px;
}
@media only screen and (max-width: 768px) {
.col-right-width .fl-rich-text h2 {
    font-size: 26px;
}
}


/* BUTTON STYLES */
.button-1 a.fl-button {
    background: #0b6bb5 !important;
    border-radius: 50px !important;
    border: none !important;
    padding: 18px 30px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}
.button-1 a.fl-button:hover {
    background: #034f82 !important;
}


.button-2 a.fl-button {
    background: #86b850 !important;
    border-radius: 50px !important;
    border: none !important;
    padding: 18px 30px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}
.button-2 a.fl-button:hover {
    background: #638e2b !important;
}


/* HEADER */
.header-logo img {
    max-width: 260px;
}

.header-menu a {
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
}

.call-button a {
    background: #86b850 !important;
    color: #fff !important;
    border-radius: 50px;
    padding-left: 24px !important;
    padding-right: 24px !important;
    display: inline-block;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}
.call-button a:hover {
    background: #638e2b !important;
}

@media only screen and (min-width: 992px) {
.call-button a {
    margin-left: 14px;
}
}


/* FOOTER */
.footer-left p,
.footer-right p{
    margin-bottom: 0 !important;
}
.footer-left,
.footer-right {
    font-size: 12px;
}
.footer-right {
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .footer-left,
    .footer-right {
        text-align: center;
    }
}



/* Responsive fonts */
@media only screen and (max-width: 768px) {
    h1.fl-heading {
        font-size: 30px;
    }
    h2.fl-heading {
        font-size: 26px;
    }
    h3.fl-heading {
        font-size: 22px;
    }
    h4.fl-heading {
        font-size: 20px;
    }
    .font-size-20 {
        font-size: 18px;
    }
}