/**
Theme Name: Grafì Comunicazione
Author: PinkDifferent! Web Design
Author URI: https://www.pinkdifferentwebdesign.com/
Description: Grafì Comunicazione - Custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: grafi-comunicazione
Template: astra
*/
body #magicMouseCursor {
	position: fixed;
	width: 35px;
	height: 35px;
	border: 1px solid #cccccc !important;
	border-radius: 50%;
	z-index: 9999999999999999 !important;
	left: 0;
	top: 0;
	transition: transform 0.07s, width 0.3s, height 0.3s;
	pointer-events: none;
}

body #magicMouseCursor.cursor-square {
	border-radius: 0;
}

body #magicPointer {
	height: 6px;
	width: 6px;
	top: 0;
	left: 0;
	position: fixed;
	background: #C20E1A !important;
	border-radius: 50%;
	pointer-events: none;
	z-index: 999999999999999999 !important;

}

body #magicPointer.pointer-blur {
	height: 50px;
	width: 50px;
	background: none;
	border: 1px solid #fff;
	box-shadow: 0px 0px 15px -5px white;
}

body #magicPointer.pointer-overlay {
	height: 50px;
	width: 50px;
	mix-blend-mode: difference;
	box-shadow: 0px 0px 15px -5px white;
}

body #magicPointer.is-hover {
	background: #43C5D9;
}

body .magic-hover {
	transition: all 0.2s;
}

body .magic-hover:hover {
	cursor: none;
}

body .contattaci .contattaci-box {
	background-color: rgba(203, 202, 200, .6);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-radius: 0 0 0 0;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

body .contattaci {
	position: relative;
}

body .contattaci .contattaci-box {
	position: absolute;
	bottom: 0;
	right: 0;
}

body .contattaci .contattaci-box input::placeholder {
	color: #fff !important;
}

body .contattaci .contattaci-box input {
	border-radius: 0 !important;
	border: none !important;
	border-bottom: 1px solid #fff !important;
}

body .contattaci .contattaci-box textarea {
	border-radius: 0 !important;
	border-color: #fff !important;
}

/* NEWSLETTER */
#_form_23_ {
	font-size: 14px;
	line-height: 1.6;
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	box-shadow: none;
}

#_form_23_ ._form-content {
	display: flex !important;
}

._form_hide {
	display: none;
	visibility: hidden;
}

._form_show {
	display: block;
	visibility: visible;
}

#_form_23_ input[type="text"],
#_form_23_ input[type="tel"],
#_form_23_ input[type="date"],
#_form_23_ textarea {
	padding: 22px 36px;
	height: auto;
	border: 1px solid #000 !important;
	border-radius: 0 !important;
	color: #fff !important;
	font-size: 16px;
	box-sizing: border-box;
	background-color: #000 !important;
}

#_form_23_ input::placeholder {
	color: #fff !important;
}

#_form_23_ textarea {
	resize: none;
}

#_form_23_ ._submit {
	cursor: pointer;
	font-family: arial, sans-serif;
	font-size: 16px;
	text-align: center;
	background: #fff !important;
	border: 1px solid #c20e1a !important;
	border-left: none !important;
	color: #c20e1a !important;
	padding: 22px 60px !important;
	text-transform: uppercase !important;
	border-radius: 0 15px 15px 0 !important;
	line-height: 24px !important;
	letter-spacing: 1px !important;
	transition: ease-in-out .4s !important;
}

#_form_23_ ._submit:hover {
	background: #c20e1a !important;
	border: 1px solid #c20e1a !important;
	color: #fff !important;
}

#_form_23_ ._submit:disabled {
	cursor: not-allowed;
	opacity: 0.4;
}

#_form_23_ {
	position: relative;
	text-align: left;
	margin: 0 !important;
	box-sizing: border-box;
	background: white !important;
	max-width: 50% !important;
	color: #000;
}

#_form_23_ ._form-label {
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

#_form_23_ ._form_element {
	position: relative;
	margin-bottom: 10px;
	width: 100%;
}

#_form_23_ ._form_element input,
#_form_23_ textarea {
	width: 100%;
}

#_form_23_ input._has_error {
	border: 1px solid #f37c7b;
}

#_form_23_ ._error-inner {
	padding: 12px 12px 12px 36px;
	background-color: #ffdddd;
	border-radius: 0 !important;
	font-weight: 600;
}

#_form_23_ ._form-thank-you {
	text-align: center;
	font-size: 18px;
}

#_form_23_ ._form-branding {
	font-size: 10px;
	margin-top: 30px;
}

@media (max-width: 667px) {
	#_form_23_ {
		width: 100%;
	}

	#_form_23_ input[type="text"] {
		font-size: 16px;
		padding: 10px;

	}

	#_form_23_ button {
		padding: 20px;
		font-size: 1.5em;
	}
}

#_form_23_ .iti {
	width: 100%;
}

#_form_23_ .iti input {
	width: 100%;
	border: 1px solid #979797;
	border-radius: 0 !important;
}

#_form_23_ .field-required {
	color: red;
}

body .uagb-block-c086b60a div {
	text-align: left !important;
}

/* END NEWSLETTER */

.portfolio-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0;
}

.portfolio-item {
	position: relative;
	aspect-ratio: 4/3;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	cursor: pointer;
}

.portfolio-item .overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .2);
	transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-item .content {
	position: absolute;
	bottom: 20px;
	right: 20px;
	left: 20px;
	color: white;
	transform: translateY(40px);
	padding-left: 30px;
	padding-right: 30px;
	transition: .4s ease;
}

.portfolio-item:hover .content {
	transform: translateY(0);
}

