/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 06 2026 | 15:41:45 */
/* -------------------------- 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: 1rem;
	line-height: 1.4em;
	letter-spacing: 0.01rem;
	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 {
	font-weight: 600;
	text-decoration: underline;
	color: var(--accent-2);
	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 {
	/*background-image: linear-gradient(to bottom, transparent 70%, #C2C6F3 70%);*/
	background: var(--section-bg-3);
	outline: dashed 1px;
	/*padding-bottom: 2px;*/
	text-decoration: none;
}

/* break long links and prevent overflow */
.ch-page-content .elementor-widget-text-editor a,
.ch-post-content a {
	white-space: normal !important;
	
	/*word-break: normal;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;*/
}
@media screen and (max-width: 768px) {
	.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: 4px !important;
	/*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;*/
	border-radius: 4px !important;
    margin: 0px 0px 0px 0px;
}
.wp-caption.aligncenter img,
.tribe-events-single-event-description img.aligncenter, 
.ch-post-content img.aligncenter {
	object-fit: cover;
	border-radius: 4px !important;
	width: 100% !important; 
}

.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;*/
	border-radius: 4px !important;
    margin: 0px 0px 0px 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 {
    max-width: 45% !important;
    margin: 10px 30px 0px 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 {
    max-width: 45% !important;
    margin: 10px 0px 0px 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: 500px) {
	.tribe-events-single-event-description img.alignleft,
	.tribe-events-single-event-description img.alignright,
    .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-post-content img.alignleft,
	.ch-post-content img.alignright,
    .ch-page-content img.alignleft,
	.ch-page-content img.alignright {
		width: 100% !important;
        border-radius: 4px;
        margin: 20px 0px 20px 0px;
		max-width: unset !important;
	}
	
	.tribe-events-single-event-description img.alignnone,
    .tribe-events-single-event-description img.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;
        border-radius: 4px;
        margin: 0px 0px 0px 0px;
		max-width: unset !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;
	text-decoration-color: var(--accent-2);
	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(--accent-2);
	text-decoration-color: var(--accent-2);
}

.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;
}

.tribe-events-single-event-description li:last-of-type,
.ch-post-content li:last-of-type,
.ch-page-content .elementor-widget-text-editor li:not(li.elementor-editor-element-setting):last-of-type {
    padding-bottom: 0px;
}

.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;
}