/*

Theme Name: Anahata Child

Theme URI: http://anahata.mikado-themes.com/

Description: A child theme of Anahata Theme

Author: Mikado Themes

Author URI: http://themeforest.net/user/mikado-themes

Version: 1.0.0

Template: anahata

*/

@import url("../anahata/style.css");

a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, p a {
    color: #f58e77;
}

#mkd-back-to-top {
    background-color: #f58e77 !important;
}

.mkd-fullscreen-search-opened .mkd-form-holder .mkd-search-field {
    width: calc(100% - 60px);
    padding-bottom: 7px;
}
.mkd-title {
    /*https://wutao.web-staging.com.au/wp-content/uploads/2018/05/1-7.jpg*/
}
/*Top Nav*/


body.search.search-no-results .mkd-content,
body.search.search-results .mkd-content {
    margin-top: -82px;
}
body.search.search-no-results .mkd-content .mkd-title-subtitle-holder-inner,
body.search.search-results .mkd-content .mkd-title-subtitle-holder-inner {
    text-align: center;
}


body .mkd-main-menu ul li .item_outer i.mkd_menu_arrow.arrow_carrot-down {

    display: none;

}

body .mkd-drop-down .second .inner ul li a {

    color: #797979 !important;

    padding: 3px 9px;

    font-weight: 600;

}

body .mkd-drop-down .narrow .second .inner ul li {

    width: 290px;

}





body.home .mkd-main-menu>ul>li>a {

    font-weight: 600;

    text-transform: capitalize;

    letter-spacing: 0px;

    color: #ff8b74!important;

    font-size: 16px;

}

body .mkd-main-menu>ul>li>a {

    color: #ffffff !important;

    font-weight: 400;

    text-transform: capitalize;

    letter-spacing: 0px;

    font-size: 16px;

}



body .mkd-main-menu>ul>li>a span.item_inner {

    padding: 0 10px !important;

}

body a.mkd-side-menu-button-opener.normal.mkd-side-menu-button-opener-default {

    display: none;

}

body.home .icon_search:before {

    color: #f07961 !important;

    font-size: 14px;

}


body .icon_search:before {

    color: #ffffff !important;

    font-size: 14px;

}

body .mkd-vertical-align-containers {

    padding: 0 0px;

}

.mkd-header-standard .mkd-menu-area {

    background-color: transparent;

}

.mkd-main-menu>ul>li>a span.menu_line {

    background-color: #00b3dc;

}



/*Home*/



body .home-section-two p {

    color: #ffffff;

    font-size: 35px;

    line-height: 45px;

    font-weight: 600;

    padding-bottom: 7%;

}

body .home-section-three a.mkd-btn.mkd-btn-medium.mkd-btn-solid.mkd-btn-hover-darken {

    background-color: #f58e77 !important;

    border-color: #f58e77 !important;

    font-size: 16px;

    font-weight: 400;

}

body .home-section-products a.mkd-btn.mkd-btn-medium.mkd-btn-solid.mkd-btn-hover-darken {
    /*note: not sure if changed color is correct. Leave previous one with comment.*/
    background-color: #00b3dc;
    border-color: #00b3dc;
    /*background: #f58e77!important;*/
    /*border-color: #f58e77!important;*/

    color: #ffffff;

    font-size: 16px;

    font-weight: 400;
    text-transform: uppercase;

}

body .home-inspiration p {

    color: #565656;

    font-size: 35px;

    line-height: 45px;

    font-weight: 600;

    padding-bottom: 7%;

    text-transform: uppercase;

}


body .home-section-three h2,

body .home-section-three p,

body .home-section-three li {

    color: #ffffff;

}

h1, h2, h3, h4, h5, h6 {

    color: #565656;

    letter-spacing: 0px;

}



/*body .top-testi .owl-controls {

    display: none;

}

body .top-testi {

    margin: 0px 100px;

}

body .top-testi p.mkd-testimonial-text {

    color: #565656 !important;

    font-size: 24px !important;

}*/



body .strong-view.default .testimonial {

    border: none;

}

body .home-testi-second .testimonial-content {

    font-size: 24px;

    text-align: center;

    line-height: 30px;

}

body .strong-view.controls-style-buttons .wpmslider-next,

body .strong-view.controls-style-buttons .wpmslider-prev {

    color: #00b3dc;

    font-size: 40px;

}

