/*
Theme Name: WS-theme
Theme URI: https://www.watsonsolutions.it/
Author: Watson Solutions
Author URI: https://www.watsonsolutions.it/
Description: Watson solutions starter theme based on Underscore.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wstheme
This theme, like WordPress, is licensed under the GPL.
*/

/* 300 – Light */
@font-face {
	font-family: 'Roboto';
	src: url('Roboto-Light.woff2') format('woff2'),
		 url('Roboto-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('Roboto-LightItalic.woff2') format('woff2'),
		 url('Roboto-LightItalic.woff') format('woff');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

/* 400 – Regular */
@font-face {
	font-family: 'Roboto';
	src: url('Roboto-Regular.woff2') format('woff2'),
		 url('Roboto-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('Roboto-Italic.woff2') format('woff2'),
		 url('Roboto-Italic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

/* 500 – Medium */
@font-face {
	font-family: 'Roboto';
	src: url('Roboto-Medium.woff2') format('woff2'),
		 url('Roboto-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('Roboto-MediumItalic.woff2') format('woff2'),
		 url('Roboto-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

/* 600 – SemiBold */
@font-face {
	font-family: 'Roboto';
	src: url('Roboto-SemiBold.woff2') format('woff2'),
		 url('Roboto-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('Roboto-SemiBoldItalic.woff2') format('woff2'),
		 url('Roboto-SemiBoldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

/* 700 – Bold */
@font-face {
	font-family: 'Roboto';
	src: url('Roboto-Bold.woff2') format('woff2'),
		 url('Roboto-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('Roboto-BoldItalic.woff2') format('woff2'),
		 url('Roboto-BoldItalic.woff') format('woff');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

/* ANIMATIONS */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

body,
html {
    height: 100%;
    animation: fadeIn .8s ease-in-out;
    color: #000;
}

body {
    font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
}

.skip-link {
    display: none;
}

a:link {
    color: #831d21;
    text-decoration: none;
}
  
a:visited {
    text-decoration: none;
}
  
a:hover {
    text-decoration: none;
}
  
a:active {
    text-decoration: none;
}

.sq-grey-color {
    color: #9d9d9c;
}

h2.sq-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
}

/* BUTTON */
a.sq-btn {
	background: transparent;
	padding: 8px 14px;
	border: 3px solid #000000;
	color: #000000;
    font-size: 1.2rem;
    font-weight: 500;
	text-decoration: none;
	display: inline-block;
	transition: .3s;
}

span.sq-btn {
	background: transparent;
	padding: 8px 14px;
	border: 3px solid #000000;
	color: #000000;
    font-size: 1.2rem;
    font-weight: 500;
	text-decoration: none;
	display: inline-block;
	transition: .3s;
}

a.sq-btn:hover,
span.sq-btn:hover {
	padding: 8px 18px;
}

/* HEADER */
.site-header {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 100px;
    padding-right: 50px;
    z-index: 99;
}

.site-header.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.95);
}

img.logo-header {
    height: 75px;
    position: absolute;
    right: 50px;
    top: 13px;
}

.hamburger {
    display: none;
}

nav#site-navigation {
    margin-left: 50px;
}

nav#site-navigation ul {
    padding: 0;
    margin: 0;
}

nav#site-navigation ul li {
    display: inline-block;
    margin-right: 30px;
}

nav#site-navigation ul li a {
    color: #000;
}

nav#site-navigation ul li a:hover {
    color: #831d21;
}

nav#site-navigation ul li.current_page_item a {
	color: #831d21;
	font-weight: 700;
}

/* HOME */
/* HERO */
.sq-hero {
    background-color: #000;
	height: calc(100vh - 100px);
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 100px;
}

.sq-hero-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* FASCE */
.sq-you-brand-us,
.sq-lavori-hp,
.sq-brand-squee {
	padding: 50px 0;
    margin: 0 50px;
}

/* YOU BRAND US */
.sq-you-brand-us {
    position: relative;
    padding: 25px 50px;
    border: 3px solid #000;
    margin-top: 50px;
}

.sq-you-brand-us h2 {
    margin-bottom: 10px;
}

.sq-you-brand-us h2 span {
	color: #dbdbdb;
}

.sq-you-brand-us p {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 5px;
}

.sq-you-brand-us  a.sq-btn {
    position: absolute;
    right: 25px;
    bottom: 25px;
}

/* LAVORI HP */
.sq-lavori-hp {
    padding-top: 100px;
}

.sq-lavori-hp h2.sq-section-title {
    margin-bottom: 30px;
}

.sq-lavori-works {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sq-work {
	display: block;
    width: 49%;
	text-decoration: none;
    margin-bottom: 30px;
}

img.sq-work-img {
	height: auto;
	width: 100%;
	max-width: 100%;
}

.sq-single-lavori-hp-info {
    padding-top: 12px;
}

.sq-single-lavori-hp-info p {
    margin: 0 !important;
}

.sq-work-end  {
    position: relative;
	display: block;
    width: 49%;
    border: 3px solid #000;
    padding: 45px;
    margin-bottom: 30px;
}

.sq-work-end h2 {
    margin-bottom: 10px;
}

.sq-work-end h2 span {
    color: #dbdbdb;
}

.sq-work-end p {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 5px;
}

.sq-work-end  a.sq-btn {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

/* BRAND SQUEE */
.sq-brand-squee {
	position: relative;
	background: #1d1d1b;
	color: #fff;
    padding-top: 100px;
    padding-left: 75px;
    padding-right: 75px;
    padding-bottom: 150px;
    margin-left: 0;
    margin-right: 0;
}

.sq-brand-squee h2 {
    margin-bottom: 10px;
}

.sq-brand-squee h2 span {
    color: #585858;
}

.sq-brand-squee p {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 5px;
}

.sq-brand-img {
	max-width: 90%;
	height: auto;
	display: block;
	margin: 75px auto 0 auto;
}

.sq-brand-squee .sq-cta-btn {
	right: calc(68px + 5%);
	left: auto;
	bottom: 50px;
}

/* CTA */
.sq-cta {
	height: 700px;
	background-size: cover;
	background-position: top;
    background-repeat: no-repeat;
	position: relative;
}

a.sq-cta-btn {
	position: absolute;
	right: 50px;
	bottom: 50px;
    border-color: #fff;
    color: #fff;
}

/* LAVORI PAGINA */
.sq-lavori-page {
	margin: 150px 50px 50px 50px;
}

.sq-lavori-1 {
	padding: 20px 30px;
    border: 3px solid #000;
}

.sq-lavori-1 h1 {
	font-size: 2.25rem;
}

#sq-filtri-mobile {
	display: none;
}

.sq-filtri {
	margin-top: 30px;
	margin-bottom: 30px;
}

.sq-filtri span {
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	margin-right: 20px;
	cursor: pointer;
}

.sq-filtri span.sq-filtro.is-active {
	color: #831d21;
}

.sq-filtri-close-icon {
	display: none;
}

.sq-filtro {
	text-transform: uppercase;
	color: #9d9d9c;
}

#sq-lavori-container {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#sq-pagination {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 150px;
}

#sq-pagination .page-numbers {
	font-size: 1.2rem;
	border: 3px solid #000;
	padding: 6px 13px;
	margin: 4px;
}

#sq-pagination a.page-numbers {
	border: 3px solid #000;
	color: #000;
}


#sq-pagination .page-numbers.current {
	color: #831d21;
	border: 3px solid #831d21;
}

/* LAVORI - SINGLE */
.sq-gallery-slider {
	padding: 150px 0 0 50px;
}

.sq-gallery-slider .container-fluid {
	padding-right: 0;
}

.sq-gallery-slider .container-fluid .row {
	margin-right: 0;
}

.sq-gallery-slider .container-fluid .col-12 {
	padding-right: 0;
}

.sq-swiper-gallery .swiper-slide {
	width: auto;
}

.sq-slide-img {
	height: 550px;
	display: flex;
}

.sq-slide-img img {
	height: 100%;
	width: auto;
	display: block;
}

/* .sq-gallery-slider .swiper-button-next, 
.sq-gallery-slider .swiper-button-prev {
    color: #000;
	left: auto;
	right: 0;
	top: auto;
	bottom: 5px;
}

.sq-gallery-slider .swiper-button-prev {
	right: 30px;
}

.sq-gallery-slider svg {
    fill: #000;
	height: 20px;
} */

.swiper-button-prev::after,
.swiper-button-next::after {
    content: none; /* Rimuove il contenuto di default */
}

.swiper-button-prev svg,
.swiper-button-next svg {
	display: none; /* Rimuove il contenuto di default */
}

.swiper-button-prev,
.swiper-button-next {
	height: 25px;
	left: auto !important;
	right: 0 !important;
	top: 35px !important;
	bottom: auto !important;
}

.swiper-button-prev {
	right: 30px !important;
}

.swiper-button-prev img,
.swiper-button-next img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sq-single-lavori {
	position: relative;
    padding-top: 35px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.sq-single-lavori-info p {
    margin: 0 0 0 0;
}

.sq-single-lavori-info p span {
    display: inline-block;
    font-size: .8rem;
    width: 65px;
}

.sq-single-lavori h1 {
    font-size: 2rem;
    font-weight: 700;
    margin: 20px 0 15px 0;
}

.sq-single-lavori .sq-single-lavori-content p {
    text-align: justify;
    color: #9d9d9c;
}

.sq-single-lavori-after-content {
    padding-left: 50px;
    padding-right: 50px;
}

.sq-single-lavori-after-content-line {
	display: block;
	width: 100%;
	height: 3px;
	background-color: #000;
	margin: 20px 0;
}

.sq-single-lavori-after-content .post-navigation,
.sq-single-lavori-after-content .nav-links {
	display: inline-block;
}

.sq-single-lavori-after-content .nav-previous,
.sq-single-lavori-after-content .nav-next {
	display: inline-block;
	margin-right: 15px;
}

.sq-related-container {
	padding-top: 25px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.sq-related-container h2.sq-related {
    font-size: 2rem;
    font-weight: 700;
    margin: 30px 0 30px 0;
}
    
/* LIGHTBOX – GALLERY */

/* blocco scroll body */
body.sq-lightbox-open {
	overflow: hidden;
}

/* overlay */
.sq-lightbox {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.75);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 9999;
}

.sq-lightbox.is-open {
	opacity: 1;
	visibility: visible;
}

/* contenuto centrale */
.sq-lightbox-content {
	position: relative;
	max-height: 90vh;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.sq-lightbox.is-open .sq-lightbox-content {
	opacity: 1;
	transform: translateY(0);
}

/* immagine */
.sq-lightbox-content img {
	height: 90vh;
	width: auto;
	max-width: 90vw;
	display: block;
}

/* pulsante chiusura */
.sq-lightbox-close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: none;
	border: none;
	color: #fff;
	font-size: 32px;
	cursor: pointer;
	z-index: 2;
}

/* navigazione */
.sq-lightbox-nav {
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: flex;
	gap: 10px;
	z-index: 2;
}

.sq-lightbox-nav button {
	background: none;
	border: 2px solid #fff;
	color: #fff;
	padding: 8px 12px;
	cursor: pointer;
}

/* AGENZIA */
.sq-main-image-page {
	width: 100%;
	height: 850px;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 100px;
}

.sq-agenzia-page {
	margin: 50px 50px 150px 50px;
	overflow: hidden;
}

.sq-agenzia-logo-bg {
    position: fixed;
    width: 106%;
    left: 50%;
    top: 200px;
    transform: translate(-50%, 0);
    opacity: .05;
    z-index: -1;
}

.sq-agenzia-1 {
	padding: 20px 30px;
    border: 3px solid #000;
}

.sq-agenzia-1 h1 {
	font-size: 2.25rem;
}

.sq-agenzia-2 {
	display: flex;
}

.sq-agenzia-text {
	width: 50%;
	color: #9d9d9c;
	padding-top: 25px;
	margin-bottom: 100px;
}

.sq-agenzia-text h2,
.sq-agenzia-text ul {
	font-size: 1rem;
	margin: 0;
}

.sq-agenzia-text ul {
	padding-left: 15px;
	margin-bottom: 30px;
}

.sq-agenzia-video-metodo {
	width: 50%;
	display: flex;
	flex-direction: column;
    align-items: center;
	margin-top: 282px;
}

h2.sq-agenzia-video-title {
	display: inline-block;
	padding: 20px 30px;
    border: 3px solid #000;
	margin-bottom: 25px;
}

.sq-video-vertical {
  aspect-ratio: 9 / 16;
  height: 600px;          /* riferimento principale */
  max-width: 360px;       /* larghezza tipo smartphone */
  /* margin: 0 auto; */
  overflow: hidden;
}

.sq-video-vertical video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sq-video-horizontal {
	aspect-ratio: 16 / 9;
	width: 100%;
	max-width: 960px; /* più piccolo 720px */
	overflow: hidden; 
}

.sq-video-horizontal video {
	width: 100%;
	height: 100%;
	object-fit: cover;  /* per “contain”, cambia qui */
	display: block;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sq-agenzia-video-1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -150px;
}

.sq-agenzia-video-2 {
	display: flex;
	flex-direction: column;
    align-items: flex-end;
	margin-top: 75px;
}

.sq-agenzia-video-3 {
	display: flex;
	flex-direction: column;
    align-items: flex-start;
	margin-top: 75px;
}

.sq-agenzia-video-4 {
	display: flex;
	flex-direction: column;
    align-items: flex-end;
	margin-top: 100px;
}

.sq-agenzia-video-4-1 {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	gap: 35px
}	

.sq-agenzia-video-4-2 {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	gap: 35px;
	margin-top: 35px; 
}

.sq-agenzia-video-5 {
	display: flex;
    align-items: flex-start;
    margin-top: 100px;
    flex-direction: column;
}

.sq-agenzia-video-5-1 {
	display: flex;
    flex-direction: row;
    align-items: flex-start;	
	gap: 35px;
}

/* CONTATTI */
.sq-contatti-page {
	margin: 50px 50px 150px 50px;
}

.sq-contatti-1 {
	padding: 20px 30px;
    border: 3px solid #000;
}

.sq-contatti-1 h1 {
	font-size: 2.25rem;
}

.sq-contatti-text {
	width: 50%;
	color: #9d9d9c;
	padding-top: 50px;
	margin-bottom: 100px;
}

.sq-contatti-text a {
	color: #9d9d9c;
}

.sq-contatti-form {
	width: 50%;
	margin-bottom: 100px;
}

.sq-contatti-form p {
	margin: 0;
}

.sq-contatti-form br {
	display: none;
}

input.sq-form-input,
input.sq-form-email,
textarea.sq-form-textarea {
	width: 100%;
	border: 1px solid #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input.sq-form-input,
input.sq-form-email {
	height: 45px;
	padding: 0 15px;
	margin-top: 15px;
}

input.sq-form-input {
	margin-top: 0;
}

textarea.sq-form-textarea {
	padding: 15px;
	margin-top: 15px;
}

input.sq-form-input::placeholder,
input.sq-form-email::placeholder,
textarea.sq-form-textarea::placeholder {
  color: #9d9d9c !important;
  opacity: 1 !important; /* importante per Firefox */
}

.sq-contatti-form .wpcf7-acceptance span {
	font-size: 0.9rem;
}

.sq-contatti-form .wpcf7-list-item {
	margin-left: 0;
}

.sq-form-btn {
	background-color: #000;
	color: #fff;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 45px;
	margin-top: 20px;
}

.wpcf7 form .wpcf7-response-output {
	margin: 25px 0 0 0;
	color: #831d21;
	padding: 0;
	border: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #fff;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: none;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: none;
}

.wpcf7-not-valid-tip {
    color: #ff2424;
    font-size: .9rem;
}

.sq-contatti-images {
	display: flex;
	gap: 30px;
	margin-bottom: 30px;
}

.sq-contatti-images img {
	width: calc(50% - 15px);
	height: auto;
	display: block;
}

/* 404 */
.container-404 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.container-404 h2,
.container-404 h3 {
    font-size: 1.5rem;
}

/* FOOTER */
.site-footer {
    background-color: #1d1d1b;
	color: #fff;
    padding-top: 150px;
    padding-bottom: 75px;
}

.site-footer a {
	color: #fff;
}

.site-footer p {
	line-height: 1.3;
	margin: 0;
}

p.sq-footer-title {
	font-weight: 700;
}

.sq-footer-social {
	display: flex;
	margin-top: 25px;
}

.sq-footer-social img {
	height: 35px;
	margin-right: 10px;
}

img.sq-footer-logo {
	height: 75px;
	margin: 0 0 0 auto;
}

/* MOBILE */
@media only screen and (max-width: 767px) {

	.sq-hero {
		height: calc(50vh - 100px);
	}

	a.sq-btn:hover,
	span.sq-btn:hover {
		padding: 8px 14px;
	}

	.site-header {
		padding-right: 15px;
	}

	nav#site-navigation {
		margin-left: 25px;
	}

	nav#site-navigation ul li {
		margin-right: 15px;
	}

	img.logo-header {
		height: 60px;
		right: 15px;
		top: 22px;
	}

	.sq-you-brand-us,
	.sq-lavori-hp,
	.sq-brand-squee {
		padding: 25px 0;
		margin: 0 25px;
	}

	.sq-you-brand-us {
		padding: 25px 25px 100px 25px;
		margin-top: 25px;
	}

	.sq-lavori-hp {
		padding-top: 50px;
	}

	.sq-work {
		width: 100%;
	}

	.sq-work-end {
		width: 100%;
		height: auto !important;
		padding: 25px 25px 75px 25px;
		margin-bottom: 30px;
	}

	.sq-brand-squee {
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 50px;
		padding-bottom: 100px;
		margin-left: 0;
		margin-right: 0;
	}

	.sq-brand-img {
		max-width: 100%;
		margin: 25px auto 0 auto;
	}

	.sq-brand-squee .sq-cta-btn {
		right: 25px;
		bottom: 25px;
	}

	.sq-cta {
		height: 350px;
	}

	a.sq-cta-btn {
		right: 15px;
		bottom: 15px;
	}

	.site-footer {
		padding-top: 40px;
		padding-bottom: 50px;
		padding-left: 30px;
		padding-right: 30px;
	}

	p.sq-footer-title {
		margin-top: 35px;
	}

	img.sq-footer-logo {
		height: 65px;
		margin: 15px 0 0 auto;
	}

	.sq-lavori-page {
		margin: 100px 25px 50px 25px;
	}

	.sq-lavori-1 {
		position: relative;
		padding: 20px 30px 60px 30px;
		margin-bottom: 50px;
	}

	.sq-lavori-1 h1 {
    	font-size: 2rem;
	}

	.sq-filtri {
		display: none;
		flex-direction: column;
        align-items: center;
        justify-content: center;		
		position: fixed;
		height: 0;
		width: 100%;
		left: 0;
		top: 100px;
		background-color: #831d21;
		color: #585858;
		margin: 0;
		transition: .3s;
	}

	.sq-filtri-mobile-open {
		display: flex;
		height: calc(100% - 100px);
	}

	.sq-filtri span {
		margin-right: 0;
		margin-top: 6px;
		margin-bottom: 6px;
	}

	span.sq-filtri-label {
		color: #fff;
		margin-bottom: 40px;
	}

	.sq-filtri span.sq-filtro.is-active {
		color: #fff;
	}

	.sq-filtri-close-icon {
		display: block;
		position: absolute;
		right: 15px;
		top: 15px;
		width: 30px;
		height: 30px;
		cursor: pointer;
	}

	.sq-filtri-close-icon::before,
	.sq-filtri-close-icon::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		height: 3px;
		background-color: white;
	}

	.sq-filtri-close-icon::before {
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.sq-filtri-close-icon::after {
		transform: translate(-50%, -50%) rotate(-45deg);
	}	

	a#sq-filtri-mobile {
		display: block;
		position: absolute;
		right: 15px;
		bottom: 15px;
	}

	.sq-main-image-page {
		width: 100%;
		height: 300px;
	}

	.sq-agenzia-page {
		margin: 50px 25px 100px 25px;
	}	

	.sq-agenzia-1 h1 {
		font-size: 2rem;
	}	

	.sq-agenzia-2 {
		flex-direction: column;
	}

	.sq-agenzia-text {
    	width: 100%;
		margin-bottom: 0;
	}

	.sq-video-vertical {
		height: 570px;
	}

	.sq-agenzia-video-metodo {
		width: 100%;
		margin-top: 50px;
	}	

	.sq-agenzia-video-1 {
		width: 100%;
		margin-top: 50px;
	}

	.sq-agenzia-video-4 {
		align-items: center;
	}

	.sq-agenzia-video-4-1,
	.sq-agenzia-video-4-2 {
		gap: 0;
		flex-direction: column;
	}

	.sq-agenzia-video-4-1 .sq-video-vertical,
	.sq-agenzia-video-4-2 .sq-video-vertical {
		margin-top: 50px;
	}

	.sq-contatti-page {
		margin: 25px 25px 100px 25px;
	}

	.sq-contatti-1 h1 {
		font-size: 2rem;
	}	

	.sq-contatti-text {
		width: 100%;
		margin-bottom: 50px;
	}

	.sq-contatti-form {
		width: 100%;
		margin-bottom: 50px;
	}	

	.sq-contatti-images {
		gap: 30;
		flex-direction: column;
	}

	.sq-contatti-images img {
		width: 100%;
	}	

	.sq-gallery-slider {
		padding: 100px 0 0 25px;
	}

	.sq-single-lavori {
		padding-left: 25px;
		padding-right: 25px;
	}	

	.sq-single-lavori-after-content {
		padding-left: 25px;
		padding-right: 25px;
	}	

	.sq-related-container {
		padding-left: 25px;
		padding-right: 25px;
	}	

}