.portfolio-item:hover p {
	opacity: 1;
}

.portfolio-item:hover .overlay {
	background: rgba(0, 0, 0, .65);
}

.portfolio-item.static {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.portfolio-item.static img {
	object-fit: contain;
	width: 50%;
	height: 50%;
	transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-item.static:hover img {
	width: 55%;
	height: 55%;
}

.portfolio-item h3 {
	margin: 0;
	color: #fff;
	font-weight: 900;
	font-size: 40px !important;
}

.portfolio-item p {
	margin-top: 8px;
	opacity: 0;
	font-size: 18px !important;
	transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
	color: #fff;
}

@media(max-width:768px) {
	.portfolio-grid {
		grid-template-columns: 1fr;
	}
}

.portfolio-item {
	transition: transform .4s ease;
}

.portfolio-item:hover {
	transform: translateY(-6px);
}

.portfolio-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0;
}

@media(max-width:600px) {
	.portfolio-grid {
		grid-template-columns: 1fr;
	}
}

.portfolio-item {
	position: relative;
	aspect-ratio: 4/3;
	overflow: hidden;
	display: block;
	text-decoration: none;
	animation: fadeUp .6s ease forwards;
	opacity: 0;
}

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(40px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.portfolio-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .45);
	transition: .4s ease;
}

.content {
	position: absolute;
	bottom: 20px;
	right: 20px;
	left: 20px;
	color: white;
	transform: translateY(40px);
	transition: .4s ease;
}

.content h3 {
	margin: 0;
	font-size: 20px;
}

.content p {
	margin-top: 8px;
	opacity: 0;
	font-size: 14px;
	transition: .4s ease;
}

@media(hover:hover) {

	.portfolio-item:hover .content {
		transform: none;
	}

	.portfolio-item:hover p {
		opacity: 1;
	}

	.portfolio-item:hover .overlay {
		background: rgba(0, 0, 0, .65);
	}

	.portfolio-item:hover {
		transform: translateY(-6px);
		transition: .4s ease;
	}

}

@media(hover:none) {

	.content {
		transform: none;
	}

	.content p {
		opacity: 1;
	}

	.overlay {
		background: rgba(0, 0, 0, .65);
	}


}

.blog-preview {
	padding: 80px 0;
}

.blog-flex {
	display: flex;
	gap: 40px;
}

@media(max-width:900px) {
	.blog-flex {
		flex-direction: column;
	}
}

.blog-card {
	flex: 1;
	animation: fadeUp .8s ease forwards;
	opacity: 0;
}

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(50px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.blog-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.blog-thumb {
	height: 260px;
	position: relative;
	overflow: hidden;
}

.blog-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .6s ease;
}

.skeleton:before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #eee, #f5f5f5, #eee);
	animation: skeleton 1.2s infinite;
}

@keyframes skeleton {
	from {
		background-position: -200px;
	}

	to {
		background-position: 200px;
	}
}

.blog-content {
	position: relative;
	padding-top: 20px;
}

.blog-date {
	font-size: 12px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #777;
	display: block;
	margin-bottom: 12px;
}

.blog-content h3 {
	font-size: 26px;
	margin: 0 0 16px;
}

.blog-content p {
	color: #555;
	line-height: 1.5;

	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* BUTTON */

.blog-btn {
	width: 44px;
	height: 44px;
	border: 2px solid red;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	bottom: -10px;
	color: red;
	font-size: 18px;
	transition: .4s ease;
}

@media(hover:hover) {

	.blog-card:hover img {
		transform: scale(1.08);
	}

	.blog-card:hover .blog-btn {
		background: red;
		color: white;
		transform: rotate(45deg);
	}

}

.hero-video {
	width: 120%;
	height: 80vh;
	min-height: 480px;
	position: relative;
	overflow: hidden;
}

.video-wrap {
	position: absolute;
	inset: 0;
}

.video-wrap iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120%;
	height: 120%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.hero-video:after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .15);
}

@media(max-width:600px) {

	.hero-video {
		height: 60vh;
	}

	.video-wrap iframe {
		width: 220%;
		height: 220%;
	}
}

@media(max-width:900px) and (orientation:landscape) {

	.hero-video {
		height: 100vh;
	}

	.video-wrap iframe {
		width: 160%;
		height: 160%;
	}

}

@media(min-width:601px) and (max-width:1024px) and (orientation:portrait) {

	.hero-video {
		height: 65vh;
	}

	.video-wrap iframe {
		width: 160%;
		height: 160%;
	}

}

/* ================= TABLET LANDSCAPE ================= */

@media(min-width:900px) and (max-width:1200px) {

	.video-wrap iframe {
		width: 140%;
		height: 140%;
	}

}

/* testimonianze home */
.video-carousel .swiper-slide a {
	display: block;
	text-align: center;
	color: inherit;
	text-decoration: none;
}

.video-carousel .swiper-slide img {
	width: 100%;
	border-radius: 8px;
	margin-bottom: 8px;
}

#video-lightbox {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .85);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

#video-lightbox.active {
	display: flex;
}

.video-inner {
	width: 90%;
	max-width: 900px;
	position: relative;
}

.video-inner iframe {
	width: 100%;
	aspect-ratio: 16/9;
	border: 0;
}

.close {
	position: absolute;
	top: -40px;
	right: 0;
	color: white;
	font-size: 30px;
	cursor: pointer;
	z-index: 10;
}

.gif-destra {
	transform: scaleX(-1);
}

.btn {
	overflow: hidden;
	width: auto;
	padding: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1em;
	background-color: #C20E1A;
	color: #fff;
	border-radius: 50px;
	margin: auto;
	border: none;
}

