/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/
/*GENERAL*/
.btn-solid:hover{
	box-shadow: inherit !important;
}

/*Single post*/
.wp-singular .container {
	width: 100%;
	margin-right:0px !important;
	margin-left:0px !important;
}

body {
    background: #F0E6C242;
}

/*MEGAMENU*/
.ld-module-sd>.ld-module-dropdown{
	max-width:100vw !important;	
	height:100vh !important;
}

.elementor-30219 .elementor-element.elementor-element-360d4a4 .ld-module-sd > .ld-module-dropdown{
	width:100%;
}

/*Contact form*/
#responsive-form{
	max-width:100% /*-- puedes cambiar esto si quieres otro ancho del formulario --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

/*Resultados de busqueda*/

.caracteristicas img {
    margin-right: 12px;
}
.hb-accom {
	border: 0px;
}

.hb-accom-desc {
	text-align: center;
	font-family: "Roboto", Sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--e-global-color-primary);
	cursor: pointer;
	display:none !important;
}

.hb-accom-title a {
	color: #5A5A5A;
	font-family: "Roboto", Sans-serif;
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
}

.hb-accom-title {
	text-align: center;
}

.hb-accom-price,
.hb-accom-price-caption {
	color: #000000;
	font-family: "Roboto", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}

.hb-accom-price-caption {
	margin: 16px 0 15px !important;
}

/* .hb-select-accom-wrapper.hb-clearfix, a.hb-view-price-breakdown , span.hb-accom-price-caption-dash, p.hb-price-breakdown, span.hb-accom-left.hb-one-accom-left {
		display: none !important;
	} */
p.hb-select-accom.hb-button-wrapper {
	display: none;
}

.hb-accom-price-total.hb-clearfix {
	display: flex;
	justify-content: center;
}

.hb-change-search-wrapper input[type="submit"],
.hb-search-submit-wrapper input[type="submit"] {
	border: 1px solid black;
/* 	border-radius: 0px !important; */
	color: black;
}

h3.hb-title.hb-title-search-form {
	display: none;
}

input#hb-form-1-hb-search-form-submit {
	margin-top: 0px;
	/* 		padding: 13px !important; */
}

p.hb-change-search-wrapper.hb-search-button-wrapper.hb-button-wrapper {
	margin-top: -14px;
}

.hb-change-search-wrapper input[type="submit"]:hover,
.hb-search-submit-wrapper input[type="submit"]:hover {
	border: 1px solid black !important;
}

h1.elementor-heading-title.elementor-size-default {
	margin-top: 69px;
	margin-bottom: 20px;
}
.hb-multi-accom-choices{
	column-gap: 30px;
}

/* 	.page-id-19599 .hb-searched-summary.hb-clearfix, .page-id-19599 .hb-search-result-title-section {
		margin-left: 12px;
	} */
/* 	.page-id-19599 form.hb-booking-search-form.hb-search-form-no-children.hb-form-1.hb-horizontal-search-form {
		margin-right: 33px;
	} */
@media (min-width: 320px) and (max-width: 480px) {
	.hb-multi-accom-choices {
		column-gap: initial;
		width: 100% !important;
	}

	.hb-accom {
		width: 50% !important;
	}

	.hb-accom-title a {
		font-size: 14px;
		line-height: 9px !important;
	}

	.hb-accom-desc {
		line-height: 15px;
	}

	.hb-accom-price-total.hb-clearfix {
		flex-direction: column;
		text-align: center;
	}

	.hb-accom-price {
		margin-right: 0px !important;
	}

	.hb-accom-price-caption {
		margin: 0px !important;
		font-size: 11px !important;
	}
}

/*Resultados de busqueda*/
.hb-accom {
    background: transparent;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.hb-accom-img{
	width:100% !important;
}
.hb-accom a:nth-child(1) {
    width: 100%;
}

.hb-accom .hb-accom-title {
    width: 50%;
    text-align: left;
}
.hb-accom-title a{
	font-size: 15px;
    font-weight: 500 !important;
    color: var(--e-global-color-primary);
	font-family:"Helvetica", Sans-serif !important;
}
.hb-accom .precio {
    width: 50%;
    text-align: right;
	font-size: 19px;
    font-weight: 600;
    color: var(--e-global-color-primary);
	font-family:"Helvetica", Sans-serif !important;
	margin-bottom: 0px;
}
.hb-accom-desc {
    width: 100%;
}
.caracteristicas {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.caracteristicas p{
	font-family: "Helvetica", Sans-serif;
	margin-bottom:0px;
	font-size:12px;
	color: var(--e-global-color-primary);
}
.caracteristicas i{
	color: var(--e-global-color-primary);
}
.hb-accom-price-total.hb-clearfix {
    width: 100%;
}
.hb-accom-price-caption{
	display:none !important;
}