/*
Theme Name: Sws-Theme-Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


:root {
	--color-acid-green: #1cff36;
}


/**** Font *****/
@font-face {
    font-family: 'Creato Display';
    src: url('./fonts/Creato Display/CreatoDisplay-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Creato Display';
    src: url('./fonts/Creato Display/CreatoDisplay-BoldItalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Creato Display';
    src: url('./fonts/Creato Display/CreatoDisplay-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Creato Display';
    src: url('./fonts/Creato Display/CreatoDisplay-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Creato Display';
    src: url('./fonts/Creato Display/CreatoDisplay-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Creato Display';
    src: url('./fonts/Creato Display/CreatoDisplay-RegularItalic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Creato Display';
    src: url('./fonts/Creato Display/CreatoDisplay-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Creato Display';
    src: url('./fonts/Creato Display/CreatoDisplay-ThinItalic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

/* Applicazione del font */
body {
    font-family: 'Creato Display', sans-serif;
}


/* Headings in Bold */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Creato Display', sans-serif;
    font-weight: bold;
}

/* Paragrafi in Regular */
p {
    font-family: 'Creato Display', sans-serif;
    font-weight: regular;
	letter-spacing: -0.02rem;
}

p.body-copy {
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.1;
}


/**** END Font *****/

/*** Cursor ***/

.home {
	cursor: none;
}



/*************** TOPBAR ***************/


.header-wrapper #top-bar>.container {
	padding: 0 !important;
	max-width: 100% !important;
}

.header-wrapper #top-bar>.container>.flex-left,
.header-wrapper #top-bar>.container>.flex-right {
	display: none !important;
}

.header-wrapper #top-bar>.container>.flex-center {
	width: 100%;
}

#top-bar .topbar {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 40px;
	background: var(--color-acid-green);
	color: #000;
	overflow: hidden;
}

#top-bar .topbar .marquee-wrapper {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	animation: scroll-left 40s linear infinite;
}

#top-bar .topbar .marquee-content {
	font-weight: 300;
	white-space: nowrap;
}

#top-bar .topbar .marquee-content:nth-child(odd),
#top-bar .topbar .marquee-content .separator {
	font-weight: 600;
}

#top-bar .topbar .marquee-content .separator {
	margin: 0 1rem;
}

#top-bar .topbar a {
	color: #000;
	text-decoration: none;
}

#top-bar .topbar a:hover {
	color: #000;
}

@keyframes scroll-left {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}


/*************** NAVBAR  ***************/


#masthead {
	padding: 2rem 0;
	height: auto;
	
	@media (min-width: 850px) {
		padding: 5rem 0;
	}
}

#masthead .header-inner {
	align-items: flex-start;
}

#masthead ul.header-nav {
	display: flex !important;
	flex-direction: column !important;
	align-items: end;
	font-size: 3rem;
	text-align: right;
	line-height: 1;
}

#header:not(.transparent) #masthead ul.header-nav {
	font-size: 2rem;
}

#masthead .menu-item {
	margin: 0;
}

#masthead .menu-item>a {
	padding: 0;
	margin: 0;
	color: #fff !important;
	line-height: 1;
	text-align: right;
	font-weight: 300;
	opacity: .65;
}

#masthead .menu-item>a:hover{
	opacity: 1;
}


/*************** GREEN  ***************/


.green {
	font-size: 5rem;
	font-weight: 350;
	transition: all .3s ease-in-out;
}

