﻿/*
Theme Name: Prémium Faszén Theme
Theme URI: https://patu.hu/
Description: Prémium Faszén Theme alap sablon
Author: Patuzzi Norbert
Author URI: https://patu.hu/
Template:
Version: 1.0
Tags: alap, minimal, white, grey, silver, patu, patuzzi, norbert
Text Domain: premfaszen-theme

License:
License URI:
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

/*
piros: #c23834
*/

/* ALAPOK */
html, body {
	overflow-x: hidden !important;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "Source Sans 3", serif;
	color: #121211;
	font-size: 18px;
}

h1, h2, h4 {
	font-family: "Montserrat", serif;
}

h2 {
	font-size: 50px;
	letter-spacing: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

h3 {
	font-size: 24px;
	color: #C9AE8A;
	letter-spacing: 1px;
	line-height: 28px;
}

.section-dark h2 {
	font-size: 50px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	color: #fff;
}

.section-dark h3 {
	font-size: 24px;
	color: #C9AE8A;
	letter-spacing: 1px;
	line-height: 28px;
}

a {
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	color: #C3000D;
}

p {
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 1px;
}

.section-dark p {
	color: #fff;
}

.wpb_text_column p {
	margin-bottom: 36px;
}

.cursor-pointer, .cursor-pointer:hover {
	cursor: pointer;
}

.none767 {
	display: none;
}

.mobile-only {
	display: none;
}

.grill-button-align-center {
	text-align: center;
}

.grill-button-align-right {
	text-align: right;
}

.inner {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.uppercase, .uppercase a, .uppercase button, .uppercase span {
	text-transform: uppercase;
}

.animate {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.inline-block {
	display: inline-block;
}

.vmiddle {
	vertical-align: middle;
}

.vtop {
	vertical-align: top;
}

/*figcaption {
	max-width: 64%;
}*/

.section-dark figcaption {
	color: #fff;
}

figcaption::before {
	display: block;
	content: '';
	width: 30px;
	height: 1px;
	background-color: #121211;
	margin-top: 16px;
	margin-bottom: 10px;
}

.section-dark figcaption::before {
	background-color: #fff;
}

.bg-cover {
	background-size: cover;
}

.header-logo {
	position: fixed;
	top: 0px;
	z-index: 999;
	left: calc(50% - 144px);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.header-logo img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

body.page-loggedin-admin .header-logo {
	top: 32px;
}

body.body-scrolled .header-logo, body.body-scrolled .header-logo img {
	width: 144px;
	height: auto;
	left: calc(50% - 72px);
}

.section-bg-center {
	background-position: top center;
}

.section-bg-norepeat {
	background-repeat: no-repeat;
}

.header-grill-icon {
	position: fixed;
	right: calc(((100% - 1440px) / 2) + 16px);
	bottom: 16px;
	z-index: 999;
}

.section-hero {
	height: 787px;
	background-color: #121211;
	color: #fff;
}

.section-hero p {
	margin-top: 10px;
	font-size: 24px;
}

.section-hero h1 {
	font-size: 72px;
	text-shadow: 0px 8px 10px rgba(0,0,0,0.48);
	letter-spacing: -2px;
	margin-bottom: 0px;
}

.section-bg-gradient {
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom -70px center;
	background-color: #121211;
	padding-bottom: 100px;
}

h4 {
	font-size: 42px;
	line-height: 50px;
	font-weight: 500;
	background-image: url('/wp-content/themes/premfaszen-theme/images/step-bg.png');
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 20px;
	padding-top: 33px;
	padding-left: 30px;
	padding-bottom: 16px;
	margin-bottom: 10px;
}

.step-left h4 {
	background-image: url('/wp-content/themes/premfaszen-theme/images/step-bg-left.png');
	padding-top: 50px;
	padding-left: 86px;
	padding-bottom: 30px;
	margin-left: -70px;
	margin-bottom: 0px;
}

.quote p {
	font-size: 32px;
	font-weight: bold;
	border-left: 1px solid #121211;
	padding-left: 16px;
	padding-right: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 32px;
	/*max-width: calc(100% - 200px);*/
	margin-left: auto;
	margin-right: auto;
}

.title-form, .title-form h2 {
	margin-bottom: 0px;
}

.form-page .form-column {
	display: inline-block;
	vertical-align: middle;
	width: calc(50% - 7px);
}

.form-page .form-column-left {
	margin-right: 5px;
}

.form-page .form-column-right {
	margin-left: 5px;
}

.form-page .form-inputs input {
	width: calc(100% - 24px);
	border: 1px solid #c0c0c0;
	padding: 10px 12px;
	margin-top: 10px;
	border-radius: 18px;
}

.form-page textarea {
	width: calc(100% - 24px);
	border: 1px solid #c0c0c0;
	padding: 12px;
	border-radius: 18px;
	height: 120px;
}

.form-page .form-column-submit {
	text-align: right;
}

.form-page .form-gomb {
	background-color: #C3000D;
	border: 0px;
	padding: 12px 20px;
	border-radius: 20px;
	color: #fff;
	font-size: 18px;
}

.footer {
	background-color: #121210;
	color: #fff;
	margin-top: 60px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer-column {
	width: calc((100% - 48px) / 3);
}

.footer-column-2 {
	margin-left: 20px;
	margin-right: 20px;
}

.footer-title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 30px;
	font-weight: bold;
}

.footer-form p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.footer-form .form-inputs input {
	padding: 8px 10px;
	width: 100%; /* calc(100% - 20px) */
	border: 0px;
}

.footer-form textarea {
	padding: 10px;
	width: 100%; /* calc(100% - 20px) */
	height: 86px;
	border: 0px;
}

.footer-form .form-email, .footer-form .form-tel, .footer-form .form-targy, .footer-form textarea {
	margin-top: 10px;
}

.footer-form .wpcf7-acceptance {
	font-size: 12px;
}

.footer-form a {
	white-space: nowrap;
	color: #fff;
	font-weight: bold;
}

.footer-form .form-gomb {
	padding: 8px 0px;
	width: 100%;
	border: 0px;
	background-color: #C3000D;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	border-radius: 17px;
}

.contact-line {
	background-repeat: no-repeat;
	background-position: middle left;
	line-height: 30px;
	padding-left: 36px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.contact-line-address {
	background-image: url('/wp-content/themes/premfaszen-theme/images/footer-address.png');
}

.contact-line-tel {
	background-image: url('/wp-content/themes/premfaszen-theme/images/footer-tel.png');
}

.contact-line-email {
	background-image: url('/wp-content/themes/premfaszen-theme/images/footer-email.png');
}

.footer-contents a, .footer-center a {
	color: #fff;
	font-weight: bold;
}

.footer-contents a:hover, .footer-center a:hover {
	color: #C3000D;
}

.websites {
	margin-top: 26px;
	margin-bottom: 26px;
	padding-bottom: 26px;
	border-bottom: 1px solid #fff;
	max-width: 50%;
}

.footer-center {
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	line-height: 20px;
}

.footer-center img {
	margin-bottom: 20px;
}

.termek-lista {
	margin-bottom: 20px;
}

.termek-item {
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 112px) / 3);
	padding: 14px;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
	border-radius: 10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	margin-bottom: 20px !important;
	cursor: pointer;
}

.termek-item-3-2 {
	margin-left: 14px;
	margin-right: 14px;
}

.termek-kep {
	background-size: cover;
	width: 100%;
	height: 300px;
	border-radius: 10px;
}

.termek-cim {
	font-size: 24px;
	line-height: 28px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #121211;
	font-weight: bold;
	min-height: 84px;
}

.termek-ar {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 10px;
	color: #121211;
	font-weight: 100;
}

.termek-gomb {
	background-color: #C3000D;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.termek-item:hover .termek-gomb {
	background-color: #121211;
}

/* 2025.03.13. V2 */
.hero-product-image .vc_column-inner .wpb_wrapper {
	width: 518px;
	margin-left: -40px;
}

.footer-links {
	margin-top: 50px;
}

@media (max-width: 1170px) {
	.hero-product-image .vc_column-inner .wpb_wrapper {
		width: auto;
		margin-left: 0px;
	}
}

@media (max-width: 782px) {
	body.page-loggedin-admin .header-logo {
		top: 46px;
	}
}

@media (max-width: 767px) {
	.section-hero {
		height: auto;
		padding-top: 100px;
	}
	.section-hero h1 {
		margin-top: 0px;
	}
	.section-hero-titles {
		margin-top: -100px;
	}
	.none-767 {
		display: none;
	}
	.mobile-reorder-container {
		display: flex;
		flex-direction: column;
	}
	.mobile-reorder-container .mobile-reorder-left {
		order: 2;
	}
	.mobile-reorder-container .mobile-reorder-right {
		order: 1;
	}
}

@media (max-width: 699px) {
	.footer-column {
		display: block;
		width: 100%;
	}
	.footer-column-2 {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

@media (max-width: 680px) {
	.termek-item {
		width: calc((100% - 70px) / 2);
	}
	.termek-item-3-2 {
		margin-left: 0px;
		margin-right: 0px;
	}
	.termek-item-2-2 {
		margin-left: 14px;
	}
	.quote p {
		padding-right: 0px;
	}
}

@media (max-width: 540px) {
	.termek-item {
		width: calc(100% - 28px);
		display: block;
	}
	.termek-item-2-2 {
		margin-left: 0px;
	}
	.termek-kep {
		height: 400px;
	}
	.termek-cim {
		min-height: inherit;
	}
}

@media (max-width: 440px) {
	.form-page .form-column {
		display: block;
		width: calc(100% - 2px);
	}
	.form-page .form-column-left {
		margin-right: 0px;
	}
	.form-page .form-column-right {
		margin-left: 0px;
	}
	.section-hero h1 {
		font-size: 48px;
	}
	.footer-links {
		margin-top: 16px;
	}
}

@media (max-width: 420px) {
	.section-dark h2, h2 {
		font-size: 36px;
	}
}

@media (max-width: 399px) {
	.termek-kep {
		height: 300px;
	}
}