body .strong-view-id-1 .wpmslider-viewport {
    border: none!important;
}

body .home-section-one h3 {

    font-size: 24px;

    letter-spacing: 0;

    font-weight: 600;

}

.mkd-page-header .mkd-sticky-header .mkd-main-menu>ul>li>a {

    color: #000!important;

}

.mkd-main-menu>ul>li.current-menu-item.mkd-active-item>a .item_text,
.mkd-page-header .mkd-sticky-header .mkd-main-menu>ul>li.current-menu-item.mkd-active-item>a .item_text,
.mkd-page-header .mkd-sticky-header .mkd-main-menu>ul>li.current-menu-parent.mkd-active-item>a .item_text,
.mkd-mobile-header .mkd-mobile-nav .current_page_item a {

    color: #ff6745!important;
}
::selection {
    background: none;
    color: initial;
}

select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url('/wp-content/themes/anahata-child/img/down.png');
    background-color: #fff;
    padding: .5em;
    padding-right: 1.5em;
    border-radius: 0;
    border: 1px solid #ebebeb;
}

form#gform_1  select#input_1_33 {
    border-radius: 0;
    padding: 4px 17px 4px 7px;
}


/*body.home .mkd-main-menu>ul>li.current-menu-item.mkd-active-item>a .item_text*/
/*{*/
    /*color: #ff4800!important;*/
/*}*/


/* .home-bg-image {

    min-height: 550px !important;

} */





.home-bg-image1 {

    min-height: 400px !important;

}

body .mkd-fullscreen-search-holder .mkd-search-submit {
    float: right!important;
    width:38px;
}
.mkd-fullscreen-search-holder .mkd-field-holder {
    padding-bottom: 0;
}
/*Footer*/



footer .mkd-footer-top-holder .widget {

    display: inline;

}

footer{
    background: #eaf9fe;

    color: #3e3e3e;

}

footer .mkd-footer-top-holder {

    background-color: #eaf9fe;
    margin: 0 auto;
    max-width: 1300px;
}

footer .mkd-footer-top-holder .widget .mkd-footer-widget-title {

    color: #3e3e3e;

    letter-spacing: 0;

}

footer a {

    color: #3e3e3e;

}

footer a:hover {

    color: #f58e77;

}

footer .fa {

    color: #797979!important;

    font-size: 25px !important;

    padding-right: 10px;

}

footer .mkd-footer-bottom-holder {

    background-color: #e9f7fb;

    color: #3e3e3e;

    border-top: 1px solid #f0c3bb;

}

.footer-copy {

    float: left;

}



.foot-logo {

    position: relative;

    float: left;

}

footer .mkd-footer-bottom-holder .widget.widget_nav_menu {
    padding-top: 35px;
    padding-bottom: 35px;
}


footer .mkd-footer-bottom-holder .widget.widget_nav_menu ul li a {

    text-transform: capitalize;

    letter-spacing: 0px;

    font-size: 16px;

    color: #3e3e3e;

}

footer .mkd-footer-bottom-holder .widget.widget_nav_menu ul li {

    padding: 0 10px!important;

    /*margin-top: 5%;*/

}

footer div.wpcf7-response-output {
    margin: 0 !important;
}
footer .mkd-grid-row-no-gutter.mkd-footer-newsletter {
    margin-bottom:10px;
    height: 56px;
}

#custom_html-2.mkd-footer-column-3.widget_custom_html {
    margin-top: 40px;
    display: block;
}
.wpcf7-response-output.wpcf7-validation-errors {
    display: none!important;
}
/*.wpcf7-display-none {*/
    /*display: block!important;*/
/*}*/


footer .mkd-grid-row-no-gutter.mkd-footer-newsletter .wpcf7-form-control.wpcf7-text {

    background-color: #f58e77 !important;

    border: 1px solid #f58e77;

    margin-bottom: 10px;
    height: 54px;
}

footer .mkd-grid-row-no-gutter.mkd-footer-newsletter input.wpcf7-form-control.wpcf7-submit {

    background-color: #f58e77 !important;

    border-left: 1px solid #fff;

    padding: 25px;
    right: 0!important;
}

