/*
Theme Name: .digital
Theme URI: https://dmexley.com/
Version: 1.0
Description: Child Theme
Author: .digital
Template: Divi
*/

/*
Navigation
*/

/*Close Fullscreen Nav Menu*/

body.et_pb_fullscreen_menu_active > div#page-container > header#main-header > div.et_menu_container > div#et-top-navigation > span.mobile_menu_bar:before {
	content: "\4d" !important;
	transition: 0.5s ease-in-out 0s;
}

/*Close Mobile Nav Menu*/

#et_mobile_nav_menu > div.mobile_nav.opened > span.mobile_menu_bar:before {
	content: "\4d" !important;
	color: #000;

}

/*
Mobile 
*/

/*Desktop Only*/

@media only screen and (min-width: 981px) {

}

/*All But Desktop*/

@media only screen and (max-width: 980px) {

}

/*Phone and Tablet*/

@media (max-width: 730px) {

}

/*Phone Only*/

@media (max-width: 479px) {
    
}