/*
Theme Name: Hoteller Child
Theme URI: https://themes.themegoods.com/hoteller/landing
Description: Premium Photography WordPress Theme
Version: 1.0
Author: ThemeGoods
Author URI: https://themeforest.net/user/ThemeGoods
License: GNU General Public License
License URI: https://themeforest.net/licenses/regular_extended
Text Domain: hoteller
Template: hoteller
*/

/* Overrides */
html body.js_nav #perspective {
perspective: unset;
}


/*custom font*/
/*@import url(https://fonts.googleapis.com/css?family=Montserrat);*/

/*basic reset*/
/** {margin: 0; padding: 0;}*/

/*html {*/
/*    height: 100%;*/
/*    !*Image only BG fallback*!*/

/*    !*background = gradient + image pattern combo*!*/
/*    background:*/
/*            linear-gradient(rgba(196, 102, 0, 0.6), rgba(155, 89, 182, 0.6));*/
/*}*/

/*body {*/
/*    font-family: montserrat, arial, verdana;*/
/*}*/

.trans-logo.elementor-widget-image img {
    filter: drop-shadow(2px 4px 6px #2525);
}

.wtp-txt-shadow h1 {
    text-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}

/* Home inline form  */

.wtp-vbm-inline-home-form-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
}
.wtp-vbm-inline-home-form-wrapper h2 {
text-align: center;
    margin: 0 auto 20px auto;
}
form.wtp-vbm-inline-home-form {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
form.wtp-vbm-inline-home-form fieldset {
    border: none;
    display: inline-block;
    box-sizing: border-box;
    width: calc(20% - 5px);
}
form.wtp-vbm-inline-home-form fieldset label {
    color: #272727;
    display: inline-block;
    line-height: normal;
    margin: 0 auto 10px auto;
    width: 100%;
    text-align: center;
}
form.wtp-vbm-inline-home-form fieldset select {
    width: 100%;
    color: #272727;
    border-color: #272727;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 100%;
    padding: 10px;
    background: #fff;
    min-width: 100%;
    outline: none;
    box-sizing: border-box;
    text-align: center;
}
form.wtp-vbm-inline-home-form fieldset select:after {
    font-family: 'themify';
    content: "\e64b";
    display: inline;
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 13px;
    color: #272727;
}

form.wtp-vbm-inline-home-form fieldset .wtp-vbm-submit {
    width: 100%;
    color: #ffffff;
    background-color: #153D39;
    border-color: #153D39;
    border-radius: 0px 0px 0px 0px;
    padding: 11px 40px 10px 40px;
    cursor: pointer;
}

@media(max-width: 900px) {
    form.wtp-vbm-inline-home-form {
        flex-direction: column;
    }
    form.wtp-vbm-inline-home-form fieldset {
        width: 100%;
        margin: 25px auto 0 auto;
    }
    form.wtp-vbm-inline-home-form fieldset label br {
        display: none;
    }
}

/* END Home inline form  */