.btn-black {
	background-color: #000;
}

.btn span {
	color: white;
	font-size: 0;
}

.btn:hover {
	background-color: #C20E1A;
}

.btn-black:hover {
	background-color: #000;
}

.btn:hover span {
	font-size: 1.0em;
	padding-left: 10px;
	padding-right: 10px;
}

.btn:hover .ico {
	margin-left: 0px;
	transform: rotate(360deg);
}

.btn:hover .span {
	visibility: visible;
}

.ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	background-color: #C20E1A;
	color: #fff;
	width: 30px;
	height: 30px;
	padding: 5px;
	padding-bottom: 10px;
	border-radius: 20px;
	font-size: 2em;
	transform: rotate(-45deg);
}

.btn-black .ico {
	background-color: #000;
}

.btn * {
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-blog .btn {
	align-items: flex-end !important;
	margin: 0;
	margin-top: 10px;
	background: #fff !important;
	border: 1px solid #C20E1A;
}

/* btn inverse */
.btn-inverse .uagb-button__icon {
	display: none !important;
}

.btn-inverse .uagb-button__link {
	color: #C20E1A;
	font-size: 0;
	white-space: nowrap;
	padding: 0;
	background: #fff !important;
}

/* cerchio + freccia */
.btn-inverse .uagb-buttons-repeater::after {
	content: "→";
	font-size: 2em;
	color: #C20E1A;
	transform: rotate(-45deg);
	transition: .5s;
	background: #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background: transparent;
	padding-bottom: 3px;
}

.btn-inverse a {
	background-color: #fff !important;
}

.btn-blog .btn a:hover {
	box-shadow: none !important;
	border: none !important;
	background-color: transparent !important;
}

.btn-inverse:hover .uagb-button__link {
	font-size: 1em;
	padding: 0 10px 0 14px;
}

.btn-inverse:hover .uagb-buttons-repeater::after {
	transform: rotate(360deg);
}

.btn-inverse * {
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* end btn-inverse */

/* btn-footer-servizi */
.btn-footer-servizi .uagb-buttons-repeater::after {
	content: "→";
	font-size: 1.5em;
	color: #C20E1A;
	transform: rotate(90deg);
	transition: .5s;
	background: #fff !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background: transparent;
	padding-bottom: 3px;
}

.btn-footer-servizi:hover .uagb-buttons-repeater::after {
	transform: rotate(360deg);
}

/* end btn-footer-servizi */

/* Contenitore pulsante SureForms */
#srfm-submit-btn {
	display: inline-flex;
	align-items: center;
	background: #C20E1A;
	border-radius: 50px;
	padding: 6px;
	border: 1px solid #C20E1A;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

#srfm-submit-btn .srfm-submit-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0;
	padding-left: 0;
	transition: font-size 0.3s, padding 0.3s;
	white-space: nowrap;
}

/* Cerchio con freccia sempre visibile */
#srfm-submit-btn::after {
	content: "→";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #C20E1A;
	border-radius: 50%;
	color: white;
	font-size: 2em;
	transform: rotate(-45deg);
	transition: transform 0.5s;
}

#srfm-submit-btn:hover .srfm-submit-wrap {
	font-size: 1em;
	padding-left: 10px;
	padding-right: 5px;
}

#srfm-submit-btn:hover::after {
	transform: rotate(360deg);
}

#srfm-submit-btn * {
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.title-with-subtitle {
	margin-bottom: 30px !important;
	width: auto;
	max-width: max-content;
	text-align: left;
	margin-right: auto;
}

h3 {
	position: relative !important;
	width: auto !important;
}

.title-with-subtitle p {
	position: absolute !important;
	bottom: -70px;
	right: -40px;
}

.title-with-subtitle.title-newsletter p {
	right: -130px;
	bottom: -40px;
}

.title-with-subtitle.title-numeri p {
	right: -100px;
}

.ast-desktop .ast-primary-header-bar .main-header-menu>.menu-item {
	margin-right: 30px;
}

.ast-desktop .ast-menu-hover-style-underline>.menu-item>.menu-link:before,
.ast-desktop .ast-menu-hover-style-overline>.menu-item>.menu-link:before {
	bottom: 10px !important;
	height: 2px !important;
}

.blog-loop-home img {
	min-height: 30vh !important;
	width: auto;
}

/* Carousel video testimonianze */
.splide__slide {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.video-thumb-container {
	position: relative;
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
}

.video-thumb-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.video-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	color: white;
	transition: transform 0.3s ease;
	pointer-events: none;
	padding: 5px 20px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 5px;
}

.video-thumb-container:hover .video-icon {
	transform: translate(-50%, -50%) scale(1.2);
}

.video-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 10px;
	text-align: left;
}

.video-date {
	font-size: 14px;
	color: #666;
}

.video-title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-top: 5px;
}

.splide h2 {
	text-align: left;
	margin-bottom: 20px;
}

body .title-chi-siamo h3 {
	margin-bottom: -26px !important;
}

body .w100,
body .w100 img {
	width: 100% !important;
}

body .rounded-item,
body .rounded-item img {
	border-radius: 30px !important;
}

.link-no-color * {
	color: inherit !important;
}

.uagb-block-1591f93c .wp-block-uagb-image__figure {
	position: relative !important;
	width: 100% !important;
	padding-top: 100% !important;
	overflow: hidden !important;
}

