/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 29 2024 | 18:28:02 */
/* --------------------------- Root --------------------------- */
:root {	
	
	/* Prevent Scrollbar movement */
	/*overflow-y: scroll;
	-ms-overflow-style: -ms-autohiding-scrollbar;*/
}

/* ------------------------- ELEMENTOR ------------------------ */
	/* Prevent Gravity from Hiding Form in Editor */
	.page-content .gform_wrapper {
		display: block !important;
	}


/* ------------------------- Typography ------------------------- */
p:last-child {
	margin-bottom: 0px;
}

/* Tables */
.ch-tables {
	overflow-x: auto;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th,
table tbody tr:hover>td, table tbody tr:hover>th {
    background-color: unset;
}

/* Lists */
.ch-liststyle-none ul {
	margin: 0px;
	padding: 0px;
}

.ch-liststyle-none li {
	list-style-type: none !important; /* Remove bullets */
	/*padding: 0 !important;*/ /* Remove padding */
	margin: 0 !important; /* Remove margins */
}

/* Styles */
.ch-uppercase {
	text-transform: uppercase !important;
}
.ch-bold {
	font-weight: 600 !important;
}
.ch-italic {
	text-decoration: italic !important;
}

/* ------------------------- Links ------------------------- */
.ch-clickable,
.ch-clickable a {
	height: 100%;
	width: 100%;
	font-size: 0px !important;
	color: transparent !important;
}
/* Makes entire content area clickable */
.ch-clickable a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.ch-clickable-link a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
	bottom: 0;
}

