a, a:hover, a:active, a:focus{
    color: #A27A00;
    text-decoration: inherit;
}
strong{
    font-weight: 500;
}
p, ul{
    margin-bottom: 0;
}
ul{
    padding-left: 0;
    list-style: none;
}
/* GENERALI */
html {
    scroll-behavior: smooth;
    overflow: hidden;
    overflow-y: auto;
}
html,body{
    height:100%;
}
body{
    font-size: 16px;
    width: 100%;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    line-height: 1.2em;
    background-color: black;
    color: #DAD8B2;
}
body p{
    text-align: justify;
    line-height: 1.3em;
    margin-top: 15px;
}
/* SCROLLED */
header, .main{
    transition: height .3s ease-out;
}

.scrolled header{
    height: 7vh;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
}
/* SCROLLED */

h1, h2, h3, h4, h5, h6{
    font-size: inherit;
    font-weight: inherit;
    position: relative;
}
a:focus, a:active, input:focus, input:active, button:focus, button:active, textarea:focus, textarea:active {
    outline: none!important;
}
a.cn-button{
    background-color:#A27A00;
    padding: 5px 10px;
    display: inline-block;
}
}
/* SCROLLBAR */
/* width */
::-webkit-scrollbar {
    width: 10px;
}
  
  /* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
  
  /* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}
  
  /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
  
/* FINE GENERALI */
.main{
    background-size: cover;
    padding-top: 10vh;
    background-attachment: fixed;
    min-height: 100vh;
}
/* INIZIO HEADER */
header{
    background-color: black;
    height: 10vh;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
}
.logo{
    display: block;
}
.logo a{
    height: 100%;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    flex-direction: column;
    justify-content: center;
}
.logo a img{
    max-width: 100%;
    max-height:100%;
}
.navbar{
    display: none;
    min-width: 50%;
    font-weight: 500;
    height: 100%;
    padding: 0;
}
.toggle{
    color: #A27A00;
}
.menuToggler{
    display: block;
    font-size: 1.5em;
    z-index: 1;
    position: absolute;
    right: 0;
    margin-right: 15px;
}
.menuContainer{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.main-menu > li.menu-item-has-children{
    cursor: pointer;
}
.main-menu > li.menu-item-has-children > a{
    
    cursor: pointer;
}
.main-menu{
    display: inline-block;
    position: absolute;
    left: 0;
    margin-left: 15px;
    top: 0;
    margin-top: 15px;
}
.main-menu > .menu-item{
    background-color: transparent;
    text-transform: uppercase;
}
.main-menu > .menu-item a{
    align-self: center;
}
.main-menu > .menu-item > .sub-menu{
    position: absolute;
    padding-left: 0;
    list-style: none;
}
.main-menu > .menu-item > .sub-menu > .menu-item{
    width: 100%;
    display: inline-table;
    background-color: #014466;
}
.main-menu > .menu-item > .sub-menu > .menu-item a{
    padding: 3px 9px;
    display: block;
}
.main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
    list-style: none;
    background-color: #014466;
}
.main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item{
    width: 100%;
    display: block;
    color: #70AFCF;
}
.main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item a{
    padding: 3px 9px;
    display: block;
}
.menu-item button{
    background-color: transparent;
    border: none;
}
.menu-item svg{
    fill: white;
}
.sub-menu{
    display: none;
    flex-direction: column;
}
.activeMenu .sub-menu{
    display: flex;
}
.show{
    display: flex;
}
.main-menu > .menu-item-has-children::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    align-self: center;
    margin-left: 5px;
    margin-top: -5px;
    transition: margin-top .3s ease-out;
}
.main-menu > li.menu-item-has-children:hover::after{
    margin-top: 0px;
}
/* .menu-item-has-children::before{
    content: ">";
    position: absolute;
} */
.openSubMenu{
    background-color: white;
    width: 30px;
    height: 30px;
}
.main-menu li:nth-child(even) a{
    padding-top:15px;
    padding-bottom:15px;
    display:inline-block;
}
/* FINE MENU */

