/*
Theme Name: Delopoulos
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.0.1665057464
Updated: 2022-10-06 11:57:44

*/

/**
 * Half column content in homepage
 **/ 
.contained_half > div{
	
}
.contained_half.left{
    display: flex;
    flex-direction: row-reverse;
}
@media (min-width:768px) and (max-width:1139px){
	.contained_half > div{
		max-width:calc(50vw-20px);
	}
}

/**
 * Private Labelling Solutions
 **/
.private_labelling_section {
   position:absolute!important;
	z-index:-1000;
	opacity:0;
}

body[data-active_private_labelling_tab="adblue_tab"] #adblue_tab,
body[data-active_private_labelling_tab="antifreeze_tab"] #antifreeze_tab,
body[data-active_private_labelling_tab="screenwash_tab"] #screenwash_tab,
body[data-active_private_labelling_tab="brake_tab"] #brake_tab{
   background: black;
}
body[data-active_private_labelling_tab="adblue_tab"] #adblue_products,
body[data-active_private_labelling_tab="antifreeze_tab"] #antifreeze_products,
body[data-active_private_labelling_tab="screenwash_tab"] #screenwash_products,
body[data-active_private_labelling_tab="brake_tab"] #brake_products{
   z-index:1000;
	opacity:1;
	position:relative!important;
}

/**
 * Contrast errors
 **/
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  color: transparent !important; /* ✅ This avoids contrast checks */
}
