/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/


body {
    max-width: 1920px;
    margin: auto !important;
}

.d-flex{
	display: flex;
	flex-wrap:wrap;
} 
.align-items-center{
	align-items:center;
}

.d-inline {
    display: inline-block;
    width: auto !important;
}


/* Side by Side Buttons v1 */
.side-by-side-1 .et_pb_button_module_wrapper {
    display: inline-block;
    margin-right: 10px !important;
}


.top-header-btn {
    text-align: right;
}

.top-header {
    display: flex;
    align-items: center;
}


/* .main-header .et_pb_menu__logo {
    margin-bottom: 25px;
} */

.main-header .et_pb_menu__wrap {
    justify-content: center;
}

.main-header .header-right {
    text-align: right;
}
.main-header.et_pb_sticky{
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

 .main-header .et_pb_menu_inner_container {
    width: 100%;
}

 .main-header .et_pb_menu .et-menu>li {
    padding-left: 15px;
    padding-right: 15px;
}

.inline-blurb .et_pb_blurb {
    width:48%;
	display: inline-block;
    margin-right: 30px !important;
}


.location-block .et_pb_blurb_container {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 20px 34px;
}

.location-block .et_pb_main_blurb_image{
	position: relative;
	margin-bottom:0;
}

.location-block .et_pb_main_blurb_image:after {
    content: "";
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
	border-radius: 28px;
}


/*  */

.contact-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
	 font-family: 'Mona_Sans';
    align-items: center;
    justify-content: center;
}

.contact-form .field-group {
    padding: 0 10px;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
    margin-bottom: 15px;
}

.contact-form .field-group.half-width {
    flex: 0 0 50%;
    max-width: 50%;
}

.contact-form .field-group.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}


.contact-form .field-group.cta-btn {
    margin-top: -20px;
}

.contact-form label {
    color: rgba(122, 122, 122, 1);
    font-size: 16px;
    line-height: 1.4;
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: left;
    font-family: 'Mona_Sans';
    text-transform: initial;
    letter-spacing: 0.5px;
}

.contact-form .wpcf7-form-control {
    width: 100%;
    color: #7A7A7A;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    max-height: 120px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgb(255 255 255 / 0);
    padding: 17px 20px !important;
	font-family:'Helvetica',Helvetica,Arial,Lucida,sans-serif;
}

.contact-form .wpcf7-form-control.wpcf7-submit {
    width: auto;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    min-width: 140px;
    border-radius: 10px;
    letter-spacing: 1.5px;
    border-color: #913535;
    display: inline-block;
    background-color: #913535;
    text-transform: uppercase;
    border-width: 1px !important;
    font-family: 'Helvetica', Helvetica, Arial, Lucida, sans-serif;
}

.contact-form .wpcf7-form-control.wpcf7-submit:hover {
    color: #151716;
    cursor: pointer;
    background: transparent;
    border-color: #913535;
}

.contact-form .field-group.submit-btn {
    margin-bottom: 0;
}

.contact-form br {
    display: none;
}

.contact-form .wpcf7-spinner {
    position: absolute;
}

.contact-form .wpcf7-form-control.wpcf7-not-valid {
    border-color: #f94924;
}

.wpcf7 form.invalid .wpcf7-response-output,
.contact-form .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: green;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: green;
    border-radius: 4px;
	font-family:'Helvetica',Helvetica,Arial,Lucida,sans-serif;
}

.contact-form .field-group.check-box .wpcf7-checkbox {
    border: 0;
    padding: 0 !important;
	background: transparent;
}

.contact-form .wpcf7-checkbox .wpcf7-list-item.first.last {
    margin: 0;
}


.contact-form .wpcf7-form-control::-webkit-input-placeholder { /* Chrome */ 
  color: #7A7A7A;
}
.contact-form .wpcf7-form-control:-ms-input-placeholder { /* IE 10+ */
  color: #7A7A7A;
}
.contact-form .wpcf7-form-control::-moz-placeholder { /* Firefox 19+ */
  color: #7A7A7A;
  opacity: 1;
}
.contact-form .wpcf7-form-control:-moz-placeholder { /* Firefox 4 - 18 */
  color: #7A7A7A;
  opacity: 1;
}


/*  */
.faq-block .et_pb_toggle.et_pb_module.et_pb_accordion_item {
    padding: 28px 32px !important;
}


.project-item {
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 18px;
    padding: 20px;
	height: 100%;
}

.project-img {
    margin-bottom: 25px;
}
.project-img img{
	border-radius: 18px;
}

.project-content h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
	max-width: 280px;
	color: #191919;
	font-family:'Helvetica',Helvetica,Arial,Lucida,sans-serif;
}

.project-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
	color:rgb(26 26 26 / 40%);
	font-family:'Helvetica',Helvetica,Arial,Lucida,sans-serif;
}

.project-slider .center {
    margin-top: -24px;
}

.project-slider .owl-stage-outer{
	padding: 30px 0;
}
.testimonials-slider  .owl-dots .owl-dot span,
.project-slider .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 4px 5px;
    background: rgb(25 25 25 / 10%);
}

.testimonials-slider .owl-dots .owl-dot.active span, .testimonials-slider .owl-dots .owl-dot:hover span ,
.project-slider .owl-dots .owl-dot.active span, .project-slider .owl-dots .owl-dot:hover span {
    background: #191919;
}

.project-slider .owl-stage {
    display: flex;
}



/*  */
/* .testimonials-item {
    background: #FEF2F2;
    border-radius: 20px;
    padding: 0px;
} */

.testimonials-content {
    padding: 30px;
    border-radius: 20px 20px 0;
    background: #FEF2F2;
}

