/*
 Theme Name:   ARTO_Divi_Child
 Theme URI:    http://divi.space/
 Description:  A Child Theme built for Divi on Divi Space
 Author:       Animal Rights Toronto
 Author URI:   http://animalrightstoronto.com/
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

.container.clearfix.et_menu_container {
height: 120px;
}

.et_fixed_nav #logo {
max-height: 120px;
}
.et-fixed-header #logo {
max-height: 60px;
}

/** App Style header and Drop Down Menu **/

@media (max-width: 980px) {
 .container.et_menu_container { 
 width: calc( 100% - 60px);
 }
}

.et_mobile_menu {
 margin-left: -30px;
 padding: 5%;
 width: calc( 100% + 60px);
}

.mobile_nav.opened .mobile_menu_bar:before {
 content: "d";
}