/*
Theme Name: CODE
Theme URI:  https://www.allianceautomotivegroup.eu/
Author:     Klok Mediabureau
Author URI: https://klokmedia.nl/
Template:   Divi
Version:    1.0
License:    GNU General Public License v2 or later
*/

#wpadminbar #wp-toolbar li#wp-admin-bar-wp-logo > .ab-item span.ab-icon {
    height: 60%;
}

.cn-button{
	padding:10px!important;
	color:white!important;
}

.et-l--post .et_builder_inner_content {
  overflow: visible!important;
}

/* Headers resizing */
@media only screen and (max-width: 2400px) and (min-width: 981px)  {

	h1 {
		font-size: clamp(3.125rem, 2.2608rem + 1.4094vw, 4.375rem)!important;
	}
	
	h2:not(.dmpro-carousel-item-title) {
		font-size: clamp(1.875rem, 0.5788rem + 2.1142vw, 3.75rem)!important;
	}
	
	h3{
		font-size: clamp(1.5rem, 0.8087rem + 1.1276vw, 2.5rem)!important;
	}
	
	.et_pb_text_inner{
		font-size: clamp(0.875rem, 0.5293rem + 0.5638vw, 1.375rem)!important;
	}
}

/* WPML CODE */
.wpml-ls-statics-shortcode_actions{
	width:fit-content;
}
.wpml-ls-legacy-dropdown {
  float: right;
}

.wpml-ls-legacy-dropdown a {
  color: #000;
  border: none;
  background-color: transparent!important;
}

.wpml-ls-sub-menu{
	width:fit-content;
	background:white;
	border-top: none!important;
	border-radius:30px;
}

.wpml-ls-sub-menu li a{
padding-right:calc(10px + 1.4em);
}

.wpml-ls-legacy-dropdown ul{
	padding:0px!important;
}