/* 
Theme Name: CCHA
Theme URI: https://dmholistic.com/
Description: Custom theme development by DMH
Author: DMH
Author URI: https://dmholistic.com/
Template: hello-elementor
Version: 2.0.16
Text Domain: hello-elementor-child
*/

/* Add your custom styles here */
body{
    background-color: var(--e-global-color-fbec25b)
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
    letter-spacing: 0.5px;
    color: var(--e-global-color-284c25f);
}
/**:focus {
    outline: 3px dashed;
    outline-offset: 3px;
}*/
.site-wrapper {
	width: 100%;
	max-width: 1600px;
	min-height: 100vh;
	margin-inline: auto;
	overflow-x: clip;
}
p a, .elementor-widget-text-editor a, #post-content h2 a, #post-content h3 a, .pp-content-grid-more, .pp-content-grid-post-more-link a {
    text-decoration: underline;
    color: var(--e-global-color-57f3f01);
}
p a:hover, .elementor-widget-text-editor a:hover, #post-content h2 a:hover, #post-content h3 a:hover, .pp-content-grid-more:hover, .pp-content-grid-post-more-link a:hover {
    color: var(--e-global-color-25f6e19);
}
/* =================

Image Aspect Ratios

=================== */

.aspect-1-1 img{
    aspect-ratio: 1/1;
	object-fit: cover;
}

.aspect-3-2 img{
    aspect-ratio: 3/2;
	object-fit: cover;
}

.aspect-2-3 img{
    aspect-ratio: 2/3;
	object-fit: cover;
}

.aspect-4-3 img{
    aspect-ratio: 4/3;
	object-fit: cover;
}

.aspect-3-4 img{
    aspect-ratio: 3/4;
	object-fit: cover;
}

.aspect-16-9 img{
    aspect-ratio: 16/9;
	object-fit: cover;
}

.aspect-9-16 img{
    aspect-ratio: 9/16;
	object-fit: cover;
}
.home-sponsors .anww-external-link-icon {
    display: none;
}
.elementor-widget-text-editor ul,.elementor-widget-text-editor ol{
	margin-bottom: 20px
}
.elementor-widget-text-editor blockquote{
	padding-left: 20px;
	border-left: 5px solid var(--e-global-color-b71cfa7);
	margin-left: 0;
	margin-right: 0
}
.post-password-form{
    margin: 50px auto;
    max-width: 500px;
    background: #fff;
    padding: 30px
}
