/*
Theme Name: VeronaTheme
Author: Milo Caceffo
*/


/* non modificare più */
main {
	min-height: 100vh;
	padding-top: 80px;
}


/* LISTA */
.col-pv {
	padding-bottom: 2rem;
}
.pv-wrap {
	box-shadow: 0px 3px 10px 0px #adadad;
  background-color: #fafafa;
	border-radius: 6px;
	height: 100%;

	display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pv-img img {
	border-radius: 6px 6px 0 0;
	aspect-ratio: 1.5 / 1;
}
.pv-txt {
	padding: 1rem;
}
.pv-name {
	font-weight: bold;
	font-size: 1.2rem;
	padding-bottom: 10px;
}
.pv-address {
	padding-bottom: .5rem;
}
.pv-address a {
	text-decoration: underline;
}
.pv-open {
	font-style: italic;
	font-size: .9rem;
}

.pv-cta {
	padding: 0 1rem;
	background-color: #000000;
	font-size: 1.1rem;
	border-radius: 0 0 6px 6px;
	color: #fff;

	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 60px;
}
.pv-cta:hover {
	opacity: .8;
}
.pv-cta a {
	width: 100%;
	justify-content: center;
	align-items: center;
	min-height: 60px;
	display: flex;
}
.pv-cta.wapp {
	background-color: #25d366 !important;
	color: #000;
}
.pv-cta.wapp a:before {
	content: '';
	display: inline-block;
	height: 40px;
	width: 40px;

	background-image: url(assets/img/social/whatsapp.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}


/* ACTIVE */
.col-pv.active {
  order: -1;
}
/*
.col-pv.active .pv-wrap {
  box-shadow: 0px 1px 11px 1px #a2a2a2;
  background-color: #000;
  color: #fff;
}
.col-pv.active .pv-cta a {
	background-color: #212121;
}
*/


/* HEADER */
.blue {
	background-color: #002D4A;
	padding: 1rem;
}
.wrap-logo a {
	width: 100%;
}
.wrap-logo img {
	width: 100%;
	max-height: 60px;
	margin: 0 auto;
	object-fit: contain;
}


/* FOCUS */
.wrap-focus {
	padding-bottom: 4rem;
	font-size: 20px;
}
.name-focus {
	text-align: center;
	line-height: 1.3;
}
.name-focus small {
	display: block;
	font-size: .8em;
}
.name-focus span {
	display: block;
	font-style: italic;
	font-size: .9em;
	color: #888;
}
.link-focus {
	display: block;
	text-align: center;
	font-size: .8em;
	text-decoration: underline;
	text-transform: uppercase;
	padding-top: 10px;
}

/* FOOTER */
.footer {
	font-size: 14px;
	color: #FFF;
	background-color: #002D4A;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 2rem;
}
.footer p {
	margin-bottom: .5em;
}
.footer a {
	color: #FFF;
}



/* LG - small desktop */
@media (max-width: 1199px) {
}

/* MD - tablet landscape */
@media (max-width: 991px) {
}

/* SM - tablet portrait */
@media (max-width: 767px) {
}

/* XS - smartphone */
@media (max-width: 575px) {
}

