/*
Theme Name: Il Castello Volante
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: Tema Child per il tema Hello Biz
Author: Enrico Rollo
Author URI: http://bigsur.it
Template: hello-biz
Version: 0.1.0
*/

html, body {
	max-width: 100vw!important;
	overflow-x: hidden!important;
}
h1, h2, h3, h4, h5, h6, p {
    margin-block-start: 0!important;
    margin-block-end: 0!important;
}
a:focus {
    outline: none;
}
:root {
	--headerheight: 63px;
}
#cookiescript_badgeimage img {
	max-width: none!important;
	max-height: none!important;
	width:36px!important
}
body > div.ins-checkout-popup.slide {visibility: hidden!important}

/* Carrello Istantio */
/*:root {--ins_checkout_theme: #ccc7c4!important;}
.ins-checkout-body {overflow-x: hidden!important;}
.ins-cart-btns {padding-top: 15px;}
#place_order {
	background-color: rgba(0,0,0,0)!important;
	border-color: #ccc7c4!important;
	border-style: solid!important;
	border-width: 3px!important
}
#place_order:hover {
	color: #171514!important;
	background-color: #ccc7c4!important;
}
.ins-checkout-layout .ins-checkout-header {background-color: rgba(0,0,0,0)!important;}
*/

/* VIRTUAL TOUR */
body.page-id-14147 #master-container {
	max-width:100vw!important;
	width:100vw!important;
	height: 100vh!important;
}
.et-db #et-boc .wpvr-floor-map img, .elementor .wpvr-floor-map img, .wpvr-floor-map img {
	object-fit: contain!important;
	object-position: right!important;
}