/*
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: 'Lora', serif;

	/* COLORS */
	--main-bg-color: #fff;
	--second-bg-color: #f2f2f2;
	--font-color: #000;
	--primary-color: #f02;
	--btn-bg-color: var(--primary-color);
	--btn-color: #fff;
	--svg-icons-color: var(--primary-color);
	--text-section-after: var(--second-bg-color);
	--banner-after: #00000078;
	--banner-bg-color: var(--second-bg-color);
	--banner-font-color: #fff;
	--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: var(--second-bg-color);
	--contact-form-borders: #bfbfbf;
	--template-separator-color: var(--primary-color);
	--header-bg-color: #fff;
	--header-second-bg-color: var(--second-bg-color);
	--header-color: var(--font-color);
	--header-top-info-bg: var(--primary-color);
	--header-top-info-color: #fff;
	--footer-bg-color: #1a1a1a;
	--footer-color: #fff;

	/* ICONS COLOR FILTER */
	--icons-filter: invert(18%) sepia(97%) saturate(6709%) hue-rotate(346deg) brightness(95%) contrast(114%);

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

	/* PADDING */
	--small-padding: 60px;
	--big-padding: 120px;

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

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

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

	/* HEADER */
	--header-padding: 15px 0;
	--logo-size: 130px;
	--logo-scrolled-size: 100px;
	--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: 700;
	--fw-type-4: 800;
	--fw-type-5: 900;
}

section.contact-section-t1-v2 .map.second-map {
	padding-top: 50%;
	margin-top: 60px;
}
section.contact-section-t1-v2 .map.second-map iframe {
	filter: none;
}
@media screen and (min-width: 1200px) {
	header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.socials li a.icon svg {
		width: 21px;
	}
}
footer.main-footer-section-t1-v1 .socials ul li a svg {
	width: 25px;
}
section.contact-section-t1-v2 .contact-info-row .item .wrapper .icon svg {
	height: 35px;
}
.services-white-box a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
}
.services-v3 .services-container {
	margin-top: 50px;
}
.services-v3 .services-white-box {
	background: #fff;
	box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.06);
	position: relative;
	overflow: hidden;
	display: flex;
	z-index: 0;
	height: 95%;
}
.services-v3 .services-white-box .img-bg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: .5s;
}
.services-v3 .services-white-box:hover .img-bg {
	transform: scale(1.2);
}
.services-v3 .services-white-box .content {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px 20px;
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 2;
	margin-top: 270px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.services-v3 .services-white-box .content h6 {
	font-weight: 700;
	color: #fff;
	text-transform: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.services-v3 .services-white-box .content p {
	color: #fff;
	margin-top: 15px;
}
.services-v3 .tmp-separator {
	margin: 0 auto;
}



/* GLOBAL MEDIA */

@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;

	}
}

@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;
	}
}