.uagb-block-1591f93c .wp-block-uagb-image__figure img {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

body .uagb-block-d972e718 .uagb-google-map__iframe {
	height: 70vh;
	border-radius: 30px;
}

/* Pagina Progetti */
.project-box .uagb-loop-container {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 80px;
	justify-content: space-between !important;
}

.project-box .uagb-loop-post {
	width: 48% !important;
	height: 80vh;
	position: relative;
}

.project-box .uagb-loop-post-inner>.wp-block-uagb-container {
	position: relative;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 40px;
}

.project-box .uagb-loop-post h1,
.project-box .uagb-loop-post h2,
.project-box .uagb-loop-post h3,
.project-box .uagb-loop-post h4,
.project-box .uagb-loop-post h5,
.project-box .uagb-loop-post h6 {
	color: #fff;
	font-size: 40px;
	font-weight: 900;
	margin: 0;
	transform: translateY(30px);
	transition: all .4s ease;
}

.project-box .uagb-loop-post h1 a,
.project-box .uagb-loop-post h2 a,
.project-box .uagb-loop-post h3 a,
.project-box .uagb-loop-post h4 a,
.project-box .uagb-loop-post h5 a,
.project-box .uagb-loop-post h6 a {
	color: #fff;
	text-decoration: none;
}

.project-box .uagb-loop-post p {
	color: #fff;
	margin-top: 10px;
	opacity: 0;
	transform: translateY(30px);
	transition: all .4s ease;
}

@media(hover:hover) {

	.project-box .uagb-loop-post:hover h1,
	.project-box .uagb-loop-post:hover h2,
	.project-box .uagb-loop-post:hover h3,
	.project-box .uagb-loop-post:hover h4,
	.project-box .uagb-loop-post:hover h5,
	.project-box .uagb-loop-post:hover h6,
	.project-box .uagb-loop-post:hover p {
		transform: translateY(0);
	}

	.project-box .uagb-loop-post:hover p {
		opacity: 1;
	}
}

.project-box .uagb-loop-post:nth-child(even) {
	transform: translateY(80px);
}

.project-box .uagb-loop-container {
	gap: 50px !important;
}

@media(max-width:768px) {

	.project-box .uagb-loop-post {
		width: 100%;
		height: 50vh;
		transform: none !important;
	}

	.project-box .uagb-loop-post h1,
	.project-box .uagb-loop-post h2,
	.project-box .uagb-loop-post h3,
	.project-box .uagb-loop-post h4,
	.project-box .uagb-loop-post h5,
	.project-box .uagb-loop-post h6 {
		font-size: 26px;
		transform: none;
		z-index: 999 !important;
	}

	.project-box .uagb-loop-post p {
		opacity: 1;
		transform: none;
		z-index: 999 !important;
	}
}

.tab-progetti .uagb-loop-post {
	position: relative;
	overflow: hidden;
}

.tab-progetti .uagb-loop-post::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top,
			rgba(0, 0, 0, 0.75) 0%,
			rgba(0, 0, 0, 0.4) 45%,
			rgba(0, 0, 0, 0.1) 75%,
			rgba(0, 0, 0, 0) 100%);
	transition: background 0.4s ease-in-out;
	z-index: 5;
	pointer-events: none;
}

.tab-progetti .uagb-loop-post .wp-block-uagb-advanced-heading {
	position: relative;
	z-index: 10;
}

@media (hover:hover) {
	.tab-progetti .uagb-loop-post:hover::after {
		background: linear-gradient(to top,
				rgba(0, 0, 0, 0.85) 0%,
				rgba(0, 0, 0, 0.55) 50%,
				rgba(0, 0, 0, 0.2) 80%,
				rgba(0, 0, 0, 0) 100%);
	}
}

.project-box .project-box__image {
	position: relative;
	overflow: hidden;
}

.project-box .project-box__image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top,
			rgba(0, 0, 0, 0.7) 0%,
			rgba(0, 0, 0, 0.3) 25%,
			rgba(0, 0, 0, 0.1) 35%,
			rgba(0, 0, 0, 0) 100%);
	z-index: 1;
	pointer-events: none;
}

.project-box .project-box__image::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top,
			rgba(0, 0, 0, 0.75) 0%,
			rgba(0, 0, 0, 0.35) 30%,
			rgba(0, 0, 0, 0.15) 40%,
			rgba(0, 0, 0, 0) 100%);
	opacity: 0;
	transition: opacity 0.8s ease-in-out;
	z-index: 2;
	pointer-events: none;
}

@media (hover:hover) {
	.project-box .project-box__link:hover .project-box__image::before {
		opacity: 1;
	}
}

/* Gallery Progetto */
.gallery-progetto-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.gallery-progetto-wrapper .gallery-progetto-item {
	flex: 0 0 calc(50% - 15px);
	margin-bottom: 15px;
}

.gallery-progetto-wrapper .gallery-progetto-item img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
	object-fit: cover;
}

@media (max-width: 768px) {
	.gallery-progetto-wrapper .gallery-progetto-item {
		flex: 0 0 100%;
		margin-bottom: 15px;
	}
}

.post-type-archive-offerta_formativa .site-header,
.single-offerta_formativa .site-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.post-type-archive-offerta_formativa .ast-primary-header-bar,
.single-offerta_formativa .ast-primary-header-bar {
	background: none !important;
}

.carousel-servizi-box article {
	min-height: 50vh !important;
}

.immagine-quadrata-servizio figure {
	width: 500px;
}

.immagine-quadrata-servizio img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

@media (max-width: 667px) {
	.immagine-quadrata-servizio figure {
		width: 80%;
	}
}

.immagine-quadrata-glab figure {
	width: 100% !important;
}

.immagine-quadrata-glab img {
	width: 100% !important;
	aspect-ratio: 1 / 1 !important;
	object-fit: cover !important;
	height: auto !important;
}

