
: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;
	}
}

/* The Modal (background) */
.modal {
  display: none; 
  position: fixed; 
  z-index: 99999; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgba(0,0,0,0.4); 
}

/* Modal Content/Box */
.modal-content {
  	background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 7px solid var(--purple);
    width: min(90vw, 1000px);
    box-sizing: border-box;
} .modal-1 .modal-content {
	width: min(95vw, 320px);
} .modal-2 .modal-content {
	width: min(95vw, 680px);
} .modal-content h3 {
	color: var(--orange);
	text-transform: none;
	font-weight: bold;
	min-height: 70px;
} .modal-content p {
	font-size: 14px;
} .modal-content a
, .modal-content a:hover {
	color: #FFFFFF;
    background: var(--bluelight);
    padding: 0;
    text-decoration: none;
    text-align: center;
    margin-top: 0;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
} .modal-content a:hover {
	text-decoration: underline;
} .modal-content ul {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1.25rem 1rem;
    width: 100%;
    padding: 0;
    margin: 0;
} .modal-content li {
	list-style: none;
    display: inline-block;
    flex: 0 1 calc((100% - 2rem) / 3);
    text-align: left;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: .25rem;
} .modal-1 .modal-content li {
    flex: 0 0 100%;
} .modal-2 .modal-content li {
    flex: 0 1 calc((100% - 1rem) / 2);
} .modal-content .line {
	position: relative;
} .modal-content .line:after {
	border-bottom: 1px solid var(--purple);
    padding-bottom: 10px;
    content: '';
    display: block;
    width: 80%;
    position: absolute;
    bottom: -10px;
    left: 0;
} .modal-content .indirizzo {
	text-align: center;
    font-size: 14px;
    padding-top: 1rem;
} .close {
  color: transparent;
  float: right;
  font-size: 0;
  font-weight: bold;
  background-image: url('/wp-content/uploads/2024/02/close.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  display: block;
  cursor: pointer;
  position: relative;
  top: -.5rem;
  right: -.5rem;
} .close:hover
, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} @media only screen and (max-width: 767.99px) {
	.modal-content li {
		flex: 0 1 calc((100% - 1rem) / 2);
	}
} @media only screen and (max-width: 489.99px) {
	.modal-content li {
		flex: 0 1 100%;
	}
}