/*
Theme Name: Pao
Theme URI: http://wp.themedemo.co/pao/
Author: TrueThemes
Author URI: https://themeforest.net/user/truethemes
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready WordPress theme with grid system layout. It is optimized for mobile touch and swipe.
Version: 1.0.5
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pao
*/

/* Enter Your Custom CSS Here */
.hero .contacts-info-wrap.style2 .form .wpcf7-form-control-wrap:first-of-type,
.hero .contacts-info-wrap.style2 .form .wpcf7-form-control-wrap:nth-of-type(2) {
    width: 100%;
}

.hero .contacts-info-wrap .title {
    opacity: 1; 
   
    }

.hero .contacts-info-wrap .form input:not([type="submit"]),
.hero .contacts-info-wrap .form textarea,
.hero .contacts-info-wrap .form select {
    width: 100%;
    border: 1px solid #ffffff;
    padding: 10px 23px;
    font-size: 16px;
    font-weight: normal;
    color: #888;
    background: #ffffff;
    line-height: 1.6;
    margin-bottom: 15px;
    margin-top:10px;
    min-height:10px;
    border-radius:12px;
}

.hero .contacts-info-wrap .form select,
.hero .contacts-info-wrap .form input[type=date] {
    /*padding: 17px 23px;*/
    -webkit-appearance: initial;
}

.hero .contacts-info-wrap.style2 .form input[type="radio"] {
    width: auto;
    min-height: 0;
    margin-right: 5px;
    margin-bottom: 0;
}

.hero span.wpcf7-list-item {
    margin-left: 0;
    display: block;
    clear: both;
}

.hero .contacts-info-wrap.style2 .form .wpcf7-radio {
    display: block;
}

.hero .contacts-info-wrap.style2 .input_protected_wrapper {
    text-align: center;
}

.hero .contacts-info-wrap.style2 .input_protected_wrapper input[type='submit'] {
    background: #ff5532;
    border-color: #ff5532;
    border-radius:6px;
}

#wpcf7-f556-p98-o1 .contacts-info-wrap.style2 .form {
    background: #0272e2;
    padding: 50px;
    border-radius:15px;
    color:#fff;
}

#wpcf7-f556-p98-o1 .wpcf7-form {
    z-index: 1000;
}

.home .top-banner .content {
    display: none;
}

.hero .services .custom-icon,
.hero .services .custom-icon-hover {
    max-height: 140px;
}

.right-menu #topmenu > ul > li.current-menu-item > a,
.right-menu #topmenu a:hover {
   color: #ff5532 !important;
}

.booking-form {
    background-repeat: no-repeat;
}

.hero .contacts-info-wrap.style2 .form .wpcf7-form-control-wrap:nth-of-type(2) {
    display: inline-block;
}

@media only screen and (max-width: 1024px) {
    .contacts-info-wrap.style2 .form .wpcf7-form-control-wrap:nth-of-type(2) {
        display: inline-block;
    }

    #wpcf7-f556-p98-o1 .contacts-info-wrap.style2 .form {
        background: #0272e2;
        padding: 20px;
        border-radius:15px;
    }
}

.hero .select2-container--default .select2-selection--single .select2-selection__rendered,
.hero .select2-container--default .select2-selection--single .select2-selection__arrow {
    margin: 12px;
}

.hero .select2-container--default .select2-selection--single {
    height: auto;
}