.main .wp-block-group:first-child{
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
}
.underHeader{
    position: relative;
    z-index: 1;
    height: auto;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #70AFCF;
    box-shadow: 0 8px 10px rgba(0,0,0,.3);
}
.underHeader h1, .underHeader h3{
    text-transform: uppercase;
    font-size: 1.2em;
}
.underHeader h1 span, .underHeader h3 span{
    font-size: 90%;
}
.contentHeader{
    min-height: auto;
}
/* .home .contentHeader{
    min-height: 80vh;
} */
/* .contentHeader .row [class*="col-"] .container p{
    position: relative;
    z-index: 1;
} */
.contentHeader > .row > .col-12::before, .aboutHome::before{
    content: "";
    display: block;
    background-color: #014466;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    mix-blend-mode: multiply;
    
}
.contentHeader p, .underHeader h1, .underHeader h3{
    align-self: center;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.underHeader h3{
    font-style: italic;
}
.underHeader h3 span{
    font-style: normal;
    font-size: .8em;
}
.contentHeader p{
    font-size: 1em;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}
.aboutHome{
    font-size: 1.2em;
}
.contentPage{
    width: 100%;
}
.contentPage h2{
    font-size: 1.2em;
}
/* .main .wp-block-group:nth-child(2) .row:nth-child(odd){
    box-shadow: -8px 0 10px 8px rgba(0,0,0,.3);
} */
/* .main .wp-block-group:nth-child(2) .row:nth-child(even){
} */
.main .wp-block-group:nth-child(2) .row [class*="col-"] .txtSecHome::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #70AFCF;
    mix-blend-mode: multiply;
}
.main .wp-block-group:nth-child(2) .row:nth-child(even) [class*="col-"] .txtSecHome::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #014466;
    mix-blend-mode: multiply;
}
.imgSecHome{
    height: 30vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.txtSecHome{
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.txtSecHome ul{
    list-style-position: inside;
    padding-left: 0;
    list-style-type: square;
    font-size: 1em;
    z-index: 1;
    display:inline-block;
}
.txtSecHome h2{
    font-size: 1.2em;
    z-index: 1;
    display:block;
    text-transform: uppercase;
}
.txtSecHome p{
    font-size: 1em;
    z-index: 1;
    display:inline-block;
    position: relative;
}
.sez3 [class*="col-"].p-0, .main .wp-block-group:nth-child(3) [class*="col-"].p-0{
    box-shadow: -8px 0 10px 8px rgba(0,0,0,.3);
}
.aboutHome{
    height: auto;
    display: block;
    z-index: 1;
    align-items: center;
    justify-content: center;
}
/* .main .wp-block-group:nth-child(3)::before{
    content: "";
    position: absolute;
    background-color: #014466;
    mix-blend-mode: multiply;
    width: 100%;
    height: 60vh;
    left: 0;
} */
.aboutHome h3{
    font-size: 1.2em;
    text-transform: uppercase;
}
.aboutHomeSx, .aboutHomeDx{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 1;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}
.aboutHomeSx p, .aboutHomeDx p{
    font-size: 1em;
}
.actions{
    display: block;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.actions::before{
    content: "";
    position: absolute;
    left: 0;
    background-color: #70AFCF;
    width: 100%;
    height: 100%;
    bottom: 0;
}
.buttonAction{
    position: relative;
    z-index: 1;
    background-color: #014466;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.buttonAction:first-child{
    margin-top: 15px;
}
.buttonAction span{
    display: flex;
    justify-content: center;
}
.buttonAction span a{
    display: inline-block;
    font-size: 1em;
    text-transform: uppercase;
    padding: 15px;
}
footer{
    background-color: #014466;
    height: auto;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer .logo{
    max-width: 100%;
}
.socialFooter span a{
    display: inline-block;
}
.socialFooter span a i{
    padding: 15px;
    font-size: 3em;
}
.page .sez1, .main .wp-block-group:first-child .contentHeader .col-lg-4::before{
    display: none;
}
.imgPage{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 30vh;
}
.openAccordion{
    font-size: 1.1em;
    position: relative;
    text-transform: uppercase;
}
.contentAccordion{
    background-color: #70AFCF;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.contentAccordion:last-child{
    margin-bottom: 5px;
}
.accordionContainer h3 a{
    display: block;
    padding-top: 5px;
    padding-right: 30px;
}
.accordionContainer h3 a::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    position: relative;
    margin-left: 15px;
}
.contentAccordion p{
    margin-bottom: 0;
}
.contentAccordion li{
    font-size: 1.3em;
}
.wp-block-group__inner-container{
    width: 100%;
    position: relative;
}
input, textarea{
    background: transparent;
    border: 1px solid white;
    width: 100%;
    padding: 15px;
	color:#DAD8B2;
}
input[type="submit"]{
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: -15px;
    margin-right: 15px;
    color: white;
    width: auto;
}
label{
    width: 100%;
}
/* STILI TESTO */
.is-style-default{
    position: relative;
    font-size: 1.4em;
}
/* STILI TESTO FINE*/

/* SLIDE SHOW */
/* .slideshow-item{
    display: none;
}
.active.slideshow-item{
    display: block;
}
.sr-only{
    position: relative;
} */
/* FINE SLIDE SHOW */

/* SLIDE SHOW MULTIPLE ITEMS */

/* CAROUSEL VIDEO*/
/* .titleOnVideo{
	text-align: left;
	position: absolute;
	top: 0;
    left: 0;
	color: white;
	z-index: 10;
	line-height:1em;
	margin-top: 80px;
	max-height: 30vh;
}
.titleOnVideo span{
	display: block;
	text-transform: uppercase;
	font-size: .35em;
	line-height: 1em;
} */
.carousel{
	max-height: 90vh;
}
.imgHome{
    position: relative;
    width: 100%;
	max-height: 90vh;
	overflow: hidden;
}
#videoCarousel .carousel-indicators, .carousel-indicators{
    bottom: 0px;
    margin-bottom: 45px;
}
.carousel-indicators li{
	width: 5px;
	height: 5px;
	border-radius: 5px;
	cursor: pointer;
}

/*
 .carousel-control-next-icon{
	background-image: url(../img/next.png);
	background-size: contain;
}
.carousel-control-prev-icon{
	background-image: url(../img/prev.png);
	background-size: contain;
} */
/* FINE CAROUSEL VIDEO*/

/* LIGHTBOX */
#lightbox .close.cursor{
    position: fixed;
    top: 15px;
    right: 15px;
    font-size: 2em;
    z-index: 1;
    font-weight: 700;
    line-height: 1;
    color: white;
    text-shadow: 0 1px 0 black;
    opacity: .5;
}
#lightbox .close.cursor::after{
    content: "\f057";
    font-family: "Font Awesome 5 Free";
}
#lightbox a.prev, #lightbox a.next{
    position: fixed;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    height: 30px;
    z-index: 1;
    color: white;
    font-size: 2em;
    font-weight: 700;
    text-shadow: 0 1px 0 black;
    opacity: .5;
}
#lightbox a.prev{
    left: 0;
    margin-left: 15px;
}
#lightbox a.prev::after{
    content: "\f0a8";
    font-family: "Font Awesome 5 Free";
}
#lightbox a.next{
    right: 0;
    margin-right: 15px;
}
#lightbox a.next::after{
    content: "\f0a9";
    font-family: "Font Awesome 5 Free";
}
#lightbox .slides{
    align-items: center;
    flex-direction: column;
    max-height: 100vh;
}
.modal-content{
    border: 0;
    border-radius: 0;
    background-color: rgba(0,0,0,.8);
    justify-content: center;
}
#lightbox img{
    max-height: 100vh;
}
/* END LIGHTBOX */
/* VALIDATION */
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    border:2px solid gray;
    color: red;
}
/* END VALIDATION */
.card{
    transition: opacity .3s;
}
.card:hover{
    opacity:.85;
    cursor: pointer;
}
/* CAROUSEL VIDEO */
.titleOnVideo{
    margin: 0;
    text-align: left;
    background-color: rgba(0,0,0,.5);
    padding: 5px;
    color: #DAD8B2;
}
.titleOnVideo h5{
    display: inline-block;
    font-weight: 700;
    font-size: 2em;
    margin: 0;
    text-transform: uppercase;
    line-height: 1em;
    box-shadow: 0 10px 0px #A27A00;
    color:#A27A00;
}
.titleOnVideo p{
    font-size: 1em;
    margin: 0;
    margin-top: 3vh;
    margin-bottom: 3vh;
    line-height: 1.2em;
    display: block;
}
.titleOnVideo > a{
    font-size: 1.2em;
    margin: 0;
    border-radius: 5px;
    color:#A27A00;
}
.titleOnVideo > a::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f054";
    padding: 3px;
    display: inline-block;
    font-size: .85em;
}
.carousel-caption{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom:0;
    margin-bottom: 10vh;
    transform-origin: center;
    padding-left: 15px;
    padding-right: 15px;
}
.carousel-control-next, .carousel-control-prev {
    bottom: 0;
    top: auto;
    margin-bottom: 15vh;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: none;
    background-color: rgba(0,0,0,.3);
    border-radius: 15px;
    width: 30px;
    height: 30px;
    background-size: 50%;
}
#videoCarousel .carousel-inner{
    padding: 0;
}
/* .onepage-wrapper .section{
    padding-top: 10vh;
} */
#videoCarousel .carousel-inner .carousel-item{
    max-height: unset;
    max-width: unset!important;
    display: none;
    padding: 0;
}
#videoCarousel .carousel-inner .carousel-item.active{
    display: block;
    z-index: unset;
}
#videoCarousel .carousel-inner video, .imgSlide{
    object-fit: cover;
    height: 90vh;
}
.imgSlide{
    background-size: cover;
    background-position: center;
}
#videoCarousel .carousel-indicators li{
    width:10px;
    height: 10px;
    border-radius: 15px;
    border: 0;
    background-color: white;
    margin-bottom:15px;
}
#videoCarousel .carousel-control-next-icon,#videoCarousel .carousel-control-prev-icon{
    display: none;
}
#carousel-multi .carousel-inner{
    padding-top: 0;
}
.titoloSlideMulti{
    color: #0075A5;
    padding-top: 15px;
    font-size: 1.2em;
}
/* END CAROUSEL VIDEO */
/* MENU */
.navbar{
    min-width: unset;
    font-weight: 700;
}
.main-menu{
    right: 0;
    top: 0;
    margin-top: 8vh;
    margin-right:0;
    display: inline-block;
    position: absolute;
    left: auto;
    margin-left: auto;
    text-align: right;
    background-color: black;
    padding-left: 15px;
    padding-bottom: 15px;
    transition: margin-top .3s ease-out;
}
.main-menu > .menu-item{
    background-color: transparent;
    text-transform: uppercase;
    justify-self: start;
    margin-right: 15px;
}
.scrolled .main-menu{
    margin-top: 7vh;
}
.main-menu .menu-item a{
    align-self: center;
    color: #A27A00;
    transition: color .3s;
}
.main-menu > .menu-item:hover a{
    color: #DAD8B2;
}
.current-menu-item a, .subcategoriesMenu ul li.current-menu-item a, .main-menu .menu-item.current-menu-item a,.main-menu .menu-item.current-post-ancestor a,.main-menu .menu-item.current-category-ancestor a {
    color: #DAD8B2;
}
/* END MENU */
/* COUNTER */
.actions{
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
}
.actions::before {
    content: "";
    position: absolute;
    left: 0;
    background-color: #272727;
    width: 100%;
    height: 100%;
    bottom: 0;
}
.buttonAction{
    margin-top: 15px;
    background-color: #272727;
    z-index: initial;
}
.circled{
    color: white;
    font-size: 1.2em;
    font-weight: 700;
    padding: 10px;
    display: block;
    border: 2px solid white;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    margin-bottom: 15px;
    line-height: 40px;
}
.buttonAction a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.buttonAction a span.titoloCounter{
    color: white;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
}
/* END COUNTER */
/* IMG BG */
.imgbgBlock{
    color:#0175A6;
}
.imgbgBlock .row{
    min-height: 45vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}