.testimonials-content p {
    font-size: 18px;
    line-height: 1.66;
    color: #0B0B0D;
	font-family:'Helvetica',Helvetica,Arial,Lucida,sans-serif;
}

.testimonials-footer {
    display: flex;
    align-items: center;
}
.testimonials-img {
	margin-right:12px;
}
.testimonials-img img {
    border-radius: 50%;
    height: 50px;
    width: 50px !important;
}

.testimonials-content:before {
    content: "";
    height: 40px;
    width: 40px;
    display: block;
    background: url(./images/quote-icon.png);
    background-size: 37px;
    background-repeat: no-repeat;
    margin-bottom: 12px;
}

.testimonials-footer {
    display: flex;
    align-items: normal;
    background: #fff;
    border-radius: 20px;
}

.testimonials-footer-left {
    background: #fff;
    border-radius: 0 20px 0 0;
    flex: 0 0 50%;
    padding: 18px 8px;
    display: flex;
    align-items: center;
}

.testimonials-footer-right {
    border-radius: 0 0 20px 20px;
    background: #FEF2F2;
    height: 100%;
    padding: 30px;
    flex: 0 0 50%;
}

.testimonials-footer-right:after {
    content: "";
    background: url(./images/star-icon.png);
    background-size: 125px;
    background-repeat: no-repeat;
    height: 24px;
    width: 128px;
    display: block;
	background-position: center;
}



.testimonials-name h4 {
    padding: 0;
    font-size: 16px;
    line-height: 1.2;
    color: rgb(11 11 13 / 70%);
	font-family:'Helvetica',Helvetica,Arial,Lucida,sans-serif;
}


/*  */
.gallery-slider {
    max-width: 680px;
    margin: auto;
}
.gallery-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    left: 0;
    display: flex;
    justify-content: space-between;
}

.gallery-slider svg {
    height: auto !important;
    width: 10px;
}

.gallery-slider .owl-nav button {
    height: 46px;
    width: 46px;
    background: #913535 !important;
    text-align: center;
    border-radius: 50% !important;
    line-height: 4.1 !important;
}

.gallery-slider .owl-nav button.owl-prev {
    margin-left: -24px !important;
}
.gallery-slider .owl-nav button.owl-next {
    margin-right: -24px !important;
}
#sync2 .owl-stage-outer {
    margin-top: 15px;
}
#sync2 .owl-dots{
	margin-top: 20px;
}
#sync2 .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 4px 5px;
    background: rgb(25 25 25 / 10%);
} 
#sync2 .owl-dots .owl-dot.active span, .gallery-slider .owl-dots .owl-dot:hover span {
    background: #191919;
}

.stressless-blurb .et_pb_blurb_content {
    display: flex;
    align-items: center;
}
.stressless-blurb .et_pb_main_blurb_image {
    margin: 0;
}

.stressless-blurb  .et_pb_module_header {
    padding: 0;
}

/*  */

.footer-blurb .et_pb_blurb_content {
    display: flex;
    align-items: center;
} 
.footer-blurb .et_pb_main_blurb_image {
    margin: 0;
    width: auto; 
}

.footer-blurb .et_pb_module_header {
    padding: 0;
}

.footer-link .et-menu>li {
    width: 100%;
}

.footer-col-1 {
    width: 30% !important;
}

.footer-col {
    width: 20.2% !important;
}




/*------------------------------------------------*/
/*--------------------[Responsive]----------------*/
/*------------------------------------------------*/

@media only screen and (min-width:981px) and (max-width:1680px) {}

@media only screen and (min-width:981px) and (max-width:1440px) {
	
	.header-right .et_pb_button {
		font-size: 16px !important;
	}
	
}

@media only screen and (min-width:981px) and (max-width:1240px) {
	
	.header-right .et_pb_button {
		font-size: 16px !important;
	}
	
	h1, h2 { 
		font-size: 42px !important;
	}
	
	h4{
		font-size:22px !important;
	}
	
}

@media (max-width: 1440px) {
	
	.main-header .et_pb_menu .et-menu>li {
		padding-left: 10px;
		padding-right: 10px;
	}
	
}

@media (max-width: 1170px) {
	
	.footer-col-1 {
		width: 100% !important;
	}
	
	.footer-col {
		width: 31.3% !important;
	}
	
	.location-block .et_pb_blurb_container {
		padding: 10px 15px 15px;
	}
}

@media (max-width: 980px) {

	.order-2{
		order:2;
	}
	
	.md-center{
		text-align: center;
	}
	
	.header-phone{ 
		display: none !important;
	}
	
	.main-header .et_pb_menu__wrap { 
		justify-content: end;
	}
	
	.header-left{ 
		width: calc(100% - 152px) !important;  
	}
	
	.header-right {
        width: 152px !important; 
    }
	
	.d-inline {
		display: block;
	}
	
	.stressless-block {
		flex: 0 0 100%;
		justify-content: center;
	}
	
	.location-block .et_pb_main_blurb_image {
		position: relative;
		margin-bottom: 0;
		display: block;
	}
	
	.location-block .et_pb_main_blurb_image img{ 
		width:100%;
	}
	
	.footer-col-1{
		width: 100% !important;
	}
	
	.footer-col{
		width: 31% !important;
	}
	
	.pa-open-mobile-menu .et_pb_menu__menu {
		display: flex!important;
	}
	.pa-open-mobile-menu .et_mobile_nav_menu {
		display: none!important;
	}
	
	.project-content { 
		text-align: center;
	}
	
	.project-content h4{
		font-size: 20px;
	}
	.project-content p{
		font-size: 16px;
	}
	
	.contact-blurb .et_pb_blurb_content{
		justify-content: center;
	}
	
	
}

@media (max-width: 767px) {

	.footer-col{
		width: 100% !important;  
	} 
}
	

