/*
Theme Name: 7S 2025
Description: Custom Theme for Seventh Street Capital
Theme URI: https://localwebhub.com
Version: 1.0.34
Author: Dmitriy Agadzhanov
Author URI: https://localwebhub.com
*/

/* 
add font family to reset.min.css
*/

html {
	scroll-behavior: smooth;
}

body {
	/* Layout Variables */
	--theme-menu-height: 88px;
	--theme-content-width: 1400px;
	--theme-content-width-secondary: 1200px;
	--theme-content-padding: 15px;

	/* Color Variables - Extracted from Figma */
	--theme-red: #F1385A;
	--theme-red-hover: #D93251;
	--theme-charcoal: #252222;
	--theme-white: #FFFFFF;
	--theme-sand: #F4E0D2;
	--theme-off-white: #F3F3F3;
	--theme-off-white-25: #fcfcfc;
	--theme-slate-gray: #484142;
	--theme-slate-50: #b6b3b3; /* #48414266 */
	--theme-slate: #484142;
	--theme-blue: #00A1B1;
	--theme-black: #1E1E1E;
	--theme-gray-dark: #333333;
	--theme-gray-medium: #666666;
	--theme-gray-light: #CCCCCC;
	--theme-background: #F8F8F8;
	--theme-box-shadow: 4px 4px 0px var(--theme-red);
	--theme-image-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 1em), calc(100% - .521em) 100%, 0 100%, 0% 1em); /* 27.5 deg angle */


	/* Typography Variables */
	--font-family-primary: "Outfit", sans-serif;
	--font-family-secondary: "Playfair Display", serif;
	--font-size-base: 1.063rem; /* 17px */
	font-size: var(--font-size-base);
	line-height: 1.5882em;
	font-weight: 300;
	font-family: var(--font-family-primary);
}

@media (min-width: 992px) {
	body {
		--theme-menu-height: 82px;
		--theme-content-padding: 30px;
	}

	body.single-location {
		--theme-menu-height: 103px;
	}
}

body:not(.wp-admin) {
	font-family: var(--font-family-primary);
	font-size: var(--font-size-base);
	color: var(--theme-slate)
}

body:not(.wp-admin) [id] {
	scroll-margin-top: var(--theme-menu-height);
}

strong {
	font-weight: 600;
}

.theme-container {
	max-width: var(--theme-content-width);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--theme-content-padding);
	padding-right: var(--theme-content-padding);
}

.theme-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: calc(-1 * var(--theme-content-padding));
	margin-left: calc(-1 * var(--theme-content-padding));
}

.theme-row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: var(--theme-content-padding);
	padding-left: var(--theme-content-padding);
}

@media (min-width: 768px) {
	.theme-col-md {
		flex: 1 0 0%;
	}

	.theme-col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}
}

@media (min-width: 992px) {
	.theme-col-lg {
		flex: 1 0 0%;
	}

	.theme-col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}
}

.object-fit-cover>img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.object-fit-contain>img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.alignleft,
.alignright,
.aligncenter {
	display: block;
	margin: 0 auto 30px auto;
}

@media (min-width:768px) {
	.alignleft {
		margin: 0 20px 20px 0;
		float: left;
	}

	.alignright {
		float: right;
		margin: 0 0 20px 20px;
	}
}