.imgBg{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
}
.iconBg{
    width: 60px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}
.imgBgTitle{
    font-size: 1.5em;
    font-family: "AkrobatRe", sans-serif;
    text-align: center;
    line-height: 1.2em;
}
.imgBg p{
    font-size: .85em;
    font-weight: 700;
}
/* END IMG BG */
/* Block News*/
.fasciaPosts{
    min-height: 90vh;
    background-color: #272727;
    background-image: url(img/bg_news_home.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom:25px;
}
.scrolled .fasciaPosts{
    min-height: 93vh;
}
.fasciaNews{
    background-color: #A27A00;
    padding-bottom: 30px;
}
.imgNewsHome{
    height: 20vh;
    background-size: cover;
    margin-bottom: 15px;
    margin-top: 15px;
    background-position: center;
}
.linkSingleNews{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    color: #DAD8B2;
    transition: color .3s;
}
.linkSingleNews:hover, .linkSingleNews:active{
    color:#DAD8B2;
}
.linkSingleNews h2{
    font-weight: 700;
    font-size: 1.3em;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 0;
}
.linkSingleNews p{
    line-height: 1.2em;
    font-size: .85em;
    margin-top: 0;
}
.linkSingleNews span{
    display: block;
    margin-bottom: 5px;
    font-size: .85em;
}
/* END Block News*/
/* CATEGORY HOMEPAGE */
.titoloBlocco{
    font-size: 1.5em;
    font-weight: 700;
    padding-top: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
    z-index: 1;
    color: #A27A00;
}
.titoloBlocco.white{
    color: white;
}
.titoloBlocco.darkBlock{
    color: #DAD8B2;
}
.titleColumn{
    font-weight: 700;
    font-size: 1.5em;
    color: #0075A5;
}
.titleColumn.white{
    color: white;
}
.catCol{

    margin-bottom: 15px;
}
.catCol h3{
    font-size: 1.3em;
    font-weight: 700;
    color: #A27A00;
    margin-bottom: 15px;
    line-height: 1em;
}
.catCol .imgCatCol{
    height: 30vh;
    align-self: center;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    background-size: cover;
    background-position: center;
    filter: contrast(2.5) saturate(2.5) hue-rotate(180deg);
}
.imgCategoryPage{
    height: 30vh;
    background-position: center;
    background-size: cover;
    width: 100%;
    margin-bottom: 5px;
}
.imgSingle{
    height: 50vh;
    background-position: center;
    background-size: cover;
    margin-top: 15px;
    margin-bottom: 15px;
}
/* .catCol p{
} */
.catCol a{
    font-weight: 400;
    color: #A27A00;
    text-transform: uppercase;
}
.catCol h3::after, .readMore::before, .prjMain h3::after, .blockVideos h3::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f054";
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 17px;
    color: black;
    background-color:#A27A00;
    margin-left: 5px;
    text-align: center;
    cursor: pointer;
}
/* END CATEGORY HOMEPAGE */

