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


#header-nav .fl-menu-logo img {
    max-height: 100px;
}

.fl-rich-text h2 {
    font-family: 'Alegreya Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    letter-spacing: 10px;
    margin-bottom: 0;
}

.fl-rich-text h3 {
    font-size: 62px;
    font-weight: 100;
    letter-spacing: 14px;
    margin-top: 0;
}

.double .fl-separator {
    border-bottom: #333 1px solid;
    padding-top: 3px;
}

.block-menu .sub-menu {
    overflow: auto;
    clear: both;
    border: none!important;
}

.block-menu .sub-menu li {
    display: block;
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}

.block-menu .sub-menu li a {
    display: block;
    padding: 20px;
    background: #000;
    color: #fff;
    transition: all 0.25s ease;
    text-align: center;
}

.block-menu .sub-menu li a:hover {
    background: #D1AF83;
    color: #000;
}

@media(max-width: 1000px) {
    .fl-rich-text h2 {
        font-size: 18px;
    }
    .fl-rich-text h3 {
        font-size: 40px;
    }

    .block-menu .sub-menu li {
        width: 100%;
        float: none;
    }
    
    .sub-banner .fl-row-content-wrap {
        margin-top: 100px!important;
    }
    .sub-banner h1 {
        font-size: 40px!important;
    }
    .sub-banner h2 {
        font-size: 24px!important;
    }
}