.elementor-590 .elementor-element.elementor-element-361a6266{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-590 .elementor-element.elementor-element-5f33f5cc{width:var( --container-widget-width, 800px );max-width:800px;--container-widget-width:800px;--container-widget-flex-grow:0;font-family:"Open Sans", Sans-serif;font-weight:500;color:#000000;}/* Start custom CSS for container, class: .elementor-element-361a6266 *//* 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 */