@media (max-width: 667px) {
	.immagine-quadrata-glab figure {
		width: 100% !important;
	}
}

.blog .immagine-quadrata-glab img {
	border-radius: 30px;
}

.single-servizi .servizio-box h2,
.single-servizi .servizio-box h3,
.single-servizi .servizio-box h4,
.single-servizi .servizio-box h5,
.single-servizi .servizio-box h6,
.single-progetti .progetto-box h2,
.single-progetti .progetto-box h3,
.single-progetti .progetto-box h4,
.single-ptogetti .progetto-box h5,
.single-progetti .progetto-box h6,
.single-offerta_formativa .glab-box h2,
.single-offerta_formativa .glab-box h3,
.single-offerta_formativa .glab-box h4,
.single-offerta_formativa .glab-box h5,
.single-offerta_formativa .glab-box h6 {
	color: #C20E1A;
	font-weight: 600;
	padding-bottom: 0;
	margin-bottom: 10px;
}

body.single .uagb-slick-carousel {
	padding: 0 !important;
}

.single-offerta_formativa .ast-primary-header-bar.ast-header-sticked,
.post-type-archive-offerta_formativa .ast-primary-header-bar.ast-header-sticked {
	background-color: rgba(255, 255, 255, 0.6) !important;
}

body * {
	outline: none !important;
}

.entry-header.ast-no-title {
	display: none !important;
}

body .pagination-site .uagb-buttons-repeater.wp-block-button__link {
	padding: 10px !important;
	transition: ease-in-out .4s;
}

body .pagination-site .uagb-buttons-repeater.wp-block-button__link * {
	transition: ease-in-out .4s;
}

body .pagination-site .uagb-buttons-repeater.wp-block-button__link:hover .uagb-button__link {
	font-size: 34px;
}

body .pagination-site .wp-block-uagb-buttons-child.uagb-buttons__outer-wrap.uagb-block-11b66b9c {
	transition: ease-in-out .4s;
}

body .pagination-site .wp-block-uagb-buttons-child.uagb-buttons__outer-wrap.uagb-block-11b66b9c:hover {
	transform: translateX(10px) rotate(360deg);
}

body .pagination-site .wp-block-uagb-buttons-child.uagb-buttons__outer-wrap.uagb-block-5bd2757b {
	transition: ease-in-out .4s;
}

body .pagination-site .wp-block-uagb-buttons-child.uagb-buttons__outer-wrap.uagb-block-5bd2757b:hover {
	transform: translateX(-10px) rotate(-360deg);
}

body .breadcrumbs-glab {
	position: absolute !important;
	top: 110px !important;
}

body .breadcrumbs-glab a span {
	color: #C20E1A !important;
}

.post-type-archive-offerta_formativa .wp-block-uagb-loop-builder .wp-block-uagb-buttons .uagb-block-cf79d4de .uagb-buttons-repeater .uagb-button__link {
	transition: ease-in-out .4s !important;
}

.post-type-archive-offerta_formativa .wp-block-uagb-loop-builder .wp-block-uagb-buttons .uagb-block-cf79d4de .uagb-buttons-repeater .uagb-button__icon>svg {
	transition: ease-in-out .6s !important;
}

.wp-block-uagb-buttons .uagb-block-cf79d4de .uagb-buttons-repeater span {
	transition: ease-in-out .4s;
}

.wp-block-uagb-buttons .uagb-block-cf79d4de .uagb-buttons-repeater:hover span {
	transform: translateX(8px) rotate(-45deg) scale(1.4);
}

body .link-contatti a {
	color: #3D3D3C !important;
	transition: ease-in-out .4s;
}

body .link-contatti a:hover {
	color: #C20E1A !important;
}

body.single .title-with-subtitle-single h4 {
	margin-bottom: -23px !important;
	padding-bottom: 0;
}

body.single .title-with-subtitle-single p {
	padding-left: 70px !important;
}

body.single .title-with-subtitle-single-progetti p {
	padding-left: 85px !important;
}

body.single .title-with-subtitle-single-progetti h4 {
	margin-bottom: -26px !important;
}

.tab-progetti ul.uagb-tabs__panel li.uagb-tab a {
	border-right: 2px solid #3d3d3d;
	line-height: 1;
	transition: ease-in-out .4s;
}

.tab-progetti ul.uagb-tabs__panel li.uagb-tab a:hover {
	color: #C20E1A !important;
}

.tab-progetti ul.uagb-tabs__panel li.uagb-tab:last-child a {
	border: none !important;
	padding-right: 0 !important;
}

.tab-progetti ul.uagb-tabs__panel li.uagb-tab.uagb-tabs__active a {
	font-weight: 700 !important;
}

.carousel-servizi-box .uagb-post__image:before {
	background: linear-gradient(to top,
			rgba(0, 0, 0, 0.6) 0%,
			rgba(0, 0, 0, 0.25) 20%,
			rgba(0, 0, 0, 0.05) 40%,
			rgba(0, 0, 0, 0) 100%) !important;
	opacity: 1 !important;
	transition: opacity 0.4s ease-in-out;
}

.carousel-servizi-box .uagb-post__image:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top,
			rgba(0, 0, 0, 0.65) 0%,
			rgba(0, 0, 0, 0.3) 40%,
			rgba(0, 0, 0, 0.0) 100%);
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
	pointer-events: none;
	filter: blur(10px) brightness(50%);
}

.carousel-servizi-box .slick-slide:hover .uagb-post__image:after {
	opacity: .4;
}