footer .widget.mkd-contact-form-7-widget form {
    max-width: 500px !important;
}
footer .mkd-footer-bottom-holder .widget.widget_nav_menu ul li a:hover,
footer .mkd-footer-bottom-holder .widget.widget_nav_menu ul li.current_page_item a {
    color: #f58e77;
}
/*::selection,*/
body .mkd-btn.mkd-btn-hover-darken:not(.mkd-btn-custom-border-hover):hover {
    background: #f58e77!important;
    border-color: #f58e77!important;
}
footer .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    margin: 0;
}

div#text-2 {
    margin-bottom: 30px;
}

body input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email::-webkit-input-placeholder { /* Chrome/Opera/Safari */

    color: #fff !important;

}

body input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email::-webkit-input-placeholder { /* Firefox 19+ */

    color: #fff !important;

}

body input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email::-webkit-input-placeholder{ /* IE 10+ */

    color: #fff !important;

}

body input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email::-webkit-input-placeholder{ /* Firefox 18- */

    color: #fff !important;

}

body .footer-abn {

    padding-top: 5% !important;

}

body .footer-signup strong {

    font-size: 18px;

    line-height: 40px;

}

.mkd-footer-newsletter .mkd-grid-col-3 {

    float: none !important;
    height: 54px;
}



/*About*/



body .mkd-title .mkd-title-holder h1 {

    font-size: 60px;

}

body .about-section-two p {

    font-size: 18px;

    color: #fff;

}

body .about-ul li {

    font-size: 16px;
    line-height: 30px;
    color: #262626;
    margin-left: 4px;
}

/*body .about-ul li:before {*/

    /*content: '-';*/

    /*margin-right: 10px;*/

/*}*/

body .about-text p {

    font-size: 18px;

    line-height: 30px;

}

/* Registration */

.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {

    color: #000;

}

html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .clear-multi, html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description, html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {

    color: #000;

}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 1px solid #ebebeb;
}

.gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {

    color: #000;

}

input#gform_submit_button_1 {

    padding: 10px 30px;

    background: #f58e77;

    border: none;

    color: #fff;

}

/*contact*/

body .gform_wrapper .left_label input.datepicker.medium {
    width: 49%;
}


body .contact-section h3 {

    font-size: 24px;

    color: #565656;

    font-weight: 600;
    margin-bottom: 20px!important;
}

body .contact-section p,

body .contact-section a {

    font-size: 14px;

    color: #262626;

}

body span.contact-email a {

    color: #00b3dc;

}

body .contact-section h5 {

    font-size: 18px;

    color: #787878;

}



input.wpcf7-form-control.wpcf7-submit.mkd-contact2 {

    background: #f58e77;

    color: #fff;

    font-size: 14px;

}

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-text,

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-number,

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-date,

.cf7_custom_style_1 textarea.wpcf7-form-control.wpcf7-textarea,

.cf7_custom_style_1 select.wpcf7-form-control.wpcf7-select,

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-quiz {

    padding-top: 8px;

    padding-bottom: 8px;



}

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit {

    height: 40px !important;

    border: 1px solid #c0b6b6;

}



input.wpcf7-form-control.wpcf7-submit.mkd-contact2 {

    min-height: 40px !important;

}

body .map-section .wpb_wrapper {

    margin-bottom: -7px;

}

/*News*/



body .mkd-post-info,

body .mkd-category-share-holder.clearfix {

    display: none;

}

body .mkd-blog-holder.mkd-blog-type-standard article {

    margin-bottom: 30px;

    border-bottom: solid 1px #a1a1a1;

}

body .mkd-blog-holder article .mkd-post-excerpt {

    margin-bottom: 40px;

}

body .mkd-blog-holder article .mkd-post-title {

    padding-top: 25px;

    font-size: 34px;

}
body.search .mkd-blog-holder article .mkd-post-title {
    font-size: 24px;
    margin-bottom: 0px;
}

.blog .mkd-page-content-holder.mkd-grid-col-12 {

    margin-top: 50px;

}



/*Experiences*/



body .experience-heading p {

    font-size: 24px;

    line-height: 90px;

    text-align: center;

    margin-bottom: 20px !important;

    text-transform: uppercase;

}

body .mkd-container-inner.clearfix {

    padding: 0px !important;

}

body .experience-section-one a {

    font-size: 18px;

    color: #fff;

    text-decoration: underline;

    font-weight: 600;

}

body h2 {

    letter-spacing: 0px;

}