.triangoloFooter{
    position: fixed;
    right: 0;
    bottom: 0;
    background-image: url(img/corner_white.png);
    height: 175px;
    width: 175px;
    z-index: 99;
    background-size: contain;
    transition: bottom .3s;
}
.hideTriangle{
    bottom: -100%;
}
footer {
    background-color: black;
    height: auto;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0;
    position: relative;
    width: 100%;
    bottom: 0;
    z-index: 1;
}
.openFooter{
    cursor: pointer;
}
footer .logo{
    display: none;
}
.infoFooter{
    margin-left: 0;
    padding: 5px;
}
.infoFooter span a i{
    font-size: 1.2em;
    margin-right: 15px;
}
.termsConditions{
    font-size: .85em;
    padding-top: 5px;
    padding-bottom: 10px;
}
footer h3{
    font-weight: 700;
}
input, textarea {
    background: transparent;
    border: 1px solid #A27A00;
    width: 100%;
    padding: 15px;
}
input[type="submit"]{
    position: relative;
    margin: 0;
    border-color: #A27A00;
    color:#DAD8B2;
}
input[type=checkbox], input[type=radio] {
    width: auto;
    margin-right: 5px;
}
/* FORM */
footer form input, .page-template-template-contact footer form input, .page-template-template-contact footer form textarea, .page-template-template-distibution footer form input, .page-template-template-distibution footer form textarea{
    border: 0!important;
    color: white;
    padding: 15px;
    padding-left: 0;
    font-size: 1.5em;
    font-weight: 700;
    width: auto;
    background-color: transparent;
    max-width: 90%;
}
footer input, footer button[type='submit']{
    display: inline-block;
}
/* .bottoneNewsLetter{
    margin-left: 100px;
} */
.bottoneNewsLetter{
    background-color: rgba(0,0,0,.3);
    border-radius: 15px;
    width: 30px;
    height: 30px;
    background-size: 50%;
    position: absolute;
    margin-top: 15px;
}
/* END FORM */
/* COOKIE NOTICE */
.cn-button{
    padding: 5px 10px;
    display: inline-block;
    background-color: #0075A5;
}
/* END COOKIE NOTICE */
/* TEXT OVERFLOW */
.block-with-text {
    position: relative; 
    line-height: 1.2em;
    text-align: justify;  
    margin-right: -1em;
    padding-right: 1em;
    padding-bottom: 5px;
  }
  .home .block-with-text {
    overflow: hidden;
    max-height: 11em; 
  }
  /* create the ... */
  /* .block-with-text:before {
    content: '>';
    position: absolute;
    right: 0;
    bottom: 0;
  } */
  /* hide ... if we have text, which is less than or equal to max lines */