.carousel-servizi-box .slick-slide .uagb-post__image img {
	transition: ease-in-out .6s;
	object-fit: cover !important;
	width: 105% !important;
	height: 105% !important;
}

.carousel-servizi-box .slick-slide:hover .uagb-post__image img {
	transform: scale(1.2);
	top: 0;
	left: 0;
}

.slick-slide .uagb-post__inner-wrap>.uagb-post__text:first-child {
	height: 100%;
	margin-bottom: 0;
	display: flex;
	align-items: flex-end;
	margin-top: 0 !important;
	padding-bottom: 30px !important;
	transition: ease-in-out .4s;
}

.carousel-servizi-box .slick-slide:hover .uagb-post__text {
	padding-bottom: 50px !important;

}

.button-radius .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link {
	border-radius: 30px !important;
	padding: 6px 15px !important;
}

.button-radius *,
.progetto-mese_button * {
	transition: ease-in-out .3s !important;
}

.button-radius span svg {
	display: none !important;
}

.button-radius span:after {
	content: "→";
	font-size: 1.5em;
	line-height: 1.5em;
	transform: rotate(-45deg);
	transition: ease-in-out .3s;
}

.button-radius:hover span:after {
	color: #C20E1A;
	transform: rotate(0);
}

.progetto-mese__button {
	border-radius: 30px !important;
	padding: 8px 20px 10px 22px !important;
	border: 1px solid #C20E1A;
	background: #C20E1A;
	color: #fff;
	line-height: 2em;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	margin-top: 20px;
}

.progetto-mese__button:hover {
	color: #C20E1A;
	background: transparent;
}

.progetto-mese__button span:after {
	content: "→";
	font-size: 1.5em;
	line-height: 1.5em;
	transform: rotate(-45deg);
	transition: ease-in-out .3s;
	margin-left: 10px;
	display: inline-block;
	color: #fff;
}

.progetto-mese__button:hover span:after {
	color: #C20E1A;
	transform: rotate(0);
}

/* progetto del mese */
.project-box__container {
	display: flex;
	flex-wrap: wrap;
}

.project-box__item {
	width: 100%;
	height: 70vh;
}

.project-box__image {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.project-box__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project-box__overlay {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 40px;
	color: #fff;
}

.project-box__title {
	margin: 0 0 10px 0;
	font-size: 40px;
	font-weight: 900;
	transform: translateY(30px);
	transition: all .4s ease;
	color: #ffffff;
}

.project-box__excerpt {
	opacity: 0;
	transform: translateY(30px);
	transition: all .4s ease;
}

@media (hover:hover) {

	.project-box__item:hover .project-box__title,
	.project-box__item:hover .project-box__excerpt {
		transform: translateY(0);
	}

	.project-box__item:hover .project-box__excerpt {
		opacity: 1;
	}

}

@media (max-width: 768px) {

	.project-box__item {
		height: 50vh;
	}

	.project-box__title {
		font-size: 26px;
		transform: none;
	}

	.project-box__excerpt {
		opacity: 1;
		transform: none;
	}

}

.progetto-mese .project-box__image {
	position: relative;
	overflow: hidden;
}

.progetto-mese .project-box__image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top,
			rgba(0, 0, 0, 0.75) 0%,
			rgba(0, 0, 0, 0.45) 45%,
			rgba(0, 0, 0, 0.08) 75%,
			rgba(0, 0, 0, 0) 100%);
	transition: background 0.4s ease-in-out;
	z-index: 1;
	pointer-events: none;
}

.progetto-mese .project-box__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 40px;
	z-index: 2;
	color: #fff;
}

@media (hover:hover) {
	.progetto-mese .project-box__link:hover .project-box__image::after {
		background: linear-gradient(to top,
				rgba(0, 0, 0, 0.8) 0%,
				rgba(0, 0, 0, 0.6) 50%,
				rgba(0, 0, 0, 0.15) 80%,
				rgba(0, 0, 0, 0) 100%);
	}

}

.progetto-mese .project-box__image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top,
			rgba(0, 0, 0, 0.7) 0%,
			rgba(0, 0, 0, 0.3) 25%,
			rgba(0, 0, 0, 0.1) 35%,
			rgba(0, 0, 0, 0) 100%);
	z-index: 1;
	pointer-events: none;
}

.progetto-mese .project-box__image::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top,
			rgba(0, 0, 0, 0.75) 0%,
			rgba(0, 0, 0, 0.35) 30%,
			rgba(0, 0, 0, 0.15) 40%,
			rgba(0, 0, 0, 0) 100%);
	opacity: 0;
	transition: opacity 0.5s ease;
	z-index: 2;
	pointer-events: none;
}

@media (hover:hover) {
	.progetto-mese .project-box__link:hover .project-box__image::before {
		opacity: 1;
	}
}

/* end progetto del mese */
body.post-type-archive-servizi .servizi-box-type figure img {
	transition: transform .4s ease-in-out;
}

.servizi-box-type .uagb-block-c0f409f1 {
	position: relative;
}

.servizi-box-type .uagb-block-c0f409f1 .wp-block-uagb-image__figure {
	overflow: hidden;
}

.servizi-box-type .uagb-block-c0f409f1 img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.5s cubic-bezier(.4, 0, .2, 1);
}

.servizi-box-type .uagb-block-c0f409f1:hover img {
	transform: scale(1.15);
}

* .h100 {
	height: 100% !important;
}

/* g-lab archive effetto box */
.loop-glab-archive .uagb-loop-post-inner {
	position: relative;
	overflow: hidden;
	transition: all .4s ease;
}

