
:root {
	--blue: #364042;
	--bluelight: #427488;
	--azure: #92acb5;
	--purple: #571b38;
	--orange: #C24229;
	--cipria: #774C32;
	--clay: #d3af96;
	--clay-50: rgba(211, 175, 150, .5);
	--clay-70: rgba(211, 175, 150, .7);
	--talco: #fffaf1;
	--orange-light: #F5D4C7;
} 

::selection {
	background-color: var(--azure);
}

h2 a {
	color: #fff;
	text-decoration: underline;
}
h1 a:hover
, h2 a:hover
, h3 a:hover
, h4 a:hover
, h5 a:hover
, h6 a:hover {
	color: var(--talco);
} .ui-dialog {
	z-index: 10000;
} /* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} .ui-widget-overlay {
	background: #000;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
} .ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
} .ui-dialog {
	position: fixed !important;
	top: 0;
	left: 0;
	padding: 0;
	border: 1px solid #c34a20;
	outline: 0;
	width: 750px !important;
	max-width: 95%;
	max-height: 95%;
	left: 50% !important;
	top: 50% !important;
    transform: translate(-50%, -50%) !important;
} .ui-widget-content {
	background: #ffffff;
} .ui-dialog-titlebar {
	position: relative;
	display: flex;
	justify-content: flex-end;
	height: 0;
} .ui-dialog-titlebar button {
	display: block;
    width: 30px;
    height: 30px;
    content: " ";
    color: transparent;
    border: 0;
    background: transparent url('/wp-content/uploads/2021/06/close.png') no-repeat scroll center center;
    cursor: pointer;
    margin: 1rem;
} .preview {
	display: flex;
	padding: 30px;
} .preview .image {
	flex: 7;
} .preview .text {
	flex: 5;
	padding-left: 20px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding-top: 28px;
} .preview .text p {
	margin-bottom: 1rem;
	color: #000;
	text-shadow: none;
} .preview .text a {
	text-transform: uppercase;
	text-decoration: underline;
	color: #c34a20;
} .bivio {
	background-image: url(/wp-content/uploads/2023/02/bivio-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	min-height: calc(100vh - 170px);
} body.page-id-5604 .header_bottom
, body.page-id-5767 .header_bottom {
    background-color: transparent !important;
} body.page-id-5604 .content.content_top_margin_none
, body.page-id-5767 .content.content_top_margin_none {
    margin-top: -100px!important;
} body.page-id-5604 .qbutton
, body.page-id-5767 .qbutton {
	border: 0;
	border-radius: 0;
	background-color: #415566;
	color: #fff;
	display: inline-flex;
	text-align: left;
	align-items: center;
	gap: 1.5rem;
	letter-spacing: 0;
	text-transform: none;
	padding: 0 .5rem 0 1rem;
	font-size: 18px;
} body.page-id-5604 .qbutton:after
, body.page-id-5767 .qbutton:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(/wp-content/uploads/2021/07/freccia.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(90deg);
} body.page-id-5604 .qbutton.btn-2023
, body.page-id-5767 .qbutton.btn-2023 {
	background-color: var(--blue);
} .bivio-logo img {
	max-height: 90px;
	height: 90px;
	width: 90%;
	max-width: 90%;
} body.page-id-5604 .mobile_menu_button
, body.page-id-5767 .mobile_menu_button {
	display: none;
} header .q_logo img {
	top: 0;
} @media only screen and (max-width: 769px) {
	.preview {
		display: block;
	} .preview .text {
		padding-top: 20px;
		padding-left: 0;
	}
}