/* ------------------------- Layout ------------------------- */
/* Align bottom element for equal height cards */
.ch-flex-bottom {
    flex-grow: 1;
	display: flex;
	justify-content: center;

}
.ch-flex-bottom .elementor-widget-container {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.ch-container-gap {
	--row-gap: 35px !important;
	--column-gap: 35px !important;
}

/* Padding */
.ch-padding-sm {
	padding: 10px;
}

.ch-padding-md {
	padding: 20px;
}

.ch-padding-lg {
	padding: 35px;
}

/* All main website sections (outside containers) */
.ch-outer-section,
.ch-padding-section,
.ch-padding-outside-container {
	padding-right: 20px !important;
	padding-left: 20px !important;
}

@media only screen and (max-width: 1024px) {
	.ch-container-gap {
		--row-gap: 25px !important;
		--column-gap: 25px !important;
	}
	.ch-padding-lg {
		padding: 20px;
	}
	.ch-padding-md {
		padding: 15px;
	}
	.ch-tablet-hide {
		display: none !important;
	}
}
@media only screen and (max-width: 767px) {
	.ch-mobile-hide {
		display: none !important;
	}
	
	/* All main website sections (outside containers) */
	.ch-outer-section,
	.ch-padding-section,
	.ch-padding-outside-container {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
}


.hide {
	display: none !important;
}

.show {
	display: block !important;
}

/* -------------------------- Accessibility --------------------------- */
/* Titles for Screen Readers */
.visuallyhidden {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(0px 0px 99.9% 99.9%);
	clip-path: inset(0px 0px 99.9% 99.9%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0;
}

/* Outline General */
summary:focus-visible,
a.elementor-button:focus-visible,
input:focus-visible, 
a:focus-visible, 
textarea:focus-visible,
select:focus-visible {
	box-shadow: 0 0 0px 2px white !important;
	outline-width: 1px !important;
	outline-color: #000 !important;
	outline-style: dashed !important;
}

/*Outline when refocused to a non-interactive element*/
div:focus-visible,
h1:focus-visible,
h2:focus-visible,
h3:focus-visible,
h4:focus-visible,
h5:focus-visible,
h6:focus-visible {
  	box-shadow: 0 0 0px 2px white;
	outline-width: 1px !important;
	outline-color: var(--text) !important;
	outline-style: dashed !important;
}

/*Hide outline on sections when refocused*/
#read-more:focus-visible,
section:focus-visible {
	outline-color: transparent !important;
}

/* Skip to Main */
a.skip-link {
	left:-999px;
	position:absolute;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	z-index:-999;
}
a.skip-link:focus, a.skip-link:active {
	color: var(--primary);
	background-color: white;
	width: 250px;
	overflow: auto;
	padding: 5px;
	border-radius: 4px;
	border: 1px solid var( --primary);

	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;	

	text-align: center;
	font-size: 1.2em;
	z-index: 999;
}

/* Prevent accessibility checkers from complaining about social icons */
.ch-social-icons .elementor-screen-only {
	color: black !important;
	background-color: white;
}
/* -------------------------- Tables & Videos --------------------------- */
/* Tables */
.ch-post-content table {
	border-collapse: collapse; 
	width: 100%;
}
.ch-tables {
	overflow-x: auto !important;
	overflow-y: hidden !important;
}

/* Videos */
.ch-videos {
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	border-radius: 10px;
	overflow: hidden; 
}

.ch-videos iframe {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.ch-videos a.ytp-impression-link {
	padding-bottom: 25px !important;
}

/* -------------------------- MISC --------------------------- */
/* Google Captcha */
.grecaptcha-badge { 
	opacity:0;
}

/* -------------------------- IMAGES --------------------------- */
.tribe-events-single-event-description figcaption,
.ch-post-content figcaption,
.ch-page-content figcaption {
	padding-top: 10px;
	text-align: center;
	font-style: normal;
	color: var(--light-text);
}
.tribe-events-single-event-description img,
.ch-post-content img {
	border-radius: 20px;
	box-shadow: 3px 3px 25px 10px var(--box-shadow) !important;
}

.tribe-events-single-event-description .wp-caption.alignnone,
.tribe-events-single-event-description .wp-caption.aligncenter,
.tribe-events-single-event-description img.alignnone,
.tribe-events-single-event-description img.aligncenter,
.ch-post-content .wp-caption.alignnone,
.ch-post-content .wp-caption.aligncenter,
.ch-post-content img.alignnone,
.ch-post-content img.aligncenter {
    object-fit: cover;
    width: 100% !important;
    margin: 20px 0px 20px 0px;
}
.wp-caption.aligncenter img,
.tribe-events-single-event-description img.aligncenter, 
.ch-post-content img.aligncenter {
	object-fit: cover;
	aspect-ratio: 21 / 9;
}

.tribe-events-single-event-description .wp-caption.alignnone,
.tribe-events-single-event-description .wp-caption.aligncenter,
.ch-page-content .wp-caption.alignnone,
.ch-page-content .wp-caption.aligncenter,
.ch-page-content img.alignnone,
.ch-page-content img.aligncenter {
    width: 100% !important;
    margin: 20px 0px 20px 0px;
}

.tribe-events-single-event-description .wp-caption.alignleft,
.tribe-events-single-event-description img.alignleft,
.ch-post-content .wp-caption.alignleft,
.ch-page-content .wp-caption.alignleft,
.ch-post-content img.alignleft,
.ch-page-content img.alignleft {
    width: 50% !important;
    margin: 10px 30px 20px 0px;
}

.tribe-events-single-event-description .wp-caption.alignright,
.tribe-events-single-event-description img.alignright,
.ch-post-content .wp-caption.alignright,
.ch-page-content .wp-caption.alignright,
.ch-post-content img.alignright,
.ch-page-content img.alignright {
    width: 50% !important;
    margin: 10px 0px 20px 30px;
}

.ch-page-content #service-area img.alignright {
	width: 50% !important;
	box-shadow: none !important;
}

.tribe-events-single-event-description hr,
.ch-post-content hr {
	margin: 35px 0px;
	clear: both !important;
	border-color: #dcdcdc3d !important;
}

@media screen and (max-width: 600px) {
	.tribe-events-single-event-description img.alignleft,
	.tribe-events-single-event-description img.alignright,
	.tribe-events-single-event-description img.alignnone,
    .tribe-events-single-event-description img.aligncenter,
    .tribe-events-single-event-description img.alignleft,
    .tribe-events-single-event-description img.alignright,
	
	.ch-page-content #service-area img.alignright,
	.ch-post-content .wp-caption.alignleft,
	.ch-post-content .wp-caption.alignright,
	.ch-page-content .wp-caption.alignleft,
	.ch-page-content .wp-caption.alignright,
	.ch-page-content .wp-caption.alignnone,
	.ch-page-content .wp-caption.aligncenter,
	
	.ch-post-content img.alignleft,
	.ch-post-content img.alignright,
	.ch-page-content img.alignnone,
    .ch-page-content img.aligncenter,
    .ch-page-content img.alignleft,
    .ch-page-content img.alignright {
        width: 100% !important;
        border-radius: 20px;
        margin: 00px 0px 20px 0px;
    }
	.ch-post-content hr {
		/*border-color: transparent !important;*/
		/*margin: 0px !important;*/
	}
}

/*-----------------------Print--------------------------*/
@media print {
	aside, header, footer { 
		display: none;
	}   
}