.article img {
	max-width: 100%;
	height: auto;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

@media (max-width: 575px) {
	.sm-ignore-br br {
		display: none;
	}
}

@media (max-width: 767px) {
	.md-ignore-br br {
		display: none;
	}
}

@media (max-width: 991px) {
	.lg-ignore-br br {
		display: none;
	}
}

.acf-block-preview * {
	box-sizing: border-box;
}

.acf-block-preview>section,
.acf-block-preview>div {
	font-size: 12px;
	border: 1px solid #ccc;
	min-height: 50px;
	margin-top: 0 !important;
}

.acf-block-preview>div:before,
.acf-block-preview>section:before {
	content: attr(data-blockname);
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px;
	font-size: .875rem;
	background: #ccc;
	color: #000;
	z-index: 4;
}

.slick-slide img.lazyloading {
	opacity: 1;
}

/* .slick-track{
	display: flex !important;
}

.slick-slide {
	display: flex !important;
	height: auto;
} */

.slick-track {
	display: flex;
}

.slick-initialized .slick-slide {
	display: flex;
	flex-direction: column;
	height: auto;
}

.slick-initialized .slick-slide>div {
	flex-grow: 1;
}

.vimeo--video[data-fill="1"] {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.vimeo--video[data-fill="1"] iframe {
	position: absolute;
}

.has-fixed-background {
	background-attachment: fixed;
}

@supports (-webkit-overflow-scrolling: touch) {
	.has-fixed-background {
		background-attachment: scroll;
	}
}

@media (prefers-reduced-motion: reduce) {
	.has-fixed-background {
		background-attachment: scroll;
	}
}

.grecaptcha-badge {
	visibility: collapse !important;
}

.recaptcha--terms {
	font-size: .6rem;
}

.single-post--content-width>[data-blockname],
.single-post--content-width>.alignfull {
	margin-left: -15px;
	margin-right: -15px;
}

@media (min-width: 780px) {

	.single-post--content-width>[data-blockname],
	.single-post--content-width>.alignfull {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - ((100vw - var(--scrollbar-width)) / 2));
		margin-right: calc(50% - ((100vw - var(--scrollbar-width)) / 2));
	}
}

.main--section>p,
.main--section>.wp-block-heading,
.main--section>.wp-block-list {
	max-width: 900px;
	margin: 0 auto 1em;
	padding: 0 30px;
}

.main--section>.wp-block-list {
	padding-left: calc(30px + 1em);
}

/* Typography Classes */
.headlines-48,
.headlines {
	letter-spacing: .02em;
	font-weight: 200;
	line-height: 1.125em;
	margin-bottom: 30px;
	font-family: var(--font-family-primary);
	font-size: 2.5rem;
}

.sub-headlines {
	letter-spacing: .03em;
	font-family: var(--font-family-primary);
	font-weight: 300;
	line-height: 1.25em;
	font-size: 1.75rem;
	letter-spacing: .02em;
}

.large-body-med {
	font-family: var(--font-family-primary);
	font-weight: 500;
	line-height: 1.4em;
	font-size: 1.25rem;
}

.large-body-reg {
	font-family: var(--font-family-primary);
	font-weight: 400;
	line-height: 1.5em;
	font-size: 1.25rem;
}

.large-body {
	font-family: var(--font-family-primary);
	font-weight: 300;
	line-height: 1.4em;
	font-size: 1.25rem;
}

.body-med {
	font-size: var(--font-size-base);
	line-height: 1.5882em;
	font-weight: 400;
	font-family: var(--font-family-primary);	
}

.body {
	font-size: var(--font-size-base);
	line-height: 1.5882em;
	font-weight: 300;
	font-family: var(--font-family-primary);
}

.small-body {
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.5714em;
	font-family: var(--font-family-primary);
}

.button-text {
	font-family: var(--font-family-primary);
	font-weight: 500;
	text-transform: uppercase;
	font-size: 0.938rem;
	letter-spacing: .05em;
}

@media (min-width: 992px) {

	.headlines {
		font-size: 4.5rem;
	}
	
	.sub-headlines {
		font-size: 2rem;
	}
}

.headlines i,
.sub-headlines i {
	font-family: var(--font-family-secondary);
	font-style: italic;
	font-weight: 400;
	font-size: inherit;
	text-transform: none;
}

.uc-mod {
	text-transform: uppercase;
}

.test--section {
	position: relative;
	background: #fff;
}

.test-square-wrap {
	display: flex;
	margin-top: 30px;
	flex-wrap: wrap;
	gap: 10px;
	padding: 10px;
}

.test-square-wrap a {
	align-self: flex-start;
}

.test-square {
	min-width: 30px;
	height: 30px;
}

/* Color Background Classes */
.primary-bg {
	background-color: var(--theme-red);
	color: var(--theme-white);
}

.white-bg {
	background-color: var(--theme-white);
	color: var(--theme-black);
}

.black-bg {
	background-color: var(--theme-black);
	color: var(--theme-white);
}

.gray-dark-bg {
	background-color: var(--theme-gray-dark);
	color: var(--theme-white);
}

.background-bg {
	background-color: var(--theme-background);
	color: var(--theme-black);
}

/* Color Text Classes */
.text-primary {
	color: var(--theme-red);
}

.text-white {
	color: var(--theme-white);
}

.text-black {
	color: var(--theme-black);
}

.text-gray-dark {
	color: var(--theme-gray-dark);
}

.text-gray-medium {
	color: var(--theme-gray-medium);
}

.text-gray-light {
	color: var(--theme-gray-light);
}

/* 
Font Family Classes */
.font-primary {
	font-family: var(--font-family-primary);
}

.font-secondary {
	font-family: var(--font-family-secondary);
}

.off-white-bg-mod {
	background-color: var(--theme-off-white);
}

.sand-bg-mod {
	background-color: var(--theme-sand);
}

.slate-bg-mod {
	background-color: var(--theme-slate);
}

.slate-50-bg-mod {
	background-color: var(--theme-slate-50);
}

.red-bg-mod {
	background-color: var(--theme-red);
}

.char-bg-mod {
	background-color: var(--theme-charcoal);
}

.blue-bg-mod {
	background-color: var(--theme-blue);
}

.noise-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.25;
	filter: url(#noiseFilter);
	mix-blend-mode: multiply;
}

.single-listing--title-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.single-listing--btns {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

@media (max-width: 500px) {
	.single-listing--btns {
		width: 100%;
	}
	.single-listing--btns a {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.single-listing--btns {
		flex-wrap: nowrap;
	}

	.single-listing--title-wrap {
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.single-listing--title {
		align-self: center;
	}
}

.theme-lines {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45%;
    overflow: hidden;
    height: 100%;
}

.theme-lines span {
    position: absolute;
    font-size: .6px;
    bottom: 0;
    left: 0;
    height: 200vh;
    transform: rotate(27.5deg) translate3d(0, 0, 0);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    will-change: transform;
    image-rendering: -webkit-optimize-contrast;
    transform-origin: left bottom;
    background: var(--theme-red);
    clip: rect(200vh, 9999px, 200vh, 0);
    animation: expandLine 0.4s ease-out forwards;
}

@media (min-width: 992px) {
    .theme-lines span {
        font-size: 1px;
    }
}

.theme-lines span:nth-child(1) {
    left: 0em;
    width: 9em;
    animation-delay: 1s;
}

.theme-lines span:nth-child(2) {
    left: 19em;
    width: 8em;
    animation-delay: 1.1s;
}

.theme-lines span:nth-child(3) {
    left: 38em;
    width: 7em;
    animation-delay: 1.2s;
}

.theme-lines span:nth-child(4) {
    left: 58em;
    width: 6em;
    animation-delay: 1.3s;
}

.theme-lines span:nth-child(5) {
    left: 76em;
    width: 5em;
    animation-delay: 1.4s;
}

.theme-lines span:nth-child(6) {
    left: 96em;
    width: 4em;
    animation-delay: 1.5s;
}

.theme-lines span:nth-child(7) {
    left: 115em;
    width: 3em;
    animation-delay: 1.6s;
}

@keyframes expandLine {
    from {
        clip: rect(200vh, 9999px, 200vh, 0);
    }
    to {
        clip: rect(0, 9999px, 200vh, 0);
    }
}