/*
 Theme Name:  InfoTeam International
 Theme URI:    https://infoteaminternational.co.uk
 Description:  InfoTeam Internatinal - Divi Child Theme
 Author:       Sarah Tamsin
 Author URI:   https://sarahtamsin.com
 Template:     Divi
 Version:      1.0.0
*/

/* Main Menu Desktop */

.et-fixed-header#main-header, .et-fixed-header#main-header .nav li ul, .et-fixed-header .et-search-form {
    background-color: #ffffff!important;
}

/* Hero Section - Home Page */

.hero-flex {
    display:flex;
    align-items:center;
    justify-content: center;
   }


/* General Styles */

h1, h2, h3, h4, h5, h6 {
    overflow-wrap: normal;
}

img.dmach-acf-value {
	width:100%
}

/* Mobile Menu */

.mobile_nav.opened .mobile_menu_bar:before {
 content: '\4d';
}

@media (max-width: 980px) {
 .container.et_menu_container { 
 width: calc( 100% - 60px);
 }
}
.et_mobile_menu {
 margin-left: -30px;
 padding: 5%;
 width: calc( 100% + 60px);
 border-top: 0px!important;
}

/* ACF Image on Event and Webinar single post page */

img.dmach-acf-value {
    width: auto!important;
}