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

/**
 * Globals
 */

@font-face {
    font-family: "Helvetica Neue LT";
    src: url("fonts/HelveticaNeueLTCom-Md.ttf");
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Futura PT", sans-serif;
    /* font-family: "futura-pt", sans-serif; */
    font-weight:700;
}

p {
    font-family: "Helvetica Neue LT";
}

/**
 * Header
 */

.header-info {
    line-height:0.8;
    margin-top:20px;
}

/**
 * Home Header
 */

#headerSliderRow {
   /*  position: absolute;
   top: 0; */
    z-index: 11;
    /* width: 100%; */
}

#headerHomeRow {

}

.get-a-quote-menu-link {
    visibility: hidden;
}

/**
 * Footer
 */

.footer-news {
    
}

.footer-news h2 {
    line-height: 1;
    font-weight: 500;
}

.footer-news a:hover, .footer-nav a:hover {
    text-decoration: underline;
}

.footer-news .fl-post-feed-post {
    padding-bottom: 15px;
}

/**
 * Blog
 */

.news-post-single {
    padding-bottom: 20px;
}

/**
 * Mobile styles
 */

@media screen and (max-width: 576px) {
    #headerSliderRow h1 {
        font-size: 46px;
    }

    #heroHeader {
        padding-top: 200px;
    }

    #manufacturersHeader h1, #contactUsHeader h1, #aboutUsHeader h1 {
        font-size: 36px;
    }

    .get-a-quote-menu-link {
        visibility: visible;
    }
}
