/*
 Theme Name:     Emmet Lite Child
 Description:    Emmet Lite Child Theme - use to customize theme without loosing any changes after update
 Author:         Zebra Studio
 Author URI:     https://zebrastudio.info
 Template:       emmet-lite
 Version:        1.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../emmet-lite/style.css');


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

.g-recaptcha {
	text-align: center;
	text-align: -webkit-center;
}

body.custom-background {
	background-size: cover !important;
}

.top-header .top-menu {
    margin-top: 2px;
}

.top-header .contact-info b {
	margin-left: 5px;
	color: #3a9ad9;
	font-weight: 600;
	font-size: 17px;
}

.top-header .contact-info .address-wrapper b {
	color: #cc0033;
}

.site-header {
    background: transparent;
    background: rgba(255,255,255,0.9);
}

.header-logo {
	margin: 25px 7px 21px 0;
}

/* .navbar {
	padding: 30px 0;
} */

#main-menu a:hover {
	color: #3a9ad9;
}

.widget li {
	margin: 0 0 13px;
}

.widget.theme_widget_about .header-logo {
	margin: 7px 7px 0 0;
}

.transparent-section {
	background: rgba(34,38,43,0.75);
}

.big-section {
    background: rgba(34,38,43,0.5);
}

.big-section .section-content {
    /* padding: 102px 0 150px; */
    padding: 70px 0 100px;
}

.big-section .order-form {
    float: right;
    width: 260px;
    /* padding: 102px 0 150px; */
    padding: 70px 0 100px;
}

.big-section .form-field {
    margin-bottom: 18px;
}

.big-section .select-wrapper, .big-section input[type="tel"], .big-section input[type="text"] {
    opacity: 0.7;
}

@media (min-width: 1200px) {
    .big-section .section-content {
        width: 75%;
    }
}

@media (max-width: 1200px) {
	.big-section .order-form {
		display: none;
	}
}

.big-section .section-title {
    text-transform: none;
}

.transparent-section blockquote {
	font-size: 16px !important;
	line-height: 1.5 !important;
	padding: 25px 20px 25px 80px;
}

.transparent-section blockquote:before {
    top: 21px;
}

.header-image .page-title {
	text-transform: none;
}

.motopress-row {
    margin-bottom: 20px;
}

.motopress-clmn label {
    width: 100%;
}

.motopress-clmn textarea.wpcf7-textarea, .motopress-clmn input.wpcf7-text, .motopress-clmn input.wpcf7-tel, .motopress-clmn input.wpcf7-mask, .motopress-clmn .select-wrapper, .motopress-clmn .select-wrapper .wpcf7-select {
    width: 100%;
}

input.theme-contuct-submit {
    margin-left: 20px;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.error404 .site-main .page-title {
    font-size: 48px;
    margin-bottom: 24px; 
}

.site-main .accent-section .white-button {
    /* background: #3fac3b; */
    background: #f30021;
}

.emmet .motopress-cta-obj .motopress-button-wrap .mp-theme-button-white {
    background: #f30021;
}

#callback_form_pop {
    max-width: 450px;
    padding: 10px;
}



.advantages-top {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20.833333%;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 16px;
}

.advantages-top-item {
    float: left;
    width: 25%;
}

@media (max-width: 1200px) {
	.top-header .advantages-top-item-4 {
		display: none;
	}
    .advantages-top-item {
        float: left;
        width: 30%;
    }
}

@media (max-width: 992px) {
	.top-header .advantages-top-item {
		display: none;
	}
    .phone {
        width: 100%;
        text-align: center;
    }
}

.advantages-top-icon {
    display: inline-block;
    vertical-align: top;
    margin-right: 6.818181%;
    margin-top: 2px;
}

.advantages-top-detail {
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    width: 75%;
}

.advantages-top-title {
    margin-bottom: 6px;
    text-transform: uppercase;
    font-family: Tahoma;
    font-weight: 700;
    font-size: 12px;
}

.advantages-top-descr {
    display: block;
    margin-top: 8px;
}

.phone {
    float: right;
    width: 230px;
    text-align: right;
}

.phone span {
    display: block;
    margin-top: 7px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #fff;
}

.phone span a {
    color: #fff;
}

@media (max-width: 900px) {
    .phone {
        width: 100%;
        text-align: center;
    }
}



.main-header {
    background: transparent;
}

.top-header {
    background: transparent;
    background: rgba(34,38,43,0.75);
}

.nowrap {
    white-space: nowrap;
}

.grecaptcha-badge {
    display: none;
}

@media (max-width: 900px) {
    .site-title {
        font-size: 32px;
    }
    .site-tagline {
        font-size: 12.5px;
    }
}


@media (min-width: 0px) and (max-width: 500px) {
    .mainWrapperChatsBottom {
        display: block !important;
    }
    #rc-phone-back {
        box-sizing: unset !important;
    }
}

.mainWrapperChatsBottom {
    z-index: 9999;
    display: none;
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
}

.leftChatWrapperBottom {
    float: left;
    width: 50%;
    background: linear-gradient(#BF3832,#A61F19);
    height: 100%;
}

.rightChatWrapperBottom {
    float: left;
    width: 50%;
    background: linear-gradient(#6AE281,#45BD5C);
    height: 100%;
}

.textChatBottom {
    position: relative;
    text-align: center;
    color: white;
    font-size: 14px;
    line-height: 50px;
}