/*
Theme Name: Holleta Child
Theme URI: http://promo-theme.com/holleta/
Author: Promo Theme
Author URI: https://themeforest.net/user/ypromo
Description: Holleta is the High-powered WordPress Theme for Hotel Booking. The theme is included all the main Hotel types with the booking system. One-click installation and demo content imported make the site work easy. All the necessary plugins are bundled.
Requires at least: WordPress 4.9.6
Tested up to: 5.4.2
Version: 1.0.0
Requires PHP: 7.0
Text Domain: holleta
License: GNU General Public License v2 or later
License URI: LICENSE
Template: holleta
*/

/**
 * Estilos globales para los titulos
 */
.h {
	font-family: 'high_tideregular' !important;
	font-weight: 400 !important;
}

.page-top-block.with-image:after {
	background: #A9A9A9 !important;
}
.banner-slider .progress-line.autoplay-off div  {
	background: #A9A9A9 !important;
}

.icon-box .wrap {
	background: #A9A9A9 !important;
}



.booking-item .bottom:before {
	background: #A9A9A9 !important;
}

.appartment-search-form .mphb_sc_search-submit-button-wrapper .button:hover {
		background: #A9A9A9 !important;
}

.vc_tta.vc_general .vc_tta-panel-title>a  {
	color: black !important;
}

.button-style2 {
	display:none !important;
}

.page-top-block.with-image:before {
	background-color: transparent !important;
}

.video-button .icon {
	display:none !important;
}



.booking-item .attributes,
.booking-item .image .attributes { 
	display:none !important;
}

.rooms-gallery-block .slider .swiper-slide:before {
	background: #A9A9A9 !important;
}

#url {
	 display:none !important;
}
.video-button {
  display:none !important;
}

.phone-block .status {
	visibility: hidden;
}

.button-style1, .mphb-button, .mphb_sc_checkout-submit-wrapper .button {
	background: black;
}



/**
 * Estilos para el mensaje de tipo de camas
 */

.tactech-box-message {
	padding: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
    border: 1px solid #041B28
}

/**
 * Estilos para el resultado de busqueda de habitaciones
 */
.tactech-accomodations-results .booking-items .booking-item .title,
.tactech-accomodations-results .booking-items .booking-item .price {
	flex: 1;
}

.tactech-accomodations-results a.mphb-recommendation-item-link {
	color: #000;
}

/**
 * Estilos para las noches de los precios
 */
.booking-item .price span.mphb-price-period {
    display: block;
    font-size: 15px;
    margin-top: 5px;
    text-align: right;
    color: #535353;
    border-bottom: none;
}

/**
 * Estilos para esconder el titulo de los portfolio items 
 */
.portfolio-item div.content {
	display: none;
}

/**
 * Estilos para los links 
 */
.color-link a {
	color: #A9A9A9;
}

/**
 * Estilos para los titulos de las paginas
 */
@media (min-width: 1200px) {
	.page-top-block.with-image .heading-block .h {
		font-size: 100px;
	}
}

