/* 
Theme Name: Emix
Theme URI: https://emix.com.pl
Description: Szablon strony emix.com.pl
Author: Design: Alicja Głowa / Development: ideaware.pl
Author URI: https://vbranding.pl
Template: hello-elementor
Version: 1.0
Text Domain: emix
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


.custom-logo {
    height: 73px;
    width: auto;
}


.submenu-wrapper {
    /*width: 100vw;
    height: 200px;
    display: none;
    flex-wrap: wrap;
    background: #fff;*/
    position: absolute;
    z-index: 2;
    /*left: 0;
    right: 0;
    margin-left: -900px;*/
}

.sub-menu-0 {
    flex: 1;
}

.sub-menu-0>li {
    flex: 1;
}

.site-navigation ul.menu li ul {
    display: flex;
    position: relative;
    top: auto;
}

.menu-show {
    display: flex;
}

.categories-slider.without-slider, .subcategories-slider.without-slider {
    display: flex;
    flex-direction: column;
    height: 300px;
}

.categories-slider.without-slider .slider-item, .subcategories-slider.without-slider .slider-item {
    flex: 1;
    background-size: cover;

}

.slick-slide {
    height: 300px !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.slick-slide .title,
.slider-item .title {
    position: absolute;
    z-index: 3;
}

.slick-slide .overlay,
.slider-item .overlay {
    display: block;
    /*opacity: 0;*/
    height: 300px;
    background: rgba(255, 10, 25, 0.62);
    /*
    -webkit-animation: fadeIn 0.5s ease-out;
    -moz-animation: fadeIn 0.5s ease-out;
    -o-animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
	*/
}

/*
.slick-slide:hover .overlay,
.slider-item:hover .overlay {
    display: block;
    opacity: 1;

}
*/
/*
@keyframes fadeIn {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }

}
*/

.scroll-hidden {
    display: none;
}

.tab-icon {
    cursor: pointer;
}

.tab-content {
    display: none;
    width: 400px;
}

.tab-active {
    display: block;
}

html{
	overflow-x: hidden;
}

body > .elementor:first-of-type{
	margin-top:100px;
}

.elementor-button-wrapper a.elementor-button{
	border-radius:0;
	padding: 15px 50px;
	font-weight:600
}

.elementor-button-wrapper a.elementor-button:hover{
	background-color:#004588;
}

.hollow .elementor-button-wrapper a.elementor-button{
	background-color:rgba(0,0,0,0);
	color:#e2001a;
	border:1px solid #e2001a;
}

.hollow .elementor-button-wrapper a.elementor-button:hover{
	background-color:rgba(226,0,26,1);
	color:#fff;
	border:1px solid #e2001a;
}

button[type="submit"]:hover{
	background-color:#e2001a !important;
	color:#fff !important;
}

/* TYPOGRAPHY */

@font-face {
	font-family:"Garden Grow"; src:url("/wp-content/uploads/2019/08/GardenGrown.ttf")
}

h1{
	
}

h2{
	font-size:36px;
	line-height:44px !important;
	font-weight:400 !important;
}

.header-bold h2{
	font-weight:600 !important;
}

@media screen and (max-width:768px){
	h2{
		font-size:28px;
		line-height:38px;
	}
}

.subtitle p{
	color:#e2001a;
	font-size:16px;
	font-family:"Libre Baskerville", Times New Roman, serif;
	margin-bottom:-5px
}

.subtitle.green p{
	color:#91aa4f;
}

.subtitle.white p{
	color:#fff;
}

.site-navigation ul.menu li ul{
	border:0;
}

.p-std p{
	font-size:18px;
	line-height:30px
}

/* THEME STYLES */

.section-bordered{
	border:solid #fff;
	border-width:0 30px;
}

@media screen and (max-width:1025px){
	.section-bordered{
		border-width:0 15px;
	}
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 15px;
}

.o-firmie-counter .elementor-counter .elementor-counter-number-wrapper{
	flex-direction:column;
}

.o-firmie-counter .elementor-counter span{
	text-align:center;
}

.o-firmie-counter .elementor-counter-number-prefix{
	font-size:24px;
	font-weight:400;
	color:#000;
}

.o-firmie-counter .elementor-counter-number{
	font-size:69px;
	margin:15px 0 5px 0;
}

.o-firmie-counter .elementor-counter-number-suffix{
	font-size:20px;
	color:#000;
	font-family:"Open Sans", Arial, sans-serif;
	font-weight:400;
}

/* NAVIGATION */

header{
	height:100px;
	display:flex;
	align-content: center;
}

header .site-branding{
	display:flex;
	flex-direction: column;
    justify-content: center;
}

header .site-header{
	padding:0 16px;
}

@media screen and (max-width:1024px){
	body > .elementor{
		margin-top:80px;
	}
	header{
		height:80px;
	}
	header .site-header{
		height:100%;
	}
	header .site-header .site-branding{
		display:flex;
		flex-direction:column;
		justify-content:center;
	}
	header .site-header a.custom-logo-link img{
		height:50px
	}
	.table-wrapper .elementor-text-editor{
	overflow-x:scroll
	}
}

header{
	position:fixed;
	width:100%;
	top:0;
	z-index:999;
	background-color:#fff;
	-webkit-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.15);
box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.1);
}

