/*
    Theme Name: Hoteldeljuguete2025-2025
    Theme URI: hoteldeljuguete2025-2025
    Description: Hoteldeljuguete2025-2025
    Author:       Mirai Dev Team
    Author URI:   http://mirai.com
    Template:     mirai-ma
    Version:      1.0.0
    License:      GNU General Public License v2 or later
    License URI:  http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain:  mirai-maai
*/

/* GENERAL SETTINGS (not in Elementor) */
body, a, a:hover {
    font-size: inherit;
	font-family: inherit;
    color: inherit;
	text-transform: inherit;
	text-decoration: none;
}

a, a::hover, a::hover, p, h1, h2, h3, h4, h5 {
	text-transform: inherit!important;
}

p {
	line-height: inherit;
    font-weight: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
}

/* ICONS */
a.back-link:before, a.fwd-link:after,
a.down-link:after {
    content: '\e966';
    font-family: 'mirai-icofonts';
    font-size: .85em;
    line-height: .85em;
    font-weight: normal;
    margin: 0 .5em;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

a.fwd-link:after {content: '\e967';}
a.down-link:after {content: '\e965';}

a.fwd-link:hover, .back a:hover,
a.down-link:hover {
    text-decoration: none;
}

a.fwd-link:hover:after {
    margin-left: 1em;
    margin-right: 0;
}

.back a:hover:before {
    margin-right: 1em;
    margin-left: 0;
}

a.down-link:hover:after {
    -webkit-transform: translateY(0.3em);
    transform: translateY(0.3em);
}

/* SITE SETTINGS (standar) */

/* BUTTONS */
/* utiliza la clase .primary-btn para aquellos botones que quieras que se comporten como el de reservar, y .secondary-btn para los de tipo ofertas */

/* primary */
.elementor-button.primary-btn {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: #3977c5;
    color: #fff;
    padding: 12px 25px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-radius: 0px; /* fixing elementor */
}

.elementor-button.primary-btn:hover {
    text-decoration: none;
    background: #29558A;
    color: #fff;
}

/* secondary */
#respond .form-submit #submit,
.offers-mashup .more-info-link,
.widget_search form input[type="submit"],
.elementor-widget-wp-widget-mirai_opiniones > div #xdhsReviewSummaryContent-XdHs #hsRating .mirai_btReview,
.elementor-button.secondary-btn {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color: #252525;
    border: 1px solid;
    padding: 13px 30px;
    text-transform: uppercase;
    background: transparent;
    -webkit-border-radius: 0px; /* fixing elementor */
    border-radius: 0px; /* fixing elementor */
}

#respond .form-submit #submit:hover,
.offers-mashup .more-info-link:hover,
.widget_search form input[type="submit"]:hover,
.elementor-widget-wp-widget-mirai_opiniones > div #xdhsReviewSummaryContent-XdHs #hsRating .mirai_btReview:hover,
.elementor-button.secondary-btn:hover {
    text-decoration: none;
    background: rgba(178, 178, 178, 0.1);
    color: #575757;
}

/* disabled buttons */
.elementor-button.primary-btn:disabled,
.elementor-button.primary-btn:disabled:hover,
.elementor-button.secondary-btn:disabled,
.elementor-button.secondary-btn:disabled:hover {
    background-color: #b9b9b9;
    background-image: none;
    color: #ddd;
    border-color: #b9b9b9;
    cursor: default;
    filter: none;
    text-shadow: none;
    box-shadow: none;
}

/* TITLES */
.mi-title2, #cookies-wrapper-content h1, #cookies-wrapper-content h2, .rooms-listing-wrapper h2, .rooms-detail-wrapper h2, .offers-listing-wrapper h2, .offers-detail-wrapper h2, .blog-wrapper h2, .blog-wrapper h1, .blog-wrapper #posts_con_categoria, .mi-iata-content h2, .starter-offers .offers-mashup dl dt {
    font-size: 25px;
    font-weight: bold;
}
.mi-title3, .rooms-listing-wrapper h3, .rooms-detail-wrapper h3, .offers-listing-wrapper h3, .offers-detail-wrapper h3, .blog-wrapper h3, .mi-iata-content h3 {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}
.mi-title4, .rooms-detail-wrapper h4, .offers-detail-wrapper h4 {
    font-size: 1.1em;
    font-weight: bold;
}