.green:hover {
	background: -webkit-linear-gradient(#FFFFFF, #1CFF36);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}


/*************** HOME PAGE CARDS ***************/

.custom-card .bg {
	transition: all 1s cubic-bezier(.25,.46,.45,.94);
}

.custom-card section:hover .bg {
	transform: scale(1.2);
	opacity: .75;
	filter: blur(10px);
}


/*************** TEAM NAVIGATION ***************/

.custom-team-navigation {
	display: flex;
	gap: .5rem;
	margin-top: .75rem;
	padding-right: .25rem;
	padding-left: .25rem;
}

.custom-team-navigation button {
	all: initial;
}

.custom-team-navigation .left,
.custom-team-navigation .right {
	display: inline-block;
	padding: .5rem;
	color: white;
	font-size: 0;
	border: solid 1px currentColor;
	border-radius: 9999rem;
	transition: all .2s ease-in-out;
	cursor: pointer;
	opacity: .6;
}

.custom-team-navigation .left:hover,
.custom-team-navigation .left:active,
.custom-team-navigation .right:hover,
.custom-team-navigation .right:active {
	background-color: var(--color-acid-green);
	border-color: var(--color-acid-green);
	transform: scale(1.1);
	opacity: 1;
}

.custom-team-navigation .left::before {
	content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLW1vdmUtbGVmdC1pY29uIGx1Y2lkZS1tb3ZlLWxlZnQiPjxwYXRoIGQ9Ik01IDYuNjY3IDEuNjY3IDEwIDUgMTMuMzMzTTEuNjY3IDEwaDE2LjY2NyIvPjwvc3ZnPg==');
	transition: filter .2s ease-in-out;
}

.custom-team-navigation .right::before {
	content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1tb3ZlLXJpZ2h0LWljb24gbHVjaWRlLW1vdmUtcmlnaHQiPjxwYXRoIGQ9Ik0xNSA2LjY2NiAxOC4zMzQgMTAgMTUgMTMuMzM0TTEuNjY2IDEwaDE2LjY2NiIvPjwvc3ZnPg==');
	transition: filter .2s ease-in-out;
}

.custom-team-navigation .left:hover::before,
.custom-team-navigation .left:active::before,
.custom-team-navigation .right:hover::before,
.custom-team-navigation .right:active::before {
	filter: invert(1);
}


/*************** ACCORDION  ***************/


.accordion-title {
	display: flex;
	align-items: center;
	padding: 1rem 1rem;
	font-size: 1.5rem;
	font-weight: bold;
}

.accordion-title>span {
	order: 1;
}

.accordion-item .toggle {
	display: flex;
	align-items: center;
  	justify-content: center;
	order: 2;
	position: relative;
	margin-right: 0;
	margin-left: auto;
	top: 0;
	width: auto !important;
	min-width: initial;
	max-width: initial;
	height: auto !important;
	min-height: initial;
	max-height: initial;
	font-size: 1rem;
	opacity: 1;
	transform-origin: 50% 50%;
}

.accordion-title .toggle>.icon-angle-down {
	display: flex;
	align-items: center;
  	justify-content: center;
	top: 0;
	color: var(--color-acid-green);
}

.accordion-title .toggle>.icon-angle-down::before {
	content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMxY2ZmMzYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1wbHVzLWljb24gbHVjaWRlLXBsdXMiPjxwYXRoIGQ9Ik01IDEyaDE0Ii8+PHBhdGggZD0iTTEyIDV2MTQiLz48L3N2Zz4=');
	font-family: sans-serif;
	font-size: 0;
}

.accordion-title.active>.toggle {
	transform: rotate(-135deg);
}

.accordion-title.active>span {
	color: var(--color-acid-green);
}

.accordion-inner {
	padding: 1rem;
}

.accordion>.accordion-item:last-child {
	border-bottom: 1px solid #ddd;
}

/*************** WORKS  ***************/

.header-portfolio {
	
}

.back-to-btn {
	display: inline-flex;
	align-items: center;
	gap: .25rem;
	font-size: 1.2rem;
	text-decoration: underline;
	opacity: .65;
	transition: all .2s ease-in-out;
}

.back-to-btn:hover {
	opacity: 1;
}

.back-to-btn:hover>.arrow-left,
.back-to-btn:hover>.arrow-right {
	filter: brightness(1);
}

.back-to-btn>.arrow-left,
.back-to-btn>.arrow-right {
	font-size: 0;
	filter: brightness(10);
	transition: filter .2s ease-in-out;
}

.back-to-btn>.arrow-left::before {
	content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMxY2ZmMzYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWFycm93LWxlZnQtaWNvbiBsdWNpZGUtYXJyb3ctbGVmdCI+PHBhdGggZD0ibTEyIDE5LTctNyA3LTdtNyA3SDUiLz48L3N2Zz4=');
}

.back-to-btn>.arrow-right::before {
	content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMxY2ZmMzYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWFycm93LWxlZnQtaWNvbiBsdWNpZGUtYXJyb3ctbGVmdCIgdHJhbnNmb3JtPSJzY2FsZSgtMSAxKSI+PHBhdGggZD0ibTEyIDE5LTctNyA3LTdtNyA3SDUiLz48L3N2Zz4=');
}

.works {
	position: relative;
	z-index: 999;
}



	@media (min-width: 850px) {
.works2 {
	width: 55vw;
}
}

/*************** BLOG  ***************/

.latest-posts-slider {
	padding-left: 15px;
	padding-right: 15px;
	
	@media (min-width: 1370px) {
		padding-left: calc((100% - 1340px) / 2);
	}
}

.latest-posts-slider .flickity-viewport {
	overflow: visible;
}

.latest-posts-slider .flickity-slider>section {
	align-items: stretch;
	margin-right: 1rem;
	margin-left: 1rem;
	padding: 1.75rem !important;
}

.latest-posts-slider .flickity-slider>section:first-child {
	margin-left: 0;
}

.latest-posts-slider .stack {
	height: 100%
}

.latest-posts-slider .stack>div:has(.post-excerpt) {
	margin-top: auto !important;
}

.latest-posts-slider .post-title {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.2;
	text-transform: uppercase;
}

.latest-posts-slider .post-excerpt {
	width: 80%;
	font-size: 1.1rem;
}

.latest-posts-slider .post-permalink {
	text-decoration: underline !important;
}

.blog ul.header-nav {
	font-size: 2rem;
	line-height: 2.6rem;
}

.post-template-default ul.header-nav {
	font-size: 2rem;
	line-height: 2.6rem;
}


/*************** FOOTER  ***************/
.ux-menu-link__link {
	display: block;
}

.f-white {
	color: white;
	opacity: 0.65;
}


.f-white:hover {
	color: white;
	opacity: 1;
}


/*************** HOME MAGAZINE  ***************/

.post-date {
	color: white;
	margin-top: 20px;
	margin-bottom: 0px;
	opacity: 0.65;
}

.post-title a{
	color: white;
	text-transform: uppercase;
	font-weight: 400;
}

.post-title a:hover{
	color: #1CFF36;
}


.post-thumbnail {
	overflow: hidden;
}

.post-thumbnail img{
	height: 45vh;
	object-fit: cover;
	transition: 0.3s;
}

.post-thumbnail img:hover{
	transform: scale(1.1);
	transition: 0.6s;
	filter: brightness(0.6);
}


/*************** PORTFOLIO  ***************/

.portfolio-box-title {
    text-decoration: none;
    font-size: 2.5rem;
    opacity: 1;
    text-shadow: none;
	margin-top: 70px;

}

/*.portfolio-box-category {
	display: none;
}
*/
.button {
	text-transform:lowercase;
    text-decoration: underline;
	font-weight: 400;
	margin:0;
}


.button span{
    text-decoration: underline;
}

.button span:hover{
	color:white
opacity:1;
}



/**** Slider competenze (visibile solo da mobile) ****/
.competenze-mobile-slider .stack p, .competenze-mobile-slider .stack  h2{
    margin-bottom: 0;

}
/**** END Slider competenze (visibile solo da mobile) ****/
/*** Mobile menu ***/
.mobile-sidebar .nav-vertical>li>a {
  padding-bottom: 7px !important; 
    padding-top: 7px !important; 
	color: black !important;
}
.mfp-bg.off-canvas-center:not(.dark) {
    background-color: rgb(238, 238, 238) !important;
    opacity: 1;
}

.off-canvas-center:not(.dark) .mfp-close {
    color: rgb(2 2 2) !important;
	opacity: 1 !important;
}
.competenze-mobile-slider .flickity-viewport{
    height: 370px !important;
}
.competenze-mobile-slider .section{
 
    height: 370px !important;
}
.competenze-mobile-slider .section-content{
    height: 100%;
}
.competenze-mobile-slider .section-content .row:last-child{
    position: absolute;
    bottom: 0;
}
/*** Accordion Portfolio ***/
.accordion-portfolio-cat{

    font-size: 12px !important;
    opacity: 0.8 !important;
    padding: 0.2rem 0.5rem !important;
    border: 1.4px solid #bebebe !important;
    border-radius: 30rem;	
}
.works-accordion-section .accordion .accordion-title, .works-accordion-section .accordion .accordion-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;

}

.strumenti-section-parallax-slide.sticky-section{
    padding-left: 7% !important;
    padding-right: 7% !important;
}
.strumenti-back-to-home-btn{
    position: fixed;
    top: 2%;
    left: 1.2%;
    font-size: 10px !important;
}
.strumenti-back-to-home-btn a{
    font-size: 1.1rem !important;
}




.strumenti-back-to-home-btn-test{
    position: fixed;
    top: 5rem;
    left: -12rem;
    font-size: 10px !important;
    width: 15rem;
    height: 4rem;
    background-color: rgba(255, 255, 255, 0.40);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9rem;
    color: white !important;
    transition: all .4s ease-in-out;

}
.strumenti-back-to-home-btn-test a{
        color: #1cff36;
        text-decoration: none;
}

.strumenti-back-to-home-btn-test:hover{
     left: 0%;
}

.page-template:has(.strumenti-back-to-home-btn-test:hover) .strumenti-back-to-home-btn-test::after{
      filter: none !important;

}

.strumenti-back-to-home-btn-test::after{
    pointer-events: none;
    content: url();
    position: absolute;
height: 50%;
width: 2.5rem;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMxY2ZmMzYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWFycm93LWxlZnQtaWNvbiBsdWNpZGUtYXJyb3ctbGVmdCI+PHBhdGggZD0ibTEyIDE5LTctNyA3LTdtNyA3SDUiLz48L3N2Zz4=);
background-repeat: no-repeat;
background-size: contain;

    right: 0;
filter: grayscale(100%) brightness(200%) contrast(275%) invert(2%);
-webkit-filter: grayscale(100%) brightness(200%) contrast(275%) invert(2%);
-moz-filter: grayscale(100%) brightness(200%) contrast(275%) invert(2%);
transition: all .4s ease-in-out;
}