.loop-glab-archive .immagine-quadrata-glab .wp-block-uagb-image__figure {
	overflow: hidden;
	position: relative;
}

.loop-glab-archive .immagine-quadrata-glab img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform .6s cubic-bezier(.4, 0, .2, 1);
}

.loop-glab-archive .uagb-loop-post-inner:hover .immagine-quadrata-glab img {
	transform: scale(1.12);
}

.loop-glab-archive .uagb-block-a90284a6 a {
	transition: color .4s ease-in-out;
}

.loop-glab-archive .uagb-loop-post-inner:hover .uagb-block-a90284a6 a {
	color: #C20E1A;

}

.loop-glab-archive .wp-block-button__link {
	transition: all .3s ease-in-out;
}

.loop-glab-archive .uagb-loop-post-inner:hover .wp-block-uagb-buttons .uagb-block-cf79d4de .uagb-buttons-repeater .uagb-button__link {
	transition: ease-in-out .4s !important;
}

.loop-glab-archive .uagb-loop-post-inner:hover .wp-block-uagb-buttons .uagb-block-cf79d4de .uagb-buttons-repeater .uagb-button__icon>svg {
	transition: ease-in-out .6s !important;
}

.loop-glab-archive .wp-block-uagb-buttons .uagb-block-cf79d4de .uagb-buttons-repeater span {
	transition: ease-in-out .4s;
}

.loop-glab-archive .uagb-loop-post-inner:hover .wp-block-uagb-buttons .uagb-block-cf79d4de .uagb-buttons-repeater span,
.loop-glab-archive .uagb-loop-post-inner .wp-block-uagb-buttons .uagb-block-cf79d4de .uagb-buttons-repeater:hover span {
	transform: rotate(-45deg) scale(1.4);
	color: #C20E1A !important;
	fill: #C20E1A !important;
}

.loop-glab-archive .uagb-loop-post-inner:hover .wp-block-uagb-buttons .uagb-block-cf79d4de .uagb-buttons-repeater,
.loop-glab-archive .uagb-loop-post-inner .wp-block-uagb-buttons .uagb-block-cf79d4de .uagb-buttons-repeater:hover {
	color: #C20E1A !important;
}

/* end box glab */

/* STYLE SINGLE POST */
body.single-post .entry-content h2,
body.single-post .entry-content h3,
body.single-post .entry-content h4,
body.single-post .entry-content h5,
body.single-post .entry-content h6 {
	color: #C20E1A !important;
	font-size: 20px !important;
	margin-bottom: 10px !important;
	padding-bottom: 0 !important;
	font-weight: 700 !important;
}

body.single-post .entry-content h5 {
	color: var(--ast-global-color-1) !important;
	font-size: var(--ast-body-font-size);
}

body.single-post .entry-content p {
	margin-top: 0;
	padding-top: 0;
}

body.single-post .entry-content ul li {
	line-height: 1.3 !important;
	margin-bottom: 0 !important;
}

body.single-post .entry-content ul li a {
	color: inherit !important;
	text-decoration: underline;
}

/* -- blockquotes */
body.single-post .wp-block-uagb-blockquote.uagb-blockquote__skin-border.uagb-blockquote__stack-img-none blockquote {
	border-color: #C20E1A !important;
	border-left-style: solid;
	border-left-width: 10px;
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

body.single-post .wp-block-uagb-blockquote.uagb-blockquote__skin-border.uagb-blockquote__stack-img-none blockquote .uagb-blockquote__content {
	text-align: center;
	padding-left: 10%;
	padding-right: 10%;
	font-style: normal !important;
}

body.single-post blockquote .uagb-blockquote__author-wrap {
	display: none !important;
}

body.single-post .wp-block-quote,
body.single-post .wp-block-pullquote {
	border-left: 10px solid #C20E1A !important;
	margin-left: 0 !important;
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
}

body.single-post .wp-block-pullquote {
	margin: 0 !important;
	font-size: inherit !important;
	line-height: inherit;
	padding-top: 0;
	padding-bottom: 0;
}

body.single-post .wp-block-pullquote blockquote::before {
	display: none !important;
}

body.single-post .wp-block-pullquote blockquote {
	border: none !important;
}

body.single-post blockquote footer {
	display: none !important;
}

.carousel-altri-corsi .uagb-post__inner-wrap,
.carousel-altri-corsi .slick-slide>div>article {
	height: auto !important;
	display: flex;
	flex-direction: column;
}

.carousel-altri-corsi .slick-slide {
	height: auto !important;
}

.carousel-altri-corsi .uagb-post__image {
	width: 100%;
	aspect-ratio: 16 / 9;
	position: relative;
	overflow: hidden;
	display: block;
}

.carousel-altri-corsi .uagb-post__image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease-in-out;
}

.carousel-altri-corsi .uagb-post__image:hover img {
	transform: scale(1.15);
}

.carousel-altri-corsi .uagb-post__title.uagb-post__text {
	margin-top: 12px;
}

.carousel-altri-corsi .slick-prev,
.carousel-altri-corsi .slick-next {
	top: 50%;
	transform: translateY(-50%);
}

body.blog .immagine-quadrata-glab {
	overflow: hidden;
	border-radius: 30px;
}

body.blog .immagine-quadrata-glab img {
	transition: transform 0.4s ease-in-out;
	display: block;
}

body.blog .uagb-loop-post:hover .immagine-quadrata-glab img {
	transform: scale(1.15);
}

.blog-loop-home .wp-block-uagb-image {
	overflow: hidden;
}

.blog-loop-home .wp-block-uagb-image img {
	transition: transform 0.4s ease-in-out;
	display: block;
}

