/*
Theme Name: Erizo
Author: Erizo.pl
*/

:root {
	/* FONTS */
	--font-size-1: 66px;
	--font-size-2: 46px;
	--font-size-3: 36px;
	--font-size-4: 26px;
	--font-size-5: 22px;
	--font-size-6: 18px;
	--font-size-7: 16px;
	--font-size-8: 14px;
	--font-size-9: 12px;
	--font-size-10: 10px;

	/* FONT FAMILY */
	--primary-font-family: 'Montserrat', sans-serif;

	/* COLORS */
	--main-bg-color: #fff;
	--second-bg-color: #fdfbf8;
	--font-color: #333;
	--primary-color: #81a473;
	--btn-bg-color: var(--primary-color);
	--btn-color: #fff;
	--svg-icons-color: var(--primary-color);
	--text-section-after: var(--second-bg-color);
	--banner-after: #00000040;
	--banner-bg-color: #e9e9e9;
	--banner-font-color: var(--font-color);
	--video-banner-after: #ffffff94;
	--video-banner-font-color: #333;
	--slick-dots-color: var(--primary-color);
	--slick-arrow-bg: var(--primary-color);
	--slick-arrow-color: #fff;
	--cta-bg-color: #1e1e1e;
	--contact-form-borders: #bfbfbf;
	--template-separator-color: var(--primary-color);
	--header-bg-color: #fff;
	--header-second-bg-color: #81a473;
	--header-color: var(--font-color);
	--footer-bg-color: #81a473;
	--footer-color: #fff;

	/* ICONS COLOR FILTER */
	--icons-filter:  invert(64%) sepia(28%) saturate(399%) hue-rotate(58deg) brightness(90%) contrast(87%);

	/* BUTTON */
	--def-btn-font-size: 18px;
	--def-btn-padding: 17px 65px;

	/* PADDING */
	--small-padding: 50px;
	--big-padding: 100px;

	/* DESC */
	--desc-margin: 15px 0 0;

	/* BORDER RADIUS */
	--border-radius: 2px;

	/* SEPARATOR */
	--template-separator-height: 5px;

	/* HEADER */
	--header-padding: 15px 0;
	--logo-size: 85px;
	--logo-scrolled-size: 85px;
	--logo-mobile-size: 100px;
	--logo-scrolled-mobile: 80px;

	/* FOOTER LOGO */
	--footer-logo-size: 130px;
	--footer-mobile-logo-size: 100px;

	/* FW TYPES */
	--fw-type-1: 500;
	--fw-type-2: 600;
	--fw-type-3: 600;
	--fw-type-4: 600;
	--fw-type-5: 600;
}

.er-title-1,
.er-title-2,
.er-title-3,
.er-title-4,
.er-title-5,
.er-title-6,
.er-title-7,
h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 1px;
}
section.simple-banner-section{
	padding: 30px 0;
}
section.main-cta,
section.main-cta .desc *,
section.main-cta .line-btn a {
	color: #fff;
}
section.main-cta .def-btn a{
	color: #fff;
}
.er-title-2{
	text-transform: uppercase;
}
section.icons-section .tmp-separator{
	display: none;
}
section.home-products .tmp-separator{
	margin: 0 auto 30px;
	max-width: 150px;
}
section.wc-page .woocommerce ul.products li.product .product-image-box {
	margin-bottom: 0;
}
section.wc-page .woocommerce .products li.product .prod-wrapper{
	text-align: center;
	background-color: var(--second-bg-color);
}
section.wc-page .woocommerce .products li.product .prod-wrapper .content {
	padding: 30px;
}
section.wc-page .woocommerce .er-wc-add-to-cart {
	background-color: transparent;
	color: var(--font-color);
	display: block;
	width: 100%;
	padding: 15px 20px;
}
section.wc-page .woocommerce .er-wc-add-to-cart:hover {
	background-color: var(--primary-color);
	color: #fff;
}
section.main-cta .abs-img-bg{
	opacity: 60%;
}

