/*!
Theme Name: Appilo
Theme URI: https://themeforest.net/item/appilo-app-landing-wordpress-theme/22358661
Author: ThemeXriver
Author URI: http://themexriver.com
Description: Appilo One Page App Landing WordPress Theme
Version: 5.5.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: appilo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


.promote-site{
    display: flex;
    justify-content: center;
    padding-bottom: 12px;
	background-color: #E9E9E9;
}

.promote-site a{
    display: flex;
    justify-content: center;
    align-items: center;
}

.promote-site img{
    width: 130px;
    margin-left: 15px;
}

.header-top{
    display: flex;
    justify-content: space-between;
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid black;
}

.header-container{
    max-width: 1200px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.city-name{
    cursor: pointer;
}

.top-menu{
    display: flex;
}

#menu-top-small-menu{
    display: flex;
    margin-bottom: 0;
}

#menu-top-small-menu li{
    margin-left: 14px;
}

.top-menu a:first-child{
    margin-left: 0;
}

.header-bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 25px;
}

.search-common-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.common-info{
    display: flex;
}

.common-info-item{
    display: flex;
    align-items: center;
}

.common-info-item svg{
    margin-bottom: 9px;
}

.common-info-item p{
    margin-bottom: 0;
}

.main-menu-dropdown nav{
    display: flex;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    width: 100%;
    justify-content: space-between;
}

.header-icons{
    width: 25px;
    height: 25px;
}

.b-w-icon-header{
    margin-right: 8px;
}

.common-info-item-center{
    margin-left: 25px;
    margin-right: 25px;
}

.icon-header-link{
    padding-top: 10px;
    margin-right: 20px;
}

header .menu-main-menu li:first-child{
    cursor: pointer;
    position: relative;
}

header #menu-main-menu{
    padding-left: 0;
    padding-top: 10px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
}

header #menu-main-menu ul{
    padding-left: 0;
}

header .menu-header-main-item{
    padding-left: 50px;
}

header .menu-item-child{
    position: absolute;
    padding-left: 0;
    z-index: 55555;
    box-shadow: 0 5px 10px 0 rgba(83,82,82,.1);
    width: max-content;
}

header .menu-item-child li a{
    padding: 15px 22px;
}


@media screen and (min-width: 600px) {
    header .sub-menu li:hover {
        background-color: #e38929;
        color: #fff !important;
    }

    header .menu-item-has-children:hover .sub-menu {
        display: block;
        z-index: 99999999;
        background: white;
    }

    header .sub-menu li {
        transition: all .3s;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e5e5e5;
    }

    header .sub-menu {
        display: none;
        position: absolute;
        margin-top: 10px;
        padding-left: 0;
        margin-left: -70px;
        z-index: 99999;
        box-shadow: 0 5px 10px 0 rgba(83, 82, 82, .1);
        width: max-content;
    }
}

header .menu-main-menu .li:last-child{
    padding-right: 50px;
}

/*.search input{*/
/*    background-color: #737373;*/
/*    color: #fff;*/
/*    width: 73%;*/
/*}*/

.quick-buy a{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: #FFC179;
    border-radius: 10px;
    color: #000!important;
    transition: all .3s;
}

.quick-buy a:hover{
    background-color: #e38929;
}

