/*
Theme Name: Addison Group 2024
Description: Custom Theme for Addison Group
Theme URI: https://localwebhub.com
Version: 1.0.67
Author: Dmitriy Agadzhanov
Author URI: https://localwebhub.com
*/

/*
font-family: degular, sans-serif;
font-family: "inter-variable", sans-serif;
font-variation-settings: "slnt" 0, "wght" 400;
*/

body  {
	--theme-dk-dk-green: #01322A;
	--theme-dk-green: #004E42;
	--theme-green: #128961;
	--theme-chartreuse: #D2D755;
	--theme-lavender: #C5B4E3;
	--theme-dk-charcoal: #161616;
	--theme-charcoal: #25282A;
	--theme-charcoal-25: #c1bcb7;
	--theme-cream: #F5EEE5;
	--theme-white: #fff;
}

body:not(.wp-admin) {
	font-size: 0.938rem;
	color: var(--theme-charcoal);	
}

.has-theme-dk-dk-green-background-color {background-color: var(--theme-dk-dk-green); color: #fff;}
.has-theme-dk-green-background-color {background-color: var(--theme-dk-green); color: #fff;}
.has-theme-green-background-color {background-color: var(--theme-green); color: #fff;}
.has-theme-chartreuse-background-color {background-color: var(--theme-chartreuse); color: var(--theme-charcoal);}
.has-theme-lavender-background-color {background-color: var(--theme-lavender); color: var(--theme-charcoal);}
.has-theme-dk-charcoal-background-color {background-color: var(--theme-dk-charcoal);color: #fff;}
.has-theme-charcoal-background-color {background-color: var(--theme-charcoal);color: #fff;}
.has-theme-cream-background-color {background-color: var(--theme-cream);color: var(--theme-charcoal);}
.has-theme-white-background-color {background-color: var(--theme-white);color: var(--theme-charcoal);}

.large-image-clip {
	clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 15% 100%, 0 85%);
}

.large-image-clip-tl-br {
	clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
}

.square-image-clip {
    clip-path: polygon(0 0, 81% 0, 100% 12%, 100% 100%, 19% 100%, 0 88%);
}

.square-image-clip-bottom-only {
    clip-path: polygon(0 0, 100% 0, 100% 0%, 100% 100%, 19% 100%, 0 88%);
}

.micro-eyebrow {
	font-size: 0.875rem;
	text-transform: uppercase;
	font-family: degular, sans-serif;
	font-weight: 600;
	letter-spacing: .06em;
	margin-bottom: 1rem;
}

.micro-caption {
	font-size: 0.875rem;
	font-family: "inter-variable", sans-serif;
	font-variation-settings: "slnt" 0, "wght" 400;
	font-style: normal;
}

.body-small {
	font-size: 1rem;
}

.body-bold {
	font-size: 0.938rem;
	font-family: "inter-variable", sans-serif;
	font-style: normal;
	font-variation-settings: "slnt" 0, "wght" 600;
}

.body-medium-large {
	font-family: "inter-variable", sans-serif;
	font-variation-settings: "slnt" 0, "wght" 500;
	font-size: 1.5rem;
	line-height: 1.2em;
}

.body-large {
	font-size: 1.25rem;
}

.body-large-bold {
	font-variation-settings: "slnt" 0, "wght" 500;
}

.h1 {
	font-family: degular, arial, sans-serif;
	font-weight: 400;
	font-size: 2.375rem;
	line-height: .9em;
}

.h2 {
	font-family: degular, sans-serif;
	font-weight: 400;
	font-size: 2.25rem;
	line-height: .9em;
}

.h3 {
	font-family: degular, sans-serif;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: .9em;
}

.single-post--copy h2,
.h4 {
	font-family: degular, sans-serif;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: .9em;
}

.single-post--copy h3,
.single-post--copy h4,
.single-post--copy h5,
.h5 {
	font-family: degular, sans-serif;
	font-weight: 500;
	font-size: 1.375rem;
	line-height: 1.15em;
}

.single-post--copy h6,
.h6 {
	font-family: degular, sans-serif;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.15em;
}

@media (max-width: 991px) {
	.mobile-body-medium {
		font-size: 0.938rem;
	}
}

@media (min-width: 992px) {
	
	body:not(.wp-admin),
	.body-bold {
		font-size: 1.125rem;
	}
	
	.body-large {
		font-size: 1.5rem;
		line-height: 1.2em;
	}
	
	.h1 {
		font-size: 5.4rem;
	}
	
	.acf-block-preview .h1 {font-size: 2rem;}
	.acf-block-preview .h2 {font-size: 1.9rem;}
	.acf-block-preview .h3 {font-size: 1.8rem;}
	.acf-block-preview .h4 {font-size: 1.7rem;}
	.acf-block-preview .h5 {font-size: 1.6rem;}
	
	.h2 {
		font-size: 4rem;
	}
	
	.h3 {
		font-size: 3rem;
	}
	
	.single-post--copy h1,
	.single-post--copy h2,
	.h4 {
		font-size: 2.875rem;
		line-height: 1em;
	}

	.single-post--copy h3,
	.single-post--copy h4,
	.single-post--copy h5,
	.h5 {
		font-size: 2rem;
		line-height: 1.2em;
	}
	
	.single-post--copy h6,
	.h6 {
		font-size: 2rem;
		line-height: 1.2em;
	}
}

@media (min-width: 1200px) {
	
	.h1 {
		font-size: 6.25rem;
	}
	
	.h2 {
		font-size: 4.75rem;
	}
	
	.h3 {
		font-size: 3.5rem;
	}
	
}

.checkbox-list {
	list-style-type: none;
	font-size: 1rem;
	font-variation-settings: "slnt" 0, "wght" 700;
	padding: 0;
	margin: 0 0 2rem;
	max-width: 450px;
	color: var(--theme-charcoal);
}

.checkbox-list li {
	background: var(--theme-cream);
	margin-bottom: 10px;
	padding: 1rem 1.5rem 1rem 3rem;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='23' viewBox='0 0 18 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4.17188V22.1719H18V4.17188H0ZM7.72779 18.2561L3.46917 15.91L5.18892 13.1709L7.72593 14.1531L11.0524 8.0858L14.6606 10.5005L7.72779 18.2561Z' fill='%2308855B'/%3E%3C/svg%3E%0A");
	background-position: 1rem .9rem;
	background-repeat: no-repeat;
}

.checkbox-list.cht-mod li {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='23' viewBox='0 0 18 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4.17188V22.1719H18V4.17188H0ZM7.72779 18.2561L3.46917 15.91L5.18892 13.1709L7.72593 14.1531L11.0524 8.0858L14.6606 10.5005L7.72779 18.2561Z' fill='%23D2D755'/%3E%3C/svg%3E%0A");
}

.checkbox-list-horizontal {
	list-style-type: none;
	font-size: 1rem;
	font-variation-settings: "slnt" 0, "wght" 400;
	padding: 0;
	margin: 0 0 2rem;
	max-width: 450px;
}

.checkbox-list-horizontal li {
	background: var(--theme-dk-green);
	color: #fff;
	margin-bottom: 10px;
	padding: 1rem 1.5rem 1rem 3rem;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='23' viewBox='0 0 18 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4.17188V22.1719H18V4.17188H0ZM7.72779 18.2561L3.46917 15.91L5.18892 13.1709L7.72593 14.1531L11.0524 8.0858L14.6606 10.5005L7.72779 18.2561Z' fill='%23D2D755'/%3E%3C/svg%3E%0A");
	background-position: 1rem .9rem;
	background-repeat: no-repeat;
}

@media (min-width: 992px) {
	.checkbox-list-horizontal {
		font-variation-settings: "slnt" 0, "wght" 700;
		display: grid;
		max-width: none;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
	
	.checkbox-list-horizontal > li {
		margin-bottom: 0;
	}
}

.with-dots-ul ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 1em;
}

.with-dots-ul ul li {
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='7' viewBox='0 0 6 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.158203' width='6' height='6' rx='1' fill='%2308855B'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: left .4em;
	padding-left: .9em;
	margin-bottom: 6px;
}

.has-theme-dk-charcoal-background-color .with-dots-ul ul li,
.has-theme-charcoal-background-color .with-dots-ul ul li {
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='7' viewBox='0 0 6 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.158203' width='6' height='6' rx='1' fill='%23C5B4E3'/%3E%3C/svg%3E%0A");
}

.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;
	overflow: hidden;
}

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

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

.with-dashes-and-dots .slick-dots {
	position: static;
	text-align: left;
	margin: 0 -8px;
}

.with-dashes-and-dots .slick-dots li {
	height: 12px;
	width: 12px;
	background: var(--theme-chartreuse);
	border-radius: 12px;
	transition: all .3s;
	margin: 0 8px;
}

.with-dashes-and-dots .slick-dots li.slick-active {
	background-color: var(--theme-green);
	width: 42px;
}

.with-green-arrows .slick-arrow,
.with-yellow-arrows .slick-arrow,
.with-white-arrows .slick-arrow {
	width: 49px;
	height: 49px;
	position: static;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .3s;
}

.with-green-arrows .slick-arrow:hover,
.with-yellow-arrows .slick-arrow:hover,
.with-white-arrows .slick-arrow:hover {
	opacity: .5;
}

.with-white-arrows .slick-prev {
	background-image: url("data:image/svg+xml,%3Csvg width='48' height='49' viewBox='0 0 48 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='-1' y='1' width='46' height='46' rx='23' transform='matrix(-1 0 0 1 46 0.671875)' stroke='white' stroke-width='2'/%3E%3Cpath d='M28 32.6719L20 24.6719L28 16.6719' stroke='white' stroke-width='2'/%3E%3C/svg%3E ");
}

.with-white-arrows .slick-next {
	background-image: url("data:image/svg+xml,%3Csvg width='48' height='49' viewBox='0 0 48 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='-1' y='1' width='46' height='46' rx='23' transform='matrix(-1 0 0 1 46 0.671875)' stroke='white' stroke-width='2'/%3E%3Cpath d='M20 32.6719L28 24.6719L20 16.6719' stroke='white' stroke-width='2'/%3E%3C/svg%3E ");
}

.with-yellow-arrows .slick-prev {
	background-image: url("data:image/svg+xml,%3Csvg width='48' height='49' viewBox='0 0 48 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='48' height='48' rx='24' transform='matrix(-1 0 0 1 48 0.169922)' fill='%23D2D755'/%3E%3Cpath d='M28 32.1699L20 24.1699L28 16.1699' stroke='%23004E42' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.with-yellow-arrows .slick-next {
	background-image: url("data:image/svg+xml,%3Csvg width='48' height='49' viewBox='0 0 48 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='48' height='48' rx='24' transform='matrix(-1 0 0 1 48 0.169922)' fill='%23D2D755'/%3E%3Cpath d='M20 32.1699L28 24.1699L20 16.1699' stroke='%23004E42' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.with-green-arrows .slick-prev {
	background-image: url("data:image/svg+xml,%3Csvg width='48' height='49' viewBox='0 0 48 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='-1' y='1' width='46' height='46' rx='23' transform='matrix(-1 0 0 1 46 0.339844)' stroke='%2308855B' stroke-width='2'/%3E%3Cpath d='M28 32.3398L20 24.3398L28 16.3398' stroke='%2308855B' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.with-green-arrows .slick-next {
	background-image: url("data:image/svg+xml,%3Csvg width='48' height='49' viewBox='0 0 48 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='-1' y='1' width='46' height='46' rx='23' transform='matrix(-1 0 0 1 46 0.339844)' stroke='%2308855B' stroke-width='2'/%3E%3Cpath d='M20 32.3398L28 24.3398L20 16.3398' stroke='%2308855B' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.gem-1-clip {
	clip-path: polygon(46% 0%, 100% 7%, 100% 83%, 46% 100%, 0% 91%, 0% 67%, 9% 34%);
	position: relative;
	width: 100%;
}

.gem-2-clip {
	clip-path: polygon(40% 0%, 85% 7%, 100% 60%, 79% 100%, 8% 100%, 0% 38%);
	position: relative;
	width: 100%;
}

.gem-1-clip:before,
.gem-2-clip:before {
	content: "";
	display: block;
	padding-bottom: 83%;
}

.gem-2-clip:before {
	padding-bottom: 86%;
}

.gem-1-clip img,
.gem-2-clip img {
	position: absolute;
	top: 0;
	left: 0;
}

body .wp-block-pullquote cite,
body .wp-block-pullquote footer,
body .wp-block-pullquote__citation {
	font-size: 0.938rem;
	text-transform: none;
}

@media (min-width: 992px) {
	body .wp-block-pullquote cite,
	body .wp-block-pullquote footer,
	body .wp-block-pullquote__citation {
		font-size: 1.125rem;
	}	
}

body .wp-block-button__link {
	color: var(--theme-chartreuse) !important;
	background: var(--theme-dk-dk-green) !important;
    padding: calc(.667em + 4px) calc(1.333em + 2px) .667em;
	transition: all .3s;
}

body .wp-block-button__link:hover {
	color: var(--theme-dk-dk-green) !important;
	background: var(--theme-chartreuse) !important;
	text-decoration: none !important;
}