section.icons-section-t1-v1.icons-bg .icon-item {
	background-color: var(--second-bg-color);
	box-shadow: unset;
	cursor: default;
}

header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu>li.current-menu-item >a::after{
	opacity: 1;
}

section.contact-section-t1-v1 .map iframe {
	filter: none;
}
footer.main-footer-section-t3-v1 .footer-newsletter form .nws-wrapper button[type="submit"]{
	background-color: #fdfbf8;
}
footer.main-footer-section-t3-v1 .footer-newsletter form .nws-wrapper button[type="submit"] .icon svg{
	fill: var(--primary-color);
}
select.gt_selector{
	display:none;
}
@media screen and (max-width: 1599px) {
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu > li + li {
		margin-left: 14px;
	}
}
@media screen and (max-width: 1599px) {
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.socials {
		margin-left: 17px;
	}
}
@media screen and (max-width: 1499px) {
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu > li + li {
		margin-left: 15px;
	}
}
@media screen and (max-width: 1499px) {
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.socials {
		margin-left: 20px;
	}
}
@media screen and (max-width: 1399px) {
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu > li + li {
		margin-left: 9px;
	}
}
@media screen and (max-width: 1399px) {
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.socials {
		margin-left: 10px;
	}
}
@media screen and (max-width: 1299px) {
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu > li + li {
		margin-left: 12px;
	}
}
@media screen and (max-width: 1299px) {
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.socials {
		margin-left: 20px;
	}
}
@media screen and (min-width: 1200px) {
  header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu > li > a {
    font-size: var(--font-size-8);
  }
}


/* GLOBAL MEDIA */
@media screen and (min-width: 1200px) {
	header.main-header-section-v1 .desktop-nav .header-main-row .menu-links-column {
		min-width: 87%;
		width: 87%;
	}
	header.main-header-section-v1 .desktop-nav .header-main-row .logo-column {
		min-width: 13%;
		width: 13%;
	}
}
@media screen and (max-width: 1499px) {
	:root {
		/* FONTS */
		--font-size-1: 64px;
		--font-size-2: 44px;
		--font-size-3: 34px;
		--font-size-4: 24px;
		--font-size-5: 20px;
		--font-size-6: 18px;
		--font-size-7: 16px;
		--font-size-8: 14px;
		--font-size-9: 12px;
		--font-size-10: 10px;

		/* BUTTON */
		--def-btn-font-size: 15px;
		--def-btn-padding: 17px 35px;

	}
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu>li>a{
		font-size: var(--font-size-9);
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1299px){
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.menu > li > a {
		font-size: var(--font-size-10);
	}
}
@media screen and (max-width: 1199px) {
	:root {
		/* FONTS */
		--font-size-1: 60px;
		--font-size-2: 40px;
		--font-size-3: 30px;
		--font-size-4: 22px;
		--font-size-5: 18px;
		--font-size-6: 16px;
		--font-size-7: 14px;
		--font-size-8: 13px;
		--font-size-9: 12px;
		--font-size-10: 10px;
	}
	.def-btn a {
		padding: 14px 55px;
	}

}
@media screen and (max-width: 991px) {
	:root {
		/* FONTS */
		--font-size-1: 54px;
		--font-size-2: 36px;
		--font-size-3: 28px;
		--font-size-4: 20px;

		/* BUTTON */
		--def-btn-font-size: 14px;

		/* PADDING */
		--small-padding: 60px;
		--big-padding: 120px;
	}
	body {
		font-size: var(--font-size-7);
	}
}

@media screen and (max-width: 767px) {
	:root {
		/* FONTS */
		--font-size-1: 48px;
		--font-size-2: 32px;
		--font-size-3: 24px;

		/* PADDING */
		--small-padding: 50px;
		--big-padding: 100px;
	}
}