.works-accordion-section h3{
    font-size: 2.2rem !important;
}

@media only screen and (max-width: 550px) {
 .works-accordion-section h3{
    font-size: 1.7rem !important;
}
}

.works-accordion-section {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media screen and (max-width: 550px) {
 .strumenti-back-to-home-btn a{
    font-size: 0.9rem !important;
}
}

/** Footer **/
@media only screen and (max-width: 550px) {
 .footer-menu-col .ux-menu-link{
    text-align: center;
}
}
#footer a.ux-menu-link__link:hover{
    color: #1cff36;
	opacity: 1;
}


/** END Footer **/



/*** Filtro Magazine ***/
.magazine-filter-slider{
    height: 120px;

}

.magazine-filter-slider .slider {
    height: 100%;
display: flex;
align-items: center;
}

.row:has(.magazine-filter-slider){

}


.magazine-filter-slider .flickity-viewport, .flickity-slider{
    height: 100% !important;
    display: flex !important;
align-items: center;
} 
.magazine-filter-slider .flickity-slider > .row{
    padding-right: 0px;
    
}


body:has(.magazine-filter-slider) .blog-wrapper{
    background-color: #fff;
  
}
body:has(.magazine-filter-slider) .magazine-title{
    color: black !important;
}
body:has(.magazine-filter-slider) .back-to-btn.mb-half, .arrow-left{
    color: grey;

}