/* DYNAMIC PAGES (OFFER & ROOMS) */

/* ROOMS 1 - occupation box & box price */
.rooms-listing-1 .room-box .room-detail ul,
.rooms-detail-1.rooms-detail-wrapper .room-box-detail,
.rooms-detail-1.rooms-detail-wrapper .room-box-price {
    background: #e9e8e6; /* light color */
}

/* ROOMS 2 (and room detail 2-3-4) - box price */
.rooms-listing-2 .room-box .room-detail .price-box .min-price,
.rooms-detail-2.rooms-detail-wrapper .room-box-image .room-box-detail .box-price {
    background: #444; /* dark color */
}

/* ROOMS 3 - box price */
.rooms-listing-4 .room-item .min-price {
    background: #f9c400; /* light color */
}

/* ROOMS 5 - room box && offers in room */
.rooms-listing-5 .room-box,
.rooms-detail-5 .room-box-offers {
    background: #ebebeb;  /* light color */
}

/* OFFERS 1 - offer box && offer description */
.offers-listing-1 .offer-link,
.offer-detail-1.offers-detail-wrapper .offer-wrapper {
    background-color: #F1F1F1; /* light color */
}

/* OFFERS 2 - title, date range & info box */
.offers-listing-2 .offer .offer-intro,
.offers-listing-2 .offer .offer-date-range,
.offer-detail-2.offers-detail-wrapper .offer-info-wrapper {
    background: #444; /* dark color */
}

/* OFFERS 2 - offer icon && social icons */
.offers-listing-2 .offer .offer-deco,
.offer-detail-2.offers-detail-wrapper .socialmedia-share ul li a {
    background-color: #777; /* dark color */
}

/* OFFERS 3 - button and link */
.offers-listing-3 .offers-listing .offer-special:hover .offer-title,
.offers-listing-3 .offers-listing .offer-standard:hover .offer-title,
.offers-listing-3 .offers-listing .offer-link:hover .offer-btn {
    color: #B09555; /* light color */
}

/* OFFERS 4 - room in offer */
.offers-listing-4 .offers-room-detail {
    background: #ebebeb;  /* light color */
}

/* OFFERS 5 - offer box & offer description */
.offers-listing-5 .offers-listing .offer .offer-link,
.offer-detail-5.offers-detail-wrapper .offer-wrapper {
    background: #868686; /* dark color */
}

/* OFFER DETAIL 5 - room in offer */
.offer-detail-5.offers-detail-wrapper .offer-room-wrapper {
    background: #F1F1F1;  /* light color */
}

/* Room detail & Offer detail modal-engine-btn*/
.cat-room-detail a.modal-engine-btn,
.cat-offer-detail a.modal-engine-btn{display: none!important;}


/* 404 page */
.not-found-page{
    display: table;
    background: url(https://static-resources-elementor.mirai.com/common/bg-404.png) no-repeat center center transparent;
    margin-bottom: 0;
    width: 100%;
    min-height: 570px;
    text-align: center;
}

.not-found-page span {
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
}

/* COOKIES POLICY */
.page-template-tpl-cookies-policy .cookies-section {
    padding: 60px 0;
}

/*Hiding recaptcha badge*/
.grecaptcha-badge { visibility: hidden; }

/***** AUTOSCROLL *****/
.popup--scrolly-auto {
	overflow: hidden !important;
	overflow-y: auto !important;
	max-height: calc(100vh - 140px);
}
