/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */
.menu_red_button > a.elementor-item{
	background: #D60228;
	border-radius: 23px;
	color: #fff !important;
	display: inline-block;
	transition:background 0.2s;
}
.menu_red_button > a.elementor-item:hover{
	background:#82191D;
	
}
.menu_ml{
	margin-left: 10px !important;
}
.footer a {
	color: #ac5042;
}
.main-header img{
	position: relative;
	z-index: 1;
}
.main-header .elementor-nav-menu--dropdown{
	position: absolute;
	top: calc( 100% + 4px );
	left: 0;
	right: 0;
	z-index: 1;
	padding-bottom: 10px;
}
.faq_wrapper a.elementor-accordion-title {
    padding: 16px 0;
    display: inline-block;
}
.faq_wrapper .elementor-accordion .elementor-tab-title {
    padding: 0 20px;
    position: relative;
    display: flex;
    align-items: center;
    box-shadow: inset 0 4px 3px -2px rgba(0,0,0,.04);
    background: #fafafa;
}
.faq_wrapper .elementor-accordion .elementor-tab-title:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #d5d8dc;
    left: 56px;
}
.faq_wrapper .elementor-accordion-item {
    margin-bottom: 16px;
    border-radius: 6px;
    overflow: hidden;
}
.faq_wrapper .elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    border-top: 1px solid #d5d8dc;
}
.faq_wrapper .elementor-accordion .elementor-tab-content {
    box-shadow: inset 0 4px 3px -2px rgba(0,0,0,.06);
}
/* homepage */
.cpr_testimonial .elementor-testimonial__text{
	position:relative;
	text-align: center;
}
.cpr_testimonial .elementor-testimonial__text:after{
    content: '';
	background-image:url('http://cprtrainingphoenix.net/wp-content/uploads/2024/03/quote.png');
		background-repeat:no-repeat;
	background-size:contain;
	width:65px;
	height:65px;
	position:absolute;
	top:-43px;
	transform:rotate(180deg);
	left:0;
}
/* .cpr_testimonial .elementor-testimonial__content{
	padding:70px 40px 40px;
	background:rgba(0, 0, 0, 0.02);
} */
.acls_herobanner .e-con-inner{
	position:relative;
}
.button_absolute .e-con-inner{margin:0 !important}
.sticky-cta-btn .elementor-button-content-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.sticky-cta-btn .elementor-button-content-wrapper > span{
	flex-grow: unset;
	line-height: 1;
}
.sticky-cta-btn .elementor-button-content-wrapper svg{
	height: 18px;
	width: auto;
}
.header_menu .elementor-nav-menu--dropdown .elementor-item.elementor-item-active{
	background-color: unset;
	color: #d60228;
}
@media (max-width: 767px){
	.mobile-hide{
		display: none;
	}	
	.menu_red_button > a.elementor-item {
    margin-left: 10px;
	}
	.cpr_testimonial .elementor-testimonial__content {
    padding: 40px 24px 30px;
	}
	.cpr_testimonial .elementor-testimonial__text:after {
    width: 45px;
    height: 45px;
		top: -20px;
	}
	h3{
		font-size:15px;
	}
}
 p.open ~ p,p:nth-of-type(2):not(open) > .readmore{
	display:none;	
}
p:nth-of-type(2).open > .readmore{
	display:block;
	
}
.readmore,.readless{
	color:#ff0000;
	cursor:pointer;
	
}
.readmore:hover,.readless:hover{
	color:#0095eb;


}
.phone_email span{
	line-break: anywhere;
}
/* single page */
.dev_content{
	padding: 50px 0;
}
.dev_content .page-content{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}
.dev_content .post-info{
	padding: 20px 0;
}
.dev_content .post-info span{
	font-weight: 700;
}
.dev_content h2{
	font-size: 25px;
}
.dev_content h3{
	font-size: 20px;
}
.popup-list li{
	margin-block: 2px !important;
  min-width: 130px;
}
.popup-list ul.elementor-icon-list-items{
	justify-content: flex-start !important;
}
@media(max-width: 767px){
		.dev_content h1{
		font-size: 30px;
	}
	.dev_content h2{
		font-size: 22px;
	}
	.dev_content h3{
		font-size: 18px;
	}
	.popup-list li{
		margin-block: 2px !important;
		min-width: unset;
	}
}
/* end single page */
.locations-grid .elementor-image-box-content{
	padding-inline:10px;
}