body:has(.magazine-filter-slider) .slider-row{
    border-top: 2px solid rgba(210, 210, 210, 1);
;
}

.magazine-filter-slider .flickity-slider > .row::after{
content: "";
height: 35px;
width: 1px;
position: absolute;
background-color: rgba(210, 210, 210, 1);
bottom: 90%;
right: 0;
}
.magazine-filter-slider .flickity-slider > .row::before{
content: "";
height: 35px;
width: 1px;
position: absolute;
background-color: rgba(210, 210, 210, 1);
bottom: 90%;
left: 0;

}

.magazine-filter-slider .flickity-slider > .row:last-child::after{
    width: 2px;
}
.magazine-filter-slider .flickity-slider > .row:first-child::before{
    width: 2px;
}




.magazine-filter-slider .flickity-slider > .row > .col{
    padding-top: 1rem !important;

}

.magazine-filter-slider .flickity-slider > .row.is-selected > .col .filtro-magazine-single{
    background-color: black;
    color: white;
}

.magazine-filter-slider .flickity-slider > .row > .col .filtro-magazine-single{
transition: all .3s ease-in-out;
 width: 80px;
    height: 80px !important;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: black;

}

@media screen and (max-width: 850px) {
 .magazine-filter-slider .flickity-slider > .row > .col .filtro-magazine-single{

 width: 70px;
    height: 70px !important;
font-size: .6rem;
}
.magazine-filter-slider .flickity-slider > .row > .col{
    padding-top: 0rem !important;

}


}