body .experience-section-two a {

    font-size: 18px;

    color: #262626;

    text-decoration: underline;

    font-weight: 600;

}

.mkd-content .mkd-content-inner>.mkd-container>.mkd-container-inner,

.mkd-content .mkd-content-inner>.mkd-full-width>.mkd-full-width-inner {

    padding: 20px 0;

}

body .exp-para p {

    font-size: 18px;

}

body .experience-section-two p {

    font-size: 18px;

}





/*Shiatsu*/



body .shiatsu-heading h1 {

    text-align: center;

    margin-bottom: 3%;

}

body .shiatsu-heading p {

    text-align: center;

    margin-bottom: 3% !important;

}

body .aims-section h2,

body .aims-section li {

    color: #fff;

}

body .shiatsu-heading h2 {

    font-size: 23px;

}

body .list-one li {

    color: #262626;

}

body .shiatsu-para p {

    font-size: 18px;

    line-height: 30px;

    color: #262626;

}



/*Booking*/

.booking-options .vc_column-inner {
    width: initial;
    margin-bottom: 20px;
}

/*.bookings-grid .wpb_column.vc_column_container.vc_col-sm-4.vc_col-has-fill {*/

    /*margin-right: 20px;*/

/*}*/

/*.bookings-grid .vc_col-sm-4 {*/

    /*width: 31.333333%;*/

/*}*/

body .bookings-grid h4 {

    font-weight: 600;

    /*min-height: 80px;*/

    text-transform: uppercase;

}

body .wpb_text_column.wpb_content_element.booking-des {

    /*min-height: 200px;*/
    margin-bottom: 35px !important;
}

body a.register-btn {

    color: #fff;

    background-color: #f58e77;

    padding: 7px 30px;

    font-size: 16px;

    font-weight: 600;

}

#booking-btn input.btn.btn-primary,

#booking-btn input.wpcf7-form-control.wpcf7-submit.mkd-contact2 {

    font-size: 16px;

    font-weight: 600;

    color: #262626;

    text-transform: uppercase;

    padding: 15px 25px;

    background: transparent;

    border: 1px solid #c2c2c2;

    font-family: 'Raleway', sans-serif;

    letter-spacing: 0;

    min-width: 110px;

    min-height: 57px;

}

span.wpcf7-list-item {

    display: block;

}

.wpcf7-form-control.wpcf7-date,

.wpcf7-form-control.wpcf7-number,

.wpcf7-form-control.wpcf7-quiz,

.wpcf7-form-control.wpcf7-select,

.wpcf7-form-control.wpcf7-text,

.wpcf7-form-control.wpcf7-textarea {

    padding: 8px 25px;

    background-color: #fafafa !important;

}

.registration-from label {

    color: #565656;

    line-height: 35px;

}

body .wu-service li {

    color: #565656;

}

body .form-heading h2 {
    text-align: center;
    border: 2px solid #f07961;
    padding: 5px 0px;
    color: #565656;
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    text-transform: uppercase;
}



/*Wutao*/



body .wu-tao-para {

    text-align: center;

}

body .wu-tao-para p {

    font-size: 18px;

    line-height: 30px;

}

body .wu-tao-para h2,

body .wu-tao-para p {

    color: #fff;

}

body .section-circle h2,

body .section-circle p {

    text-align: center;

}

body .wutao-bottom-section .section-circle.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill {

    /*width: 47%;*/
    /*border: 1px solid #00b3dc;*/
    /*margin-right: 20px;*/
    padding: 0 10px;
}

body .wutao-interaction h2 {

    color: #fff;

    text-transform: inherit;

    font-weight: 400;

    font-style: italic;

    /*padding-top: 46%;*/

}

body .wutao-yellow h2 {

    /*padding-bottom: 46%;*/

}

body .wutao-yellow h2 {

    color: #fff;

    text-transform: inherit;

    font-weight: 400;

    margin-top: 3%;

    font-style: italic;

}

body .wutao-list li {

    font-size: 18px;

    line-height: 30px;

}

.cls-strong {
    color: #565656;
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    padding-bottom: 7%;
    text-transform: uppercase;
}



/* customer review */

body .review-page p {

    font-size: 18px;

}

body span.testimonial-author {

    font-style: italic;

    font-size: 16px;

}

