/*
 Theme Name:   Sailing Child
 Theme URI:    http://sailing.thimpress.com/
 Description:  Sailing Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     sailing
 Version:      1.0.0
 Text Domain:  sailing-child
*/


@font-face {
    font-family: 'Cambridge Round';
    src: url('font/CambridgeRound-Regular.woff2') format('woff2'),
         url('font/CambridgeRound-Regular.woff') format('woff'),
         url('font/CambridgeRound-Regular.ttf') format('truetype'),
         url('font/CambridgeRound-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hoboken Bold';
    src: url('font/HobokenBold.ttf') format('truetype'),
		url('font/HobokenBold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


html body, 
body label, 
body span,
body p *,
body a *,
body .elementor-element,
body button,
{
    font-family: 'Cambridge Round', sans-serif !important;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Hoboken Bold', sans-serif !important;
} 

#main > div.thim-room-top{
	display: none;
}

#hb_room_facilities > h5,
#hb_room_facilities > div > div > div > h3{display:none}

body.single-room-layout-2 .hb_single_room #hb_room_images #slider {
    max-height: 90vh
}

body.single-room-layout-2 .hb_single_room #hb_room_images #slider li {
    height: auto;
}