/*
Theme Name: Seventh Street 2026
Description: Custom Theme for Seventh Street Capital
Theme URI: https://localwebhub.com
Version: 1.0.5
Author: Dmitriy Agadzhanov
Author URI: https://localwebhub.com
*/

/* 
add font family to reset.min.css
*/

html {
	scroll-behavior: smooth;
}

body {
	--theme-menu-height: 64px;
	--theme-content-width: 1400px;
	--theme-content-padding: 15px;
	--theme-dk-blue: #1A263B;
	--theme-gradient: linear-gradient(90deg, #037E8E 0%, #1DB1B5 100%);
	--theme-teal71: #037E8E;
	--theme-teal72: #0F9BA5;
	--theme-teal73: #1DB1B5;
	--theme-teal74: #2BCCCC;
	--theme-teal75: #40E2DE;
	--theme-teal76: #6DF2EB;
	--theme-teal77: #92F4EC;
	--theme-dk-grey: #434343;
	--theme-lt-grey: #F9FAFB;
	--theme-lt-grey: #F9FAFB;
	--theme-green: #B6D7A8;
	--theme-grey-gradient: linear-gradient(90deg, #ffffff 0%, #eeeeee 100%);

	color: var(--theme-dk-grey);

}

@media (min-width: 992px) {
	body {
		--theme-menu-height: 72px;
		--theme-content-padding: 30px;
	}
}

.acf-block-preview,
body:not(.wp-admin) {
	font-family: figtree, sans-serif;
}

body:not(.wp-admin) [id] {
	scroll-margin-top: var(--theme-menu-height);
}

.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);
	column-gap: var(--theme-content-padding);
}

@media (min-width: 992px) {
	.theme-col-lg {
		flex: 1 0 0%;
	}

	.theme-col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}

    .theme-lg-two-col {
		flex: 1 1 calc((100% - (calc(var(--theme-content-padding)) * 1)) / 2);
    }

	.theme-lg-three-col {
       flex: 1 1 calc((100% - (calc(var(--theme-content-padding)) * 2)) / 3);
    }

    .theme-lg-four-col {
       flex: 1 1 calc((100% - (calc(var(--theme-content-padding)) * 3)) / 4);
    }
	
}

.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;
	margin-bottom: 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;
	max-height: 20px;
}

.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);
}

.heading-1 {
	font-size: 3rem;
	line-height: 1.2em;
	font-weight: 600;
	letter-spacing: -.01em;	
}

.heading-2 {
	font-size: 2.375rem;
	line-height: 1.2em;
	font-weight: 600;
	letter-spacing: -.01em;
}

.subhead-1 {
	font-size: 2rem;
	line-height: 1.25em;
	font-weight: 600;
}

.subhead-2 {
	font-size: 1.625rem;
	line-height: 1.3em;
	font-weight: 600;
}

.large-body,
.body-large,
.body-lg {
	font-size: 1.25rem;
	line-height: 1.6em;
	font-weight: 400;
}

.body {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75em;
	letter-spacing: 0;
}

.body-semibold {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5em;
}

.body-small {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2em;
}

.body-small-caps {
	font-size: 0.875rem;
	line-height: 1.93em;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.heading-1 {
		font-size: 3rem;
	}

	.heading-2 {
		font-size: 2.5rem;
	}

	.subhead-1 {
		font-size: 2rem;
	}

	.subhead-2 {
		font-size: 1.625rem;
	}	
}

.theme-pattern {
	position: relative;
}

.theme-pattern:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(images/pattern-1.svg);
	background-size: 4500px auto;
}

@media (min-width: 768px) {
	.theme-pattern:before {
		background-size: 10000px auto;
	}
}

.with-styled-ul > ul {
	list-style-type: none;
	padding: 0;
	margin: 24px 0 30px;
	font-weight: 600;
	line-height: 1.5em;
}

.with-styled-ul > ul > li {
	margin-bottom: 12px;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1678 8.33357C18.5484 10.2013 18.2772 12.1431 17.3994 13.8351C16.5216 15.527 15.0902 16.8669 13.3441 17.6313C11.5979 18.3957 9.64252 18.5384 7.80391 18.0355C5.9653 17.5327 4.35465 16.4147 3.24056 14.8681C2.12646 13.3214 1.57626 11.4396 1.68171 9.53639C1.78717 7.63318 2.54189 5.82364 3.82004 4.40954C5.09818 2.99545 6.82248 2.06226 8.70538 1.76561C10.5883 1.46897 12.516 1.82679 14.167 2.7794' stroke='url(%23paint0_linear_82_11403)' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 9.16634L10 11.6663L18.3333 3.33301' stroke='url(%23paint1_linear_82_11403)' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_82_11403' x1='1.66895' y1='9.99741' x2='18.3356' y2='9.99741' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23037E8E'/%3E%3Cstop offset='1' stop-color='%231DB1B5'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_82_11403' x1='7.5' y1='7.49967' x2='18.3333' y2='7.49967' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23037E8E'/%3E%3Cstop offset='1' stop-color='%231DB1B5'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 32px;
}