/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 17 2024 | 20:24:14 */
/* -------------------------- Headings --------------------------- */
.ch-post-content h2 {
    font-size: 1.15rem !important;
    margin-top: 30px;
	font-family: Open Sans, Sans-Serif;
	font-weight: 700;
}
.ch-post-content h2:first-of-type {
	margin-top: 0px;
} 

.ch-post-content h3 {
    font-size: 1rem;
    padding-top: 16px;
}

.ch-post-content {
	font-size: .95rem;
	color: var(--text);
}

/* -------------------------- LINKS --------------------------- */
.ch-accordion .elementor-widget-text-editor a,
.ch-sidebar-item .elementor-widget-text-editor a,
.ch-page-content .elementor-widget-text-editor a,
.ch-post-content a {
	text-decoration: underline;
	color: var(--secondary);
	text-underline-offset: 2px;
}

.ch-accordion .elementor-widget-text-editor a:active,
.ch-accordion .elementor-widget-text-editor a:focus-visible,
.ch-accordion .elementor-widget-text-editor a:focus,
.ch-accordion .elementor-widget-text-editor a:hover,
.ch-sidebar-item .elementor-widget-text-editor a:active,
.ch-sidebar-item .elementor-widget-text-editor a:focus-visible,
.ch-sidebar-item .elementor-widget-text-editor a:focus,
.ch-sidebar-item .elementor-widget-text-editor a:hover,
.ch-page-content .elementor-widget-text-editor a:active,
.ch-page-content .elementor-widget-text-editor a:focus-visible,
.ch-page-content .elementor-widget-text-editor a:focus,
.ch-page-content .elementor-widget-text-editor a:hover,
.ch-post-content a:active,
.ch-post-content a:focus-visible,
.ch-post-content a:focus,
.ch-post-content a:hover {
	color: var(--primary);
	text-decoration-color: var(--primary);
}

/* break long links and prevent overflow */
.ch-page-content .elementor-widget-text-editor a,
.ch-post-content a {
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

/* -------------------------- IMAGES --------------------------- */
.tribe-events-single-event-description figcaption,
.ch-post-content figcaption,
.ch-page-content figcaption {
	padding-top: 10px;
	text-align: center;
	font-style: normal;
	font-size: .8rem;
	color: var(--text) !important;
}
.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: 0px 0px;
	clear: both !important;
	border-color: transparent !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;
    }
}

/* -------------------------- BUTTONS --------------------------- */
.post-password-form [type=submit],
.tribe-events-content a strong,
.tribe-events-content strong a,
.ch-post-content a strong,
.ch-post-content strong a {
	text-transform: uppercase;
	font-size: .85rem;
	text-decoration: none !important;
	font-family: Open Sans, sans-serif !important;
    border-radius: 4px;
    padding: 12px 25px;
	min-width: 135px;
	max-width: 100%;
	line-height: 1em !important;
	text-align: center;
	
	border: solid 2px var(--accent) !important;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.26), #00000029 0px 0px 8px inset !important;
 	color: var(--primary) !important;
	background: var(--transparent) !important;
	font-weight: 600 !important;
	fill: var(--primary);
}

.tribe-events-content a strong:active,
.tribe-events-content a strong:focus-visible,
.tribe-events-content a strong:focus,
.tribe-events-content a strong:hover,
.tribe-events-content strong a:active,
.tribe-events-content strong a:focus-visible,
.tribe-events-content strong a:focus,
.tribe-events-content strong a:hover,