.site-header{
	top:0;
	width:100%;
}

.site-navigation ul.menu li {
	position:static;
}

.site-header .menu-menu-pl-container > ul > li > a, .site-header .menu-menu-en-container > ul > li > a{
	text-transform:uppercase;
	color:#000;
	font-weight:600;
	font-size:15px;
	line-height:30px;
	letter-spacing:0.025em;
}

.site-header .menu-menu-pl-container > ul > li > a:hover, .site-header .menu-menu-en-container > ul > li > a:hover{
	color:#004588
}

.site-header .menu-menu-pl-container > ul > li.menu-item::after, .site-header .menu-menu-en-container > ul > li.menu-item::after{
	display:none;
}

.submenu-wrapper{
	top:100px;
	left:0;
	width:100vw;
	justify-content: center;
	background: rgba(255,255,255,0.9);
	padding:10px 0 20px 0;
	opacity:0;
	pointer-events:none;
	transition: opacity 0.3s ease-in-out;
	display:flex;
}

.submenu-wrapper.menu-show{
	pointer-events:auto;
	opacity:1;
	transition: all 0.3s ease-in-out;
}

.submenu-wrapper *{
	background-color:transparent !important;
}

.submenu-wrapper .sub-menu-0{
	max-width:1100px;
}

.sub-menu-0 .menu-item{
	flex:1;
	flex-direction:column;
}

.sub-menu-0 > li > a{
	font-weight:700;
	text-transform:uppercase;
}

.sub-menu-0 a{
	color:#000;
	font-size:15px;
	line-height:30px;
}

.sub-menu-0 > li{
	border-right:1px solid rgba(0,0,0,0.3);
	margin-right:15px;
}

.sub-menu-0 a:hover{
	color:#004588;
}

nav.site-navigation .sub-menu ul li a {
    display: block;
    padding: 0px 15px;
}

.site-navigation ul.menu li.menu-item-has-children:after {
	display:none;
}

.site-navigation ul.menu li ul ul {
 left:0;
}

.sub-menu-1{
	flex-direction:column;
}

.site-navigation ul.menu li ul li.menu-item-has-children a {
	flex-grow:0
}

.menu > li > a{
	cursor:pointer;
}

.site-header{
	max-width:1100px !important;
}

@media (max-width: 1024px){
	.submenu-wrapper, .menu-menu-pl-container, .submenu-wrapper, .menu-menu-en-container{
		display:none;
	}
}

@media (min-width: 576px){
.site-header, body:not([class*=elementor-page-]) .site-main {
    max-width: 1100px;
		padding-left:15px;
	padding-right:15px;
}
}

@media screen and (min-width:1025px){
	.mobile-menu-wrapper{
		display:none;
	}
}

.mobile-menu-wrapper a{
	text-transform:uppercase;
	font-weight:500;
	color:#000;
	letter-spacing:0.025em;
	font-size:18px;
	position:relative;
	bottom:3px
}

.mobile-menu-wrapper a::before{
	font-family: "Font Awesome 5 Free"; 	font-weight: 900; 
	content: "\f0c9";
	font-size:24px;
	color:#004588;
	margin-right:10px;
	position:relative;
	top:2px
}

.site-navigation ul.menu li.menu-item-has-children {
    padding-right: 0
}

/* NAV END */

.scroll-top{
	position:fixed;
	bottom:15px;
	right:15px;
	cursor:pointer;
	z-index:2;
	transition:bottom 0.3s ease-in-out;
}

.scroll-top.scroll-hidden{
	bottom:-50px;
	display:block;
}

@media screen and (min-width:768px){

.footer-separators > .elementor-container > .elementor-row .elementor-column:not(:first-child) .elementor-inner-section{
	/*border-left:1px solid white;*/
	flex-grow:1;
}

.footer-separators > .elementor-container > .elementor-row .elementor-column:not(:first-child) .elementor-widget-wrap{
	display:flex;
	flex-flow:column;
}
}

/* SLICK */

.categories-slider .slider-item .overlay,
.categories-slider .slider-item .title, .subcategories-slider .slider-item .overlay,
.subcategories-slider .slider-item .title{
	opacity:0;
	transition:opacity 0.3s ease-in-out;
}