body span.testimonial-author:before {

    content: '-';

    padding-right: 5px;

}
/*.mkd-footer-top-three-cols {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: end;
    align-items: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: end;
    align-self: flex-end;
    vertical-align: middle;
    -ms-flex-align: end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}*/
.mkd-footer-top-three-cols {
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: flex-start;
    align-self: flex-start;
    vertical-align: middle;
    -ms-flex-align: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: flex-start;
    justify-content: flex-end;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.mkd-footer-top-three-cols .mkd-grid-col-4 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
}
.wutao-contactus-form_wrapper ul li label {
    display: none !important;
}
.wutao-contactus-form_wrapper ul li .ginput_container {
    width: 100% !important;
    margin: 0 !important;
}
.wutao-contactus-form_wrapper ul li {
    padding: 0 !important;
    margin: 0 !important;
}
.wutao-contactus-form_wrapper ul li span {
    padding: 0 !important;
}
.wutao-contactus-form_wrapper ul li input:not([type="submit"]),
.wutao-contactus-form_wrapper ul li textarea {
    display: inline-block;
    vertical-align: middle;
    width: 100% !important;
    padding: 8px 22px !important;
    border: 1px solid #ebebeb;
    outline: 0;
    font-family: "Open Sans",sans-serif !important;
    font-size: 16px !important;
    margin-bottom: 12px;
    background-color: #fafafa !important;
}
.wutao-contactus-form_wrapper ul li .ginput_container span.name_first {
    padding-right: 7px !important;
}
.wutao-contactus-form_wrapper ul li .ginput_container span.name_last {
    padding-left: 7px !important;
}
.wutao-contactus-form_wrapper ul li.emailfield {
    width: 50%;
    clear: left !important;
    float: left;
    padding-right: 7px !important;
}
.wutao-contactus-form_wrapper ul li.phonefield {
    width: 50%;
    float: right;
    clear: right !important;
    padding-left: 7px !important;
}
.wutao-contactus-form_wrapper ul li.msgfield {
    padding-top: 11px !important;
}
.wutao-contactus-form_wrapper .gform_footer {
    padding: 0 !important;
    margin: 10px 0 0 !important;
}
.wutao-contactus-form_wrapper .gform_footer input.gform_button {
    /*border: 2px solid #c0b6b6;*/
    /*background: #f58e77 !important;*/
    /*color: #fff;*/
    /*font-size: 14px !important;*/
    min-width: 100%;
    /*font-weight: 700;*/
    /*text-transform: uppercase;*/
    /*font-family: Raleway,sans-serif;*/
    /*letter-spacing: 2px;*/
    /*line-height: normal;*/
    /*padding: 12px 40px 11px;*/
    /*cursor: pointer;*/
    /*margin: 0 !important;*/
}
/* for consistent, omit this part for now*/
/*.wutao-contactus-form_wrapper .gform_footer input.gform_button:hover {*/
    /*background-color: #f7972f!important;*/
    /*border: 2px solid #f7972f!important;*/
/*}*/
.wutao-contactus-form .validation_error {
    display: none;
}
body .gform_wrapper.gform_validation_error .gform_body ul
li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half):not(.emailfield):not(.phonefield) {
    max-width: 100% !important;
    width: 100% !important;
}

.gform_wrapper .top_label .gfield_error.emailfield,
.gform_wrapper .top_label .gfield_error.phonefield {
    width: 50%;
}


body .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0px;
}
.wpapp_payment_button input[type="image"] {
    opacity: 0;
    width: 141px;
    height: 36px;
}
.wpapp_payment_button {
    width: 141px;
    height: 36px;
    background-image: url(/wp-content/uploads/2019/12/purchase-btn.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    float: right;
    margin: 0;
}
.wutao-paypalpurchase .wp_accept_pp_button_form_classic select#amount {
    margin: 0;
    height: 36px;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2019/12/select-dropdown.png);
    background-position: right 14px top 50%;
    background-size: 12px;
    font-size: 14px;
    color: #000000;
    box-shadow: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding-left: 18px;
    border: 2px solid #f58e77;
    width: 70%;
    display: inline-block;
    background-color: #fafafa;
    -webkit-appearance: none;
    -moz-appearance: none;
    float: left;
}
.mkd-footer-top-three-cols .mkd-grid-col-4:nth-of-type(1) {
    /*display: none;*/
    width: 100%;
    flex-basis: 100%;
    clear: both;
    max-width: 100%;
}

