/*
Theme Name: Campus 2024
Description: Custom Theme for Washington Holdings
Theme URI: https://localwebhub.com
Version: 1.0.6
Author: Dmitriy Agadzhanov
Author URI: https://localwebhub.com
*/

/* 
add font family to reset.min.css
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
300n 400n 400i 500n 500i 700n 700i

*/

html {
	scroll-behavior: smooth;
}

div,
section {
	scroll-margin-top: 57px;
}

@media (min-width: 992px) {
	div,
	section {
		scroll-margin-top: 58px;
	}
}

body {
	--theme-charcoal: #373c40;
	--theme-charcoal-hover: #5b5b5b;
	--theme-light-grey: #ebecec;
	--theme-transparent-white: #ffffff80;
	--slider-prev-url: 	url("data:image/svg+xml,%3Csvg width='83' height='83' viewBox='0 0 83 83' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.03 0.0100443C18.3753 0.0100423 0.00999244 18.3753 0.00999046 41.03C0.00998848 63.6848 18.3753 82.05 41.03 82.05C63.6847 82.05 82.05 63.6848 82.05 41.03C82.05 18.3753 63.6847 0.0100463 41.03 0.0100443Z' fill='%233C3C3C' /%3E%3Cpath d='M37.14 56.9L38.11 55.93L23.42 41.24L63.35 41.24L63.35 39.87L23.02 39.87L37.7 25.18L36.73 24.21L20.6 40.35L37.14 56.89L37.14 56.9ZM22.61 40.44L22.54 40.37L22.61 40.3L22.61 40.44Z' fill='white'/%3E%3C/svg%3E");
	--slider-next-url: 	url("data:image/svg+xml,%3Csvg width='83' height='83' viewBox='0 0 83 83' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.02 82.04C63.6747 82.04 82.04 63.6747 82.04 41.02C82.04 18.3653 63.6747 0 41.02 0C18.3653 0 0 18.3653 0 41.02C0 63.6747 18.3653 82.04 41.02 82.04Z' fill='%233C3C3C' /%3E%3Cpath d='M44.91 25.15L43.94 26.12L58.63 40.81H18.7V42.18H59.03L44.35 56.87L45.32 57.84L61.45 41.7L44.91 25.16V25.15ZM59.44 41.61L59.51 41.68L59.44 41.75V41.61Z' fill='white'/%3E%3C/svg%3E");
	--slider-enlarge-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='83' height='83' viewBox='0 0 82 82'%3E%3Cpath fill='%233c3c3c' stroke-width='0' d='M41,82c22.7,0,41-18.4,41-41S63.7,0,41,0,0,18.4,0,41s18.4,41,41,41Z'/%3E%3Cpolygon fill='%23fff' stroke-width='0' points='64.4 17.5 48.5 17.5 48.5 18.9 63 18.9 63 33.4 64.4 33.4 64.4 17.5'/%3E%3Cpolygon fill='%23fff' stroke-width='0' points='64.4 64.5 64.4 48.7 63 48.7 63 63.1 48.5 63.1 48.5 64.5 64.4 64.5'/%3E%3Cpolygon fill='%23fff' stroke-width='0' points='17.7 64.5 33.5 64.5 33.5 63.1 19 63.1 19 48.7 17.7 48.7 17.7 64.5'/%3E%3Cpolygon fill='%23fff' stroke-width='0' points='17.7 17.5 17.7 33.4 19 33.4 19 18.9 33.5 18.9 33.5 17.5 17.7 17.5'/%3E%3C/svg%3E");
	--slider-close-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='83' height='83' viewBox='0 0 82 82'%3E%3Cpath fill='%233c3c3c' stroke-width='0px' d='M41,82c22.7,0,41-18.4,41-41S63.7,0,41,0,0,18.4,0,41s18.4,41,41,41Z'/%3E%3Cpolygon fill='%23ffffff' stroke-width='0px' points='55.5 56.2 55.5 56.1 55.4 56.2 55.5 56.2'/%3E%3Cpolygon fill='%23ffffff' stroke-width='0px' points='55.7 27 55.7 27 55.7 27.1 55.7 27'/%3E%3Cpolygon fill='%23ffffff' stroke-width='0px' points='55.8 27.7 54.8 26.8 41 40.5 27.2 26.8 26.3 27.7 40.1 41.5 26.3 55.3 27.2 56.2 41 42.5 54.8 56.2 55.8 55.3 42 41.5 55.8 27.7'/%3E%3C/svg%3E");
	
	color: var(--theme-charcoal);
}

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

.section-title {
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.75rem;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	position: relative;

}

.section-title-wrap {
	text-align: center;
}

@media (min-width: 350px) {
	
	.section-title {
		padding-right: 1.5em;
		padding-left: 1.5em;
	}
	
	.section-title:before {
		content: "— ";
		position: absolute;
		top: 50%;
		bottom: 0;
		left: 0;
		line-height: 0;
	}

	.section-title:after {
		content: " —";
		position: absolute;
		top: 50%;
		bottom: 0;
		right: 0;
		line-height: 0;
	}
}

@media (min-width: 768px) {
	.section-title {
		font-size: 2rem;
		letter-spacing: 0.1em;
	}
}