/*
 Theme Name:     Above Standard Cleaning Child Theme
 Description:    Above Standard Cleaning Child Theme
 Author:       Pillar Media
 Author URI:   https://pillarmedia.com/
 Template:     Divi
 Version:      1.0.0
*/

 
/* =Theme customization starts here
------------------------------------------------------- */

/*.login h1 a {
	width: 336px !important;
	height: 112px !important;
	background-size: 336px 112px !important;
    height: 112px !important;
    width: 336px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
} */

/* =Override misc theme defaults -- */
/* #et-info-email:before {content: none;} */
span.fsRequiredMarker {color:red; font-weight:700;}
#footer-info a {font-weight: 500;}

#top-menu li li {padding: 0;}
#top-menu li li a {
    width: 240px;
    padding: 6px 10px;
    font-weight: 300;
}

/*Vertical alignment*/
.s1m-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}


.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
	-webkit-appearance: none;
    width: 100%;
    color: #999;
    font-size: 14px;
    padding: 16px;
}
.wpcf7 input[type=checkbox]+label i, .wpcf7 .input[type=radio]+label i, .wpcf7 input, .wpcf7 select, .wpcf7 textarea {
    border: 1px solid #333;
}
.wpcf7 textarea {
    min-height: 150px;
    display: block;
}
.wpcf7 input[type="checkbox"]+label i, .wpcf7 input[type="radio"]+label i {
    background-color: #FFFFFF;
}
.wpcf7 select,
.wpcf7 .wpcf7-form-control-wrap.your-region,
.wpcf7 .wpcf7-form-control-wrap.your-region select,
.wpcf7 .wpcf7-form-control-wrap.your-region select.wpcf7-form-control.wpcf7-select {
	position: relative;
	/*appearance: menu !important;
	-webkit-appearance: menu !important;*/
}
.wpcf7 select:after,
.wpcf7 .wpcf7-form-control-wrap.your-region select:after,
.wpcf7 .wpcf7-form-control-wrap.your-region select.wpcf7-form-control.wpcf7-select:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: #666 transparent transparent;
    margin-top: 3px;
    pointer-events: none;
}
.wpcf7 input[type="submit"], .wpcf7 button {
	width: auto !important;
    font-size: 15px;
    background-color: #4abae6;
    border-width: 10px!important;
    border-color: #4abae6;
    border-radius: 0px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 1px;
	color: #ffffff;
	padding: 0.3em 1em!important;
	font-family: inherit;
    display: inline-block;
    margin: 0 0 0 0;
    cursor: pointer;
    line-height: 1.7em!important;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all!important;
    transition-property: all!important;
}
.wpcf7 input[type="submit"]:hover, .wpcf7 button:hover {
    color: #ffffff!important;
    background-color: #8cba45;
    border-color: #8cba45!important;
    border-radius: 0px;
    letter-spacing: 1px;
}


/* =Responsive Styles
------------------------------------------------------- */
@media (max-width: 980px) {

}


@media (max-width: 767px) {

}

/* --- Tablet Styles -- */
@media (max-width: 980px) and (min-width: 577px) {

}


@media (max-width: 576px) {

}

@media (max-device-width: 480px) {

}




.inline-btn-final {
    display: inline-block !important;
    padding: 10px 20px !important; 
    /*background-color: #18bafb !important;*/
	background-color:#fff !important;
    color: #000 !important; 
    text-decoration: none !important;
    border-radius: 4px !important;
    margin-bottom:8px !important;
	
    /* THE FIX: Force 1px and neutralize Divi bloat */
    border: 1px solid #123eff !important;
    border-width: 1px !important;
    box-shadow: none !important;
    
    /* Center text and prevent height jumps */
    line-height: 1.4em !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    transition: none !important; /* This stops the border from 'growing' on load */
}

/* This kills the sliding icon space that makes the border look uneven */
.inline-btn-final:after {
    display: none !important;
    content: "" !important;
}

.inline-btn-final:hover {
    background-color: #123eff !important;
}

/* Force WPForms to be responsive and wrap */
.wpforms-container, 
.wpforms-form, 
.wpforms-field-container {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* Ensure individual fields don't float off-screen */
.wpforms-field {
    width: 100% !important;
    clear: both !important;
}

.colflex{
	/*display: flex;
	flex-direction: column-reverse;*/
}

.inline-btn-final-b {
    display: inline-block !important;
    padding: 10px 20px !important; 
    /*background-color: #18bafb !important;*/
	background-color:#000 !important;
    color: #fff !important; 
    text-decoration: none !important;
    border-radius: 4px !important;
    margin-bottom:8px !important;
	
    /* THE FIX: Force 1px and neutralize Divi bloat */
    border: 1px solid #000 !important;
    border-width: 1px !important;
    box-shadow: none !important;
    
    /* Center text and prevent height jumps */
    line-height: 1.4em !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    transition: none !important; /* This stops the border from 'growing' on load */
}

/* This kills the sliding icon space that makes the border look uneven */
.inline-btn-final-b:after {
    display: none !important;
    content: "" !important;
}

.inline-btn-final-b:hover {
    background-color: #000000 !important;
	border:1px solid #dedddb !important;
	color:#fff !important;
}

/* force desktop menu on smaller laptops */
@media only screen and (min-width: 981px) {
    /* Ensures desktop headers stay visible */
    #et-top-navigation, .et_pb_menu__menu {
        display: block !important;
    }
    #et_mobile_nav_menu {
        display: none !important;
    }
}
/* end force desktop menu on smaller laptops */