/*!
Theme Name: cloutcontrol
Theme URI: https://cloutcontrol.media/
Author: cloutcontrol
Author URI: https://cloutcontrol.media/
Description: Description

Tested up to: 5.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cloutcontrol
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cloutcontrol is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	/*line-height: 1.15;
	-webkit-text-size-adjust: 100%;*/
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	padding:0
}
@media screen and (max-width:1080px){
	.meuga_menu .ekit-wid-con .elementkit-tab-wraper.vertical{
		display: block !important; 
	}

}
@media screen and (max-width: 786px){
	.meuga_menu .nav.nav-tabs .elementkit-nav-link.active{
		background-color: #ffffff !important;
	}
	.elementskit-menu-close.elementskit-menu-toggler{
		top:40px;
	}
	.elementor-31 .elementor-element.elementor-element-2e399384 .elementskit-navbar-nav > li > a .elementskit-submenu-indicator {
		color: #ff8c00;

	}
	.main_header{
		background-color: #0C3A2F;
	}
}

.swiper-wrapper{
	transition-timing-function : linear;
}
.service_styleone .elementskit-infobox{
	position: relative !important;
	overflow: visible !important;
}
.service_styleone .elementskit-infobox .elementskit-box-header {
	position: absolute !important;
	width: 100%;
	left:0px !important;
	top:-60px;

}

.service_width_enlarge .ekit-wid-con {
	position: relative;
	width: 40vw;
	transition: width 0.3s ease;
	/* Capture initial height */
	overflow: hidden;
	display: block;
	height: 290px;
}
.service_width_enlarge .ekit-wid-con .elementskit-infobox .icon-hover{
	
	top: 54px;
  right: 20px;
	bottom:inherit;
}
.service_width_enlarge .ekit-wid-con::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	background-color: #fff;
	z-index: 0;
	width: 100%;
	opacity: 0;
	transition: all 0.3s ease;
}
.service_width_enlarge .ekit-wid-con .icon-hover > :is(i, svg){
	font-size: 65px !important;
}
.marquee-title b{
	color:#000000;
}
/* Trick: Use a pseudo element to maintain original height */
.service_width_enlarge .ekit-wid-con::after {
	content: "";
	display: block;
	height: 100%;
}

.service_width_enlarge .ekit-wid-con:hover {
	width: 47vw;
	/* Optional: Fix height using min-height or set height explicitly */
	/* height: auto; or min-height: XYZpx; */
}

.service_width_enlarge .ekit-wid-con:hover::before {
	opacity: 1;
}
.swiper_slider_image .swiper-slide{
	/*width: 40vw !important;*/
	/*max-width: 300px;*/
	text-align: center !important;
	position: relative;
	padding: 15px;
	background:transparent !important;
}

.swiper_slider_image .swiper-slide:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border:	1px solid rgba(12,58,47,0.4) !important;
	background-color: rgba(12,58,47, 0.14) !important;
	mask-image: linear-gradient(135deg, #0C3A2F 0, #0C3A2F 22%, rgba(0, 0, 0, 0) 100%) !important;
	-webkit-mask-image:	linear-gradient(135deg, #0C3A2F 0, #0C3A2F 22%, rgba(0, 0, 0, 0) 100%) !important;
}
@media screen and (max-width: 1200px){
	.service_width_enlarge .ekit-wid-con {

		width: 45vw;
	}
}
@media screen and (max-width: 1024px){
	.service_width_enlarge .ekit-wid-con {

		width:96%;
		margin: 20px auto 0;
	}
	.service_width_enlarge .ekit-wid-con:hover {
		width:98%;

	}
}
.pum-title.popmake-title {
	font-family: var(--e-global-typography-74f2259-font-family) !important;
	font-size: var(--e-global-typography-74f2259-font-size) !important;
	font-weight: var(--e-global-typography-74f2259-font-weight) !important;
	line-height: var(--e-global-typography-74f2259-line-height) !important;
	color: var(--e-global-color-secondary) !important;
	text-align: center !important;
}

.pum-theme-2208 .pum-container, .pum-theme-lightbox .pum-container {

	background-color: rgba(246, 246, 246, 1) !important;
}
#popmake-2217 .contact_form_popup label{
	width: 100% !important;
	font-family: var(--e-global-typography-primary-font-family) !important;
	font-weight: var(--e-global-typography-primary-font-weight) !important;
	color: var(--e-global-color-primary) !important;
}
.wpcf7-form-control-wrap{
	width: 100% !important;
	display: block !important;
}
#popmake-2217 .contact_form_popup input[type="text"],
#popmake-2217 .contact_form_popup input[type="email"]{
	height: 50px !important;
	line-height: 50px !important;
	width: 100% !important;
	background-color: #e1e1e1 !important;
	border:none !important;
	border-radius: 4px !important;
}
input [type="text"],
input [type="email"],
textarea{
	width: 100% !important;
	background-color: #e1e1e1 !important;

}
textarea{
	border-radius: 4px !important;
	height: 100px !important;
	border:none !important;
}

