/*
Theme Name: Reed 2025
Description: Custom Theme for Blueprint Capital Reit, Inc.
Theme URI: https://localwebhub.com
Version: 1.0.1
Author: Dmitriy Agadzhanov
Author URI: https://localwebhub.com
*/

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

body {
	--theme-black: #101820;
	--theme-brown: #b18978;
	--theme-brown-text: #30261d;
	--theme-orange: #a25230;
	--theme-cream: #f8f1ec;
	--theme-dk-green: #3d4543;
}

body:not(.wp-admin) {
	font-size: 1.125rem;
	font-family: founders, sans-serif;
	font-weight: 400;
	background: var(--theme-cream);
}

.object-fit-cover > img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	background-size: cover;
}

.object-fit-contain > img {
	height: 100%;
	width: 100%;	
	object-fit: contain;
	background-size: contain;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

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

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

.article a {
	text-decoration: underline;
}

.theme-sq-pattern {
	background-image: url(images/footer-pattern.svg);
}

.oval-image-mod {
	border-radius: 50%;
	overflow: hidden;
	max-width: 450px;
}

.cream-bg-mod {
	color: var(--theme-black);
	background-color: var(--theme-cream);
}


.orange-bg-mod {
	background-color: var(--theme-orange);
	color: var(--theme-cream);
}

.brown-bg-mod {
	background-color: var(--theme-brown);
	color: var(--theme-cream);
}

.black-bg-mod {
	background-color: var(--theme-black);
	color: var(--theme-cream);
}

.title-font {
	font-family: agentur, sans-serif;
	letter-spacing: .1em;
}

.text-21 {
	font-size: 1.25rem;
}

.text-24 {
	font-size: 1.5rem;
}

.text-45 {
	font-size: 2rem;
}

.text-48 {
	font-size: 2rem;
}

.text-60 {
	font-size: 2.5rem;
}

.text-110 {
	font-size: 5.4rem;
}

@media (min-width: 992px) {
	.text-24 {
		font-size: 1.25rem;
	}

	.text-48 {
		font-size: 2.5rem;
	}

	.text-60 {
		font-size: 3rem;
	}
}