/* 
Theme Name: Yankee
Author: thechoperpilot
Author URI: https://www.supremedesignstudio.com
Description: Custom Yankee Helicopters theme
Template: Divi
Version: 1.0
*/

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE ----------- */

/********** Main menu *********/
#top-menu .menu-item-27 a {
    background-color: #ffd400 !important;
    padding: 12px 20px !important;
    border-radius: 3px;
}

#et_top_search {
    margin-top: 12px !important;
}
/********** Main menu END *********/

/********** Footer ********/
footer .et_pb_menu .et_pb_menu__menu>nav>ul {
    flex-direction: column;
}

@media screen and (max-width: 980px) {
    footer .et_pb_menu__menu {
        display: flex !important;
    }
    footer .et_mobile_nav_menu {
        display: none !important;
    }
    footer .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
        justify-content: flex-start !important;
        -webkit-box-pack: start !important;
    }
}
/********** Footer END ********/