.ch-post-content a strong:active,
.ch-post-content a strong:focus-visible,
.ch-post-content a strong:focus,
.ch-post-content a strong:hover,
.ch-post-content strong a:active,
.ch-post-content strong a:focus-visible,
.ch-post-content strong a:focus,
.ch-post-content strong a:hover {
	color: white !important;
	fill: white !important;
	background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.tribe-events-content a:hover,
.tribe-events-content a:focus,
.tribe-events-content a:focus-visible,
.tribe-events-content a:active,
.tribe-events-content a {
    border-bottom: unset;
}

.tribe-events-content a strong,
.tribe-events-content strong a,
.ch-post-content a strong,
.ch-post-content strong a {
	color: var(--primary) !important;
	border: solid 2px var(--accent) !important;
	margin: 10px 10px 10px 0px;
	display: inline-flex;
	justify-content: center;
}

.post-password-form [type=submit],
.tribe-events-content a strong:first-of-type,
.tribe-events-content strong a:first-of-type,
.ch-post-content p a strong:first-of-type,
.ch-post-content p strong a:first-of-type {
    color: white !important;
	fill: white !important;
    background: var(--secondary) !important;
	border: solid 2px var(--secondary) !important;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.26) !important;
	line-height: 1.2em; 
}

.tribe-events-content p a strong:first-of-type:focus,
.tribe-events-content p a strong:first-of-type:focus-visible,
.tribe-events-content p a strong:first-of-type:active,
.tribe-events-content p a strong:first-of-type:hover,
.tribe-events-content p strong a:first-of-type:focus,
.tribe-events-content p strong a:first-of-type:focus-visible,
.tribe-events-content p strong a:first-of-type:active,
.tribe-events-content p strong a:first-of-type:hover,
.ch-post-content p a strong:first-of-type:focus,
.ch-post-content p a strong:first-of-type:focus-visible,
.ch-post-content p a strong:first-of-type:active,
.ch-post-content p a strong:first-of-type:hover,
.ch-post-content p strong a:first-of-type:focus,
.ch-post-content p strong a:first-of-type:focus-visible,
.ch-post-content p strong a:first-of-type:active,
.ch-post-content p strong a:first-of-type:hover {
    background: var(--primary) !important;
	border: solid 2px var(--primary) !important;
	fill: white !important;
    border-color: var(--primary) !important;
}


/* -------------------------- Lists --------------------------- */
.ch-page-content .elementor-widget-text-editor ol:not(ol.elementor-editor-element-settings),
.ch-page-content .elementor-widget-text-editor ul:not(ul.elementor-editor-element-settings),
.ch-post-content ol,
.ch-post-content ul {
    padding-left: 20px;
	margin: 10px 0px 20px 0px;
	
}

.tribe-events-single-event-description ol,
.tribe-events-single-event-description ul {
	margin: 0px !important;
	padding-left: 20px;
}

.tribe-events-content ul,
.tribe-events-content ol {
    list-style-position: outside;
	padding-bottom: 20px !important;
}

.tribe-events-single-event-description li a,
.ch-page-content .elementor-widget-text-editor li a,
.ch-post-content li a {
	text-decoration: underline;
	color: var(--text);
	text-decoration-color: var(--secondary);
	text-underline-offset: 2px;
}

.tribe-events-single-event-description li a:hover,
.tribe-events-single-event-description li a:focus,
.tribe-events-single-event-description li a:focus-visible,
.tribe-events-single-event-description li a:active,
.ch-page-content .elementor-widget-text-editor li a:hover,
.ch-page-content .elementor-widget-text-editor li a:focus,
.ch-page-content .elementor-widget-text-editor li a:focus-visible,
.ch-page-content .elementor-widget-text-editor li a:active,
.ch-post-content li a:hover,
.ch-post-content li a:focus,
.ch-post-content li a:focus-visible,
.ch-post-content li a:active {
	color: var(--secondary);
	text-decoration-color: var(--secondary);
}

.tribe-events-single-event-description li,
.ch-post-content li,
.ch-page-content .elementor-widget-text-editor li:not(li.elementor-editor-element-setting) {
    padding-bottom: 10px;
}

.ch-page-content .elementor-widget-text-editor ul li::marker,
.ch-post-content ul li::marker {
	font-size: 1.2rem !important;
}

.ch-page-content .elementor-widget-text-editor ol li::marker,
.ch-post-content ol li::marker {
	font-size: 1rem !important;
}