/*   .block-with-text:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
  } */
/* END TEXT OVERFLOW */
/* .wp-block-group__inner-container{
    padding-top: 10vh;
} */
/* CONTACT */
.page-template-template-contact .main, .page-template-template-distibution .main{
    margin-top: 30px;
    color: #0075A5;
    padding-bottom: 40px;
}
.page-template-template-contact h1{
    font-size: 3em;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 60px;
}
.infoPrincipaliContatti{
    display: flex;
    flex-direction: column;
}
.mainInfoContacts{
    justify-self: flex-end;
}
.infoPrincipaliContatti > .mainInfoContacts > .indirizzoAzienda,
.infoPrincipaliContatti > .mainInfoContacts > .numeroAzienda,
.infoPrincipaliContatti > .mainInfoContacts > .faxAzienda,
.infoPrincipaliContatti > .mainInfoContacts > .emailAzienda,
.page-template-template-contact form label, .page-template-template-distibution form label{
    font-family: AkrobatRe;
    font-size: 1.2em;
    line-height: 1.2em;
}
.infoPrincipaliContatti > .mainInfoContacts > .indirizzoAzienda,
.infoPrincipaliContatti > .mainInfoContacts > .faxAzienda,
.infoPrincipaliContatti > .mainInfoContacts > .emailAzienda:last-child{
    margin-bottom: 30px;
}
.page-template-template-contact form input,.page-template-template-contact form textarea, .page-template-template-distibution form input, .page-template-template-distibution form textarea{
    max-width: 100%;
    border-top: 1px solid #0075A5;
    background-color: aliceblue;
}
.page-template-template-contact form input[type='submit'], .page-template-template-distibution form input[type='submit']{
    font-weight: 700;
    background-color: #0075A5;
    color: white;
    display: inline-block;
    padding: 5px 20px;
}
.mappaContatti{
    min-height: 40vh;
}
[class*='acceptance'] label span{
    display: inline-block;
    font-size: .75em;
    line-height: 1em;
}
[class*='acceptance'] label input[type='checkbox']{
    display: inline;
    /* width: auto; */
    vertical-align: super;
} 
[class*='acceptance'] label input[type='checkbox']::after{
    content: '';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    margin-left: 15px;
    background-color: #0075A5;
    color: white;
    line-height: 15px;
}
[class*='acceptance'] label input[type='checkbox'].accepted::after{
    content: '\f00c';
}
#wpcf7-f306-p307-o1{
    margin-bottom: 30px;
}
.wpcf7-form-control-wrap{
    display: block;
}
/* END CONTACT */
/* DISTRIBUTION */
.page-template-template-distibution h1{
    font-size: 1.5em;
    font-weight: 700;
}
/* END DISTRIBUTION */
/* PAGES */
.imgContentPage{
    height: 45vh;
    background-position: center;
    background-size: cover;
}
.postContent{
    color: #0075A5;
    padding-top: 15px;
    padding-bottom: 15px;
}
.postContent h2, .modalContent h2{
    font-weight: 700;
    font-size: 1.5em;
}
.modal-backdrop{
    background-color: white;
}
/* .modal-dialog{
    max-width: none;
} */
.modal-content{
    background-color: unset;
}
.modalContent{
    color: #0075A5;
}

