/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	font-weight:inherit;
	color:inherit;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

body.single-post p {
	line-height: 1.5;
}


/*--------------------------------------------------------------
Links and Buttons
--------------------------------------------------------------*/
a {
	-webkit-transition: all .3s;
			transition: all .3s;
}

.has-theme-primary-background-color a {
	text-decoration-color: var(--wp--preset--color--white);
}

a:hover,
a:focus,
a:active {
	text-decoration:underline;
	text-decoration-thickness: 2px;
	text-decoration-color: var(--wp--preset--color--theme-primary);
	text-underline-offset: 0.2em;
}

.hover-grow {
	display: block;
}

.hover-grow:hover {
	-webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.wp-block-button__link:hover{
	transform: scale(1.1);
}

.wp-block-button__link::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 43px;
	height: 43px;
	margin: 0;
	background-image: url('data:image/svg+xml,<svg width="21" height="18" viewBox="0 0 21 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 9L19 9" stroke-width="1.7" stroke-linecap="square" stroke-linejoin="round" stroke="%23FFFFFF"></path><path d="M13 2L20 9L13 16" stroke-width="1.7" stroke-linecap="square" stroke-linejoin="bevel" stroke="%23FFFFFF"></path></svg>');
	background-size: 23px;
	background-repeat: no-repeat;
	background-position: center;
	transition-duration: .3s;
	transition-property: all;
}

.wp-block-button__link:hover::after {
	transform: scale(1.4);
}

.wp-block-buttons a:active,
.wp-block-buttons a:focus,
.wp-block-buttons a {
	text-decoration: none;
	text-decoration-thickness: 0;
}



/*--------------------------------------------------------------
Link Block
--------------------------------------------------------------*/
.wp-block-acf-link {
	display: block;
	text-decoration: none;
}

.is-style-card-link {
	position: relative;
	padding: 1.7rem 2.5rem;
	border-radius: 10px;
	border: 1px solid #5E5E5E;
}

.is-style-card-link::after {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 43px;
	height: 43px;
	margin: 0 0 0 .3em;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="%23E55A43" viewBox="0 -960 960 960"><path d="M644.28-624.29 280.43-260.4q-12.93 12.89-29.47 12.8-16.54-.1-29.6-13.53-13.43-13.43-13.43-30.07 0-16.63 13.43-30.07l363.16-363.16H273.57q-18.05 0-30.33-12.32-12.29-12.32-12.29-30.03 0-17.72 12.29-30.09 12.28-12.37 30.33-12.37H686.9q17.67 0 30.12 12.45 12.45 12.46 12.45 30.12v413.34q0 17.66-12.49 29.95-12.48 12.29-30.2 12.29-18.09 0-30.29-12.29-12.21-12.29-12.21-29.95v-310.96Z"/></svg>');
	background-size: 23px;
	background-repeat: no-repeat;
	background-position: center;
	transition-duration: .3s;
	transition-property: all;
}


.is-style-card-link:hover {
	text-decoration: none;
	transform: scale(1.1);
}

.is-style-card-link:hover::after {
	transform: scale(1.5);
}



.is-style-grow-link {
	position: relative;
}

.is-style-grow-link:hover {
	text-decoration: none;
	transform: scale(1.1);
}


/*--------------------------------------------------------------
Custom Nav Block
--------------------------------------------------------------*/
.wp-block-custom-nav nav {
    margin: 0;
    padding: 0
}

.wp-block-custom-nav nav.indent-1 {
    padding-left: 1rem;
    font-size: .9rem
}

.wp-block-custom-nav nav a {
    display: block;
	padding: .1rem 0;
    margin-bottom: .3rem;
    text-decoration-thickness: inherit;
    text-decoration-color: inherit
}



/*--------------------------------------------------------------
Separator
--------------------------------------------------------------*/
.wp-block-separator.has-background:not(.is-style-dots) {
    height: 2px;
}



/*--------------------------------------------------------------
Grid
--------------------------------------------------------------*/
.wp-block-group-is-layout-grid {
    grid-template-columns: repeat(auto-fill, minmax(min(16rem, 100%), 1fr));
}

.wp-block-post-template.columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

/*--------------------------------------------------------------
Lists and Bullets
--------------------------------------------------------------*/
ul, ol {
	padding:0 0 0 1.1em;
	margin:0 0 1.5em;
}

ul ul {
	margin:.5em 0 1em;
}

li {
	margin-bottom:.5em;
}



/*--------------------------------------------------------------
FAQ - acordian
--------------------------------------------------------------*/
.wp-block-aioseo-faq {
	position: relative;
	margin: .3rem 0;
	border-bottom: 1px solid var(--wp--preset--color--theme-primary);
}

.wp-block-aioseo-faq::after {
    content: ' ';
    position: absolute;
    top: 1.1rem;
    right: 0;
    display: block;
    width: .8em;
    height: .8em;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1683 808l-742 741q-19 19-45 19t-45-19l-742-741q-19-19-19-45.5t19-45.5l166-165q19-19 45-19t45 19l531 531 531-531q19-19 45-19t45 19l166 165q19 19 19 45.5t-19 45.5z' fill='%23E55A43'/%3E%3C/svg%3E%0A");
    background-size: contain;
    pointer-events: none;
}

