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

@font-face {
    font-family: "LTEmphasis-Bold";
    src: url("./classes/LTEmphasis-Bold.woff") format("woff");
    font-weight: normal;
}

@font-face {
    font-family: "LTEmphasis-Regular";
    src: url("./classes/LTEmphasis-Regular.woff") format("woff");
    font-weight: normal;
}

@font-face {
    font-family: "LTEmphasis-Light";
    src: url("./classes/LTEmphasis-Light.woff") format("woff");
    font-weight: normal;
}

body #fl-to-top {
    background-color: #000;
}

.link-lists i {
    margin-top: 8px;
}

.copy_right a {
    text-decoration: underline;
}

.text-width-left .fl-rich-text {
    width: 100%;
    max-width: 600px;
    margin-right: auto;
}

body .fl-theme-builder-header-sticky.fl-theme-builder-header-scrolled,
header.fixed {
    background-color: #3546ee;
}

.custom-bar .fl-menu .fl-menu-mobile-toggle.hamburger .hamburger-menu rect {
    fill: transparent;
}

.custom-bar .fl-menu-mobile-toggle.hamburger {
    background-image: url(./images/menu-bar.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
}

header .fl-menu nav .fl-menu-mobile-flyout {
    width: 300px;
    right: -300px;
    padding-top: 20px;
}
header .fl-menu-mobile-flyout .fl-menu-mobile-close {
    background-image: url(./images/close-menu.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 15px;
    top: 25px;
    padding: 0;
    width: 35px;
    height: 35px;
}

header .fl-menu-mobile-close {
}

header .fl-menu-mobile-flyout .fl-menu-mobile-close .fa-times:before {
    opacity: 0;
}

header .site-name p {
    margin-bottom: 0;
}
header .site-name-menu {
    margin-bottom: 50px;
    margin-right: 55px;
}
header .site-name-menu a {
    font-size: 24px;
}

footer .copyright .fl-module-content .fl-rich-text p {
    margin-bottom: 0;
}

/* Responsive
----------------------------*/

@media (max-width: 1600px) and (min-width: 992px) {
    .fl-module-heading.heading-120 .fl-heading {
        font-size: 90px;
    }

    .fl-module-heading.heading-35 .fl-heading {
        font-size: 28px;
    }

    .fl-module-heading.heading-53 .fl-heading {
        font-size: 40px;
    }

    .text-25 .fl-rich-text p,
    .link-25 .fl-list-item-content-text {
        font-size: 20px;
    }

    .button-20 .fl-button .fl-button-text {
        font-size: 16px;
    }

    .icon-services .fl-photo-content .fl-photo-img {
        max-width: 130px;
    }

    #menu-footer .menu-item {
        font-size: 18px;
    }

    footer .copyright .fl-module-content .fl-rich-text p,
    footer .copyright .fl-module-content .fl-rich-text p a,
    #menu-footer-bottom li a {
        font-size: 15px;
    }
}

@media (max-width: 1600px) and (min-width: 1200px) {
    body .fl-page-content .fl-row .fl-row-content-wrap {
        padding-left: 90px;
        padding-right: 90px;
    }

    body .fl-page-content .home-banner .fl-row-content-wrap {
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media (max-width: 991px) {
    .fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-sticky) {
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 100;
    }
}
@media (max-width: 767px) {
    .home-column .fl-col .fl-col-content {
        background-color: #fff;
    }
    #menu-footer,
    #menu-footer-bottom {
        width: 100%;
    }

    #menu-footer .menu-item a {
        padding-left: 0;
    }
}