.closeModal{
    z-index: 1;
    display: inline-block;
    position: fixed;
    right: 10px;
    top: 10px;
    cursor: pointer;
    opacity: 0;
    transition: opacity .1s;
}
.modal.show .closeModal{
    opacity: 1;
    transition: opacity .3s .5s;
}
.closeModal i{
    color: #0075A5;
    font-size: 2em;
}
.fasciaPagesContent video{
    object-fit: cover;
    width: 100%;
    height: 45vh;
}
.titoloPag_Cat{
    margin-bottom: 50px;
}
.wp-block-image img{
    padding: 10px;
}
/* END PAGES */
/* CATEGORY PAGE */
.card-columns{
    padding-top: 50px;
}
.card{
    border: 0;
    background-color: unset;
}
.prjMain h3{
    font-size: 1.3em;
    font-weight: 700;
    color: #A27A00;
    margin-bottom: 15px;
    line-height: 1em;
}
.prjMain img{
    max-width: 100%;
    height: auto;
}
.prjMain span{
    margin-top: 5px;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 400;
    color: #DAD8B2;
}
.catSubMenu{
    margin-bottom: 15px;
}
.catSubMenu li{
    display: inline;
}
.subcategoriesMenu ul{
    padding-bottom: 15px;
}
.subcategoriesMenu ul li{
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.subcategoriesMenu ul li a{
    display: block;
    color: #A27A00;
    transition: color .3s;
}
.subcategoriesMenu ul li:hover a{
    color: #DAD8B2;
}
.subcategoriesMenu ul li a::after{
    content: '|';
    padding-left: 10px;
    color: #A27A00!important;
}
.subcategoriesMenu ul li:last-child a::after{
    content: '|';
    display: none;
}
/* END CATEGORY PAGE */
/* SINGLE PAGE */
.imgApertura{
    height: 90vh;
    background-size: cover;
    background-position: center;
}
.infoApertura{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    margin-bottom: 10vh;
    transform-origin: center;
    padding-left: 15px;
    padding-right: 15px;
}
.infoApertura .infoContent{
    display: inline-block;
    background-color: rgba(0,0,0,.5);
    padding: 5px;
}
.imgApertura h1{
    display: inline-block;
    font-weight: 700;
    font-size: 2em;
    margin: 0;
    text-transform: uppercase;
    line-height: 1em;
    box-shadow: 0 10px 0px #A27A00;
    color:#A27A00;
    margin-bottom: 15px;
}

.imgApertura p{
    font-size: 1.2em;
    margin: 0;
    margin-top: 3vh;
    margin-bottom: 3vh;
    line-height: 1.4em;
    display: inline-block;
    max-height: 4em;
    overflow: hidden;
}
.catsPost{
    display: block;
}
.imgApertura span a, .prjMain span a{
    font-size: 1em;
    margin: 0;
    color:#A27A00;
}
iframe{
    border: 0;
    max-width: 100%;
}
.imgVertSlide {
    width: 100%;
    height: 100vh;
    background-attachment: unset;
    background-size: cover;
    background-position: center;
}
.listaScheda{
    padding:15%;
    display: inline-block;
    width: 100%;
}
.listaScheda li{
    border-bottom: 1px solid #A27A00;
    padding-bottom: 15px;
    padding-top: 15px;
}
.listaScheda li:nth-child(odd){
    background-color: rgba(162, 65, 0, 0.3);
}
.listaScheda h3, .titleSingleContent, .blockVideos h3{
    font-size: 1.2em;
    font-weight: 700;
    color: #A27A00;
    text-transform: uppercase;
}
.titleSingleContent{
    margin-top: 15px;
}
.contentSingle{
    line-height: 1.2em;
    padding-bottom: 15px;
}
.contentSingle p a{
    color: #A27A00;
}
.contentSingle p strong{
    font-weight: 700;
}
.listaScheda li span{
    width: 69%;
    display: inline-block;
    padding-left:5px;
    padding-right:5px;
}
.listaScheda li span:first-child{
    width: 30%;
    text-transform: uppercase;
}
/* NEWS */
.post-template-default .imgSingle{
    height: 40vh;
}
/* END NEWS */
textarea.wpcf7-form-control.wpcf7-textarea {
    color: #DAD8B2;
}
@media (min-width:992px){
    .logo a img{
        max-width: 80%;
    }
    .navbar{
        display: flex;
    }
    .menuToggler{
        display: none;
    }
    .menuContainer{
        position: relative;
    }
    .main-menu{
        flex-direction: row;
    }
    .main-menu{
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        height: 100%;
        margin: 0;
    }
    .main-menu > .menu-item{
        background-color: transparent;
        text-transform: uppercase;
        height: 100%;
        display: flex;
        justify-content: center;
    }
    .main-menu > .menu-item > .sub-menu{
        position: absolute;
        top: 100%;
    }

    .home .contentHeader{
        min-height: 80vh;
    }
    .contentHeader{
        min-height: 70vh;
    }
    .contentHeader p{
        font-size: 1.3em;
        padding: 0;
    }
    .containerParagraphHome{
        min-height: 80vh;
    }
    .main .wp-block-group:nth-child(3){
        min-height: 60vh;
    }
    .main-menu li:nth-child(even) a{
        padding-top:0;
        padding-bottom:0;
    }
    .underHeader{
        height: 10vh;
    }
    
    .txtSecHome{
        height: 30vh;
    }
    .imgSecHome{
        height: 100%;
    }
    .aboutHome{
        min-height: 45vh;
        display: flex;
        flex-direction: row;
    }
    .aboutHomeSx, .aboutHomeDx{
        justify-content: center;
    }
    .actions{
        height: 15vh;
        display: flex;
    }
    .actions .buttonAction{
        width: 23%;
        height: 10vh;
        margin-bottom: 0;
    }
    .aboutHome h3{
        font-size: 1.5em;
    }
    .aboutHomeSx p, .aboutHomeDx p{
        font-size: 1.2em;
    }
    .aboutHomeSx{
        padding-right: 15px;
    }
    .aboutHomeDx{
        padding-left: 15px;
    }
    .buttonAction:first-child{
        margin-top: 0
    }
    
    .txtSecHome h2{
        font-size: 1.5em;
    }
    .txtSecHome p{
        font-size: 1.2em;
    }
    .txtSecHome ul li{
        font-size: 1.2em;
    }
    .buttonAction span a{
        font-size: 1.3em;
    }
    .page .sez1, .main .wp-block-group:first-child .contentHeader .col-lg-4{
        padding-right: 0;
    }
    .openAccordion{
        font-size: 1.3em;
    }
    .imgPage{
        min-height: 70vh;
    }
    .contentPage h2{
        font-size: 2em;
    }
    input[type="submit"]{
        margin-bottom: 15px;
    }

    .navbar{
        width: 80%;
    }
    .main-menu{
        left: 0;
        top: 0;
        right: auto;
        margin-right: auto;
        margin-top: 0;
        margin-left: 15px;
        text-align: left;
        display: flex;
        width: 100%;
        background-color: unset;
        padding-left: unset;
        padding-bottom: unset;
    }
    .scrolled .main-menu{
        margin-top: unset;
    }
    .main-menu > .menu-item{
        justify-content: center;
    }
    .titleOnVideo{
        max-width: 60%;
    }
    .titleOnVideo h5{
        font-size: 2.5em;
    }
    .imgBgTitle{
        font-size: 1.8em;
    }
    .circled{
        font-size: 1.4em;
    }
    .buttonAction{
        margin-top: 0px;
    }
    .buttonAction a span.titoloCounter{
        font-size: 1.3em;
    }
    .wp-block-latest-posts.is-grid li {
        max-width: 45%;
    }
    .catCol .imgCatCol{
        height: 20vh;
    }
    .carousel-control-prev, .carousel-control-next{
        display: none;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        display: inline-block;
    }
    .main .wp-block-group{
        min-height: 90vh;
    }
    .scrolled .main .wp-block-group{
        min-height: 93vh;
    }
    .main .wp-block-group:nth-child(3){
        min-height: unset;
    }
    .imgbgBlock .row{
        min-height: 65vh;
    }
    .infoPrincipaliContatti {
        min-height: 50vh;
    }
    .imgCategoryPage{
        height: 20vh;
    }
    .infoApertura .infoContent{
        max-width: 50%;
    }
    .imgVertSlide {
        background-attachment: fixed;
    }
}
@media (min-width:1200px){
    .carousel-control-next, .carousel-control-prev {
        bottom: 0;
        top: 0;
        margin-bottom: auto;
    }
    .fasciaPosts{
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 25px;
    }
}
@media (min-width:1440px){
    .fasciaPosts{
        padding-left: 20%;
        padding-right: 20%;
    }
}
.dashicons-multiple-items-carousel:before{
    font-family: "Font Awesome 5 Free" !important;
    content: "\\f03e";
    font-style:normal;
    font-weight:400;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
}

.navbar, .main, .blockVideos, footer{
    font-size:1.2em
}