/* html{
	scroll-behavior: smooth;
    -webkit-text-size-adjust: none;
} */
.grecaptcha-badge{
    visibility: hidden;
}
html, body{
    overflow: auto;
    overflow-x: hidden;
}
body{
    background-color: #F5F6F6;
    font-size: 16px;
    color: #232323;
    font-family: 'Roboto Mono', monospace;
    font-weight: 300;
    line-height: 1em;
    padding-top: 12vh;
    height: 100%;
}
.has-drop-cap:first-letter{
	font-family: 'Kanit', sans-serif;
}
html.fixed,
.fixed body{
    margin: 0; height: 100%; overflow: hidden
}
body.advOn .splash{
    padding-left: 50px;
    padding-right: 50px;
}
::-moz-selection {
    color: #232323;
    background: #e3e3e3;
}

::selection {
    color: #232323;
    background: #e3e3e3;
}
a, a:hover, a:focus{
    color: inherit;
    text-decoration: inherit;
    outline: none;
}
input:focus, textarea:focus{
    outline: none;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: 'Kanit', sans-serif;
    color: #232323;
    line-height: 1em;
    font-size: unset;
    word-spacing: -.05rem;
    margin-bottom: .5rem;
    margin-top: .5rem;
}
p{
    font-family: 'Roboto Mono', monospace!important;
    font-weight: 300!important;
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 0;
    text-align: left!important;
}
p strong{
    font-family: 'Roboto Mono', monospace!important;
    font-weight: 400;
    font-size: 1em;
}
p a{
	text-decoration:underline #E33733;
}
p iframe{
    display: block;
    width: auto;
    min-width: 70%;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
p span, p i{
    font-family: 'Roboto Mono', monospace!important;
    font-weight: 300!important;
    font-size: unset!important;
}
p i{
    font-style: italic;
}
.home p{
    font-weight: 400!important;
}
.home footer p{
    font-weight: 300!important;
}
.singleArticle blockquote{
	display:flex;
	flex-direction:row;
	justify-content:flex-end;
	margin-left:-15px;
	margin-right:-15px;
}
.singleArticle blockquote p, blockquote p{
	margin-left:0;
	margin-right:0;
	max-width:100%;
}
blockquote p em {
	font-size:1.2em!important;
	font-weight:400!important;
	margin-bottom:15px;
}
.singleArticle blockquote p em::before {
    content: '"';
    position: absolute;
    font-size: 7em;
    margin-left: -60px;
    font-family: 'Kanit', sans-serif;
}
#adv{
    background-position:center;
    background-size:1920px 1080px;
    width:100%; height:100vh;
    position:absolute;
    z-index:0;
    left:0;
    overflow:hidden;top:0
}
.preload{
    position: fixed;
    z-index: 10000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color:#E33733;
    background-image: url(../img/logo-Spazio70-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 150px auto
}
#cn-accept-cookie{
    background-color: white;
    color: #E33733;
    padding: 5px 15px;
}
/* PAGINATION */
.page-numbers{
	font-size:1.2em;
	font-weight:400;
}
.page-numbers.current{
	color:#E33733;
	font-size:1.2em;
	font-weight:400;
}
.page-numbers.next, .page-numbers.prev{
	visibility:hidden;
	display:inline-block;
	width:30px;
	height:0;
}
.page-numbers.next::after,.page-numbers.prev::after{
	content:"";
	position:relative;
	display:inline-block;
	background-color:#E33733;
	padding:3px 6px;
	color:white;
	line-height:1em;
	visibility:visible;
}
.page-numbers.next::after{
	content:">>"
}
.page-numbers.prev::after{
	content:"<<"
}
/* SEARCH */
.searchS70, .iconRicerca{
    z-index: 100;
    position: fixed;
    right: 0;
    bottom: 0;
}
.iconRicerca{
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 2em;
    color: #E33733;
    background-color: #e3e3e3;
    padding: 5px;
    cursor: pointer;
}
.searchS70{
    display: none;
    margin-right: 50px;
    margin-bottom: 5px;
}
.searchS70.active{
    display: block;
    background-color: rgba(255,255,255,.3);
    padding: 5px;
}
.searchS70 form{
    width: 100%;
}
.searchS70 form input, .searchS70 form label{
    display: inline;
}
.addtoany_share span{
    background-color: #E33733!important;
    border-radius: 0!important;
}
.addtoany_content{
    margin: 0 0 25px 0!important;
}
[class*="a2a_button_"] span{
    border-radius: 0!important;
}
.loadmore{
    padding: 15px;
    display: inline-block;
    background-color: #E33733;
    color: #F5F6F6;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 25px;
    border-bottom-right-radius: 0;
}
.titleSearch {
    font-size: 1.8em;
    line-height: 1em;
    margin-top: 30px;
    margin-bottom: 30px;
}
/* END SEARCH */
/* SCROLLBAR */
::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-track {
    background:#e3e3e3; 
}
::-webkit-scrollbar-thumb {
    background: #232323;  
}
::-webkit-scrollbar-thumb:hover {
    background: #E33733;
}
iframe {
    max-width: 100%;
}
/* HEADER */
.header{
    height: 12vh;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    transition: height .3s ease-out;
    box-shadow: 0px 1px 15px -5px;
}
/* .header.overAll{
    z-index: 100;
} */
/* .header::before{
    content: "";
    background-color: #e3e3e3;
    display: block;
    height: 23%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
} */
.scrolled .header{
    height: 8vh;
    z-index: 100;
}
.scrolled .header::before{
    display: none;
}
.scrolled .mainMenu{
    top: 0;
    margin-top: 12vh;
}
.scrolled .active .mainMenu{
    top:0;
    margin-top: 8vh;
}
.bg-red{
    background-color: #E33733;
}
.logo a{
	width:90px
}
.logo img{  
    max-width: 120px;
    transition: width .3s ease-out;
    width: 100%;
}
.scrolled .logo img{
    width: 80px;
}
.mainMenu{
    display: none;
    height: 100%;
    z-index: 100;
    overflow-y:visible;
}
.active .mainMenu{
    background-color: #E33733;
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 12vh;
    height: 88vh;
}
.navbar{
    height: 100%;
    padding: 0;
}
.menuToggler{
    width: 45px;
    display: flex;
    height: 30px;
    align-items: center;
    cursor: pointer;
}
.menuToggler span, .menuToggler span::before, .menuToggler span::after{
    display: block;
    height: 5px;
    width: 100%;
    background-color: #F5F6F6;
    transform-origin: center;
    transition: transform .3s ease-out, background-color .3s;
}
.menuToggler span::before{
    content: "";
    margin-top: -10px;
}
.menuToggler span::after{
    content: "";
    margin-top: 15px;
}
.active .menuToggler span{
    background-color: transparent;
}
.active .menuToggler span::before{
    transform: rotateZ(40deg) translateY(5px) translateX(10px);
}
.active .menuToggler span::after{
    transform: rotateZ(-40deg) translateY(-5px) translateX(9px);
}
.menu-item{
    padding-top:10px;
    padding-bottom:10px;
    padding-left:15px;
    padding-right:0;
    cursor: pointer;
}
.current-menu-parent,.current-menu-item,.current-menu-parent:hover,.current-menu-item:hover, .current-post-ancestor, .current-post {
    color:#232323;
    background-color: #F5F6F6;
    cursor: default;
}
.submenu .menu-item.current-post-ancestor {
    color: #F5F6F6;
    background-color: #E33733;
}
.menu-item a{
    display: block;
    font-family: 'Kanit', sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    justify-content: center;
    line-height: 1em;
}
#menu-main-menu > li > a{
    padding-top: 0;
    transition: padding-top .3s ease-out;
    color: #F5F6F6
}
.menu-item.active, .menu-item:hover, #menu-main-menu > li:hover > a, #menu-main-menu > li.menu-item.active > a, #menu-main-menu > li.current-category-ancestor > a, #menu-main-menu > li.current-post-ancestor > a, #menu-main-menu > li.current_page_item > a, #menu-main-menu > li.current-menu-item > a, #menu-main-menu > li.current-menu-parent > a{
    background-color: #F5F6F6;
    color: #E33733;
}
.submenu{
    top:0;
    margin-top: 12vh;
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: #F5F6F6;
    overflow-y:auto;
    transform: translateX(-200px);
    transition: transform .5s ease-in-out;
}
.active > .submenu{
    visibility: visible;
    transform: translateX(0);
}
.closeMenuAnimaz.active > .submenu{
    visibility: visible;
    transform: translateX(0);
    transition: transform .5s ease-in-out;
}
.scrolled .active > .submenu{
    margin-top: 8vh;
}
.submenu .menu-item{
    width: 100%;
    color: #232323;
    padding:10px;
    display: block;
}
.submenu .menu-item:hover{
    background-color: #E33733;
    color: #F5F6F6;
}
.submenu .menu-item a{
    font-family: 'Roboto Mono', monospace;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.2em;
}
.submenu .current-menu-item{
    background-color: #E33733;
    color: #F5F6F6;
}
.menuClose{
    width: 45px;
    display: flex;
    height: 45px;
    align-items: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    margin-right: 15px;
    top: 0;
    margin-top: .5em;
    z-index: 1;
}
.menuClose span, .menuClose span::before, .menuClose span::after{
    display: block;
    height: 5px;
    width: 30px;
    background-color: #232323;
    transform-origin: 0 50%;
}
.menuClose span{
    margin-left:15px;
    transform: translateX(0);
    transition: transform .3s ease-in-out;
}
.menuClose span::before{
    content: "";
    background-color: #232323;
    transform: rotateZ(-45deg) translateX(-2px);
    width: 23px;
}
.menuClose span::after{
    content: "";
    background-color: #232323;
    transform: rotateZ(45deg)translateX(-6px) translateY(-4px);
    width: 23px;
}
.menuClose:hover span{
    transform: translateX(-15px);
}
/* FINE HEADER */
.splash{
    height: 88vh;
}
/* #fadeIn{
    height: calc(100vh - 85px);
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
    background-color: #F5F6F6;
    opacity: 0;
} 
#fadeIn{
    transition: background-position-y .3s;
}*/
.splashAnimato{
    margin-top:0;
    height: 88vh;
    width: 100%;
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
    background-color: #F5F6F6;
}
.splashAnimatoIE{
    margin-top:0;
    height: 88vh;
    width: 100%;
    background-size:contain;
    background-position:center;
    background-repeat: no-repeat;
    background-color: #F5F6F6;
    background-image: url('../img/splash.jpg');
}
.goDown a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.goDown span{
    display: inline-block;
    position: absolute;
    z-index: 5;
    right: 0;
    left:0;
    margin-left:auto;
    margin-right:auto;
    bottom:0;
    margin-bottom:45px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/goDown.svg);
    animation: goDown 1s ease-in-out infinite;
}
@keyframes goDown{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-15px);
    }
    100%{
        transform: translateY(0);
    }
}
/* CONTENT HOMEPAGE */
#contentHome{
    position: absolute;
    top:100vh;
    margin-top: -85px;
}
.colIcon{
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 3;
}
.categoryNameHome{
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    width: 280px;
    height: 250px;
    transform: scale(.85);
}
.categoryPage .categoryNameHome{
    position: absolute;
}
.p1 .categoryNameHome{
    background-position: bottom right 40%;
    margin-left: 0;
    transform: rotateZ(-30deg) scale(.85) translateX(-200px);
    opacity: 0;
    transition: transform .5s ease-in, opacity .3s;
}
.showIn.p1 .categoryNameHome{
    transform: rotateZ(0deg) scale(.85) translateX(0);
    opacity: 1;
}
.p2 .categoryNameHome{
    background-position: bottom right 23px;
}
.home .p2 .colIcon{
    opacity: 0;
    margin-left: 0;
    transform: translateX(-200px);
    transition: transform .5s ease-out;
}
.showIn.p2 .colIcon{
    opacity: 1;
    transform: translateX(0);
    margin-top: 0;
    top: 0;
}
.p3 .categoryNameHome{
    background-position: top center;
    transform: rotateY(0deg) scale(.85);
    transition: transform .3s .3s ease-out;

}
.showIn.p3 .categoryNameHome{
    transform: rotateY(360deg) scale(.85);
}
.p3 .colIcon{
    opacity: 0;
    transition: opacity .3s;
    margin-right: -25px;
}
.showIn.p3 .colIcon{
    opacity: 1;
}
.p4 .categoryNameHome, .p5 .categoryNameHome, .p6 .categoryNameHome{
    background-position: bottom right 3px;
    transform: scale(0);
    transform-origin: center bottom;
    transition: transform .5s;
}
.showIn.p4 .categoryNameHome, .showIn.p5 .categoryNameHome, .showIn.p6 .categoryNameHome{
    transform: scale(.85);
}
.p5 .categoryNameHome{
    transition: transform .5s .2s;
}
.p6 .categoryNameHome{
    transition: transform .5s .4s;
}
.categoryNameHome span{
    color: #F5F6F6;
    font-family: 'Kanit', sans-serif;
    font-size: 1.3em;
    line-height: 1em;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    width: 90px;
    margin-top: 125px;
    margin-left: -5px;
}
.titleHome{
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    line-height: 1.2em;
}
.contentHomeSingle a{
    display: block;
}
.titleHome span{
    overflow-wrap: break-word;
    display: inline-block;
    font-size: 2.5em;
    line-height: 1em;
	  padding-bottom:5px;
	  max-width:100%;
}
.home .titleHome span{
    opacity: 0;
    transition: opacity .3s .5s ease-out;
	  max-width:100%;
}
span.authorName {
    font-size: 1em;
    display: inline-block;
}
span.authorName:before{
	content:"di ";
	display:inline;
}
.category .titleHome span{
    max-width:100%;
    font-size: 1.5em;
}
.home .showIn .titleHome span{
    opacity: 1;
}
.titleHome::after /*, .categoryPage .pCol .titleHome::after */{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    padding-left:0;
    margin-right:0;
    bottom: 0;
    display: inline-block;
    height: 30px;
    background-color: #E33733;
    z-index: -1;
    margin-top: auto;
    margin-bottom: -15px;
    border-radius: 15px;
}
.home .titleHome::after{
    right: 100%;
    transition: right .3s .5s ease-out;
}
.showIn .titleHome::after{
    right: 0%;
    padding-left:15px;
}
/* .home .p2 .titleHome::after{
    right: 100%;
    transition: right .5s .5s ease-out;
}
.showIn.p2 .titleHome::after{
    right: 0%;
} */
.contentHomeBox{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: .5rem;
    line-height: 1.2em;
}
.home .contentHomeBox p{
    color: #E33733;
}
.home .contentHomeBox p{
    opacity: 0;
    transition: opacity .3s .5s ease-out;
}
.home .showIn .contentHomeBox p{
    opacity: 1;
	font-weight:700;
}
.imgContentBox{
    display: block;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}