.subcategories-slider .slider-item .overlay, .subcategories-slider .slider-item .title{
	opacity: 1 !important;
}

.categories-slider .slider-item:hover .overlay, .slider-item:hover .title, .subcategories-slider .slider-item:hover .overlay, .slider-item:hover .title{
	opacity:1;
}

.categories-slider .slider-item, .subcategories-slider .slider-item{
	position:relative;
	background-position:center;
	border-right:30px solid #fff;
}

@media screen and (max-width:1024px){
	.categories-slider .slider-item{
		border-right:8px solid #fff;
		border-left:8px solid #fff;
	}
	.subcategories-slider .slider-item{
		border-right:0;
	}
}

.categories-slider .slider-item .title, .subcategories-slider .slider-item .title{
	top:47%;
	transform: translateY(-50%);
	width:100%;
	text-align:center;
	font-family: "Garden Grow", Sans-serif;
	color:#fff;
	font-size:60px;
	line-height:45px;
	display:flex;
	flex-direction:column;
}

.categories-slider .slider-item .title::before, .subcategories-slider .slider-item .title::before{
	content: "+";
    margin-bottom: 22px;
    font-weight: 300;
    font-size: 79px;
    font-family: "Open sans", arial, sans-serif;
}

.categories-slider .slick-col .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated, .subcategories-slider .slick-col .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{
	padding:0 !important;
}

.categories-slider .slick-prev:before, .subcategories-slider .slick-prev:before {
    content: "\f053";
}

.categories-slider .slick-next:before, .subcategories-slider .slick-next:before {
    content: "\f054";
}

.categories-slider .slick-next, .categories-slider .slick-prev, .subcategories-slider .slick-next, .subcategories-slider .slick-prev{
	font-size:0;
	border:0;
	border-radius:100px;
	height:55px;
	width:55px;
	background-color:#fff !important;
	position:absolute;
	z-index:1;
	top:50%;
}

.categories-slider .slick-prev, .subcategories-slider .slick-prev{
	transform:translate(-50%, -50%)
}

.categories-slider .slick-next, .subcategories-slider .slick-next{
	right:0;
	transform:translate(0, -50%)
}

.categories-slider .slick-next:hover, .categories-slider .slick-prev:hover, .subcategories-slider .slick-next:hover, .subcategories-slider .slick-prev:hover{
	background-color:#fafafa !important;
}

.categories-slider .slick-next:focus, .categories-slider .slick-prev:focus, .subcategories-slider .slick-next:focus, .subcategories-slider .slick-prev:focus{
	outline: none;
}

.categories-slider .slick-prev:before, .categories-slider .slick-next:before, .subcategories-slider .slick-prev:before, .subcategories-slider .slick-next:before {
   font-family: "Font Awesome 5 Free";
   font-size: 24px;
   opacity: .75;
   color: #004588;
}

@media screen and (max-width:768px){
.subcategories-slider .slider-item{
	margin-bottom:30px;
}
}

.ingredients-list ul{
	padding-left:0;
}

.ingredients-list li{
	list-style:none;
	padding:6px 0;
	border-bottom:2px dotted #cccccc
}

.ingredients-list li:before{
	content:'';
	display:inline-block;
	height:20px;
	width:20px;
	background-image:url('/wp-content/uploads/2019/09/check.png');
	background-size:contain;
	margin-right:15px;
	position:relative;
	top:4px
}

.cook-steps ol{
	list-style: none;
  counter-reset: item;
	padding-left:12px;
}

.cook-steps li{
	counter-increment: item;
  margin-bottom: 5px;
	float:left;
	margin-bottom:20px;
}

.cook-steps li:before{
  margin-right: 15px;
  content: counter(item);
  border-radius: 100%;
  color: #808080;
  font-size:26px;
  text-align: center;
	width:50px;
	height:50px;
	border:1px solid #cdcdcd;
	display:block;
	float:left;
	padding-top:4px
}

.breadcrumb-categories h2{
	font-family:"Libre Baskerville", Times New Roman, serif;
	font-size:18px;
	color:#004588;
}

.breadcrumb-categories h3{
	font-family:"Libre Baskerville", Times New Roman, serif;
	font-size:40px;
	font-weight:600;
}

.dane-logistyczne ul{
	padding-left:0;
	list-style-type:none;
	background-color:#f8f8f8;
	padding:15px
}

.dane-logistyczne ul li{
	font-size:18px;
	padding:15px 0;
}


.dane-logistyczne ul li:not(:last-child){
	border-bottom:1px solid #c0c0c1;
}