.right-column-header-bottom{
    width: 15%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.my-dicktors{
    display: flex;
    align-items: center;
}

.my-dicktors svg{
    margin-right: 10px;
}


.search-form label{
    width: 100%;
}

.search-field{
    width: 100%;
}

.menu-item-top-level{
    padding-top: 10px;
    padding-bottom: 10px;
}


.menu-item-has-children{
    padding-bottom: 10px;
}

.menu-item-child{
    margin-top: 10px;
}

.modal-city-body{
    display: flex;
    justify-content:space-around;
}

.cities-wrapper{
    display: flex;
    flex-direction: column;
}

.mobile-header{
    display: none;
}

.header-scroll-menu{
    display: none;
}

@media screen and (max-width: 920px){
    .common-info{
        font-size: 12px;
    }

    .quick-buy{
        font-size: 12px;
    }

    .my-dicktors{
        font-size: 12px;
    }
}

@media screen and (max-width: 768px){
    .logo{
        display: none;
    }

    .header-bottom{
        flex-direction: column;
    }

    .header-top{
        flex-direction: column-reverse;
    }
    
    .header-top-left{
        text-align: center;
        margin-top: 10px;
    }

    .top-menu{
        justify-content: center;
    }

    .common-info{
        width: 100%;
        justify-content: space-between;
    }

    .search{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .right-column-header-bottom{
        width: 100%;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-around;
    }

    .quick-buy a{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 868px){
    .sub-menu{
        margin-left: 0px;
    }
}

@media screen and (max-width: 600px){
    .header-top, .header-bottom, .main-menu-dropdown{
        display: none;
    }

    .header-container{
        padding-left: 0;
        padding-right: 0;
    }
    
    .mobile-header{
        display: flex;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #FFC179;
        padding-left: 15px;
        padding-right: 15px;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-logo{
        font-size: 20px;
    }

    .burger{
        width: 10%;
        cursor: pointer;
    }

    .burger-line{
        width: 30px;
        height: 3px;
        margin-bottom: 4px;
        background-color: #000;
        transition: all .3s;
    }

    .burger-active .burger-line:nth-child(2){
        z-index: 0;
        opacity: 0;
    }

    .burger-active .burger-line:first-child{
        transform: rotate(45deg);
        position: relative;
        top: 10px;
    }

    .burger-active .burger-line:last-child{
        transform: rotate(-45deg);
        position: relative;
        bottom: 3px;
    }

    .header-scroll-menu{
        width: 100%;
        min-height: 100%;
        height: max-content;
        display: block;
        padding: 30px 20px;
        top: 0;
        background-color: #CECFD7;
        position: absolute;
        z-index: 5;
        left: -100%;
        transition: all .3s;
    }

    .active-scroll-menu{
        left: 0;
    }

    .main-menu-mobile-header-wrapper{
        border-bottom: solid 1px #000;
        margin-bottom: 10px;
    }

    .main-menu-mobile-header ul{
        padding-left: 0;
    }

    .main-menu-mobile-header .sub-menu{
        opacity: 0;
        z-index: -1;
        position: relative;
        transition: all .3s;
    }

    .main-menu-mobile-header .menu-item-has-children{
        max-height: 34px;
        position: relative;
        cursor: pointer;
        transition: all .3s;
    }

    .active-submenu{
        opacity: 1!important;
        z-index: 5!important;
    }

    .children-active{
        max-height: 100% !important;
    }

    .main-menu-mobile-header .menu-item-has-children:after{
        content: '+';
        font-size: 30px;
        position: absolute;
        right: 0;
        top: 0;
        font-family: "Times New Roman";
        margin-top: -10px;
        color: #000;
    }

    .main-menu-mobile-header li{
        font-size: 20px;
    }

    .main-menu-mobile-header .sub-menu{
        padding-left: 1rem!important;
    }

    .main-menu-mobile-header .sub-menu li{
        font-size: 17px;
    }

    .children-active:after{
        content: '–' !important;
    }

    .close-burger-menu{
        display: flex;
        justify-content: flex-end;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .close-burger-menu svg{
        width: 30px;
        height: 30px;
    }

    .sub-menu-mobile-header{
        font-weight: 400;
        margin-bottom: 30px;
    }
    
    .contacts-heading-mobile{
        font-weight: 400;
        text-align: center;
        margin-bottom: 10px;
        font-family: Roboto;
    }

    .phone-mobile{
        font-size: 30px;
        text-align: center;
        font-family: Roboto;
        font-weight: 300;
    }

    .graphic-mobile{
        text-align: center;
        font-size: 17px;
        font-family: Roboto;
        font-weight: 400;
        margin-top: 10px;
    }

    .quick-buy-mobile{
        margin-top: 20px!important;
        width: 60%;
        font-size: 17px;
        font-family: Roboto;
        font-weight: 400;
        margin: 0 auto;
    }

    #menu-top-small-menu-1{
        padding-left: 0;
    }
}

@media screen and (max-width: 330px){
    .quick-buy-mobile{
        width: 100%;
    }
}

body .text-capitalize{
	text-transform: inherit !important;
}

/* NEW FOOTER */

.wrapper__inner-footer{
    display: flex;
    justify-content: space-between;
}

.col__main-footer{
    max-width: 19%;
}

.bottom__main-footer{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.copyright{
/*     align-self: end; */
}

.main-footer .menu{
    display: flex;
    justify-content: space-between;
}

.main-footer{
    background: transparent url(./img/footer-bg.png) center top no-repeat!important;
    padding-top: 30px;
    border-top: none;
    padding-top: 100px;
}

.logo-wrapper{
    margin-bottom: 20px;
}

.logo-wrapper p{
    font-size: 14px;
}

.main-footer .sub-menu{
    padding-left: 0!important;
}

.main-footer .main-menu-header-bottom{
    width: 57%;
}

.main-footer #menu-footer-menu{
    padding-left: 0!important;
}

.main-footer .menu-item-has-children a{
    font-size: 20px;
    margin-bottom: 30px!important;
}

.main-footer .sub-menu a{
    font-size: 16px!important;
    width: max-content!important;
}

.contacts-data-footer-heading{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.header-icons{
    margin-bottom: 0!important;
}

.main-footer .menu-item-type-custom.menu-item-object-custom:first-child{
    margin-top: 20px;
}

.main-footer .menu-item-type-custom.menu-item-object-custom.menu-item-has-children{
    margin-top: 0!important;
}

.main-footer .icon-header-link{
    margin-right: 5px!important;
}

.bottom__main-footer{
    border-top: 1px solid black;
    padding-top: 10px;
    height: 63px;
    padding-bottom: 10px;
}

.menu__bottom__main-footer{
    display: flex;
    width: 50%;
    justify-content: space-between;
}

.footer-mobile{
    display: none;
}

@media screen and (max-width: 768px) {
    .main-footer{
        display: none;
    }
    
    .footer-mobile{
        display: block;
        background-color: #FFC179;
    }

    .footer-mobile-heading{
        padding-top: 10px;
        text-align: center;
        font-size: 27px;
        font-weight: 300;
        padding-bottom: 15px;
        border-bottom: 1px solid black;
        margin-bottom: 15px;
    }
    
    .footer-mobile .sub-menu{
        display: none;
    }

    .footer-mobile #menu-footer-menu-1{
        padding-left: 0!important;
    }

    .footer-mobile-inf-cl{
        text-align: center;
        font-size: 27px;
        font-weight: 300;
        padding-bottom: 15px;
        border-bottom: 1px solid black;
        border-top: 1px solid black;
        margin-bottom: 15px;
        padding-top: 10px;
    }

    .mobile-footer-menu-item{
        margin-bottom: 15px;
    }

    .mobile-footer-copyright{
        border-top: 1px solid black;
        padding-top: 25px;
    }

    .mobile-footer-copyright-policy-wrapper{
        display: flex;
        flex-direction: column;
        align-self: end;
        margin-bottom: 17px;
    }

    .mobile-footer-copyright{
        display: flex;
        flex-direction: column;
    }
}
.pum-title.popmake-title{
  font-weight: 600;
}
.wpcf7-form input[type="submit"]{
  padding: 20px 40px;
  border-radius: 10px;
  background: #faad00;
}
.wpcf7-form label{
  font-weight: 600;
}
.wpcf7-form span input[type="text"],
.wpcf7-form span input[type="tel"],
.wpcf7-form span input[type="email"]{
  border: 1px solid #000000;
  padding: 10px 20px;
  border-radius: 10px;
  margin-top: 10px;
  width: 100%;
}