.elementor-kit-4{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-55fe695:#000000;--e-global-color-1e433bb:#BB2034;--e-global-color-52be3df:#FFFFFF;--e-global-color-cc53069:#F2F2F2;--e-global-color-821703e:#D0DBE8;--e-global-color-9ba07cf:#064186;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-c02e187-font-family:"Montserrat";--e-global-typography-c02e187-font-size:45px;--e-global-typography-c02e187-font-weight:300;--e-global-typography-c02e187-letter-spacing:1px;--e-global-typography-56e1464-font-family:"Open Sans";--e-global-typography-56e1464-font-size:18px;--e-global-typography-56e1464-line-height:32px;--e-global-typography-fa0ceb6-font-family:"Open Sans";--e-global-typography-fa0ceb6-font-size:15px;--e-global-typography-fa0ceb6-font-style:italic;--e-global-typography-fa0ceb6-line-height:32px;background-color:var( --e-global-color-cc53069 );}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 h4{color:var( --e-global-color-9ba07cf );font-size:16px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Single Post */


/* header fixes inclding spacing */

.post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6{
	padding-top: 2.25rem;
	padding-bottom: .25rem;
	font-weight: 500;
	line-height: 1.25em;
}

.post-content h2 {
	font-size: 2.25remrem;
}

.post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	font-size: 1.5rem;
}



/* body text fixes including spacing */

.post-content p {
	padding-bottom: 1.25rem;
	margin-bottom: 0px;
	line-height: 1.75em;
}



/* this is for your links change the color here */
.post-content p a {
	color: #BD2034;
	font-weight: 500;
	transition: .2s all ease-in-out;
}

/* link hover color */
.post-content p a:hover {
	color: #054287;
}



/* bulletlist item fixes */

.c-post-meta ul li:nth-child(2){
	font-weight: 400!important;
}

.post-content ul, .post-content ol {
	font-size: 1.2rem;
	font-weight: 500;
}

.post-content ul, .post-content ol {
	padding-bottom: 2.25rem;
}

/* control space between list items*/
.post-content ul li {
	line-height: 1.2em;
	margin-bottom: 1.25rem;
}




/* image fixes with spacing and border radius*/

.post-content .wp-block-image img {
	margin: 2.5rem 0rem;
	border-radius: .75rem;
}




/* use only for blockquote blocks */
.post-content blockquote {
	border-left: 1px solid #06BCC1;
	margin: 0px;
	padding: .75rem 1.25rem;
	background: #F4F8FC;
	font-size: 1.1em;
	font-weight: 400;
}

.post-content blockquote cite {
	font-size: .8em;
	font-weight: 300;
}

.post-content blockquote p {
	padding-bottom: 0px;
}


/* use only for code blocks */

.post-content .wp-block-code {
	background: #0B0515;
	padding: 1.5rem;
	border-radius: .75rem;
}

.post-content code {
	color: #89E3E4;
}




/* FOR MOBILE fixes body and header font sizes on mobile */
@media screen and (max-width: 767px) {
	.post-content p {
	font-size: 1.2rem;
}

.post-content h2 {
	font-size: 2rem;
}

.post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	font-size: 1.5rem;
}
}/* End custom CSS */