.wp-block-aioseo-faq.visible::after {
    content: ' ';
    position: absolute;
    top: 1.1rem;
    right: 0;
    display: block;
    width: .8em;
    height: .8em;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1683 1331l-166 165q-19 19-45 19t-45-19l-531-531-531 531q-19 19-45 19t-45-19l-166-165q-19-19-19-45.5t19-45.5l742-741q19-19 45-19t45 19l742 741q19 19 19 45.5t-19 45.5z' fill='%23E55A43'/%3E%3C/svg%3E%0A");
    background-size: contain;
    pointer-events: none;
}

.wp-block-aioseo-faq:not(.wp-block-aioseo-faq ~ .wp-block-aioseo-faq) {
}

.aioseo-faq-block-question {
	padding: .7rem 1rem .7rem .1rem;
	cursor: pointer;
}

.aioseo-faq-block-answer {
	display: none;
}

.visible .aioseo-faq-block-answer {
	display: block;
	padding: 0 0 1rem;
}



/*--------------------------------------------------------------
Slider Query
--------------------------------------------------------------*/
/* hide slides other then the first before slick js runs */
.is-style-block-slider > ul > li:not(:first-child) {
	display: none;
}


.slick-list {
	margin: 0 -2rem;
}

.slick-slide {
	padding: 0 2rem;
}


.slick-prev,.slick-next {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
	margin: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,.slick-next:before {
    display: block;
    height: 100%;
    width: 100%;
	background-size: 150%;
	background-position: center;
}

.slick-prev:before {
    content: "";
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23E55A43"><path d="M560-240 320-480l240-240 56 56-184 184 184 184-56 56Z"/></svg>');
}

.slick-next:before {
    content: "";
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23E55A43"><path d="M504-480 320-664l56-56 240 240-240 240-56-56 184-184Z"/></svg>');
}


.slick-prev {
	bottom: -40px;
	left: 0;
}

.slick-next {
	bottom: -40px;
    right: 0;
}

@media (min-width: 1400px) {
	.slick-prev {
		bottom: auto;
		top: 0;
		left: -60px
	}

	.slick-next {
		bottom: auto;
		top: 0;
		right: -60px
	}
}



/*--------------------------------------------------------------
Slider
--------------------------------------------------------------*/
.wp-block-slider {
	margin: 0 0 5rem;
	background-color: #bfb6ac;
}

/* hide slides other then the first before slick js runs */
.wp-block-slider .slider-inner > .wp-block-group:not(:first-child) {
	display: none;
}


.slick-autoplay-toggle-button {
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 999;
    display: block;
    cursor: pointer;
    background: none;
	padding: 0;
    border: 0;
	opacity: .5;
}

.slick-autoplay-toggle-button:hover,
.slick-autoplay-toggle-button:focus,
.slick-autoplay-toggle-button:active {
	opacity: 1;
}

.slick-autoplay-toggle-button .slick-pause-icon:before,
.slick-autoplay-toggle-button .slick-play-icon:before {
	display: block;
	width: 25px;
	height: 25px;
    background-size: contain;
}


.slick-autoplay-toggle-button .slick-pause-icon:before {
    content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-244 -244 512 512' xml:space='preserve'%3E%3Cpath d='M12-244c-141.3 0-256 114.7-256 256s114.7 256 256 256S268 153.3 268 12 153.3-244 12-244zm-51.2 358.4c-14.1 0-25.6-11.5-25.6-25.6V-64.8c0-14.1 11.5-25.6 25.6-25.6 14.1 0 25.6 11.5 25.6 25.6V88.8c0 14.1-11.5 25.6-25.6 25.6zm102.4 0c-14.1 0-25.6-11.5-25.6-25.6V-64.8c0-14.1 11.5-25.6 25.6-25.6 14.1 0 25.6 11.5 25.6 25.6V88.8c0 14.1-11.5 25.6-25.6 25.6z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}

.slick-autoplay-toggle-button .slick-play-icon:before {
    content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23FFFFFF' d='M256 0C114.7 0 0 114.7 0 256s114.7 256 256 256 256-114.7 256-256S397.3 0 256 0zm-85.1 375V137L377 256 170.9 375z'/%3E%3C/svg%3E");
}

.slick-sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}



.slider-dots {
	position: absolute;
	bottom: 1.5rem;
	right: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	max-width: 1290px;
	margin: 0 auto;
	padding: 0 15px;
	list-style: none;
}

.slider-dots li {
	display: inline-block;
	width: calc(30%);
}

.slider-dots button {
	position: relative;
	width: 100%;
	border-top: 2px solid #FFFFFF;
	text-align: left;
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: 700;
	padding: 5px 0 0;
	background-color: transparent;
}

.slider-dots button:hover {

}

.slider-dots button:after {
	position: absolute;
	top: -2px;
	left: 0;
	content: '';
	display: block;
	width: 0%;
	height: 2px;
}

.slider-dots .slick-active button:after {
	background-color: var(--wp--preset--color--theme-primary);
	animation: progress 5.5s linear forwards;
}

.is-paused .slider-dots .slick-active button:after {
	animation-play-state: paused;
	animation-duration: 0s;
}


@keyframes progress {
	from {
		width: 0%;
	}
	to {
		width: 100%;
	}
}