#popmake-2217  .wpcf7-submit {
	background-color: var(--e-global-color-primary) !important;
	padding: 15px 25px 15px 25px !important;
	font-family: var(--e-global-typography-primary-font-family) !important;
	font-weight: var(--e-global-typography-primary-font-weight) !important;
	color: var(--e-global-color-accent) !important;
	fill: var(--e-global-color-accent) !important;
	border-style: none !important;
	border-radius: 26px 26px 26px 26px !important;
	justify-content: center !important;
	margin: 0 auto !important;

	display: block !important;
}
.elementor-92 .elementor-element.elementor-element-03e4239 .ekit-interactive-links-list-link-title::before{
	display: none !important;
}
.work_tabs li.elementkit-nav-item{
	margin-bottom: 25px !important;
}
.elementkit-tab-wraper.vertical > .nav.nav-tabs  li .ekit-icon-image img{
	width:138px;
	/* margin: 0 auto; */
}
.news_ticker .ekit-title-and-description{
	display:flex;
}
@media screen and (max-width: 786px){
	.service_width_enlarge .ekit-wid-con {
		height: 350px !important;
		overflow: visible;
	}
}

@media screen and (max-width: 480px) {
  .service_width_enlarge .ekit-wid-con {
    height: 394px !important;
   
  }
}

body.containers {
  /* padding: 0; */
  /* margin: 0 !important; */
}





html {
  /* --color: transparent; */
}

body.containers {
  /* --gradient-start: #0C3A2F;
  --gradient-end: #FF8C00;
  background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
  transition: background 0.3s ease; */
}

body.containers .ekit-template-content-footer{
	/* position: fixed; */
    /* bottom: 0;
    width: 100%;
	height: auto !important; */
}
.section {
/*   height: 100vh;
  text-align: center;
  line-height: 100vh;
  font-size: 3em; */
}

:root {
      --gradient-start: #2e7d32;
      --gradient-end: #ffa726;
    }

    body.containers {
     
      background: linear-gradient(79deg, var(--gradient-start), var(--gradient-end));
      background-repeat: no-repeat;
      background-size: cover;
      transition: background 0.8s ease;
    }

    
    .ingredient {
      height: 100vh;
      font-size: 3rem;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: color 0.5s ease;
    }




	.spacer {
  height: 100vh;
  background: linear-gradient(to bottom, #ddd, #aaa);
  display: flex;
  align-items: center;
  justify-content: center;
}
.spacer h1 {
  font-size: 2rem;
  color: #333;
}
.video-section {
  width: 50%;
  margin: 100px auto;
  padding: 0px;
  overflow: hidden;
  transition: width 1.3s ease-in-out;
  position: relative;
  z-index: 1;
  padding-top: 56.25%;
  box-sizing: border-box;
}
.video-section.expand {
  width: 100%;
}
.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: url('https://via.placeholder.com/800x450') center center / cover no-repeat fixed; */
  z-index: -1;
  transform: translateY(0px);
  transition: transform 0.1s ease-out;
  border-radius: 20px;
}
.video-iframe {
  position: absolute;
  top: 20px;
  left: 0px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: none;
  z-index: 2;
  border-radius: 0;
}