.blog-loop-home .uagb-loop-post:hover .wp-block-uagb-image img {
	transform: scale(1.15);
}

/* carousel altri progetti */
.altri-progetti .uagb-post__inner-wrap {
	height: 45vh !important;
	min-height: 45vh !important;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 40px;
}

.altri-progetti .slick-slide>div,
.altri-progetti article {
	height: 45vh !important;
}

.altri-progetti .uagb-post__image {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	z-index: 0;
}

.altri-progetti .uagb-post__image a,
.altri-progetti .uagb-post__image img {
	width: 100%;
	height: 100%;
	display: block;
}

.altri-progetti .uagb-post__image img {
	object-fit: cover;
}

.altri-progetti .uagb-post__inner-wrap::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top,
			rgba(0, 0, 0, 0.7) 0%,
			rgba(0, 0, 0, 0.3) 35%,
			rgba(0, 0, 0, 0.05) 65%,
			rgba(0, 0, 0, 0) 100%);
	z-index: 1;
	pointer-events: none;
}

.altri-progetti .uagb-post__inner-wrap::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top,
			rgba(0, 0, 0, 0.85) 0%,
			rgba(0, 0, 0, 0.6) 50%,
			rgba(0, 0, 0, 0.2) 80%,
			rgba(0, 0, 0, 0) 100%);
	opacity: 0;
	transition: opacity .4s ease;
	z-index: 2;
	pointer-events: none;
}

@media (hover:hover) {
	.altri-progetti .uagb-post__inner-wrap:hover::before {
		opacity: 1;
	}
}

.altri-progetti .uagb-post__title,
.altri-progetti .uagb-post__excerpt {
	position: relative;
	z-index: 3;
	color: #fff;
	max-width: 85%;
}

.altri-progetti .uagb-post__title {
	font-size: 40px;
	font-weight: 900;
	margin: 0;
	transform: translateY(15px);
	transition: transform .5s ease;
}

.altri-progetti .uagb-post__title a {
	color: #fff;
	text-decoration: none;
}

.altri-progetti .uagb-post__excerpt {
	margin-top: 6px;
	opacity: 0;
	transform: translateY(15px);
	transition: all .6s ease;
	line-height: 1.4;
}

@media (hover:hover) {

	.altri-progetti .uagb-post__inner-wrap:hover .uagb-post__title {
		transform: translateY(-10px);
	}

	.altri-progetti .uagb-post__inner-wrap:hover .uagb-post__excerpt {
		transform: translateY(-40px);
	}

	.altri-progetti .uagb-post__inner-wrap:hover .uagb-post__excerpt {
		opacity: 1;
	}
}

@media(max-width:768px) {

	.altri-progetti .uagb-post__inner-wrap {
		height: 45vh !important;
		padding: 25px;
	}

	.altri-progetti .uagb-post__title {
		font-size: 24px;
		transform: none;
	}

	.altri-progetti .uagb-post__excerpt {
		opacity: 1;
		transform: none;
	}
}

.altri-progetti .slick-slide {
	padding: 0 10px;
	box-sizing: border-box;
}

.altri-progetti .slick-list {
	margin: 0 -10px;
}

/* end carousel altri progetti */

.servizi-box-type .uagb-block-c0f409f1 .wp-block-uagb-image__figure {
	border-radius: 20px !important;
}

.menu-servizi-footer a {
	padding: 5px 8px !important;
}

.menu-servizi-footer li {
	text-align: center;
	border-radius: 10px !important;
	transition: background ease-in-out .3s, color ease .1s;
}

.menu-servizi-footer li:hover {
	background: #C20E1A !important;
	color: #fff !important;
}

.single-post .ast-breadcrumbs .trail-items li a[href*="/category/"] {
	display: none;
}

.single-post .ast-breadcrumbs .trail-items li a[href*="/category/"]+meta {
	display: none;
}

.single-post .btn-articolo a,
.single-post a[role='button'] {
	box-shadow: none !important;
	border: 1px solid #C20E1A !important;
	border-radius: 10px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	transition: ease-in-out .4s;
	min-width: 250px !important;
	font-size: 15px !important;
}

.single-post .btn-articolo a:hover {
	background: transparent !important;
	color: #C20E1A !important;
}

@media (max-width: 600px) {
	.hero-video {
		height: 28vh;
		width: 100%;
		min-height: 25vh;
	}

	.video-wrap {
		position: relative;
		overflow: hidden;
		height: 100%;
	}

	.video-wrap iframe {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 120%;
		height: 100%;
		transform: translate(-50%, -50%);
		object-fit: cover;
	}

	.title-with-subtitle.title-newsletter p {
		right: -40px;
		bottom: -50px;
	}

	body .menu-servizi-footer.wp-block-navigation {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 10px;
		align-items: flex-start;
		justify-content: center;
	}
	.menu-servizi-footer.wp-block-navigation .wp-block-navigation-item {
		width: 40%;
		justify-content: center;
		border: 1px solid #C20E1A;
		min-height: 80px;
	}

}
.single-post .site-primary-header-wrap a[role='button'] {
	border: none !important;
}

/* Mobile portrait */
@media (max-width: 767px) and (orientation: portrait) {
}

/* Mobile landscape */
@media (max-width: 767px) and (orientation: landscape) {
}


@media (min-width: 768px) and (max-width: 921px) {
	/* tablet Astra */
}

/* Tablet portrait */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) and (pointer: coarse) {
	/* tablet verticale reale */
}

/* Tablet landscape */
@media (min-width: 1025px) and (max-width: 1366px) and (orientation: landscape) and (pointer: coarse) and (hover: none) {
}