/*
Theme Name: Capezzone
Theme URI: https://capezzone.com
Author: WossAgency
Author URI: https://woss.agency
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: capezzone
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ============================================== */
/* ================ general styles ================ */
/* ============================================== */

body {
	font-family: 'Poppins', sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4 {
	color: #000000;
	font-weight: 400;
	margin: 0;
	padding: 0;
	font-family: 'Ivy Mode';
}
figure,
img {
	padding: 0;
	margin: 0;
}
a:hover {
	color: inherit;
	text-decoration: none;
}
a {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn:focus,
.btn:active,
a:focus,
a:active,
input:focus,
input:active,
textarea:focus,
textarea:active,
select:focus,
select:active,
button:focus,
button:active,
span:focus,
span:active {
	outline: 0;
	box-shadow: none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
input,
textarea,
select {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
@font-face {
	font-family: 'Ivy Mode';
	src:
		url('assets/fonts/IvyMode-Light.woff2') format('woff2'),
		url('assets/fonts/IvyMode-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Ivy Mode';
	src:
		url('assets/fonts/IvyMode-LightItalic.woff2') format('woff2'),
		url('assets/fonts/IvyMode-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Ivy Mode';
	src:
		url('assets/fonts/IvyMode-Thin.woff2') format('woff2'),
		url('assets/fonts/IvyMode-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Ivy Mode';
	src:
		url('assets/fonts/IvyMode-ThinItalic.woff2') format('woff2'),
		url('assets/fonts/IvyMode-ThinItalic.woff') format('woff');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

/* Buttons */
.default-dark-btn {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 45px;
	border-radius: 4px;
	border: none;
	background-color: #000000;
}
.default-dark-btn:hover,
.default-dark-btn:focus {
	color: #ffffff;
	background-color: #333333;
}
.border-white-btn {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 45px;
	border-radius: 4px;
	border: 1px solid;
	border-color: #ffffff;
	background-color: transparent;
}
.border-white-btn:hover,
.border-white-btn:focus {
	color: #000000;
	background-color: #ffffff;
}

/* Headings */
.site-heading h1,
.site-heading h2,
.site-heading h3,
.site-heading h4,
.site-heading h5,
.site-heading h6,
.site-heading p {
	margin: 0;
	padding: 0;
}
.site-heading {
	display: block;
	position: relative;
}
.site-heading h1 {
	font-size: 54px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 20px;
	letter-spacing: 3px;
}
.site-heading h2 {
	font-size: 54px;
	font-weight: 400;
	margin-bottom: 20px;
	letter-spacing: 3px;
}
.site-heading .heading-number {
	position: absolute;
	top: -45px;
	right: 0;
	left: 0;
	z-index: -1;
	display: block;
	font-family: 'Ivy Mode';
	font-size: 162px;
	font-weight: 100;
	font-style: italic;
	color: #f1f2f2;
	line-height: normal;
	text-transform: uppercase;
}
.site-heading span {
	font-size: 12px;
	font-weight: 300;
	margin: 0;
	letter-spacing: 8px;
	text-transform: uppercase;
}
.site-heading h3 {
	font-size: 36px;
	font-style: italic;
}
.site-heading h5 {
	color: #000000;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}
.site-heading.text-justify {
	display: block !important;
	text-align: center !important;
}
.site-heading.text-justify span {
	top: -30px;
	left: 0;
	right: 0;
}

/* Spacing */
.site-row-p35x {
	padding-top: 35px;
	padding-bottom: 35px;
}
.site-row-pt35x {
	padding-top: 35px;
}
.site-row-pb35x {
	padding-bottom: 35px;
}
.site-row-p70x {
	padding-top: 70px;
	padding-bottom: 70px;
}
.site-row-pt70x {
	padding-top: 70px;
}
.site-row-pb70x {
	padding-bottom: 70px;
}
.site-row-p100x {
	padding-top: 100px;
	padding-bottom: 100px;
}
.site-row-pt100x {
	padding-top: 100px;
}
.site-row-pb100x {
	padding-bottom: 100px;
}
.site-row-p150x {
	padding-top: 150px;
	padding-bottom: 150px;
}
.site-row-pt150x {
	padding-top: 150px;
}
.site-row-pb150x {
	padding-bottom: 150px;
}
.site-row-p200x {
	padding-top: 200px;
	padding-bottom: 200px;
}
.site-row-pt200x {
	padding-top: 200px;
}
.site-row-pb200x {
	padding-bottom: 200px;
}
.site-height-80vh {
	min-height: 80vh !important;
}

/* Container */
.container {
	max-width: 1440px;
}

/* VC Styles */
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
	margin-bottom: 0 !important;
}
.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
	padding-top: 0 !important;
}
.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
.vc_section.vc_section-has-fill + .vc_section {
	padding-top: 0 !important;
}
.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6 {
	margin-bottom: 15px;
}
.wpb_text_column p {
	font-size: 14px;
	font-weight: 300;
	line-height: 2.2;
	margin-bottom: 15px;
}
.wpb_text_column p:last-of-type {
	margin-bottom: 0;
}
.wpb_text_column a {
	color: #000000;
	text-decoration: underline;
}

/* ============================================== */
/* ================ header styles ================ */
/* ============================================== */

/* Navigation */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
.site-nav-desktop {
	padding: 50px 50px 0 50px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	background-color: transparent;
	transition: all 0.2s ease-in-out;
}
.site-nav-fixed {
	padding: 25px 50px;
	background-color: #111111;
}
.site-nav-fixed .site-logo svg path {
	fill: #ffffff !important;
}
.site-nav-fixed .site-navigation ul li a {
	color: #ffffff !important;
}
.site-logo svg {
	height: 40px;
}
.site-navigation {
	text-align: right;
	margin-left: auto;
}
.site-navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.site-navigation ul li {
	position: relative;
	margin-right: 40px;
	display: inline-block;
}
.site-navigation ul li:last-child {
	margin-right: 0;
}
.site-navigation ul li a {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.site-navigation ul li a::after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	transition: width 0.3s;
	background-color: #ffffff;
}
.site-navigation ul li a:hover::after {
	width: 100%;
}
.site-nav-mobile {
	display: none;
	margin-left: auto;
}
.site-nav-mobile a {
	cursor: pointer;
	display: inline-flex;
	width: auto;
	height: 15px;
	transition: none;
	vertical-align: middle;
	transform-origin: left;
	transition: all 0.2s ease-in-out;
}
.site-nav-mobile a > div {
	display: inline-flex;
	width: 25px;
	height: 15px;
	position: relative;
}
.site-nav-mobile a span:nth-child(1) {
	top: 0px;
}
.site-nav-mobile a span:nth-child(2) {
	top: 7px;
}
.site-nav-mobile a span:nth-child(3) {
	top: 14px;
}
.site-nav-mobile a span {
	display: block;
	position: absolute;
	width: 25px;
	height: 1px;
	content: ' ';
	left: 0;
	background-color: #ffffff;
}
.site-nav-mobile-content .modal-dialog {
	max-width: 100%;
}
.site-nav-mobile-content .modal-content {
	background-color: #000000 !important;
}
.site-nav-mobile-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.site-nav-mobile-content ul li {
	margin-bottom: 10px;
}
.site-nav-mobile-content ul li:last-of-type {
	margin-bottom: 0;
}
.site-nav-mobile-content ul li a {
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.site-nav-mobile-content .modal-body,
.site-nav-mobile-content .modal-header,
.site-nav-mobile-content .modal-footer,
.site-nav-mobile-content .modal-dialog,
.site-nav-mobile-content .modal-content {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.site-nav-mobile-content .modal-dialog,
.site-nav-mobile-content .modal-content {
	height: 100%;
}
.site-nav-mobile-content .modal-header {
	padding: 25px 15px !important;
	border-bottom: none !important;
}
.site-nav-mobile-content .modal-header .close {
	color: #ffffff;
	opacity: 1;
	padding: 5px 15px 0 0;
	font-size: 50px;
	font-weight: 100;
}
.site-nav-mobile-content .modal-body {
	display: flex;
	align-items: center;
	justify-content: center;
}
.site-nav-mobile-content .modal-footer {
	padding: 0 0 30px 0 !important;
	text-align: center !important;
}
.site-nav-mobile-content .modal-footer a {
	margin: 0 auto !important;
}

/* Page Header */
.site-header-wrapper {
	position: relative;
	height: 80vh;
}
.site-header-wrapper::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
}
.site-header-image img {
	display: block;
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 80vh;
}
.site-header-text {
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	text-align: center;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.site-header-text h1 {
	color: #ffffff;
	font-size: 54px;
	font-weight: 400;
	letter-spacing: 3px;
}
.site-header-bottom-text {
	position: absolute;
	left: 70px;
	right: 70px;
	bottom: 40px;
	width: auto;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #ffffff;
}
.site-header-bottom-text p {
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	max-width: 40%;
	letter-spacing: 4px;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}
.site-header-bottom-text::before {
	content: '';
	position: absolute;
	top: -30px;
	right: 0;
	width: 32px;
	height: 60px;
	display: block;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 239 448'%3E%3Cpath d='M119.12 447.71c8.831 0 15.99-7.159 15.99-15.99s-7.159-15.99-15.99-15.99-15.99 7.159-15.99 15.99 7.159 15.99 15.99 15.99Zm5.45-329.04L83.19 221.62c-.28-.18-1.1-.64-1.38-.83l21.34-53.35 15.99-39.83 11.42-28.62h.02c.06 0 .31-.04.94-.04h3.53c1.75 0 2.14.27 2.16.28l49.42 117.92c-3.29 2.4-6.65 4.58-10.01 6.47l-.27.15-.69.44-1.52.92c-1.78 1.08-2.56 1.56-4.58 2.37l-44.97-108.84-.02.01Z' fill='%23fff'/%3E%3Cpath d='m217.49 342.1-39.07-92.14-1.58.81c-16.35 8.38-34.76 12.63-54.71 12.63-18.18 0-35.35-3.45-51.04-10.26l-1.01-.44-13.65 33.97-1.58-.48 13.72-34.16-1.39-.67C24.48 230.92 0 187.82 0 133.13 0 55.99 53.89 0 128.13 0c39.69 0 73.36 14.2 94.92 40.02l-9.52 8.38c-22.05-30.12-52.29-46.03-87.51-46.03-63.01 0-108.75 52.6-108.75 125.07s47.52 128.62 113 128.62c38.54 0 72.2-18.81 94.86-53l1.42.83c-8.9 13.79-19.16 25.37-30.51 34.44l-.97.78 43.18 102.93c-1.22-.02-2.46-.03-3.65-.03-3.93 0-7.3.09-7.52.1h-9.59v-.01Z' fill='%23fff'/%3E%3C/svg%3E");
}

/* ============================================== */
/* ================ elements styles ================ */
/* ============================================== */

.grecaptcha-badge {
	visibility: hidden;
}

/* Info Block */
.site-info-holder {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.site-info-col-l {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
	position: relative;
	width: 100%;
}
.site-info-col-r {
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
	position: relative;
	width: 100%;
	padding-left: 10%;
	padding-right: 15%;
}
.site-info-text-holder {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.site-info-text-title {
	position: relative;
}
.site-info-text-title h3 {
	font-size: 54px;
	font-weight: 400;
	margin-bottom: 20px;
	letter-spacing: 3px;
}
.site-info-text-title h2 {
	z-index: 9;
	font-size: 54px;
	font-weight: 400;
	margin-bottom: 20px;
	letter-spacing: 3px;
}
.site-info-text-title span {
	color: #000000;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 8px;
	text-transform: uppercase;
}
.site-info-text-desc p {
	font-size: 14px;
	font-weight: 300;
	line-height: 2.2;
	margin: 30px 0;
}
.site-info-right .site-info-holder {
	flex-direction: row-reverse;
}
.site-info-block-v1.site-info-right .site-info-image img {
	padding-right: 0px;
}
.site-info-block-v1.site-info-left .site-info-image figure {
	height: 90vh;
}
.site-info-block-v1.site-info-left .site-info-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.site-info-block-v1.site-info-left .site-info-image iframe {
	margin: 0 !important;
	height: 90vh !important;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}
.site-info-image-holder {
	text-align: right;
	position: absolute;
	top: 50px;
	right: -110px;
	bottom: auto;
	z-index: -1;
}
.site-info-image-holder h4 {
	font-size: 112px;
	font-weight: 300;
	text-transform: uppercase;
}
.site-blocks-separator {
	position: relative;
	z-index: 9;
	width: 1px;
	height: 170px;
	margin: 50px auto 50px auto;
	border: none;
	background-color: #a7a9ac;
}
.site-info-text a.btn {
	font-family: 'Ivy Mode';
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 10px 0;
	border-radius: 0;
	font-style: italic;
	border-bottom: 1px solid #000000;
}

.site-info-text a.btn-active .btn-text {
	color: #000000;
}
.btn-text {
	color: #000000;
	display: block;
}
.btn-svg {
	position: absolute;
	top: 0;
	left: 0;
}
.site-info-text a.btn-active .btn-shape {
	stroke-dasharray: 760;
}
.btn-shape {
	stroke-dasharray: 0 620;
	stroke-dashoffset: 0;
	stroke-width: 1px;
	fill: transparent;
	stroke: #000;
}
.site-info-block-v1.site-info-right .site-info-image-holder {
	top: -50px;
	left: -230px;
	right: auto;
	text-align: left;
}
.site-info-block-v1.site-info-right .site-info-image-caption figure {
	height: 90vh;
}
.site-info-block-v1.site-info-right .site-info-image-caption figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.site-info-block-v1.site-info-right .site-info-text {
	position: relative;
}

/* New Blockquote */
.new_blockquote h2 {
	font-size: 54px;
	font-weight: 400;
	text-align: center;
	font-style: italic;
	letter-spacing: 3px;
}
.new_blockquote::before {
	content: '';
	display: block;
	position: relative;
	z-index: 9;
	width: 1px;
	height: 170px;
	margin: 0 auto 50px auto;
	border: none;
	background-color: #a7a9ac;
}
.new_blockquote::after {
	content: '';
	display: block;
	position: relative;
	z-index: 9;
	width: 1px;
	height: 170px;
	margin: 50px auto 0 auto;
	border: none;
	background-color: #a7a9ac;
}

/* Contact Forms */
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	position: absolute;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	padding: 0;
	margin: 10px 0 0 0;
	border: none;
}

/* Contact Page */
body.page-template-default.page-id-22 .site-navigation ul li a,
body.page-template-default.page-id-890 .site-navigation ul li a {
	color: #000000;
}
body.page-template-default.page-id-22 .site-logo svg path,
body.page-template-default.page-id-890 .site-logo svg path {
	fill: #000000;
}

/* Locations */
.site-city-locations {
	max-width: 30%;
	margin: 0 auto;
	text-align: center;
}
.site-city-locations-holder {
	padding: 200px 0;
	position: relative;
}
.site-city-locations-holder h4 {
	opacity: 0.3;
	position: absolute;
	top: auto;
	left: auto;
	right: 70px;
	bottom: -25px;
	text-align: right;
	font-size: 112px;
	font-weight: 300;
	line-height: normal;
	font-family: 'Ivy Mode';
	text-transform: uppercase;
}
.site-city-locations-list {
	gap: 15px;
	display: flex;
	margin-top: 50px;
	flex-direction: column;
}
.site-city-location-content-inner p {
	margin: 0;
	font-size: 14px;
	font-weight: 300;
	line-height: 2.2;
}
.site-city-location-item .site-city-location-head {
	position: relative;
	padding: 0 60px;
	margin: 0 auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}
.site-city-location-item .site-city-location-head h2 {
	font-size: 54px;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.site-city-location-item .site-city-location-time {
	position: absolute;
	top: 15px;
	right: 0;
	font-size: 12px;
	font-weight: 300;
	line-height: 5px;
	text-transform: uppercase;
}
.site-city-locations svg {
	width: auto;
	height: 60px;
}

.site-city-location-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s ease;
	transition-delay: 0.1s;
}

.site-city-location-item.is-open .site-city-location-content {
	max-height: 200px;
	transition-delay: 0s;
}

@media (hover: hover) and (pointer: fine) {
	.site-city-location-item:has(.site-city-location-head h2:hover) .site-city-location-content,
	.site-city-location-item:has(.site-city-location-content:hover) .site-city-location-content {
		max-height: 200px;
		transition-delay: 0s;
	}
}

.wpcf7-not-valid-tip {
	font-size: 12px;
	margin: 10px 0 0 0;
}
.site-contact-form {
	padding: 60px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('assets/images/footer-cover.webp');
}
.site-contact-form input {
	width: 100%;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 8px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 0 0 15px 0;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #ffffff;
	background-color: transparent;
}
.site-contact-form p {
	margin: 0;
}
.site-contact-form textarea {
	width: 100%;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 8px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 0 0 15px 0;
	border: none;
	height: 130px;
	border-radius: 0;
	resize: none;
	border-bottom: 1px solid #ffffff;
	background-color: transparent;
}
.site-contact-form .row {
	row-gap: 50px;
}
.site-contact-form .wpcf7-submit {
	width: 100%;
	height: 40px;
	padding: 0 15px;
	text-align: center;
	letter-spacing: 5px;
	border: 1px solid #ffffff;
}
.site-contact-form .wpcf7-submit:hover {
	color: #000000;
	background-color: #ffffff;
}
.site-contact-form .wpcf7-spinner {
	display: none;
}
.site-contact-block_number {
	position: absolute;
	top: -50px;
	left: -10px;
	right: auto;
	text-align: left;
	line-height: normal;
}
.site-contact-block_number h5 {
	font-size: 112px;
	font-weight: 300;
	line-height: normal;
	font-family: 'Ivy Mode';
	text-transform: uppercase;
}
.site-contact-details h2 {
	font-size: 54px;
	font-weight: 400;
	margin-bottom: 20px;
	letter-spacing: 3px;
}
.site-contact-details span {
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 8px;
	text-transform: uppercase;
}
.site-contact-details p {
	font-size: 14px;
	font-weight: 300;
	line-height: 2.2;
	margin: 0 0 30px 0;
}
.site-contact-details p:first-of-type {
	margin-top: 30px;
}
.site-contact-details p:last-of-type {
	margin-bottom: 0;
}
.site-contact-holder {
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.site-contact-details {
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
	position: relative;
	width: 100%;
	padding-left: 10%;
	padding-right: 15%;
}
.site-contact-form {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
	position: relative;
	width: 100%;
}

/* Hero Slider Element */
.site-slider-wrapper {
	position: relative;
}
.off {
	display: none;
}
.slider-counting {
	color: #ffffff;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 2px;
	position: absolute;
	right: 70px;
	bottom: 45px;
}
.slider-counting span {
	font-family: 'Ivy Mode';
}
.site-slider {
	height: 100vh;
	position: relative;
}
.site-slider-slide {
	position: relative;
}
.site-slider-slide:focus,
.site-slider-slide:active {
	outline: 0;
	box-shadow: none;
}
.site-slider-image:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
}
.site-slider-video video,
.site-slider-image img {
	display: block;
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100vh;
}

/*#play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 60px;
    height: 60px;
    background-color: rgba(0,0,0,.7);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}*/

#play-button {
	position: absolute;
	top: 90%;
	left: 3%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

#play-button svg {
	width: auto;
	height: 15px;
}

.stop-icon {
	display: none;
}

.pause .play-icon {
	display: none;
}

.pause .stop-icon {
	display: block;
}
.site-slider .slick-prev {
	position: absolute;
	top: auto;
	bottom: 50px;
	right: 110px;
	z-index: 9;
	cursor: pointer;
}
.site-slider .slick-next {
	position: absolute;
	top: auto;
	bottom: 50px;
	right: 50px;
	z-index: 9;
	cursor: pointer;
}
.site-slider .slick-prev svg,
.site-slider .slick-next svg {
	fill: #ffffff;
	height: 22px;
}
.site-slider-caption {
	text-align: left;
	position: absolute;
	color: #ffffff;
	top: auto;
	bottom: 50px;
	left: 0;
	right: 0;
	padding: 0 50px;
	width: 100%;
}
.site-slider-caption a::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -10px;
	background-color: #ffffff;
}
.site-slider-caption h1 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
}
.site-slider-caption p {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	line-height: normal;
	font-family: 'Ivy Mode';
	text-transform: uppercase;
}
.site-slider-caption a {
	position: relative;
	gap: 15px;
	color: #ffffff;
	display: flex;
	align-items: center;
	text-decoration: none;
}

/* Carrers Element */
.site-career-jobs-number {
	display: flex;
	position: absolute;
	top: -40px;
	left: -10px;
	height: auto;
	line-height: normal;
}
.site-career-jobs-number span {
	text-align: left;
	font-size: 112px;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'Ivy Mode';
}
.site-career-jobs-title h2 {
	font-size: 54px;
	font-weight: 400;
	letter-spacing: 3px;
}
.site-career-jobs-email p {
	color: #000000;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 8px;
	margin: 20px 0 10px 0;
	text-transform: uppercase;
}
.site-career-jobs-email a {
	color: #000000;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: underline;
}
.site-career-jobs-list {
	display: grid;
	margin-top: 35px;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.site-career-job-item {
	width: 100%;
}

.site-career-job-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #8f8f8f;
}

.site-career-job-head h3 {
	font-size: 16px;
	letter-spacing: 3px;
	font-weight: 600;
	text-transform: uppercase;
}

.site-career-job-head span {
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
	line-height: 1.4;
	color: #888888;
	white-space: nowrap;
}

.site-career-job-block {
	margin-bottom: 30px;
}

.site-career-job-block h5 {
	color: #888888;
	font-size: 14px;
	text-transform: uppercase;
}

.site-career-job-block:last-child {
	margin-bottom: 0;
}

.site-career-job-block p {
	margin: 0;
	font-size: 14px;
	font-weight: 300;
	line-height: 2.2;
	color: #777777;
}

/* Projects Slider Element */
.site-projects-carousel .slick-list{
	padding: 0 50px 0 0 !important;
}
.site-projects-carousel .slick-dots {
	--slick-thumb-width: 0%;
	--slick-thumb-left: 0%;

	position: relative;
	display: flex !important;
	width: 220px;
	height: 4px;
	margin: 30px auto 0;
	padding: 0;
	list-style: none;
	background: rgba(0, 0, 0, 0.15);
	border-radius: 999px;
}

.site-projects-carousel .slick-dots::after {
	content: '';
	position: absolute;
	top: 0;
	left: var(--slick-thumb-left);
	width: var(--slick-thumb-width);
	height: 100%;
	background: #000;
	border-radius: 999px;
	transition:
	left 0.35s ease,
	width 0.35s ease;
	z-index: 1;
}

.site-projects-carousel .slick-dots li {
	position: relative;
	flex: 1;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 2;
}

.site-projects-carousel .slick-dots li button {
	display: block;
	width: 100%;
	height: 24px;
	margin-top: -10px;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 0;
	color: transparent;
	cursor: pointer;
	opacity: 0;
}

.site-projects-carousel {
	position: relative;
}
.site-projects-carousel .col-md-3 {
	padding-left: 10px;
	padding-right: 10px;
}
.site-projects-carousel .slick-list {
	margin-left: -10px;
	margin-right: -10px;
}
.site-projects-carousel .slick-prev,
.site-projects-carousel .slick-next {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #b3b4b4;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.site-projects-carousel .slick-prev {
	position: absolute;
	top: 50%;
	left: -150px;
	z-index: 9;
	cursor: pointer;
	transform: translateY(-50%);
}
.site-projects-carousel .slick-next {
	position: absolute;
	top: 50%;
	right: -150px;
	z-index: 9;
	cursor: pointer;
	transform: translateY(-50%);
}
.site-projects-carousel .slick-prev svg {
	margin-right: 10px;
}
.site-projects-carousel .slick-next svg {
	margin-left: 10px;
}
.site-projects-carousel .slick-prev svg,
.site-projects-carousel .slick-next svg {
	width: 50px;
	fill: #b3b4b4;
}
.site-projects-wrapper .more-projects-btn {
	text-align: center;
}
.site-projects-wrapper .more-projects-btn .btn {
	color: #221e24;
	letter-spacing: 1px;
	font-weight: 600;
	line-height: 1.5;
	font-size: 12px;
	padding: 10px 50px;
	margin: 50px 0 0 0;
	border-radius: 0;
	text-transform: uppercase;
	border: 1px solid #221e24;
}
.site-projects-wrapper .more-projects-btn .btn:hover {
	color: #ffffff;
	background-color: #221e24;
}
.site-projects-wrapper .projects-item {
	margin-bottom: 0;
}
.site-projects-wrapper {
	--container-width: 1410px;
	--mobile-padding: 20px;

	margin-left: max(var(--mobile-padding), calc((100vw - var(--container-width)) / 2));

	width: calc(100vw - max(var(--mobile-padding), calc((100vw - var(--container-width)) / 2)));

	overflow: hidden;
}
.site-projects-wrapper .site-info-text {
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	transform: rotate(-90deg);
}
.site-projects-number {
	display: flex;
	position: absolute;
	top: -40px;
	left: -10px;
	height: auto;
	line-height: normal;
}
.site-projects-number span {
	text-align: left;
	font-size: 112px;
	font-weight: 300;
	text-transform: uppercase;
	font-family: 'Ivy Mode';
}
.site-projects-heading h2 {
	font-size: 54px;
	font-weight: 400;
	letter-spacing: 3px;
}
.site-projects-heading h5 {
	color: #000000;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 8px;
	margin: 20px 0 0 0;
	text-transform: uppercase;
}
.site-projects-heading p {
	font-size: 14px;
	font-weight: 300;
	line-height: 2.2;
	margin: 30px 0;
}

/* Instagram Styles */
.site-instagram {
	padding-top: 100px;
	padding-bottom: 100px;
}
.site-instagram .row {
	position: relative;
}
#sb_instagram #sbi_images {
	float: none !important;
	width: auto !important;
	margin-left: -15px !important;
	margin-right: -15px !important;
}
#sb_instagram.sbi_col_6 #sbi_images .sbi_item {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.instagram-heading-left {
	text-align: left;
	position: relative;
	margin-bottom: 15px;
}
.instagram-heading-left h2 {
	font-size: 54px;
	font-weight: 400;
	letter-spacing: 3px;
}
.instagram-heading-left p {
	color: #000000;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 8px;
	margin: 20px 0 0 0;
	text-transform: uppercase;
}
.instagram-heading-right {
	text-align: right;
	position: absolute;
	top: auto;
	right: -110px;
	bottom: 0;
	z-index: -1;
}
.instagram-heading-right h2 {
	font-size: 112px;
	font-weight: 300;
	text-transform: uppercase;
}

/* Timeline */
body.page-id-14 .site-header-wrapper,
body.blog .site-header-wrapper {
	display: none;
}
body.page-id-885 .site-nav-desktop,
body.page-id-14 .site-nav-desktop,
body.blog .site-nav-desktop {
	padding: 25px 70px;
	background-color: #111111;
}
.site-timeline {
	--timeline-line-top: 130px;
	--timeline-item-width: 360px;
	--timeline-gray: #e8e8e8;

	position: relative;
	display: flex;
	align-items: flex-start;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0 0 60px;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

.site-timeline::-webkit-scrollbar {
	height: 6px;
}

.site-timeline::-webkit-scrollbar-track {
	background: transparent;
}

.site-timeline::-webkit-scrollbar-thumb {
	background: #d6d6d6;
	border-radius: 10px;
}

.site-timeline::after {
	display: none;
}

.site-timeline-item {
	position: relative;
	flex: 0 0 var(--timeline-item-width);
	width: var(--timeline-item-width);
	height: 260px;
	padding: 0 28px;
	display: block;
}

.site-timeline-item::before {
	content: '';
	position: absolute;
	top: var(--timeline-line-top);
	left: 0;
	width: 100%;
	height: 3px;
	background-color: var(--timeline-gray);
	z-index: 1;
}

.site-timeline-item::after {
	content: '';
	position: absolute;
	top: calc(var(--timeline-line-top) - 13px);
	left: 50%;
	transform: translateX(-50%);
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 4px solid var(--timeline-gray);
	background-color: var(--timeline-gray);
	box-shadow: inset 0 0 0 6px #ffffff;
	z-index: 3;
	transition: all 0.35s ease;
}

.site-timeline-item:hover::after {
	border-color: #000000;
	background-color: #000000;
}

.site-timeline-col {
	position: absolute;
	left: 28px;
	right: 28px;
	width: auto;
	text-align: center;
	z-index: 2;
}

.site-timeline-col:nth-child(2) {
	display: none;
}

.site-timeline-left .site-timeline-col:first-child {
	top: 35px;
}

.site-timeline-right .site-timeline-col:first-child {
	top: calc(var(--timeline-line-top) + 58px);
}

.site-timeline-col a {
	color: #000000;
	display: inline-block;
	text-decoration: none;
}

.site-timeline-col h5 {
	font-weight: 500;
	color: #000000;
	font-size: 18px;
	margin: 0 0 15px;
}

.site-timeline-col p {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin: 0;
}

.site-timeline-left,
.site-timeline-right {
	text-align: center;
	flex-direction: unset;
}

.site-timeline-left .site-timeline-col,
.site-timeline-right .site-timeline-col {
	padding: 0;
}

.site-timeline-col:first-child::before,
.site-timeline-col:first-child::after {
	display: none;
}

.site-media-btn {
	cursor: pointer;
	margin: 70px auto 0 auto;
	color: #221e24;
	font-size: 12px;
	width: 200px;
	line-height: 1.5;
	padding: 10px 0;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid #221e24;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.site-media-btn:hover,
.site-media-btn:focus {
	color: #ffffff;
	background-color: #221e24;
}

/* Blog Styles */
.site-blog-page {
	padding-top: 150px;
	padding-bottom: 70px;
}
ul.blog-page-nav {
	padding: 0 0 100px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
	text-transform: uppercase;
}
ul.blog-page-nav li {
	display: inline-block;
}
ul.blog-page-nav li a {
	position: relative;
	display: block;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	display: inline;
	margin-right: 25px;
	margin-left: 25px;
	font-family: 'Ivy Mode';
}
ul.blog-page-nav li.current-cat a {
	border-bottom: 1px solid #333;
	padding: 0 0 10px 0;
}
ul.blog-page-nav li::after {
	height: 12px;
	display: inline-block;
	content: '';
	border-right: 1px solid #666;
}
ul.blog-page-nav li:last-child::after {
	display: none !important;
}
.blog-post-item a {
	color: #000000;
	display: block;
}
.blog-post-details {
	display: flex;
	align-items: center;
	margin: 15px 0;
}
.blog-post-author a {
	color: #2c2c2c;
}
.blog-post-category a {
	color: #2c2c2c;
	font-size: 16px;
}
.blog-post-category {
	border-radius: 4px;
	padding: 0 10px;
	background-color: rgb(159 183 147 / 20%);
}
.blog-page-pagination {
	padding-top: 40px;
	text-align: center;
}
.blog-page-pagination span.current {
	color: #000000;
}
.blog-page-pagination a.next,
.blog-page-pagination a.prev {
	color: #000000;
	font-weight: 700;
	border-radius: 50%;
	line-height: 32px;
	border: 1px solid #cecdcd;
}
.blog-page-pagination a,
.blog-page-pagination span {
	display: inline-block;
	width: 35px;
	height: 35px;
	color: #808080;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
}
.single-post-content {
	padding-top: 100px;
	padding-bottom: 100px;
}
.site-blog-page .blog-post-first .blog-post-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.site-blog-page .blog-post-first .blog-post-item figure {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
	position: relative;
	width: 100%;
}
.site-blog-page .blog-post-first .blog-post-item .blog-post-caption {
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f2f2f2;
}
.site-blog-page .blog-post-first .blog-post-item .blog-post-caption h4 {
	font-size: 36px;
	text-transform: uppercase;
}
.site-blog-page .blog-post-first .blog-post-item .blog-post-caption hr {
	width: 15%;
	background-color: #000000;
}
.site-blog-page .blog-post-first .blog-post-item .blog-post-caption-holder {
	padding-left: 100px;
	padding-right: 100px;
	text-align: center;
}
.site-blog-page .blog-post-first .blog-post-item .blog-post-caption .blog-post-date {
	margin-bottom: 15px;
}
.site-blog-page .blog-post-first .blog-post-item .blog-post-caption .blog-post-date span {
	color: #000000;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
.site-blog-page .blog-post-first .blog-post-item .blog-post-caption .blog-post-excerpt {
	margin-bottom: 20px;
}
.site-blog-page .blog-post-first .blog-post-item .blog-post-caption .blog-post-excerpt p {
	font-size: 15px;
	font-weight: 500;
	line-height: 2.2;
	padding: 0;
	margin: 0;
}
.site-blog-page .blog-post-first .blog-post-item .blog-post-caption .blog-post-read-more a {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 1px;
	display: inline-block;
	color: #221e24;
	padding: 10px 50px;
	margin: 0;
	border-radius: 0;
	text-transform: uppercase;
	border: 1px solid #221e24;
}
.site-blog-page .blog-post-first .blog-post-item .blog-post-caption .blog-post-read-more a:hover {
	color: #ffffff;
	background-color: #221e24;
}
.site-blog-page .blog-post-item {
	text-align: center;
}
.site-blog-page .blog-post-item .blog-post-title h4 {
	text-transform: uppercase;
	font-size: 28px;
}
.site-blog-page .blog-post-item .blog-post-title {
	margin-top: 20px;
}
.site-blog-page .blog-post-item .blog-post-date {
	margin-bottom: 20px;
}
.site-blog-page .blog-post-item .blog-post-date span {
	color: #000000;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
.site-blog-page .blog-post-item .blog-post-read-more a {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 1px;
	display: inline-block;
	color: #221e24;
	padding: 10px 50px;
	margin: 0;
	border-radius: 0;
	text-transform: uppercase;
	border: 1px solid #221e24;
}
.site-blog-page .blog-post-item .blog-post-read-more a:hover {
	color: #ffffff;
	background-color: #221e24;
}
.site-blog-page .blog-post-item hr {
	background-color: #000000;
	width: 15%;
	margin: 20px auto;
}

/* Projects Styles */
.post-type-archive-projects .projects-item figure {
	height: 250px;
}
.site-projects-wrap {
	padding-top: 100px;
	padding-bottom: 70px;
}
.site-projects-wrap .col-md-3 {
	padding-left: 10px;
	padding-right: 10px;
}
.site-projects-wrap .row {
	row-gap: 50px;
	margin-left: -10px;
	margin-right: -10px;
}
.projects-item {
	position: relative;
}
.projects-item figure {
	position: relative;
	overflow: hidden;
	height: 300px;
}
.projects-item .projects-image,
.projects-item .projects-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition:
		opacity 0.4s ease,
		transform 0.7s ease;
}

.projects-item .projects-image {
	transform: scale(1);
}

.projects-item .projects-video {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
}
.projects-item figure:hover .projects-image,
.projects-item figure:hover .projects-video {
	transform: scale(1.04);
}

.projects-item.has-video:hover .projects-video {
	opacity: 1;
}

.projects-item.has-video:hover .projects-image {
	opacity: 0;
}

.projects-item figure::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;

	height: 45%;
	opacity: 0;
	pointer-events: none;

	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);

	background: rgba(90, 70, 50, 0.28);

	-webkit-mask-image: linear-gradient(
		to top,
		#000 0%,
		#000 35%,
		rgba(0, 0, 0, 0.75) 55%,
		rgba(0, 0, 0, 0.25) 75%,
		transparent 100%
	);

	mask-image: linear-gradient(
		to top,
		#000 0%,
		#000 35%,
		rgba(0, 0, 0, 0.75) 55%,
		rgba(0, 0, 0, 0.25) 75%,
		transparent 100%
	);

	transition: opacity 0.35s ease;
}

.projects-item figure:hover::after {
	opacity: 1;
}
.projects-item figure svg {
	position: absolute;
	top: auto;
	right: 10px;
	bottom: 10px;
	width: 20px;
	height: 20px;
}
.projects-caption-holder {
	margin-top: 20px;
}
.projects-caption-holder h4 {
	font-size: 16px;
	letter-spacing: 3px;
	font-weight: 600;
}
.projects-caption-holder a {
	color: #000000;
	display: block;
	text-decoration: none;
}
.projects-item .projects-subtitle span {
	color: #999999;
	font-size: 14px;
	font-weight: 400;
}

/* Project Single Page */
.new-video-block {
	position: relative;
	height: 80vh;
}
.new-video-block::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.1);
}
.new-video-block video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.new-video-block-caption {
	position: absolute;
	left: 0;
	bottom: 100px;
	color: #ffffff;
}
.new-video-block-caption h3 {
	color: #ffffff;
	font-size: 54px;
	font-weight: 400;
	margin-left: 70px;
	letter-spacing: 3px;
	line-height: normal;
}
.new-video-block-caption p {
	font-family: 'Ivy Mode';
	opacity: 0.7;
	font-size: 162px;
	font-weight: 100;
	margin: 0 0 0 -25px;
	line-height: normal;
}
.project-single-details-caption {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.project-single-details-caption strong {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}
.single-project-wrap .site-info-text-title h3 {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #000000;
}
.single-project-wrap .site-info-col-r {
	padding-left: 15%;
}
.single-project-wrap .site-info-block-v2 .site-info-text-title span {
	font-style: italic;
	position: absolute;
	top: -60px;
	left: -200px;
	z-index: -1;
	font-family: 'Ivy Mode';
	font-size: 112px;
	font-weight: 100;
	line-height: normal;
	text-transform: uppercase;
}
.project-single-details {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dedede;
}
.project-single-details-caption p {
	margin: 0;
	text-align: right;
}
.site-project-info-block .site-info-text {
	width: 100%;
}
.single-project-wrap {
	padding-top: 100px;
	padding-bottom: 100px;
}
.single-project-wrap .site-info-image {
	position: relative;
}
.single-project-wrap .site-info-image .site-info-image-caption {
	text-align: right;
	position: absolute;
	top: 50px;
	right: 0;
	bottom: auto;
	z-index: -1;
}
.single-project-wrap .site-info-image .site-info-image-caption h5 {
	font-style: italic;
	font-family: 'Ivy Mode';
	font-size: 112px;
	font-weight: 100;
	margin-bottom: 0;
	text-transform: uppercase;
}
.single-project-wrap .site-info-image-holder {
	right: -120px;
}
.single-project-gallery {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.single-project-gallery .project-gallery-item {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	width: 100%;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 30px;
}
.single-project-gallery figure {
	position: relative;
	overflow: hidden;
	height: 250px;
}
.single-project-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transform: scale(1);
	transition: transform 0.5s cubic-bezier(0.28, 0, 0.18, 1);
}
.single-project-gallery figure:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.single-gallery-title {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.single-gallery-title span {
	position: absolute;
	top: -85px;
	right: 0;
	left: 0;
	z-index: -1;
	display: block;
	font-family: 'Ivy Mode';
	font-size: 162px;
	font-weight: 100;
	font-style: italic;
	color: #f1f2f2;
	line-height: normal;
	text-transform: uppercase;
}
.single-gallery-title h2 {
	font-size: 54px;
	font-weight: 400;
	letter-spacing: 3px;
}
.projects-navigation {
	padding-top: 70px;
	font-size: 15px;
}
.projects-navigation .open-gallery-icon {
	margin: 0 30px;
	vertical-align: 1px;
}
.projects-navigation .open-gallery-icon svg {
	fill: #b3b4b4;
	cursor: pointer;
	height: 16px;
}
.projects-navigation a {
	font-weight: 400;
	color: #b3b4b4;
}
.projects-navigation a svg {
	fill: #b3b4b4;
	height: 1px;
}
.mfp-arrow {
	opacity: 1 !important;
}
.mfp-close-btn-in .mfp-close {
	cursor: pointer;
	padding: 0 !important;
	margin: 0 !important;
	display: block !important;
	width: 20px !important;
	height: 40px !important;
	opacity: 1 !important;
	color: transparent !important;
}
.mfp-close-btn-in .mfp-close::before {
	cursor: pointer;
	margin-left: auto;
	opacity: 1 !important;
	display: block !important;
	width: 20px !important;
	height: 40px !important;
	content: url('assets/images/close-icon.svg') !important;
}
.mfp-image-holder .mfp-content {
	max-width: 90% !important;
}
.mfp-arrow-left:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1 !important;
	text-shadow: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
	height: 40px !important;
	width: 20px !important;
	border: none !important;
	content: url('assets/images/left-arrow.svg') !important;
}
.mfp-arrow-left:after {
	content: none !important;
}
.mfp-arrow-right:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 1 !important;
	text-shadow: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
	height: 40px !important;
	width: 20px !important;
	border: none !important;
	content: url('assets/images/right-arrow.svg') !important;
}
.mfp-arrow-right:after {
	content: none !important;
}

/* Contact CTA */
.site-cta-section {
	position: relative;
}
.site-cta-holder:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.site-cta-image img {
	display: block;
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 60vh;
}
.site-cta-caption {
	text-align: center;
	position: absolute;
	color: #ffffff;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 50%;
	transform: translateY(-50%);
}
.site-cta-caption-title {
	position: relative;
	display: inline-block;
}
.site-cta-caption-title span {
	position: absolute;
	top: -50%;
	left: -30%;
	z-index: -1;
	display: block;
	font-family: 'Ivy Mode';
	font-size: 76px;
	color: rgb(241 242 242 / 10%);
	line-height: 80px;
	text-transform: uppercase;
}
.site-cta-caption-title h2 {
	font-size: 54px;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: 3px;
}
.site-cta-caption p {
	font-size: 14px;
	font-weight: 300;
	line-height: 2.2;
	padding: 0;
	margin: 35px 0;
}
.site-cta-caption .btn {
	font-family: 'Ivy Mode';
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 10px 0;
	border-radius: 0;
	font-style: italic;
	border-bottom: 1px solid #ffffff;
}

/* ============================================== */
/* ================ footer styles ================ */
/* ============================================== */

.site-footer {
	position: relative;
}
.site-footer:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.site-footer-bottom {
	padding: 25px 0;
	background-color: #1d1e1d;
}
.site-footer-title {
	position: relative;
	margin-bottom: 50px;
}
.site-footer-title h2 {
	font-size: 54px;
	color: #ffffff;
	font-weight: 400;
	margin: 0;
	padding: 0;
	z-index: 9;
	letter-spacing: 3px;
}
.site-footer-top-holder .row .col-md-4::after {
	display: block;
	position: absolute;
	top: 0;
	right: 70px;
	content: '';
	height: 100%;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.6);
}
.site-footer-top-holder .row .col-md-4:last-of-type:after {
	content: none;
}
.site-footer-top-holder .wpcf7 input::placeholder {
	color: #fff;
	opacity: 1;
}
.site-footer-top-holder .wpcf7 input.wpcf7-text {
	color: #ffffff;
	height: 32px;
	font-size: 13px;
	font-weight: 500;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	background-color: transparent;
}
.site-footer-top-holder .wpcf7 input.wpcf7-submit {
	color: #ffffff;
	font-size: 10px;
	font-weight: 600;
	padding: 3px 9px;
	margin: 0 0 0 10px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 0;
	text-transform: uppercase;
	background-color: transparent;
}
.site-footer-top-holder .wpcf7 input.wpcf7-submit:hover,
.site-footer-top-holder .wpcf7 input.wpcf7-submit:focus {
	color: #111111;
	background-color: #ffffff;
}
.site-footer-top-holder .wpcf7 .wpcf7-not-valid-tip {
	display: none;
}
.site-footer-top-holder {
	padding: 100px 0;
}
.site-footer-top {
	position: relative;
	height: auto;
	background-position: center bottom;
	background-size: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('assets/images/footer-cover.webp');
}
.site-footer-top .widget h2 {
	font-family: 'Poppins', sans-serif;
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 25px;
}
.site-footer-top .widget_text strong,
.site-footer-top .widget_text p {
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	line-height: 2;
}
.site-footer-top .widget_text a {
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
}
.site-footer-top .widget_text p {
	padding: 0;
	margin: 0 0 20px 0;
}
.site-footer-top .widget_text p:last-of-type {
	margin: 0;
}
.site-footer-copyright a {
	color: #ffffff;
}
.site-footer-copyright p {
	color: #ffffff;
	padding: 0;
	margin: 0;
	font-weight: 500;
	font-size: 9px;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: uppercase;
}
.site-footer-social ul {
	margin: 25px 0 0 0;
	padding: 0;
	list-style: none;
}
.site-footer-social ul li {
	margin-right: 20px;
	display: inline-block;
}
.site-footer-social ul li:last-child {
	margin-right: 0;
}
.site-footer-social ul li a {
	color: #ffffff;
}
.site-footer-social ul li svg {
	fill: #ffffff;
	height: 11px;
}

/* ============================================== */
/* ================ responsive styles ================ */
/* ============================================== */

@media (max-width: 1440px) {

	.site-container {
        max-width: 1300px;
    }

}

@media (max-width: 1300px) {

	.site-container {
        max-width: 1200px;
    }

}

@media (max-width: 1200px) {
}

@media (max-width: 768px) {
	.site-timeline {
		--timeline-item-width: 280px;
		--timeline-line-top: 120px;
	}

	.site-timeline-item {
		height: 250px;
		padding: 0 20px;
	}

	.site-timeline-col {
		left: 20px;
		right: 20px;
	}

	.site-timeline-col h5 {
		font-size: 16px;
	}

	.site-timeline-col p {
		font-size: 11px;
		letter-spacing: 3px;
	}
}

@media (max-width: 576px) {
}

@media (min-width: 576px) {
	.site-footer-copyright-mobile {
		display: none;
	}
}
