/* xl - DESKTOP STYLES */ 
html {/* set root-em */
	font-size: 16px;
}

.elementor-kit-18 {
	
	--font-family-header: 'Roboto', sans-serif;
	--font-family-subheader: 'Roboto', serif;
	--font-family-text: 'Roboto', sans-serif;
	
	--color-red: #C2272D;
	--color-white: #FFFFFF;
	--color-black: #000000;
	--color-grey-md: #5C6266;
	--color-grey-dk: #231F20;
	
}

.content-std.maxsingle {
	max-width: 800px;
	margin-left: auto;
    margin-right: auto;
}

body section .elementor-widget-container h1 {
	text-align: center;
	color: var(--color-white);
	font-family: var(--font-family-header);
	font-size: 2.3rem;
	line-height: 1.1;
	font-weight: 300;
}
body section .elementor-widget-container h2 {
	text-align:;
	color: var(--color-white);
	font-family: var(--font-family-subheader);
	font-size: 2rem;
	line-height: 1.1;
	font-weight: 500;
}
body section .elementor-widget-container h3,
body section .elementor-posts .elementor-post__title {
	text-align: center;
	color: var(--color-white);
	font-family: var(--font-family-header);
	font-size: 1.6rem;
	line-height: 1.1;
	font-weight: 400;
}
body section .elementor-widget-container h4 {
	text-align: center;
	color: var(--color-white);
	font-family: var(--font-family-subheader);
	font-size: 1.4rem;
	line-height: 1.1;
	font-weight: 400;
}
body section .elementor-widget-container h5 {
	text-align: center;
	color: var(--color-white);
	font-family: var(--font-family-text);
	font-size: 1.2rem;
	line-height: 1.1;
	font-weight: 700;
}
body section .elementor-widget-container h6 {
	color: var(--color-wehite);
	font-family: var(--font-family-text);
	font-size: 1rem;
	line-height: 1.1;
	font-weight: 700;
}



.section-footer .footer-links a {
	color: #C2272D;
}
.section-footer .footer-links p :link {
	color: #C2272D;
}

.section-footer .footer-links a :hover {
	color: #000000 !important;
}
.section-footer .footer-links p :hover {
	color: #000000 !important;
}

.header-link a {
	color: #000000;
}
.header-link p :link {
	color: #000000;
}

.header-link a :hover {
	color: #C2272D !important;
}
.header-link p :hover {
	color: #C2272D !important;
}

.phone-link a {
	color: #FFFFFF;
}
.phone-link p :link {
	color: #FFFFFF;
}

.phone-link a :hover {
	color: #000000 !important;
}
.phone-link p :hover {
	color: #000000 !important;
}

.wp-caption-text {
	font-size: 0.8rem;
	text-align: center;
	
}


section .alignright {
    margin: 15px 0px 30px 30px;
}

/* sm - SMARTPHONE LANDSCAPE STYLES */ 
@media (max-width: 767px) {
  
  
  .content-std #attachment_323.wp-caption.alignright {
  	width: 100% !important;
  }
  
  .content-std #attachment_352.wp-caption.alignright {
  	width: 100% !important;
  }
}

.profileitem {
	border: 2px dashed #afffaf;
}
.profileitem img {
	border-radius: 15px; 	
	-webkit-box-shadow: 10px 10px 15px 0 #78FFDF;
box-shadow: 10px 10px 15px 0 #78FFDF;

}

