/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 02 2025 | 14:48:42 */
/* -------------------------- Headings --------------------------- */
.ch-post-content h2 {
    font-size: 1.55rem !important;
    margin-top: 30px;
	font-weight: 700;
}
.ch-post-content h2:first-of-type {
	margin-top: 0px;
} 
.ch-post-content h3 {
    font-size: 1.25rem;
    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;
}

.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;
    }
}

/* -------------------------- 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;
}


/* Post Navigation */
.elementor-post-navigation {
	gap: 10px;
}
.ch-post-navigation .elementor-post-navigation .elementor-post-navigation__link a {
    display: flex !important;
    align-items: flex-end !important;
}
.ch-post-navigation .elementor-post-navigation span.elementor-post-navigation__link__next, .ch-post-navigation .elementor-post-navigation span.elementor-post-navigation__link__prev {
    display: flex !important;
    flex-direction: column-reverse !important;
}

/*Remove overflow hidden so outline shows on post navigation*/
.ch-post-navigation .elementor-post-navigation__prev.elementor-post-navigation__link,
.ch-post-navigation .elementor-post-navigation__next.elementor-post-navigation__link,
.ch-post-navigation .elementor-post-navigation {
    overflow: visible !important;
}

.elementor-post-navigation__separator-wrapper {
	display: none;
}

.elementor-post-navigation__prev.elementor-post-navigation__link a {
    padding: 10px;
    border-radius: 4px;
    background: var(--section-bg-1);
	border: solid 2px var(--accent-1);
	color: var(--accent-1);
	box-shadow: 0px 2px 16px 0px var(--shadow-button);
}
span.post-navigation__arrow-wrapper.post-navigation__arrow-prev {
	color: var(--accent-1);
}

.elementor-post-navigation__next.elementor-post-navigation__link a {
    padding: 10px;
    border-radius: 4px;
    background: var(--section-bg-1);
	border: solid 2px var(--primary);
	color: var(--primary);
	box-shadow: 0px 2px 16px 0px var(--shadow-button);
}
span.post-navigation__arrow-wrapper.post-navigation__arrow-next {
	color: var(--primary);
}

/* -------------------------- POST PASSWORD FORMS --------------------------- */
.post-password-form {
	text-align: center;
}
.post-password-form [type=submit] {
	padding: 14px 25px;
}