/*!
Theme Name: Tocua Cabins
Theme URI: https://www.kadencewp.com/
Template: kadence
Author: Luis Arreaza
Author URI: https://luisarreaza.com/
Description: Child theme of Kadence Theme for Tocua Cabins by Luis Arreaza.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kc-tocua_cabins
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* Hotel Booking Search Results Layout */

@media(min-width:1024px){

.mphb_sc_search_results-wrapper .mphb-room-type {
display:flex;
flex-direction:row;
}
.mphb_sc_search_results-wrapper .mphb-room-type > div{
width:50%;
}

.mphb_sc_search_results-wrapper .mphb-room-type .theme-room-type-images-wrapper{
padding-right:1.5rem;
}
}