.products-widget .elementor-post__thumbnail img{
	width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
	
.products-widget .elementor-grid-item{
	border:2px solid #fff;
	transition:all 0.15s ease-in-out;
	padding:20px;
}

.products-widget .elementor-grid-item:hover{
	border:2px solid #004588;
}

.products-widget article{
	padding:12px !important;
}

.related-products .related-product img {
	border:30px solid #fff;
}

.related-products .related-product p{
	display:none;
}

/*.breadcrumb-categories .elementor-clearfix h2:nth-child(2){
	display:none;
}
*/

.acf-product-table td, .std-table td{
	border:0;
}

.acf-product-table tbody>tr:nth-child(even)>td, .acf-product-table tbody>tr:nth-child(even)>th, .std-table tbody>tr:nth-child(even)>td, .acf-product-table tbody>tr:nth-child(even)>th {
    background-color: #e5ecf3;
}

.acf-product-table tbody>tr:nth-child(odd)>td, .acf-product-table tbody>tr:nth-child(odd)>th, .std-table tbody>tr:nth-child(odd)>td, .acf-product-table tbody>tr:nth-child(odd)>th {
    background-color: #f2f6f9;
}

.acf-product-table thead, .std-table thead{
    background-color: #004588;
	color:#fff;
}

.acf-product-table thead tr th, std-table thead tr th{
	border:0 !important;
}

.acf-product-table tbody tr td:nth-child(1), .std-table tbody tr td:nth-child(1){
	max-width:175px
}

.acf-product-table tbody tr td, .std-table tbody tr td{
	padding:12px
}

.std-table tr td{
	text-align:center;
}

.menu a img, .elementor-nav-menu a img{
	width:18px;
	margin-right:5px;
	position:relative;
}

.menu a img{
	top:3px;
}

.elementor-nav-menu a img{
	top:-2px
}

@media screen and (min-width:1025px){
.elementor-widget-nav-menu .elementor-nav-menu--dropdown{
	margin-left:0 !important;
		-webkit-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.15);
box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.1);
}
	}

.eae-layout-center .eae-timeline-item:nth-child(odd) {
    flex-direction: row;
}

.eae-layout-center .eae-timeline-item:nth-child(odd) .eae-tl-item-meta-wrapper {
    justify-content: flex-end;
}

.eae-layout-center .eae-timeline-item:nth-child(even) .eae-tl-content-wrapper {
    padding-left: 0;
}

.eae-tl-item-meta {
    padding: 0;
	width:60px
}

.eae-tl-item-meta-wrapper {
  	flex-grow: 0;
		flex-basis: 0%;
}

.eae-timline-progress-bar{
	left:77px !important;
	width: 1px !important;
}

.eae-tl-item-image{
	display:none;
}

/* przepisy tabs */

.tab-content{
	width:100%;
}

.tabs-container .icons-container{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}

.tabs-container .icons-container > div:not(:last-child){
	flex:1;
}

.icons-container .tab-icon:not(:first-child):not(:last-child){
	border-left:1px solid #dfdfdf;
}

@media screen and (max-width:1024px){
	.tabs-container .icons-container > div:not(:last-child){
	flex-basis:50%;
	border:0;
}
}

@media screen and (max-width:400px){
	.tabs-container .icons-container > div:not(:last-child){
	flex-basis:100%;
	border-bottom:1px solid #dfdfdf
}
}

.tabs-container .icons-container > div:last-child{
	flex-basis:100%;
	text-align:right;
}

.icons-container .tab-icon{
	text-align:center;
	position:relative;
}

.icons-container .tab-icon img{
	transition:all 0.3s ease-in-out;
}

.icons-container .tab-icon:not(:last-child) img{
	max-height:70px
}

.icons-container .tab-icon:not(:last-child) p{
	font-family: "Garden Grow", Sans-serif;
	font-size:36px;
}

.icons-container .tab-icon:not(:last-child){
	min-height:200px;
	padding:50px 0 25px 0;;
}

.tab-icon.active img, .tab-icon:hover img{
	filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
}

.tab-icon:last-child:after{
	content:url("/wp-content/uploads/2019/09/strzalka.svg");
	display:inline-block;
	margin-left:5px
}

.tab-icon:last-child p{
	display:inline-block;
}

.tab-icon:last-child{
	color:#e2001a;
	margin-top:15px
}

.elementor-140 .elementor-element.elementor-element-f218c53 .eae-tl-item-focused .eae-icon-item_icon.eae-icon-view-framed i {
    color: #e2001a !important;
}

.elementor-search-form__submit, .elementor-search-form__container input{
	padding:15px !important;
}

.elementor-widget-search-form .elementor-search-form__submit {
    background-color: rgba(0,0,0,0) !important;
}

.elementor-widget-search-form .elementor-search-form__submit:hover {
    background-color: #004588 !important;
}

.elementor-search-form button i {
    color: #004588;
}

.elementor-search-form button:hover i {
    color: #fff;
}

.elementor-nav-menu--dropdown .menu-item a {
    justify-content: flex-start;
}