/*
Theme Name: Pinnacle 2024
Description: Custom Theme for Pinnacle Partners
Theme URI: https://localwebhub.com
Version: 1.0.18
Author: Dmitriy Agadzhanov
Author URI: https://localwebhub.com
*/

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

html,
body {
	scroll-behavior: smooth;
	scroll-padding-top: 59px;
}

@media (min-width: 1100px) {
	html,
	body {
		scroll-behavior: smooth;
		scroll-padding-top: 90px;
	}	
}

body {
	--theme-dk-blue: #001C33;
	--theme-dk-blue-75: #001C33DE;
	--theme-dk-blue-87: #001C33DE;
	--theme-lt-blue: #3CA4D4;
	--theme-lt-blue-80: #6AC3ECCC;
	--theme-lt-blue-44: #6ac3ec70;
	--theme-lt-blue-10: #6AC3EC1A;
	--theme-white-80: #E1F3FBCC;
	--theme-white-bg: #edeff1;
	--theme-lt-blue-bg: #ebf6fb;
	--theme-lt-blue-bg2: #E1F3FB;
	--theme-lt-blue-bg3: #def2fc;
}

.dk-blue-bg-mod {
	background: var(--theme-dk-blue);
	color: #fff;
}

.single-post--content a,
.dk-blue-bg-mod a {
	color: var(--theme-lt-blue);
}

.single-post--content a:hover {
	text-decoration: underline;
}

.lt-blue-bg-mod {
	background: var(--theme-lt-blue-bg);
}

.white-bg-mod {
	background: var(--theme-white-bg);
}

.white-bg-mod a {
	color: var(--theme-lt-blue);
}

.body-text a {
	text-decoration: underline;
}

.body-text > ul {
	padding-left: 1.2em;
}

.body-text > ul > li {
	margin-bottom: 10px;
}

.text-12 {
	font-size: 0.75rem;
}

.text-13 {
	font-size: 0.625rem;
}

.text-15 {
	font-size: 0.9375rem;
}

.title-14 {
	font-weight: 500;
	font-size: 0.875rem;
}

.title-16 {
	font-weight: 300;
	font-size: 1rem;
}

.text-18 {
	font-size: 1.15rem;
}

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


.text-22 {
	font-size: 1.375rem;
}

.text-24 {
	font-weight: 400;
	font-size: 1.125rem;
}

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

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

.title-32,
.title-36,
.title-42 {
	font-size: 2rem;
	line-height: 1.2em;
}

.title-48 {
	font-size: 2.25rem;
}

.title-57 {
	font-size: 3.563rem;
}

@media (min-width: 992px) {
	
	.text-13 {
		font-size: 0.813rem;
	}
	
	.text-24 {
		font-size: 1.5rem;
	}
	
	.title-36 {
		font-size: 2.25rem;
	}
	
	.title-42 {
		font-size: 2.625rem;
	}
	
	.title-48 {
		font-size: 3rem;
	}
}

body:not(.wp-admin) {
	font-family: new-hero, sans-serif;
	font-size: 0.9375rem;
	font-weight: 400;
	color: #000;
}

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

.pum-container .gform_wrapper.gravity-theme select,
.pum-container .gform_wrapper.gravity-theme input[type=email],
.pum-container .gform_wrapper.gravity-theme input[type=tel],
.pum-container .gform_wrapper.gravity-theme input[type=text] {
	background: #5d6c7d;
	color: #fff;
}

.pum-container .gform_wrapper.gravity-theme textarea {
	background: #5d6c7d;
	color: #fff;
	max-height: 50px;
}

.pum-container .gform_wrapper.gravity-theme select {
	padding: .6em .5em;
}

@media only screen and (min-width: 1024px) {
	body .pum-container.pum-responsive.pum-responsive-medium {
		width: 600px;
	}
}