#gform_submit_button_1, #gform_submit_button_3,
#gform_submit_button_4, #gform_submit_button_5,
#gform_submit_button_6, #gform_submit_button_7 {
    width: 155px!important;
}

.contact-image figure,
.contact-image figure .vc_single_image-wrapper,
.contact-image figure img {
    width: 100%;
}

/********2020***********/

input.gform_button {
    border: 2px solid #f58e77;
    background: #f58e77!important;
    color: #fff;
    font-size: 14px !important;
    min-width: auto;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Raleway,sans-serif;
    letter-spacing: 2px;
    line-height: normal;
    padding: 12px 40px 11px;
    cursor: pointer;
    margin: 0 !important;
    height: 44px;
}
.gform_confirmation_message {
    border: 2px solid #398f14;
    padding: 5px 10px;
    color: #3e3e3e;
}
.wpb_text_column.wpb_content_element.wutao-blue-section {
    margin-top: 40%;
}
/********2020***********/


/*media query*/



/*mobile devices*/
@media (max-width: 500px) {

    body .mkd-title .mkd-title-holder h1 span {
        font-size: 22px;
    }


    .wutao-contactus-form_wrapper ul li.emailfield {
        width: 100%;
        clear: left !important;
        float: left;
        padding-right: 0px !important;
    }
    .wutao-contactus-form_wrapper ul li.phonefield {
        width: 100%;
        clear: left !important;
        float: left;
        padding-left: 0px !important;
    }

    .gform_wrapper .top_label .gfield_error.emailfield,
    .gform_wrapper .top_label .gfield_error.phonefield {
        width: 100%;
    }

}

@media (max-width: 546px) {

    body .mkd-title .mkd-separator-with-icon-holder {
        display: none!important;
    }

}


@media (max-width: 600px) {

    .wutao-paypalpurchase .wp_accept_pp_button_form_classic select#amount {
        width:100%;
        margin-bottom:20px;
    }

    .mkd-separator-with-icon-holder span.mkd-sep-custom-image img {
        width: 60%;
        margin:0 auto;
    }

}

@media only screen and (max-width: 641px) {
    .gform_wrapper input[type=submit] {
        padding:5px;
    }
}

@media (max-width: 736px) {
    h1 {
        font-size: 30px;
    }
    footer .mkd-footer-top.mkd-footer-top-full {

        padding: 80px 14px 70px;

    }

    footer .mkd-footer-bottom-holder .widget.widget_nav_menu ul li {

        padding: 0 0px!important;

        display: block;

    }

    body .foot-logo {

        float: none;

    }

    footer.mkd-page-footer {

        padding: 0px 0;

    }

    body .mkd-mobile-header .mkd-mobile-header-inner {

        height: 50px;;

    }

    body .mkd-title .mkd-separator-with-icon-holder {

        margin-bottom: 5px;

        margin-top: 5px;

    }

    body .wutao-bottom-section .section-circle.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill {

        width: 100%;

        margin-top: 30px;

    }

    body .wutao-bottom-section .section-circle.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill:nth-of-type(2n+1) {
        margin-top: 0px;
    }

    body .vc_empty_space.wu-space {

        height: 0px !important;

    }

    body .experience-heading p {

        line-height: 40px;

    }

    body .bookings-grid .vc_col-sm-4 {

        width: 100%;

        margin-bottom: 20px;

    }

    body .wpb_text_column.wpb_content_element.booking-des {

        min-height: auto;

    }

    .home-bg-image1 {

        min-height: 156px !important;

    }



}


@media (max-width: 767px) {
    .home-option-1 {
        padding-right: 9% !important;
    }
    .home-option-3 {
        padding-left: 9% !important;
    }
    .wpb_text_column.wpb_content_element.wutao-blue-section {
        margin-top: 0;
    }
    body .wutao-yellow h2 {

        padding-bottom: 8%;

    }
}

