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

:root {
	/* FONTS */
	--font-size-1: 66px;
	--font-size-2: 42px;
	--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: "Vollkorn", serif;


	/* COLORS */
	--main-bg-color: #fff;
	--second-bg-color: #f9f8f6;
	--font-color: #333;
	--primary-color: #aeadab;
	--btn-bg-color: var(--primary-color);
	--btn-color: #fff;
	--svg-icons-color: var(--primary-color);
	--text-section-after: var(--second-bg-color);
	--banner-after: #ffffff52;
	--banner-bg-color: #fbf9f8;
	--banner-font-color: var(--font-color);
	--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: #0000;
	--header-second-bg-color: var(--second-bg-color);
	--header-color: var(--font-color);
	--footer-bg-color: #1f1f1f;
	--footer-color: #fff;

	/* ICONS COLOR FILTER */
    --icons-filter: invert(90%) sepia(3%) saturate(183%) hue-rotate(2deg) brightness(77%) contrast(90%);


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

	/* PADDING */
	--small-padding: 60px;
	--big-padding: 120px;
	
	/* DESC */
	--desc-margin: 25px 0 0;
	
	/* BORDER RADIUS */
	--border-radius: 0;

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

	/* HEADER */
	--header-padding: 15px 0;
	--logo-size: 270px;
	--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: 400;
	--fw-type-2: 400;
	--fw-type-3: 400;
	--fw-type-4: 400;
	--fw-type-5: 400;
}

.er-title-2{
	text-transform: uppercase;
}
section.main-cta .abs-img-bg{
	opacity: 15%;
}
header, 
footer,
.er-title-1,
.er-title-2,
.er-title-3,
.er-title-4,
.er-title-5,
.er-title-6 {
	font-family: "Vollkorn", serif;
}

header.main-header-section.absolute-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.page-loader-main {
	background-color: var(--main-bg-color);
}
footer.main-footer-section-t1-v1 .socials {
	display: none;
}
header.main-header-section .desktop-nav .header-main-row .menu-links-column ul.socials{
	display: none;
}
header.main-header-section .mobile-nav .header-mobile-row .menu-links-box ul.socials{
	display: none;
}

.top-fixed-socials {
	position: fixed;
	right: 30px;
	top: 50%;
	z-index: 100;
}
.top-fixed-socials ul li a svg {
	width: 30px;
	height: 30px;
}
.top-fixed-socials ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-fixed-socials ul li + li {
	margin-top: 15px;
}
.top-fixed-socials ul li {
	transition: .3s;
}
.top-fixed-socials ul li:hover {
	transform: scale(1.05);
}
/* 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;
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box{
		background-image: url('./img/paper-bg.jpg');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	header.main-header-section .mobile-nav .header-mobile-row .menu-links-box .wrapper ul li.current_page_item>a{
		color: var(--header-color);
	}
}
@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);
	}
	section.banner-main .title-2{
		font-size: 21px;
	}
}

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