/*======================================
Theme Name: Milnyard Business Centre
Description: Child Theme for DIVI
Version: 1.0
Author: WD Creative
Author URI: http://wdcreative.co.uk
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */



.mobile_nav.opened .mobile_menu_bar:before {
 content: "\4d";
 z-index: 99999;
}


/* Text Selection */

::selection {
  background: #D3CAC3; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #D3CAC3; /* Gecko Browsers */
}


/*adjust Divi Menu module breakpoint*/
@media only screen and (max-width: 980px) {
    .et_pb_menu .et_pb_menu__menu {
        display: none;
    }
    .et_mobile_nav_menu {
        display: block;
		display:flex-end;
    }

}
 
@media only screen and (max-width: 2400px) {
    .three-columns .et_pb_column {
    width: 33%!important;
}
}