@media (max-width: 768px) {
    body .home-inspiration p {
        font-size: 30px;
    }

    footer .mkd-footer-bottom-holder .widget.widget_nav_menu ul li {
        padding: 0 8px!important;
    }
    footer .mkd-footer-bottom-holder .widget.widget_nav_menu ul li:first-of-type {
        padding-left: 0!important;
    }
    footer .mkd-footer-bottom-holder .widget.widget_nav_menu ul li:last-of-type {
        padding-right: 0!important;
    }
    footer .mkd-footer-bottom-holder .widget.widget_nav_menu ul li a {
        font-size:12px;
    }
}

@media (max-width: 800px) {
    .mkd-fullscreen-search-holder .mkd-field-holder {
        width: 90%;
    }

}



body.home .home-section-products .wpb_column:first-of-type .mkd-elements-holder:first-of-type {
    display: none!important;
}
body.home .home-section-products .wpb_column:last-of-type .mkd-elements-holder:last-of-type {
    display: block!important;
}

@media (max-width: 992px) {
    body.home .home-section-products .wpb_column:first-of-type .mkd-elements-holder:first-of-type {
        display: table!important;
    }
    body.home .home-section-products .wpb_column:last-of-type .mkd-elements-holder:last-of-type {
        display: none!important;
    }
}


@media only screen and (max-width: 1024px) {
    footer.mkd-page-footer {
        padding: 0;
    }

    body:not(.home) .icon_search:before {
        color: #f07961 !important;
    }

}

/*Ipad*/



@media (min-width: 768px) and (max-width: 1023px) {

    footer.mkd-page-footer {

        padding: 0px 0 !important;

    }

    body .wutao-bottom-section .section-circle.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill {

        /*width: 100%;*/

        /*margin-top: 30px;*/

    }

    body .vc_empty_space.wu-space {

        height: 0px !important;

    }

    body .experience-heading p {

        line-height: 40px;

    }

    /*body .bookings-grid .wpb_column.vc_column_container.vc_col-sm-4.vc_col-has-fill {*/

        /*margin-right: 10px;*/

    /*}*/

    body .wpb_text_column.wpb_content_element.booking-des {
        /*min-height: 260px;*/
    }

    /*body .bookings-grid h4 {*/

        /*min-height: 120px;*/

    /*}*/

    body .wutao-interaction h2 {

        padding-top: 4%;

    }

    body .wutao-yellow h2 {

        padding-bottom: 8%;

    }

    .home-bg-image1 {

        min-height: 250px !important;

    }



}



/*Ipad pro*/



@media (min-width: 1024px) and (max-width: 1365px){

    footer.mkd-page-footer {

        padding: 0px 0 !important;

    }

    body .wutao-bottom-section .section-circle.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill {

        /*width: 100%;*/

        /*margin-top: 30px;*/

    }
    body .wutao-bottom-section .section-circle.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill:nth-of-type(2n+1) {
        margin-top: 0px;

    }

    body .vc_empty_space.wu-space {

        height: 0px !important;

    }

    /*body .bookings-grid .wpb_column.vc_column_container.vc_col-sm-4.vc_col-has-fill {*/

        /*margin-right: 10px;*/

    /*}*/



    /*body .bookings-grid .vc_col-sm-4 {*/

        /*width: 32%;*/

    /*}*/

    body .wutao-interaction h2 {

        padding-top: 4%;

    }

    body .wutao-yellow h2 {

        padding-bottom: 8%;

    }

}





/**/



@media (min-width: 1366px){

    /*.wpb_text_column.wpb_content_element.wutao-text {*/
        /*min-height: 442px;*/
    /*}*/

}



@media (min-width: 1400px) {

    body .wutao-interaction h2 {

        /*padding-top: 39%;*/

    }

    body .wutao-yellow h2 {

        /*padding-bottom: 39%;*/

    }

}


@media (min-width: 0px) and (max-width: 641px) {

    .wutao-contactus-form_wrapper ul li .ginput_container span.name_first {
        padding-right: 0!important;
    }
    .wutao-contactus-form_wrapper ul li .ginput_container span.name_last{
        padding-left: 0!important;
    }
    body input.datepicker.medium {
        width: 100% !important;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .mkd-footer-top-three-cols .mkd-grid-col-4 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }
}




@media (min-width: 768px) and (max-width: 849px) {
    /*.mkd-footer-top-three-cols .mkd-grid-col-4 {*/
        /*-ms-flex-preferred-size: 65%;*/
        /*flex-basis: 65%;*/
        /*width: 65%;*/
        /*max-width: 65%;*/
    /*}*/
}
