/*
Theme Name: Dirupt Divi Theme
Description: Theme enfant de Divi par Dirupt
Author: Philippe DESPLATS
Author URI: https://www.di-rupt.com
Template: Divi
Version: 1.0
*/

/* 
** CENTRING CONTENT VERTICALLY
*/
.centering-content-horizontally {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.dir-footer{
	display:inline;
}
.centring-content-vertically {
	display: flex;
	flex-direction: column;
	justify-content: center;
  	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	 -moz-box-orient: vertical;
	 -moz-box-direction: normal;
	  -ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
}

/* h3{
	font-size:38px !important;
	line-height: 35px !important;
} */

/*
** REVERSE THE DIRECTION OF THE COLUMNS ON MOBILE
*/

@media only screen and (max-width : 980px) {
	.dd-reverse-colonnes--section .dd-reverse-colonnes--line {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.centering-content-horizontally {
	display: flex;
	flex-direction: column-reverse !important;
	align-items: center;
}
}


/*
** MOBILE MENU: full width and the hamburger becomes a cross to close
*/

.et_mobile_menu {
	margin-left: -30px;
	padding: 5%;
	width: calc( 100% + 60px);
}

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


/* 
** INCREASE THE WIDTH OF THE RESULT FIELD CAPTCHA
*/
.et_pb_contact_right p input {
	max-width: 50px;
}


/*
** PUT EXHIBITORS AND INDICES AT THE RIGHT SIZE
*/
sup, sub {
    font-size: 70%;
}

.google-maps-container .et_pb_code_inner {
	height: 100% !important;
}

.google-maps-container .et_pb_code_inner iframe.google-maps {
	height: 100% !important;
}

.header .et_pb_row {
	z-index: 1 !important;
}

@media (min-width: 981px) {
	.content-sticky-top {
		position: sticky;
		top: 145px;
	}
}

@media screen and (min-width:320px) and (max-width:1200px){
ul.font_7 {
    list-style: none !important;
}
}

@media only screen and (max-width: 1251px) {
    .et_pb_menu .et_pb_menu__menu {
        display: none;
    }
    .et_mobile_nav_menu {
        display: block
    }
}

/*remove bullet points from submenu*/
.et_pb_menu .et_mobile_menu .entry-content ul {
  list-style-type: none;
}
/*remove padding left on submenu*/
.et_pb_menu .et_mobile_menu {
    padding-left: 0;
}

.customers-slider .dipi-carousel-wrapper {
    justify-content: center;
    align-items: center;
    display: flex !important;
    flex-direction: row;
}

.customers-slider .dipi_carousel_child {
    height: 100% !important;
    width: 148px !important;
    aspect-ratio: 1;
    justify-content: center !important;
    align-items: center;
}
