/*
Theme Name: Mirai Theme Child
Theme URI: http://www.miraiespana.com
Description: Tema hijo desarrollado por Mirai Espana para hoteles.
Template: mirai
Author: Mirai Espana
*/


/*-------------------------------- MEDIA QUERYS --------------------------------*/


/* iphone portrait & landscape - galaxy portrait & lanscape */

@media (max-device-width: 767px) {
    .home section#main {
        display: block;
    }
    /* HAMBURGUER MENU */
    .home .wrapper-hamburger-menu {
        display: block;
    }
    #menu_web {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 85%;
        left: -85%;
        background-color: #000 !important;
        z-index: 10;
        margin: 0px !important;
        overflow: scroll;
    }
    #menu_web li.menu-item {
        width: 100% !important;
        display: block;
        margin: 0 !important;
    }
    #menu_web li.current-menu-item {
        display: block !important;
    }
    i.icon-call10:after {
        content: 'Menus de navidad disponibles, más información llamando al +34 923 282 626';
        position: absolute;
        bottom: 40px;
        background: #483f33;
        left: -200px;
        padding: 5px;
    }
    .mirai-modal {
        background-color: rgba(0, 0, 0, 0.7);
    }
    .mirai-modal h3 {
        color: #fff !important;
    }
    .mi-modal-header>.mi-modal-close {
        font-size: 25px;
    }
    #sidebar-preheader,
    #sidebar-preheader>* {
        display: inherit !important;
    }
    #sidebar-preheader {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 10;
    }
    #header {
        z-index: 2;
    }
    .check-in-btn>button {
        top: 160px;
    }
    #header .addons-wrapper {
        position: fixed;
        top: 116px;
        right: 0;
        width: 100%;
        z-index: 10;
    }
    .home #content-header {
        padding-top: 140px;
        box-sizing: border-box;
    }
    #content-header .carousel .carousel-control {
        z-index: 2;
    }
    .header-vcard {
        display: none;
    }
    .row {
        flex-wrap: wrap;
    }
    .row p {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .text2 {
        width: auto;
    }
    #homeCarousel .container {
        width: 80%;
    }
    [class*="col-md-"] {
        width: 100%;
        margin-left: 0;
    }
    .photo-content img,
    .photo-content-2 img {
        height: 350px;
    }
    .bg-white-2 {
        height: inherit;
    }
    .mtsteps3,
    .mtsteps2,
    .mtsteps1 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .vertical-align {
        height: inherit;
        padding: 20px !important;
    }
    section#main .container,
    .phsteps {
        padding-left: 20px;
        padding-right: 20px;
    }
    .phsteps {
        margin-bottom: 20px;
    }
    .title1,
    .title2,
    .title3 {
        margin-top: 20px;
    }
    .pvsteps1 {
        padding-bottom: 0;
    }
    .photo-content img {
        padding-bottom: 20px !important;
    }
    .booking-modal-btn {
        display: block;
        background-color: #746B53;
        color: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        line-height: 60px;
        text-align: center;
        text-transform: uppercase;
        z-index: 100;
    }
    .home #footer .content>*,
    #footer .hidden-phone {
        display: block !important;
    }
    .home #footer .content address.address_phone {
        display: none !important;
    }
    #footer,
    #footer .align-left,
    #footer .align-right {
        text-align: center !important;
    }
    #footer img {
        margin: 0 auto;
        float: none;
    }
    #footer #engine-tracking-link-wrapper {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    #footer .t35 {
        top: 0;
    }
    iframe#qt-button-frame {
        bottom: 50px !important;
    }
    body.mirai-modal-active iframe#qt-button-frame {
        z-index: 1 !important;
    }
    #logo a img {
        display: inherit;
    }
    #logo a {
        display: flex;
        justify-content: center;
    }
    .photo-content-3 img {
        max-height: inherit;
        height: 60vh;
    }
    .backstretch-image-container .container {
        padding-top: 220px;
    }
    #main #content-header h1 {
        margin-bottom: 0;
    }
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"] {
        height: 30px;
        width: 100%;
        box-sizing: border-box;
    }
    textarea {
        width: 100%;
        box-sizing: border-box;
    }
    body.error404 #main>.content {
        margin-top: 50px;
    }
    .not_found #main {
        min-height: 750px;
    }
}


/*------------------------------------------------------------------------------*/