@media screen and (max-width: 550px) {
 .magazine-filter-slider .flickity-slider > .row > .col .filtro-magazine-single{

 width: 70px;
    height: 70px !important;
font-size: .6rem;
}
}


.magazine-filter-slider .slider-style-container .flickity-slider>:not(.is-selected){
	opacity: 1 !important;
}

body:has(.magazine-filter-slider) #post-list .post-item .post-content{
    position: absolute;
    bottom: 0;
    background-color: rgba(11, 11, 11, .9);
    width: 100%;
    height: 0%;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition: all .4s ease-in-out;
    overflow: hidden;
}

body:has(.magazine-filter-slider) #post-list .post-item {
    position: relative;
    bottom: 0;

}

body:has(.magazine-filter-slider) #post-list .post-item:hover .post-content{
    height: 30%;
    opacity: 1;
}

body:has(.magazine-filter-slider) #post-list .post-item{
    height: 550px;
}
body:has(.magazine-filter-slider) #post-list .post-item .post-thumbnail, .post-item .post-thumbnail *{
    height: 100% !important;
    object-fit: cover !important;
}




@media screen and (max-width: 850px) {
 body:has(.magazine-filter-slider) #post-list .post-item{
    height: 350px;
}

 body:has(.magazine-filter-slider) #post-list .post-item{
    height: 450px;
}

 body:has(.magazine-filter-slider) #post-list .post-item .post-date{
     font-size: 13px;
     font-weight: 200;
 }
  body:has(.magazine-filter-slider) #post-list .post-item .post-title{
     font-size: 1rem;

 }
}




.slider-row .magazine-slide-left{
 width: 50px;
 height: 50px;

 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
background-image: url(/wp-content/uploads/2025/05/left-arrow.png);
background-size: 15px;
background-position: center;
background-repeat: no-repeat;
transition: all .25s ease-in-out;
cursor: pointer;
}

.slider-row .magazine-slide-right{
 width: 50px;
 height: 50px;

 position: absolute;
 right: 0;
 top: 50%;
 transform: translateY(-50%);
background-image: url(/wp-content/uploads/2025/05/right-arrow.png);
background-size: 15px;
background-position: center;
background-repeat: no-repeat;
transition: all .25s ease-in-out;
cursor: pointer;
}

.slider-row .magazine-slide-right:hover, .slider-row .magazine-slide-left:hover{
    background-size: 20px;
}

.flickity-button.flickity-prev-next-button{
    opacity: 0 !important;
 
}
@media screen and (max-width: 992px) {
  .slider-row .magazine-slide-left {
    left: -40px !important;
  }
    .slider-row .magazine-slide-right {
    right: -40px !important;
  }
}

/*** END Magazine Filter ***/
/*** Magazine Sfondo Bianco ***/
body:has(.magazine-filter-slider) .back-to-btn>.arrow-left{
    filter: brightness(0);
}


body:has(.magazine-filter-slider) .header-bg-container .header-bg-color{
    background-color: white !important;
}
body:has(.magazine-filter-slider) #masthead .menu-item>a {
    color: black !important;
}
body:has(.magazine-filter-slider) #header #logo img{
    filter: brightness(0);
}


body:has(.magazine-filter-slider) #wrapper{
    background-color: white;
}
body:has(.magazine-filter-slider) #footer{
    color: black;
}

