/* 
 Theme Name:     QPA Inc 1.2
 Author:         Nice Grizzly | Creative Shop
 Author URI:     www.nicegrizzly.com
 Template:       Divi
 Description:    A customized child theme built for QPA
 Version:        1.2
*/

@import url("../Divi/style.css");
@import url('https://fonts.googleapis.com/css2?family=BioRhyme+Expanded&display=swap');
/* ----------- Theme customization starts here --------------------------- */
/* -- FONTS & BASICS -- */
h1 {
    font-family: 'Roboto Slab', Georgia, "Times New Roman", serif;
}
h2, h3, h4, h5, h6, body{
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
}
/* -- MENU -- */
#top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, .mobile_menu_bar:after, .mobile_menu_bar:before, #top-menu a:active {
    color: #0478a7;
}
.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    color: #0478a7;
}
.et_mobile_menu {
    border-top: 3px solid #0478a7;
}
/* -- FOOTER -- */
#footer-bottom a { color: #eeeeee;}
#footer-bottom {
    color: #eeeeee;
    background-color: #005778;
    padding: 15px 0 15px;
}
.grizzly {
    font-family: 'BioRhyme Expanded';
    font-weight: 400;
    font-size: 0.85rem;
    letter-spacing: 0.7px;
}
/* -- PHONE -- */
@media (max-width: 980px){
    
} 
/* -- TABLET & LARGER -- */
@media (min-width: 980px) {
    
}
/* -- DESKTOP & LARGER -- */
@media only screen and (min-width: 1350px){
    
}