.home .imgContentBox{
    margin: 0;
}
.imgContentBox span{
    padding-top: 60%;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    filter: grayscale(100%);
}
.p1{
    height:auto;
    z-index: 1;
    margin-top: -45px;
}
.p1 .imgContentBox span{
    padding-top: 70%;
}
/* .strappo{
    content: "";
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-size: 101% 100%;
    background-repeat: no-repeat;
    transition: background-size .35s 1s ease-in-out,width 0s 1.35s, height 0s 1.35s;
}
.p1 .strappo, .p2 .strappo{
    background-image: url("../img/pixel_gray.png");
}
.showIn.p1 .strappo, .showIn.p2 .strappo{
    background-size: 0% 100%;
    height: 0;
    width: 0;
} */
.p2{
    z-index: 2;
}
.p2 .titleHome::after{
    margin-right: -50px;
}
.p2 .colContent{
    padding-right: 0;
    width: 100%;
}
.p2 .imgContentBox span{
    padding-top: 50%;
}
.p1 .imgContentBox span::before, .p1 .imgContentBox span::after,
.p2 .imgContentBox span::before, .p2 .imgContentBox span::after {
    content: "";
    display: block;
    left:0;
    right: 0;
    padding-top: 16%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}
.p1 .imgContentBox span::before, .p2 .imgContentBox span::before{
    background-image: url("../img/paperBreakTop.png");
    background-position: top center;
    top: 0;
}
/* .p2 .imgContentBox span::before{
    margin-top:-50%;
} */
.p1 .imgContentBox span::after, .p2 .imgContentBox span::after{
    background-image: url("../img/paperBreakBottom.png");
    background-position: bottom center;
    bottom: 0;
}
.categoryPage .p2 .imgContentBox span::after{
    margin-top: -10%;
}
/* .p1 .colIcon{
    
} */
.p2 .colIcon{
    position: relative;
}
.home .contentHomeSingle.p2{
    margin-top: -50px;
    overflow: hidden;
}
.contentP1,.contentP2{
    z-index: 10;
}
.contentP2{
    display: flex;
    flex-direction: column; 
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 15px;
}
.home .contentP2 p {
    padding-right: 30px;
}
.p3{
    z-index: 3;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 20px;
}
.contentP3{
    width: 60%;
    display: flex;
    align-content: flex-end;
    z-index: 1;
}
.home .contentP3 .titleHome::after{
    margin-right: 50px;
}
.p3 .colIcon{
    margin-right: -70px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 0;
}
/* .p3 .contentHomeBox p{
    padding-right: 55px;
} */
.p3 .imgContentBox{
    margin-top: 0;
    width: 75%;
    box-shadow: 0 0 7px rgba(0,0,0,.3);
    transform: rotateZ(0deg) translateX(300px);
    transform-origin:0 0; 
    position: absolute;
    right: auto;
    transition: transform .3s .8s ease-out;
}
.showIn.p3 .imgContentBox{
    transform: rotateZ(-10deg) translateX(0);
    left: 56%;
}
.p3 .imgContentBox span{
    width: 100%;
    padding-top: 130%;
    opacity: 0;
    filter: brightness(5) grayscale(1);
    transition: filter 1s .5s, opacity .5s .5s;
}
.showIn.p3 .imgContentBox span{
    opacity: 1;
    filter: brightness(1) grayscale(1);
}
.p3 .imgContentBox span::before{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    content: "";
    background-image: url(../img/polaroid.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 131%;
}
.p4{
    display: flex;
    flex-direction: column;
    z-index: 4;
}
.p4 .titleHome{
    background-image: url(../img/bgSxHome.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 10%;
    padding-bottom: 10%;
    margin-top: 3px;
    background-position: 0;
}
.p4 .titleHome::after{
    background-color: #e3e3e3;
    margin-bottom: 10%;
    height: 50%;
    transform: translateX(-300px);
    transition: transform .3s .8s ease-in-out;
}
.showIn.p4 .titleHome::after{
    transform: translateX(0);
}
.p4 .titleHome h3 a span{
	font-size:2em;
    transform-origin: 0 0;
    transform: rotateZ(-9deg);
    margin-top: 50px;
}
.p5{
    z-index: 5;
    flex-direction: column;
    display: flex;
}
.p5 .colIcon{
    align-self: center;
    margin-bottom: -60px;
}
.p5 .imgContentBox span{
    background-position: center center;
}
.p5 .titleHome{
    margin-top: -2.1em;
}
.p5 .titleHome::after{
    display: none;
}
.titleHome h3 a span{
	font-size: 1.8em;
}
.p5 .titleHome h3 a span{
    color: #F5F6F6;
    filter: drop-shadow(0 0 3px #232323);
    position: absolute;
    bottom: 0;
    line-height: 1em;
	margin-bottom:15px;
}
.p5 .titleHome > span{
    color: #E33733;
}
/* .p5 .titleHome span:first-letter{
} */
.p5 .titleHome p{
    font-size: 1em;
}
.p5 h3{
    position: relative;
    height: 45px;
}

.p6{
    z-index: 6;
    display: flex;
    flex-direction: column;
}
.p6 .colContent{
    width: 100%;
}
/* .imgContentBox span a{
    z-index: 1;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
} */
.contentHomeSingle{
    z-index: 1;
}
.contentP1 {
overflow: hidden;
}
/* CONTENT HOMEPAGE END*/

/* FOOTER */
footer{
    min-height: 115px;
    background-color: #E33733;
}
footer::before{
    content: "";
    display: block;
    position: relative;
    height: 15px;
    background-color: #e3e3e3;
}
footer .container{
    padding-top:15px;
    padding-bottom:15px;
}
.scrolled footer .logo img{
    width: unset;
}
footer p{
    line-height: 1.2em;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #F5F6F6;
}
footer [class*="col-lg"]{
    border-bottom: 1px solid #F5F6F6;
}
footer [class*="col-lg"]:last-child{
    border-bottom: 0;
    border-right: 0;
}
.mainMenuFooter > ul{
    max-height: 250px;
}
.mainMenuFooter > ul > li{
    display: block;
}
.mainMenuFooter > ul > li a{
    font-family: 'Kanit', sans-serif;
    display: inline-block;
    margin-bottom: 0;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #F5F6F6;
}
.mainMenuFooter > ul > li:hover > a, .mainMenuFooter > ul > li.current_page_item > a{
    color: #E33733;
}
.mainMenuFooter .sub-menu li{
    display: none
}
.addressHome h5{
    color: #F5F6F6;
    font-size: 1.2em;
}
/* .mainMenuFooter > ul > li:first-child::after{
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 50%;
    width: 1px;
    background-color: #232323;
} */
.social{
    margin-top: 15px;
}
.social span{
    width: 30px;
    height: 30px;
    display: flex;
    background-color: #F5F6F6;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
    margin-right: 7px;
}
.social span:first-child{
    margin-left: 0;    
}
.social span:last-child{
    margin-right: 0;    
}
.social span i{
    color: #E33733;
    font-size: 1.5em;
}
.newsletter{
    margin-bottom: 15px;
    background-color: unset;
    width: auto;
}
.newsletter label{
    display: inline;
    color: #e3e3e3;
}
.newsletter input{
    width: auto;
    display: inline;
}
/* FINE FOOTER */

/* CATEGORY PAGE */
.categoryPage .categoryNameHome{
    justify-content: center;
    align-items: center;
    left: 0;
    margin-left: -15px;
}
.category .header::before{
    display: none;
}
.categoryPage .p1{
    margin-top: auto;
}
.categoryPage .contentP1, .categoryPage .contentP2{
    padding-bottom: 0;
}
.categoryPage .titleHome{
    min-width: 250px;
}
.categoryPage .p1 .titleHome{
    position: absolute;
    z-index: 1;
    right: 0;
    bottom:auto;
    padding-left: 0;
    padding-right: 15px;
    max-width: 80%;
}
.categoryPage .titleHome a{
	display:block;
}
.categoryPage .p1 .titleHome a{
    color: #E33733;
    text-align: right;
}
.categoryPage .p1 .titleHome::after{
    display: none;
}
.contentP2 .categoryNameHome span{
    margin-left: -60px;
}
/*.categoryPage .titleHome::after{
    background-image: url(../img/bgTitoloCat.png);
    background-position: center right;
    background-color: unset;
    height: auto;
    padding-top: 20%;
    background-repeat: no-repeat;
    top: -30px;
    background-size: 85% auto;
}*/
.categoryPage .titleHome span{
    width: 100%;
    
}
/* .categoryPage .p1 .titleHome span{
    line-height: 1em;
    max-height: 2.4em;
    text-align: right;
} */
.categoryPage .p1 .imgContentBox span{
    padding-top: 61%;
    height: auto;
}
.categoryPage .p1 .imgContentBox span::before{
    width: 61%;
    background-image: url(../img/paperBreakTop.png);
    margin-top: auto;
    transform: rotateZ(90deg) rotateX(180deg);
    padding-top: 15%;
    transform-origin: top left;
    background-position: top left;
    background-size: contain;
    position: absolute;
    top: 0;
    right: auto;
    height: 120px;
}
.categoryPage .p1 .imgContentBox span::after{
    display: none;
}
.categoryPage .p2{
    height: 100%;
}
.categoryPage .p2 .imgContentBox span{
    padding-top: 70%;
}
.categoryPage .p2.left .imgContentBox span{
    padding-top: 85%;
}
.categoryPage .p2.left .imgContentBox span::before{
    position: absolute;
    top: 0;
    margin-top: 0;
}
.categoryPage .p2.left .imgContentBox span::before, .categoryPage .p2 .imgContentBox span::after{
    display: block;
}
.categoryPage .p2.left .imgContentBox span::after, .categoryPage .p2 .imgContentBox span::before{
    display: none;
}
.categoryPage .p2 .colContent{
    padding-right: 0;
    height: 100%;
    flex-direction: column;
}
.categoryPage .p2 .contentP2{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}
.categoryPage .p2.left .contentP2{
    align-items: flex-start;
}
.categoryPage .p2 .titleHome{
    position: relative;
    margin-top: 60px;
    text-align: right;
}
.categoryPage .p2.left .titleHome{
    text-align: left;
}
.categoryPage .p2 .titleHome::after{
    background-position: center right;
    left: 0;
    right: 0;
    margin-left: unset;
    margin-right: -15px;
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.categoryPage .p2.left .titleHome::after{
    background-position: center left;
    margin-left: -15px;
    left: 0;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.categoryPage .pCol .titleHome::after{
    height: 15px;
    background-color: #E33733;
    z-index: -1;
    top: auto;
    padding-top: 0;
    margin-bottom: 15px;
    left: 0;
}
.categoryPage .row > .col-lg-4:nth-child(even) .pCol .titleHome{
    z-index: 1;
}
.categoryPage .row > .col-lg-4:nth-child(even) .pCol .titleHome::after{
    background-position: center;
    margin-left: 0;
    background-size: 50% 100%;
    margin-top: 0;
    top: 0;
}
.categoryPage .p1 .contentHomeBox{
    position: relative;
    bottom: 0;
}
.categoryPage .titleCat{
    width: 100%;
    height: 250px;
    margin-bottom: 0;
    position: relative;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
}
.categoryPage .titleCat h1{
    color: #E33733;
    font-family: 'Kanit', sans-serif;
    font-size: 1.8em;
    max-width: 200px;
    position: absolute;
    text-align: right;
    right: 15px;
}
.categoryPage .imgContentBox{
    margin-bottom: 15px;
}
.categoryPage .pCol .titleHome span{
    margin-bottom: 15px;
	font-size:1.5em;
}
.categoryPage .pCol .contentHomeBox{
    padding: 0;
}
.categoryPage .contentHomeBox p{
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
	color:#E33733;
	font-weight:400!important;
}
/* CATEGORY PAGE END */

/* SINGLE PAGE */
figure{
	margin-bottom:0;
}
.singlePage .p1{
    margin-top: 0;
}
.singlePage .titleHome{
    display: inline-block;
}
.singlePage .p1 .titleHome{
    max-width: 100vw;
    z-index: 1;
    right: 0;
    padding-left: 0;
    font-size: 2em;
    text-align: right;
    margin-top: 30px;
}
.singlePage .p1 .titleHome::after{
    display: none;
}
.singlePage.about .p1 .titleHome{
    position: absolute;
    bottom: 0;
    margin-bottom: 10%;
}
/* .singlePage .p1 .titleHome::after{
    background-image: url(../img/bgTitoloCat.png);
    background-position: center right;
    background-color: unset;
    height: auto;
    padding-top: 20%;
    background-repeat: no-repeat;
    top: -50px;
    background-size: 85% auto;
} */
.singlePage .p1 .titleHome span{
    padding-right: 15px;
}
.singlePage .p1 .imgContentBox span{
    padding: 0;
    height: calc(100vh - 115px);
    
}
.singlePage .p1  .imgContentBox span::before{
    display: none;
}
.singlePage .p1  .imgContentBox span::after{
    position: absolute;
    bottom: 0;
}
.singlePage .contentHomeBox p{
	max-width:100%;
    min-width: 30%;
}
.singlePage .contentHomeBox img{
    float: none;
    margin-right: 15px;
    margin-bottom: 1rem;
    max-width: 45%;
}
.singlePage .contentHomeBox .gallery img{
    float: left;
    margin-right: 15px;
    max-width: 100%;
    margin-bottom: 1rem;
}
.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    flex-direction: column;
}
/* .blocks-gallery-grid .blocks-gallery-image figure img, .blocks-gallery-grid .blocks-gallery-item figure img, .wp-block-gallery .blocks-gallery-image figure img, .wp-block-gallery .blocks-gallery-item figure img {
    display: unset;
    width: unset;
    height: unset;
} */
.wp-caption-text, .blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption{
    line-height: 1em;
    position: relative!important;
    background: #F5F6F6!important;
    color: #E33733!important;
    font-family: 'Roboto Mono', monospace;
    padding: 15px!important;
    text-align: left!important;
}
.wp-caption-text{
    font-size: 1em;
    background-color: unset!important;
    color: unset!important;
    padding-left: 20px!important;
}
.wp-block-image img{
    padding-top: 15px;
}
/* SINGLE PAGE END */
/* SINGLE ARTICLE */
.singleArticle .p1{
    margin-top: 0;
}
/*.singleArticle .titleHome{
    display: inline-block;
}*/
.singleArticle .p1 .titleHome{
    position: absolute;
    bottom: 0;
    margin-bottom: 10%;
    z-index: 1;
    right: 0;
    padding-left: 0;
    font-size: 2em;
    max-width: 98vw;
    text-align: right;
}
.singleArticle .p1 .titleHome::after{

    background-color: unset;
    height: auto;
    
}
.singleArticle .p1 .titleHome h1, .categoryPage .p1 .titleHome span, .singlePage .p1 .titleHome h1 {
    padding-right: 15px;
    background-color: #e33733cf;
    color: white;
    display: inline-block;
    line-height: 1em;
    padding-left: 10px;
    border-radius: 25px;
    border-bottom-right-radius: 0;
    padding-right: 10px;
}
.singleArticle .p1 .imgContentBox span{
    padding: 0;
    height: 88vh;
    
}
.singleArticle .p1  .imgContentBox span::before{
    display: none;
}
.singleArticle .p1  .imgContentBox span::after{
    position: absolute;
    bottom: 0;
}
.singlePage p,.singleArticle p,p.has-very-light-gray-background-color, .contentHomeBox center, .contentHomeBox > em {
    background-color: #e3e3e3;
    margin-left: -15px;
    margin-right: -15px;
}
.contentHomeBox > em{
    display: block;
    padding: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.singlePage p,.singleArticle p, p.has-background{
    padding: 15px 15px;
}
p.has-drop-cap{
    display: block;
}
.singleArticle p a{
    color: #E33733;
    text-decoration:underline;
}
.singleArticle .titleHome h2{
    font-size:1.85em;
}
.contentHomeBox h2,.contentHomeBox h3, .contentHomeBox h4,.contentHomeBox h5,.contentHomeBox h6{
    font-size: 1.8em;
}
.wp-block-image{
    margin: 0!important;
}
.wp-block-image figure a{
    display: block;
}
.wp-block-image figcaption{
    padding-left: 5px;
    padding-right: 5px;
}
/* .contentHomeBox .wp-block-columns:nth-child(even){
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
    background-color: #e3e3e3;
}
.contentHomeBox .wp-block-columns:nth-child(odd){
    margin-top: 15px;
} */
.thumbCorrelati{
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

#articoli-correlati li{
    margin-bottom: 15px;
}
#articoli-correlati > h4{
    line-height: 1.2em;
    vertical-align: bottom;
    background-color: #E33733;
    color: white;
    padding: 15px;
    border-radius: 25px;
    border-bottom-right-radius: 0;
    display: inline-block;
}
/* SINGLE ARTICLE END */
/* CONTACT */
label{
    display: block;
    margin-bottom: 0;
}
input, textarea{
    width: 100%;
    background-color: #e3e3e3;
    padding: 7px;
    border: none;
    margin-top: 5px;
}
textarea{
    height: 11.5em;
}
.your-subject{
    margin-bottom: 15px;
    display: block;
}
input[type='submit']{
    background-color: #E33733;
    color: #F5F6F6;
}
p .Terminiecondizioni span{
    font-size: .8em!important;
    line-height: 1em;
}
p .Terminiecondizioni span [type="checkbox"]{
    display: block;
    width: auto;
}
.contentHomeBox form p{
    background-color: transparent;
    padding: 0;
}
/* CONTACT END */
/* LISTA CATEGORIE */
ul.wp-block-categories-list{
    list-style: none;
    display: flex;
    align-items:flex-start;
    padding-left: 0;
    flex-wrap: wrap;
}
ul.wp-block-categories-list > li > a{
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
    font-size: 1.2em;
    pointer-events: none;
    cursor: default;
}
ul.wp-block-categories-list li ul{
    list-style: none;
    padding-left: 0;
}
ul.wp-block-categories-list li ul li a{
    display: block;
    padding: 4px;
}
.wp-block-categories-list > li.cat-item{
    display: block;
    margin-right: 15px;
    margin-bottom: 15px;
}
.wp-block-categories-list > li.cat-item .children{
    background-color: #e3e3e3;
}
.copyright{
    text-align: left;
    padding: 15px;
    padding-right: 60px;
}
.copyright{
    color: #F5F6F6;
    font-size: .75em;
}
.singlePage .contentHomeBox p.infoContatti{
    font-size: .85em;
    padding: 15px;
}
.infoContatti a{
    font-size: 1.5em;
    text-decoration: none;
    color: #E33733;
}
/* LISTA CATEGORIE END */
.containerBanner{
    background-color: #E3E3E3;
    margin-top: 30px;
}
.bannerDonazioni{
    padding-top: 90%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 15px;
    margin-bottom: 5px;
    box-shadow: 5px 5px 0 0 #E33733;
    border-radius: 25px;
    border-bottom-right-radius: 0;
}
.bannerDonazioni a{
    justify-content:flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    margin-top: 15px;
    bottom: 0;
    width: 100%;
    padding-right: 45px;
    padding-left: 15px;
}
.bannerDonazioni img{
    height: auto;
    z-index: 1;
    width: 45%;
    margin-right: 15px;
}
.bannerDonazioni h4 span{
    text-align: right;
    display: block;
    line-height: 1.2em;
    color: #232323;
    font-family: 'Roboto Mono', monospace;
    font-size: 1em;
    position: relative;
    z-index: 1;
}

.bannerDonazioni h4 span::after{
    content: "";
    position: absolute;
    display: inline-block;
    background-color: #e3e3e3;
    filter: blur(5px);
    opacity: .4;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.welcomeBanner{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    max-height: 100vh;
    display: flex;
    align-items:flex-start;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -100;
    visibility: hidden;
}
.welcomeBanner.showOnetime{
    z-index: 100001;
    visibility: visible;
}
.welcomeBannerContent{
    overflow: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    border-radius: 50px;
    border-bottom-right-radius: 0;
    background-color: #e3e3e3;
}
.welcomeBanner img {
    max-width: 80%;
    align-self: center;
}
.welcomeBanner h4 {
    color: #E33733;
    font-size: 2.5em;
}
.welcomeBanner p {
    padding: 15px;
}
.closeWelcomeBanner span {
    display: inline-block;
    background-color: #E33733;
    padding: 15px;
    text-transform: uppercase;
    color: white;
    font-family: 'Kanit', sans-serif;
    border-radius: 25px;
    cursor: pointer;
}
.closeWelcomeBanner i{
    font-size: 3em;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 40px;
    margin-top: 20px;
    z-index: 1;
    cursor: pointer;
}
.container.pt-4 > .row > .col-lg-4:nth-child(even) {
    background-color: #e3e3e3;
    z-index: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}
/* TINYMCE */
.wp-caption.alignleft, [id*="attachment_"].alignleft, img.alignleft, .wp-block-image .alignleft, .imgFloatLeft{
    float: left;
    margin-right: 1em;
    margin-top: 1em;
}
.wp-caption.alignright, [id*="attachment_"].alignright, img.alignright, .wp-block-image .alignright, .imgFloatRight{
    float: right;
    margin-left: 1em;
    margin-top: 1em;
    max-width: 100%;
    overflow: hidden;
}
.has-background{
    background-color: #E33733!important;
}
/* TINYMCE END */
@media (min-width: 576px) {
    .p3 .imgContentBox{
        bottom: unset;
        margin-right: 50px;
        width: 35%;
        top: auto;
        margin-top: auto;
    }
    .p3 .colIcon{
        margin-right: unset;
        left: 70%;
    }
    .bannerDonazioni{
        padding-top: 40%;
    }
    .bannerDonazioni img{
        width: 20%;
    }
    /* .p4{
        flex-direction: row-reverse;
    } */
    /* CATEGORY PAGE */


    /* CATEGORY PAGE END */
}
@media(min-width:768px){
    .your-subject{
        margin-bottom: 0px;
        display: unset;
    }
    .colIcon{
        max-width: unset;
    }
    .p2{
        margin-top: 0;
    }
    .p2 .colIcon{
        position: absolute;
    }
    .p2 .colContent{
        padding-right: 235px;
    }
    .home .contentHomeSingle.p2{
        margin-top: 50px;
        overflow: hidden;
    }
    .p4 .titleHome span{
        padding-right: 10%;
    }
    .home .contentHomeSingle.p4{
        margin-top: -200px;
    }
    .p5{
        flex-direction: row;
    }
    .p5 .colIcon{
        margin-block-end: -10px;
    }
    .p6{
        flex-direction: row-reverse;
        align-items: flex-end;
    }
    .p6 .colIcon{
        margin-left: -23px;
    }
    .containerMultipleItems{
        padding-bottom: 150px;
    }
    .categoryNameHome{
        background-position-x: 0;
    }
    .categoryPage .categoryNameHome{
        position: relative;
        left: unset;
        margin-left:unset;
    }
    .categoryPage .titleCat h1{
        max-width: 280px;
        position: relative;
        text-align: center;
        right: unset;
    }
    /* .categoryPage .row > .col-lg-4:nth-child(even) .pCol .titleHome::after{
        padding-top: 15%;
    } */
    /* CATEGORY PAGE */

    /* CATEGORY PAGE END */
    body.advOn .splash{
        padding-left: 130px;
        padding-right: 130px;
    }
    .p3 .colIcon{
        left: 75%;
        right: auto;
        margin-top: -50px;
        bottom: unset;
    }
    .categoryPage .p1 .titleHome span, .singleArticle .p1 .titleHome h1, .singlePage.about .p1 .titleHome h1{
        font-size: 1.8em;
    }
    .bannerDonazioni {
        padding-top: 30%;
    }
    .bannerDonazioni img{
        width: 25%;
    }
    .wp-caption.alignright, [id*="attachment_"].alignright, img.alignright, .wp-block-image .alignright, .imgFloatRight{
        float: right;
        margin-left: 1em;
        margin-top: 1em;
        max-width: unset;
        overflow: unset;
    }
}
@media(min-width:992px){
	.logo a{
		width:150px
	}
    .menuToggler{
        width: 60px;
    }
    /* #fadeIn{
        height: calc(100vh - 115px);
    }
    .scrolled #fadeIn{
        height: calc(100vh - 85px);
    } */
    .scrolled .mainMenu{
        top: 0;
        margin-top: 0;
    }
    .submenu{
        margin-top: 12vh;
    }
    .scrolled .submenu{
        margin-top: 8vh;
    }
    .submenu .menu-item{
        width: 33%;
    }
    /* #menu-main-menu > li > a{
        padding-top:33px;
        height: 100%;
    }
    .scrolled #menu-main-menu > li > a{
        padding-top:20px;
        
    } */
    .p1{
        max-height:92vh;
    }
    .p1 .colIcon,.p1 .titleHome,.p1 .contentHomeBox{
        padding-right: 0;
    }
    .p1 .imgContentBox span{
        padding-top: 100%;
    }
    .p2{
        margin-top: 50px;
    }
    .p2 .imgContentBox span{
        padding-top: 40%;
        background-position: center;
    }
    .p2 .imgContentBox span::before{
        position: absolute;
        top: 0;
        margin-top:0;
    }
    .p2 .imgContentBox span::after{
        margin-top: 10%;
    }
    .home .p2 .titleHome span, .home .p3 .titleHome span{
        padding-right: 35px;
    }
	  .titleHome span{
		  max-width:60%;
    }
    .singlePage .titleHome span{
      max-width:unset;
    }
    .home .titleHome span, .category .titleHome span{
      max-width:100%;
    }
    .contentP2{
      flex-direction: row-reverse;
      justify-content: unset;
    }
    .containerMultipleItems{
        padding-bottom: 0;
    }
    .contentP3{
      width: 80%;
    }
    .p3 .colIcon{
      bottom: unset;
      left: 63%;
      right: auto;
      margin-top: -50px;
    }
    .home .p3 .imgContentBox{
        margin-top: 200px;
    }
    .p4{
        margin-top: -40px;
        flex-direction: column;
    }
    .home .contentHomeSingle.p4{
        margin-top: -50px;
    }
    .p5{
        flex-direction: column;
        
    }
    .p6{
        margin-top: 15%;
        flex-direction: column;
        align-items: flex-start;
    }
    .p6 .colIcon{
        margin-left: 0;
    }
    .home .contentHomeSingle.p6{
        margin-top: 100px;
    }
    .p3 .contentHomeBox p{
        padding-right: 75px;
    }
    
    .home .contentP3 .titleHome::after{
        margin-right:0;
    }
    footer [class*="col-lg"]{
        border-bottom: 0;
        border-right: 1px solid #F5F6F6;
    }
    footer .social [class*="col-lg"]{
        border-bottom: 0;
        border-right: 0px solid #F5F6F6;
    }
    footer p{
        margin-top: 0;
        margin-bottom: 0;
    }
    .newsletter{
        margin-bottom: 0px;
    }
    /* CATEGORY PAGE */
    .categoryPage .p1 .imgContentBox span{
        padding-top: 0;
        height: 88vh;
    }
    .categoryPage .p1 .titleHome{
        bottom:0;
        margin-bottom: 10%;
    }
    .categoryPage .p1 .imgContentBox span::before{
        width: 88vh;
        background-size: contain;
    }
    .categoryPage .p1 .contentHomeBox{
        position: absolute;
        bottom: 0;
        margin-bottom: 10%;
    }
    .categoryPage .titleHome::after{
        top: 0;
        background-position: center right;
    }
    .categoryPage .titleCat{
        position: absolute;
        display: block;
        z-index: 1;
        width: auto;
        justify-content: space-between;
        min-height: unset;
    }
    .categoryPage .p2{
        margin-top: 15px;
    }
    .categoryPage .titleHome{
        font-size: 1.7em;
    }
	.categoryPage .p2 .titleHome{
		margin-top: 0;
        margin-bottom: 80px;
    }
    .categoryPage .p2.left .imgContentBox span{
        padding-top: 65%;
    }
    .categoryPage .p2 .imgContentBox span{
        padding-top: 80%;
    }
    /* CATEGORY PAGE END */
    /* SINGLE PAGE */
    .singleArticle .titleHome h2{
        font-size: 2.5em;
    }
    .singlePage .contentHomeBox img{
        max-width: 100%;
    }
    .singlePage .p1 .titleHome{
        max-width: 50vw;
    }
    
    #articoli-correlati li{
        margin-right: 15px;
        max-width: 300px;
    }
    #articoli-correlati > h4{
        font-size: 1.5em;
    }
    .thumbCorrelati{
        width: 100%;
    }
    /* SINGLE PAGE END*/
    .advOn .splashAnimato{
        background-position: center;
    }
    body.advOn .splash{
        padding-left: 150px;
        padding-right: 150px;
    }
    .search .titleHome span{
        max-width: unset;
    }
    .bannerDonazioni h4 span{
        font-size:1.4em;
    }
    .bannerDonazioni a{
        justify-content:space-between;
        flex-direction: row;
        justify-content: unset;
    }
    .bannerDonazioni h4::before{
        content: "";
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        margin-bottom: 5px;
        width: 17%;
        background-color: white;
        border-bottom-left-radius: 25px;
        border-top-left-radius: 25px;
    }
    .bannerDonazioni img{
        width: 15%;
    }
    .bannerDonazioni{
        padding-top: 30%;
    }
    .welcomeBanner{
        align-items:center;
    }
    .welcomeBanner img {
        max-width: 20%;
    }
    .container.pt-4 > .row > .col-lg-4:nth-child(even) {
        background-color: unset;
    }
	.singleArticle blockquote p, blockquote p{
		max-width:30%;
	}
}
@media(min-width:1200px){
    .categoryNameHome{
        transform: scale(1);
    }
    .splashAnimato{
        margin-top: -60px;
        height: 95vh;
    }
    .showIn.p4 .categoryNameHome, .showIn.p5 .categoryNameHome, .showIn.p6 .categoryNameHome{
        transform: scale(1);
    }
    .showIn.p1 .categoryNameHome, .showIn.p4 .categoryNameHome, .showIn.p5 .categoryNameHome, .showIn.p6 .categoryNameHome{
        transform: rotateZ(0deg) scale(1);
    }
    .showIn.p3 .categoryNameHome{
        transform: rotateY(360deg) scale(1);
    }
    .logo img{  
        max-width: 150px;
        max-height: 10vh;
    }
    .mainMenu{
        display: flex;
    }
    .active .mainMenu{
        background-color: #F5F6F6;
    }
    .menuToggler{
        display: none;
    }
    .menu-item{
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 4vh;
        padding-top:0;
        padding-bottom:0;
        padding-right:10px;
        padding-left:10px;
    }
    .submenu{
        bottom:unset;
    }
    .container{
        max-width: 1500px;
    }
    .singlePage .container, .singleArticle .container{
        max-width: 1000px;
    }
    .categoryPage .p1 .titleHome span, .singleArticle .p1 .titleHome h1, .singlePage.about .p1 .titleHome h1{
        font-size: 2em;
    }
    .p1 .imgContentBox span{
        padding-top: 70%;
    }
    .home .p3 .imgContentBox{
        margin-top: 0;
    }
    .p4{
        margin-top: 0px;
    }
    .home .contentHomeSingle.p4 {
        margin-top: 0;
    }
    /* CATEGORY PAGE */
    
    .contentP3{
        width: 75%;
    }
    .p3 .colIcon{
        bottom: 0;
        left: 70%;
    }
    .showIn.p3 .imgContentBox{
        left: 55%;
    }
    .contentP3 .titleHome{
        width: 75%;
    }
    .home .contentP3 .titleHome h3{
        padding-right: unset;
    }
    /* CATEGORY PAGE END */
    .bannerDonazioni{
        padding-top: 15%;
    }
    .singleArticle .p1 .titleHome{
		  max-width:50vw;
    }
}
@media(min-width:1440px){
    .p1 .colIcon, .p1 .titleHome, .p1 .contentHomeBox{
        padding-left: 32%;
        padding-right: 0;
    }
    .p2 .colIcon {
        padding-right: 32%;
    }
    .p2 .colContent{
        padding-right: 60%;
    }
    .contentP3{
        width: 65%;
    }
    .p3 .colIcon{
        left: 75%;
        right: auto;
        margin-top: -50px;
        bottom: unset;
    }
    .showIn.p3 .imgContentBox{
        left: 55%;
    }
    .p3 .categoryNameHome {
        background-position: top right;
    }
    .p4 .categoryNameHome{
        margin-left: 32%;
    }
    .p4 .titleHome span {
        padding-left: 20%;
        padding-right: unset;
    }
    .p6 .titleHome span, .p6 .contentHomeBox{
        padding-right: 32%;
    }
    /* CATEGORY PAGE */
    .categoryPage .titleCat{
        margin-left: 12%;
    }
    .bannerDonazioni {
        padding-top: 10%;
    }
    /* CATEGORY PAGE END */
    
}
@media(min-width:2000px){
    .container-fluid{
        max-width: 1500px;
    }
}
@media (orientation: landscape) {
    .splashAnimato{
        background-image: url('../img/splash.jpg');
        background-position: center;
        background-size: contain;
        /* background-image: url(../img/collage/6.jpg), url(../img/collage/5.jpg), url(../img/collage/4.jpg), url(../img/collage/3.jpg), url(../img/collage/2.jpg), url(../img/collage/1.jpg);
        will-change: background-size;
        animation: splash 1.5s forwards;
        background-blend-mode: darken; */
    }
}
  
  @media (orientation: portrait) {
    .splashAnimato{
        background-image: url(../img/splashVert.jpg);
        height: 88vh;
        background-size: contain;
    }
    /* CATEGORY PAGE */


    /* CATEGORY PAGE END */
  }

/* @keyframes splash{
    0%{
        background-size:0%,0%,0%,0%,0%,0%;
    }
    17%{
        background-size:100%,0%,0%,0%,0%,0%;
    }
    35%{
        background-size:100%,100%,0%,0%,0%,0%;
    }
    52%{
        background-size:100%,100%,100%,0%,0%,0%;
    }
    70%{
        background-size:100%,100%,100%,100%,0%,0%;
    }
    85%{
        background-size:100%,100%,100%,100%,100%,0%;
    }
    100%{
        background-size:100%,100%,100%,100%,100%,100%;
    }
} */