.elementor-1684 .elementor-element.elementor-element-b733c77{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1684 .elementor-element.elementor-element-9f7dac3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1684 .elementor-element.elementor-element-1820a16{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1684 .elementor-element.elementor-element-522ad70{text-align:left;font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1684 .elementor-element.elementor-element-9f7dac3{--content-width:800px;}.elementor-1684 .elementor-element.elementor-element-1820a16{--content-width:800px;}}/* Start custom CSS for text-editor, class: .elementor-element-522ad70 *//* Single Post */


/* header fixes inclding spacing */

.post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6{
	padding-top: 2.5rem;
	padding-bottom: .25rem;
	font-weight: 700;
	line-height: 1.25em;
}

.post-content h2 {
	font-size: 2rem;
}

.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: #1391ff;
	font-weight: 500;
	text-decoration: underline;
	transition: .2s all ease-in-out;
}

/* link hover color */
.post-content p a:hover {
	color: #06BCC1;
}



/* 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 */