/*
 Theme Name:     Molecule Child Theme
 Theme URI:      https://molecule.element502.com
 Description:    A bare-bones child theme for use with Molecule Theme from <a href="https://wordpress.org/">Wordpress</a>. To use this Child Theme, you must have <a href="https://wordpress.org/themes/molecule/">molecule</a> parent theme installed.
 Author:         Jason Davs
 Author URI:     https://nerdbrand.me
 Template:       molecule
 Version:        1.3
*/

.header-top img.custom-logo, .header-top-dark img.custom-logo {
     margin:0;
}
 .header-top .logo {
    padding:5px 0;
}
 .header-top-dark .logo {
    padding:5px 0
}
 .header-top .site-header-main {
    float:right;
    padding-top:15px;
}
 .header-top-dark .site-header-main {
    float:right;
    padding-top:8px;
}
 .main-navigation a {
    color:#f47321 !important;
}
 .main-navigation a:hover {
    color:#666 !important;
}
 .main-navigation a::before {
    background:#00aedb !important;
}
 .order-cta {
    background:#f47321;
    border-radius:4px;
}
 .order-cta a {
    color:white !important;
}
 .order-cta a:hover {
    background:#666;
    color:white !important
}
 .order-cta a:before {
    background:none !important
}
 .header-pattern {
     background:#559c60 url(img/Noodle-Pattern-bkgd_5-1.png) center center no-repeat;
}
 .footer-global .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    background:#f47321;
    color:white;
    border-radius:5px;
}
 @media screen and (max-width: 48em) {
    .header-top .site-header-main,.header-top-dark .site-header-main {
         float: none;
    }
}
 @media screen and (max-width: 33em) {
    .header-top .site-header-main,.header-top-dark .site-header-main {
         float: none;
    }
     .custom-headings{
         top: 20%;
    }
     span.entry-title {
         font-size: 39px!important;
    }
     .title{
         padding: 0 35px;
    }
}
