/*
Theme Name: 1101 Westlake Seattle
Description: Custom Theme for BioMed Properties
Theme URI: https://localwebhub.com
Version: 1.0.2
Author: Dmitriy Agadzhanov
Author URI: https://localwebhub.com
*/

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

html {
	scroll-behavior: smooth;
}

body {
	--theme-dk-green: #456A52;
	--theme-dk-green-80: #456A52CC;
	--theme-sage: #92A697;
	--theme-lt-green: #517C60;
	--theme-cream: #E7E3D2;
	--theme-radius: 110px;
	--theme-menu-height: 59px;
}

@media (min-width: 768px) {
	body {
		--theme-menu-height: 104px;
	}
}

@media (min-width: 1200px) {
	body {
		--theme-menu-height: 111px;
	}
}

body:not(.wp-admin) {
	font-family: kade, sans-serif;
	font-weight: 300;
	color: var(--theme-cream);
	background-color: var(--theme-dk-green);
	background-image: url(images/watermark.svg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 90% auto;
}

@media (min-width: 768px) {
	body:not(.wp-admin) {
		background-size: 50% auto;
	}
}

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

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

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

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

.text-20 {
	font-size: 1.25rem;
	font-weight: 500;
}

.copy-20 {
	font-size: 1.25rem;
	font-weight: 300;
}

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

.text-28 {
	font-size: 1.75rem;
	font-weight: 500;
}

.copy-32 {
	font-size: 2rem;
	font-weight: 300;	
}

.text-48 {
	font-weight: 300;
	font-size: 3rem;
}

.text-64 {
	font-weight: 300;
	font-size: 4rem;
	line-height: 1.02;
}

.text-93 {
	font-size: 3.5rem;
	font-weight: 300;
}

@media (min-width: 992px) {
	.text-93 {
		font-size: 6rem;
		line-height: 1.02;
	}	
}