body:has(.magazine-filter-slider) #footer a{
    color: rgba(150, 150, 150, 1) !important;
}
body:has(.magazine-filter-slider) #footer .img-inner > img{
     filter: brightness(0);
}
body:has(.magazine-filter-slider) #footer .is-divider {
   background: rgba(150, 150, 150, 1) !important;

}
/*** END  Magazine Sfondo Bianco ***/

.single-post #header{
    pointer-events: none;
}

.single-post #header a{
    pointer-events: all;
}

html {
  scroll-behavior: smooth;
}

/**** HOME ****/

/*** Tolgo footer nel singolo porfolio ***/
.single-featured_item #footer{
    display: none;
}
/*** Tolgo footer nel singolo porfolio ***/


.works-porfolio-tabs .portfolio-box-title {
    text-decoration: none;
    font-size: 2rem;
    opacity: 1;
    text-shadow: none;
    margin-top: 70px;
}

.works-porfolio-tabs .box-image .overlay{
   background: #000000 !important;
background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.51) 40%, rgba(0, 0, 0, 0.26) 100%) !important;
}




.portfolio-box-category span{
	    font-size: 12px !important;
    opacity: 0.8 !important;
    padding: 0.2rem 0.5rem !important;
    border: 1.35px solid #bebebe !important;
    border-radius: 30rem;
	letter-spacing: normal !important;
	margin-right: 7px;
}

.portfolio-box-title{
	text-transform: capitalize;
}

.portfolio-box-category{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
	opacity: .9 !important;
}


.portfolio-element-wrapper.has-filtering .nav-simple.nav-uppercase.filter-nav li a{
    color: white ;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 1.2rem;
    opacity: .5;
}

.portfolio-element-wrapper.has-filtering .nav-simple.nav-uppercase.filter-nav li.active a{
    text-transform: capitalize;
    font-weight: 700;
    opacity: 1;
}

.portfolio-element-wrapper.has-filtering .nav-simple.nav-uppercase.filter-nav li a:hover{

    opacity: 1;
}


.contact-page-col-form .submit-cstm-btn{
    font-weight: 200;
    text-decoration: underline;
    text-align: right;
    margin-top: 1rem;
    opacity: 65% !important;
    color: white;
    transition: all .2s ease-in-out;
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
        margin-top: 1.5rem;
}
.contact-page-col-form .submit-cstm-btn:hover{

    opacity: 1 !important;

}
.contact-page-col-form .submit-cstm-btn-div{
    text-align: right;
}

.contact-page-col-form form input, .contact-page-col-form form textarea{
    background-color: transparent !important;
    border: 0;
    border-bottom: 1.7px solid #D9D9D9;
    padding-left: 0;
    padding-bottom: 10px;
    box-shadow: none !important;
    color: white !important;
;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background-color: rgb(71 71 71 / 17%);
    color: white;
    border-color: #f5b335 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    background-color: rgb(0 0 0 / 0%);
    color: white;
    border-color: #3a8a42 !important;
}


@media screen and (min-width: 850px) {
  .page-title-row{
    position: relative;
    top: -140px;
z-index: 9999;
pointer-events: none;
	  height: 0px;

}

.page-title-row .col{
    padding-bottom: 0px;
}
.page-title-row .col  a{
   pointer-events: all;
}
}
li.menu-magazine a::after{
    content: "new!";
    position: absolute;
left: calc(100% - 12px);
font-size: 17px;
top: -5px;

font-weight: bold;
pointer-events: none;

 color: #1cff36;
  animation: pulse 2s infinite;
}
li.menu-magazine a{
position: relative;
}
@media only screen and (max-width: 550px) {
li.menu-magazine a::after{
    content: "new!";
    position: absolute;
left: calc(55% + 20px) !important;
font-size: 12px;
top: 0px;


}
}
@media only screen and (max-width: 850px) {
li.menu-magazine a::after{
    content: "new!";
    position: absolute;
left: calc(50% + 50px);
font-size: 12px;
top: 0px;


}
}



   @keyframes pulse {
            0% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.1);
            }
            100% {
                transform: scale(1);
            }
        }

header.header .flex-row {
 height: unset;   
}

.home-video-custom .video-overlay {
    background-image: url(/wp-content/uploads/2025/09/Foto-2025-09-11-114407_5.1.1.jpg);
    background-size: cover;
}