/*
Theme name: Q Theme
Theme url: http://www.craq.it
Version: 8.5
Author: <a href="http://www.craq.it" title="Craq Design Studio">Craq Design Studio</a>
Author url: http://www.craq.it
*/

/***********************************************************************************************************************
// STRUCTURE AND GLOBAL STYLE
/**********************************************************************************************************************/
/* Colors
-------------------------------------------------------------- */
:root {
    --main-color: #6d6e70;
    --link-color: #00a19a;
    --hover-color: #00a19a;
    --light-color: #cccccc;
    --font-family: 'Lato', sans-serif;
}

/* Globals & Editor Rules
-------------------------------------------------------------- */
body{font-family: var(--font-family), sans-serif; font-size: 18px; line-height: 1.4em; color: var(--main-color); position: relative; z-index: 99999;}
h1{font-size: 50px; font-family:'Josefin Sans', sans-serif; color:#000;}
h2{font-size: 36px; font-family:'Josefin Sans', sans-serif; color:#000;}
h3{font-size: 30px; font-family:'Josefin Sans', sans-serif; color:#000;}
h4{font-size: 22px; font-family:'Josefin Sans', sans-serif; color:#000;}
h5{font-size: 22px; font-family:'Josefin Sans', sans-serif; color:#000;}
h6{font-size: 20px; font-family:'Josefin Sans', sans-serif; color:#000;}
h1,h2,h3,h4,h5,h6{line-height: 1em;}
b, strong{font-weight: bold;}
em{font-style: italic;}
sup{vertical-align: text-top; font-size: 9px;}
sub{font-size: 9px;}ul li{list-style: disc inside none;}
ul li{list-style: disc outside none;}
ul{margin-left: 15px;}
li{margin: 3px;}
p{margin: 10px 0;}
table{width: 100%;}
td{padding: 10px;}
a{color:#000; text-decoration: none; transition: 0.5s ease;}
a:hover{color: var(--hover-color);}

/* Structure & Globals
-------------------------------------------------------------- */
body, #page{
    margin: 0;
    min-width: 1366px;
    overflow-x: hidden;
}
body:before{
    content: '1400';
    display: none;
}
#menuOverlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    background: rgba(0,0,0,0.8);
    display: none;
    cursor: pointer;
}
.centralWrapper{
    display: block;
    margin: auto;
    width: 1266px;
    padding: 0 50px;
}
#main{
    margin-top: 100px;
}
#loadingWrapper{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
#loadingWrapper img{
    width: 70px;
    height: auto;
}

option {
    padding: 10px;
}
.test{
	display:none;
}
/* Entry Content
------------------*/
.entryContent h1, .entryContent h2, .entryContent h3,
.entryContent h4, .entryContent h5, .entryContent h6 {
    margin: 40px 0 20px;
}
.entryContent p{
    margin: 15px 0;
}
.entryContent p:first-of-type{
    margin-top: 0;
}
.entryContent img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
}
.entryContent img.alignleft{
    float: left;
    margin-right: 20px;
}
.entryContent img.alignright{
    float: right;
    margin-left: 20px;
}
.entryContent ol, .entryContent ul{
    margin-left: 20px;
}
.entryContent ul li{
    list-style: disc;
}
.entryContent ol li{
    list-style: decimal;
}
.entryContent .gallery-item{
    box-sizing: border-box;
    padding: 0 10px;
    overflow: hidden;
}
.entryContent .gallery-item img{
    border:none!important;
}

/* Global Element
------------------*/
.coverBg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.containBg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.fixedBg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 180px;
}
.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
}
.gradient{
    background: rgba(255,255,255,0.3);
    background: -moz-linear-gradient(left, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.6) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.6) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
}
.hidden{
    display: none;
}
.shadow{
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}
.round{
    width: 55px;
    height: 55px;
    -webkit-border-radius: 55px 55px 55px 55px;
    border-radius: 55px 55px 55px 55px;
}

/* Button & Material Design
------------------*/
.button{
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #000;
    cursor: pointer;
    font-size: 15px;
    display: inline-block;
    background: none;
    border: none;
    padding: 0;
	font-family: 'Josefin Sans', sans-serif;
	border-radius:5px;
	background-color:#fff;
}

.button:hover{
    color: var(--hover-color);
}
.materialButton{
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 10px;
    color: var(--main-color);
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}
.materialButton:hover{
    box-shadow: 0 2px 6px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.22);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.22);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.22);
}
.rippleButton{
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.rippleButton .ink {
    display: block;
    position: absolute;
    background:rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
}
.rippleButton .ink.animate {
    -webkit-animation:ripple 0.65s linear;
    -moz-animation:ripple 0.65s linear;
    -ms-animation:ripple 0.65s linear;
    -o-animation:ripple 0.65s linear;
    animation:ripple 0.65s linear;
}
@-webkit-keyframes ripple {100% {opacity: 0; -webkit-transform: scale(2.5);}}
@-moz-keyframes ripple {100% {opacity: 0; -moz-transform: scale(2.5);} }
@-o-keyframes ripple {100% {opacity: 0; -o-transform: scale(2.5);} }
@keyframes ripple {100% {opacity: 0; transform: scale(2.5);}}

/* Align
------------------*/
.flexContainer{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	justify-content: space-between;
}


/***********************************************************************************************************************
// COOKIES POLICY
/**********************************************************************************************************************/
#cookieBanner{
    background: #000000;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    font-size: 14px;
    line-height: 1.4em;
}
#cookieBanner .text{
    padding: 0 10%;
}
#cookieBanner .actionsButton{
    margin-top: 10px;
}
#cookieBanner .actionsButton a{
    text-transform: uppercase;
    margin: 0 15px;
	color: white;
}

/***********************************************************************************************************************
// HEADER STYLE
/**********************************************************************************************************************/
/* Header
-------------------------------------------------------------- */
#search ,#searchMobile{
    float: right;
    display: inline;
	color:#000;
}
#searchMobile{
	display:none;
}

.searchIco, .searchInput, .searchClose {
	float:left;
    display: inline-block;
}
.searchContent{
	float:left;
	display:none;
}
.inline{
	display:inline-block;
}

#search i {
    vertical-align: middle;
	cursor:pointer;
	font-size: 35px;
}
.searchInput input {
    -webkit-appearance: none;
    border: none;
    border-bottom: 1px solid #6d7b89;
    background-color: rgba(0,0,0,0);
    box-sizing: border-box;
    padding: 5px 0;
    margin: 0 5px;
    width: 150px;
}
.headerBox.headerRight {
    display: flex;
    line-height: 48px;
}
/* image navigation in header
------------------*/
.placeLogoHeader img {
    visibility: hidden;
    max-height: 80px;
}

div#headerPlaces {
    display: flex;
}

.placeLogoHeader a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.placeLogoHeader {
    position: relative;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
/* Main Menu Desktop
------------------*/
#mainNav {
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -moz-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -ms-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 999;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
#mainNav.navUp{
    top: -100px;
}
#mainNav.navDown{
    top: 0;
}
#mainNavContainer{
    height: 100px;
    margin: 15px auto;
    position: relative;
    display: flex;
}
#mainNavContainer .flexContainer{
    align-items: center;
	position:relative;
}
#mainLogo {
    /*flex-basis: 300px;*/
	width: 300px;
}
#mainMenu {
	display:none;
    text-align: right;
    padding-left: 40px;
    flex-grow: 1;
}
#mainLogo img{
    /*max-width: 100%;*/
    height: 90px;
    display: block;
}
.menu li{
    list-style: none;
    display: inline-block;
    margin-left: 10px;
}
.menu li a{
    color: var(--main-color);
}
.menu li a:hover{
    color: var(--hover-color);
}
/* Social in header
------------------*/
/* #socials{
    width: calc(100% - 348px);
    text-align: right;
    padding: 0 20px;
} */
#socials i {
    vertical-align: middle;
}
a.social {
    color: #000;
    font-size: 24px;
    margin: 0 10px;
    display: inline-block;
}

/* Mobile Menu
------------------*/
 #mobLink{
	 /*
    display: block;
	text-align: right;
	width: 48px;
	*/
	 margin-left:20px;
}
#mobLink i{
    color: #000;
    font-size: 48px;
    cursor: pointer;
}
#mobNav{
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    background: #ffffff;
    -webkit-box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.3);
    z-index: 99999;
    width: 450px;
    text-align: right;
    box-sizing: border-box;
    overflow-y: scroll;
    display: none;
}
#mobNav .inside{
    display: inline-block;
    width: 100%;
    padding: 80px 80px 80px 50px;
    box-sizing: border-box;
}
#mobNav .close{
    font-size: 46px;
    cursor: pointer;
    margin: 20px 0;
}
#mobNav .close:hover{
    color: var(--hover-color);
}
#mobNav ul{
    margin: 0;
}
#mobNav li{
	display: block;
	margin: 35px 0;
	font-size: 24px;
	font-family: 'Josefin Sans';
	text-transform: uppercase;
}
#mobNav li a{
    color: #6d6e70;
}
#mobNav li a:hover{
    color: var(--hover-color);
}
#socialsMenu {
    float: left;
    margin: 30px 0;
}

#langSwitch {
    position: absolute;
    right: -20px;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 7px;
}

#langSwitch a, #langSwitchMobile a {
    color: #8f9194;
}
#langSwitchMobile{
	display:none;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    height: 100%;
    align-items: center;
    padding-top: 7px;
}
/***********************************************************************************************************************
// CF7 FORMS
/**********************************************************************************************************************/
.formContainer  form.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
}

.formContainer  select {
    background-color: #fff;
    border: none;
    overflow: visible;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--main-color);
    /* border-bottom: 1px solid; */
    /* border-radius: 0px; */
    margin-bottom: 10px;
}

.formContainer input[type=text], .formContainer input[type=email], .formContainer input[type=number] {
    padding: 10px;
    margin: 10px 0;
    box-sizing: border-box;
    width: 92%;
    -webkit-appearance: none;
    border: 1px solid #bdbdbd;
    font-size: 12px;
    color: #000;
}

span.wpcf7-form-control-wrap {
    width: 100%;
}
span.wpcf7-list-item {
    margin: 10px 0;
}

span.wpcf7-list-item-label {
    color: #000;
    text-transform: uppercase;
}

.formContainer label {
    color: #000;
    text-transform: uppercase;
    margin-left: 5px;
}

/* campi mailchimp
**********************/
.whiteText .box .icon i{
	color:#fff;
}
.darkText .box .icon i{
	color:#000;
}
.box .icon i{
	color:#000;
}
.whiteIcons  .box .icon i{
	color:#fff;
}
.blackIcons  .box .icon i{
	color:#000;
}
input#mce-MMERGE3-day {
    width: 60px;
}

input#mce-MMERGE3-month {
    width: 60px;
}
.formContainer ul{
	margin-left:0;
}
.formContainer ul li{
	list-style:none;
	margin-left:0;
	margin-bottom:5px;
}
.mc-field-group.size1of2
 p {
    display: none;
}
#mc_embed_signup .button{
	margin-top:20px;
}
/***********************************************************************************************************************
// QTHEME FORM
/**********************************************************************************************************************/
.qthemeForm input[type=text],
.qthemeForm input[type=password],
.qthemeForm input[type=email],
.qthemeForm input[type=tel],
.qthemeForm input[type=url],
.qthemeForm textarea,
.simpleselect .placeholder{
    border: none;
    border-bottom: 1px solid var(--light-color);
    padding: 10px;
    font-size: 16px;
    font-family: var(--font-family), sans-serif;
    box-sizing: border-box;
    width: 100%;
    cursor: text;
}
.qthemeForm input.required,
.qthemeForm input.wpcf7-validates-as-required,
.qthemeForm .simpleSelect.required{
    background-image: url(img/required.png);
    background-repeat: no-repeat;
    background-position: 99% center;
    background-size: 5px 5px;
}
.qthemeForm input:not([type=submit]):focus,
.qthemeForm textarea:focus{
    border-bottom: 1px solid var(--hover-color);
}
.qthemeForm .qthemeFieldCheckbox input,
input[type=checkbox].qthemeFormCheckbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.qthemeForm .qthemeFieldCheckbox input + label,
input[type=checkbox].qthemeFormCheckbox + label.qthemeFormCheckboxLabel {
    padding-left: 25px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    font-family: var(--font-family), sans-serif;
}
.qthemeForm .qthemeFieldCheckbox input:checked + label,
input[type=checkbox].qthemeFormCheckbox:checked + label.qthemeFormCheckboxLabel {
    background-position: 0 -20px;
}
.qthemeForm .qthemeFieldCheckbox label,
label.qthemeFormCheckboxLabel {
    background-image: url(img/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.simpleselect{
    width: 100%;
}
.simpleselect .placeholder{
    color: var(--light-color);
    cursor: pointer;
}
.simpleselect .placeholder::after{
    background-image: url(img/select.png);
    background-repeat: no-repeat;
    width: 15px;
    right: 5px;
    cursor: pointer;
}
.simpleselect .placeholder:hover{
    background: none;
}
.simpleselect .options{
    width: 100%;
}
.simpleselect .option:hover{
    background: var(--hover-color)!important;
}
::-webkit-input-placeholder {
    color: var(--light-color);
}
:-moz-placeholder {
    color: var(--light-color);
}
::-moz-placeholder {
    color: var(--light-color);
}
:-ms-input-placeholder {
    color: var(--light-color);
}

/* Form Fields
-------------------------------------------------------------- */
.qthemeFormMessage{
    color: #d02d26;
    margin: 10px 0;
}
.qthemeFormMessage.success{
    color: green;
}
.qthemeField{
    margin: 20px 0;
}

/***********************************************************************************************************************
/* STRIPE CSS
/**********************************************************************************************************************/
/* Globals
------------------------------------------*/
.stripe{
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0;
    color: #6d6e70;
}
.stripe.mobileView{
    display: none;
}
.stripe .overlay{
    z-index: 1;
}
.stripe.topBorder{
    border-top: 1px solid var(--light-color);
}
.stripe.bottomBorder{
    border-bottom: 1px solid var(--light-color);
}
.stripe.allBorder{
    border-bottom: 1px solid var(--light-color);
    border-bottom: 1px solid var(--light-color);
}
.stripe .centralWrapper{
    position: relative;
    z-index: 3;
	height: 100%;
}
.stripe .stripeTitle{
    margin-top: 0;
    margin-bottom: 50px;
}
.whiteText{
    color: #ffffff;
}
.stripe.whiteText h1, .stripe.whiteText h2, .stripe.whiteText h3, .stripe.whiteText h4, .stripe.whiteText h5, .stripe.whiteText h6{
	color:#fff;
}
.stripe.whiteText .button{
	background-color:#ffffff;
}
.stripe.whiteText .button.shadow{
    -webkit-box-shadow: none;
   	-moz-box-shadow: none;
   	box-shadow: none;
}

/* Stripe Content Grid
------------------------------------------*/
.stripe .boxesContainer{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.stripe.leftStripeTitleHorizontalAlign .stripeTitle,.stripe.singleLeftStripeTitleHorizontalAlign .stripeTitle{text-align: left;}
.stripe.centerStripeTitleHorizontalAlign .stripeTitle,.stripe.singleCenterStripeTitleHorizontalAlign .stripeTitle{text-align: center;}
.stripe.rightStripeTitleHorizontalAlign .stripeTitle,.stripe.singleRightStripeTitleHorizontalAlign .stripeTitle{text-align: right;}
.stripe.stripeSingle.singleLeftStripeTitleHorizontalAlign .stripeTitle,
.stripe.stripeSingle.singleCenterStripeTitleHorizontalAlign .stripeTitle,
.stripe.stripeSingle.singleRightStripeTitleHorizontalAlign .stripeTitle{
    display: flex;
}
.stripe.stripeSingle.leftHorizontalAlign .stripeTitle,
.stripe.leftHorizontalAlign .boxesContainer{
    justify-content: flex-start;
}
.stripe.stripeSingle.centerHorizontalAlign .stripeTitle,
.stripe.centerHorizontalAlign .boxesContainer{
    justify-content: center;
}
.stripe.stripeSingle.rightHorizontalAlign .stripeTitle,
.stripe.rightHorizontalAlign .boxesContainer{
    justify-content: flex-end;
}
.stripe.stripeMultiple.adaptiveHorizontalAlign .boxesContainer {
    justify-content: space-between;
}
.stripe.topVerticalAlign .boxesContainer{
    align-items: flex-start;
}
.stripe.middleVerticalAlign .boxesContainer{
    align-items: center;
}
.stripe.bottomVerticalAlign .boxesContainer{
    align-items: flex-end;
}
.stripe.leftJustify .box .icon,
.stripe.leftJustify .box .title,
.stripe.leftJustify .box .content,
.stripe.leftJustify .box .buttonsContainer{
    text-align: left;
}
.stripe.centerJustify .box .icon,
.stripe.centerJustify .box .title,
.stripe.centerJustify .box .content,
.stripe.centerJustify .box .buttonsContainer{
    text-align: center;
}
.stripe.rightJustify .box .icon,
.stripe.rightJustify .box .title,
.stripe.rightJustify .box .content,
.stripe.rightJustify .box .buttonsContainer{
    text-align: right;
}
.boxesContainer .box.col1,.stripe.stripeSingle .stripeTitle .col1, .col1{width:100%;}
.boxesContainer .box.col12,.stripe.stripeSingle .stripeTitle .col12, .col12{width:48%;}
.boxesContainer .box.col13,.stripe.stripeSingle .stripeTitle .col13, .col13{width:30.6%;}
.boxesContainer .box.col14,.stripe.stripeSingle .stripeTitle .col14, .col14{width:22%;}
.boxesContainer .box.col23,.stripe.stripeSingle .stripeTitle .col23, .col23{width:65.4%;}
.boxesContainer .box.col34,.stripe.stripeSingle .stripeTitle .col34, .col34{width:74%;}

/* Stripe Content Boxes
------------------------------------------*/
.stripe.stripeNoPaddingBottom{
    padding-bottom: 30px;
}
.stripeContent .box{
    margin-bottom: 50px;
    margin-left: 4%;
}
.stripeContent .box.openLine, .stripeContent.adaptiveHorizontalAlign .box{
    margin-left: 0;
}
.boxesContainer .box > *{
    margin: 30px 0;
}
.boxesContainer .box > *:first-child{
    margin-top: 0;
}
.boxesContainer .box .icon i{
    font-size: 48px;
}
.boxesContainer .box img{
    max-width: 100%;
    height: auto;
}
.boxesContainer .box .icon .custom-icons i {
    font-size: 30px;
}

.boxesContainer .box .icon .custom-icons {
    font-size: 22px;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    color: #6d6e70;
}
.fullImage .boxesContainer .box img {
    width: 100%;
}
/* Image Box
--------------------*/
.tile{
    display: block;
    width: 100%;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}
.tile a{
    color: var(--main-color);
}
.tile .tileImage {
    flex-grow: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tile .tileTitle  {
    flex-basis: auto;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-shadow: 0px -5px 3px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px -5px 3px -5px rgba(0,0,0,0.3);
    box-shadow: 0px -5px 3px -5px rgba(0,0,0,0.3);
    padding: 20px;
    background: #ffffff;
}
.imageWrapper .inside{
    flex-direction: column;
    height: 100%;
}
.imageWrapper.normal{
    position: relative;
}
.imageWrapper.normal .lightboxOpen{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
}
.lightboxOpen{
    text-align: center;
    font-size: 48px;
    flex-basis: auto;

}
.lightboxOpen i{
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    opacity: 0.8;
    padding: 16px;
    border-radius: 40px 40px 40px 40px;
    -moz-border-radius: 40px 40px 40px 40px;
    -webkit-border-radius: 40px 40px 40px 40px;
}
.lightboxOpen i,
.box:hover .lightboxOpen.dark i{
    color: var(--main-color);
    background: var(--light-color);
}
.lightboxOpen.dark i,
.box:hover .lightboxOpen i{
    background: var(--main-color);
    color: var(--light-color);
}

/* Stripe Slideshow
------------------------------------------*/
.stripeSlide{
    padding: 0;
}
.slideWrapper {
    height: 580px;
}
.slideWrapper.slick-dotted.slick-slider{
    margin: 0;
}
.slideWrapper .slideItem{
    height: 580px;
    width: 100%;
    display: inline-block;
}
.slideWrapper .slick-prev{
    left: 3%;
    z-index: 9;
}
.slideWrapper .slick-next{
    right: 2%;
    z-index: 9;
}
.slideWrapper .slick-prev,
.slideWrapper .slick-next {
    transition: 0.5s ease;
    opacity: 0;
    transform: none;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
}
.slideWrapper .slick-prev svg,
.slideWrapper .slick-next svg{
    fill: var(--hover-color);
    width: 30px;
    height: 30px;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    transition: 0.5s ease;
}
.slideWrapper:hover .slick-prev,
.slideWrapper:hover .slick-next{
    opacity: 1;
}
.slideWrapper:hover .slick-prev:hover svg,
.slideWrapper:hover .slick-next:hover svg{
    background: #000000;
}
.slideWrapper .slick-prev::before,
.slideWrapper .slick-next::before{
    display: none;
}
.slideWrapper .caption {
	background: rgba(0,0,0,0);
    max-width: none;
    top: 34%;
    width: 100%;
    text-align: center;
    line-height: 1.2;
    position: absolute;
}
.slideWrapper .caption .title{
    color: #ffffff;
    font-size: 50px;
    text-transform: uppercase;
	font-family:'Josefin Sans';
}
.slideWrapper .caption .content{
    font-size: 15px;
    line-height: 1.2em;
    margin: 20px 0;
}
.slideWrapper .caption .button{
    color: #ffffff;
}
.slideWrapper .caption .button:hover{
    color: var(--hover-color);
}
.slideWrapper .slick-dots{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: rgba(0,0,0,0.7);
    padding: 10px 20px;
    width: auto;
    height: auto;
    line-height: 0;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
}
.slideWrapper .slick-dots li{
    width: auto;
    height: auto;
    margin: 0 3px;
}
.slideWrapper .slick-dots li button{
    width: 5px;
    height: 5px;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    background: var(--light-color);
    cursor: pointer;
    transition: 0.3s ease;
    line-height: 1em;
}
.slideWrapper .slick-dots li button:hover,
.slideWrapper .slick-dots li.slick-active button{
    background: var(--hover-color);
}
.slideWrapper .slick-dots li button::before{
    display: none;
}

/***********************************************************************************************************************
// PAGES STANDARD STYLE
/**********************************************************************************************************************/
/* Page / Single Standard
-------------------------------------------------------------- */
.pagePadding{
    padding: 50px 0;
}
.pageTitle {
    margin: 30px auto;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    line-height: 110%;
}
.pageCover img{
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.pageContent.entryContent {
    font-weight: 100;
}
#pageSingle{
	padding:80px 0;
}

/* Page Login
-------------------------------------------------------------- */
.qthemeLogin.recoverPwd,
.qthemeLogin.editPwd{
    display: none;
}
.qthemeLogin .actionUILogin {
    cursor: pointer;
}
.qthemeLogin #loginMessage{
    color: red;
}
.qthemeLogin #loginMessage.success{
    color: green;
}

/* Page 404
-------------------------------------------------------------- */
section#page404 {
    padding-top: 100px;
}
.content404{
    text-align: center;
    padding: 30px 0;
}
.content404 h1{
    font-size: 90px;
    font-weight: bold;
    margin-bottom: 5px;
}
.content404 .pageNotFound{
    font-size: 30px;
    font-weight: bold;
}
.content404 .disclaimer{
    margin-top: 30px;
    font-size: 22px;
}

/* Page Agenda delle storie
-------------------------------------------------------------- */
.page-template-agenda select {
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    overflow: visible;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--main-color);
}

#agendaTitle{
    padding: 80px 0;
    border-bottom: 1px solid var(--light-color);
	text-transform: uppercase;
}
#agendaLoop {
    min-height: 300px;
    margin-top: 60px;
}
#agendaLoop .overlay{
	display:none;
}
.stream.multipleLine .streamItem {
    margin: 40px 10px;
}
img.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#filter {
    padding: 60px 0;
    overflow: visible;
	display: flex;
	flex-wrap:wrap;
}

select#filtroLuoghi {
    margin-right: 60px;
}

select#filtroTipo {
    margin-right: 60px;
}
a.button.filter.shadow {
    display: table;
}
.filterContainer{
	margin-right:40px;
}
.filterContainer h4 {
    text-transform: uppercase;
    margin-bottom: 25px;
}
select#filtroLuoghi option {
	background-position-x: left;
	background-position-y: top;
	background-size: 40px;
	background-repeat: no-repeat;
	padding-left: 45px;
	height: 25px;
}
ul.filterOption {
    margin-left: 0;
}

ul.filterOption li {
    list-style: none;
    background-position-x: left;
    background-position-y:center ;
    background-size: 35px;
    background-repeat: no-repeat;
    line-height: 35px;
    height: 35px;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    color: #bfbfc0;
	cursor:pointer;
}
ul.filterOption li.active{
	color:#000;
}
ul#filtroLuoghi li{
    padding-left: 45px;
}
/* Page fili della storia
-------------------------------------------------------------- */
.streamItemIcon img {
    margin-right: 10px;
    width: 40px;
}

.streamItemIcon {
    margin-bottom: 20px;
	display: flex;
    height: 40px;
    flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
ul#filtroTipo li {
    padding-left: 45px;
    background-size: 25px;
}
/* Page archivio esperienze
-------------------------------------------------------------- */
div#archiveEsperienzeHeader {
    height: calc(100vh - 130px);
    background-size: cover;
    background-position: center;
	position:relative;
}
div#archiveEsperienzeHeader h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}
section#esperienzeArchive .flexContainer {
    flex-wrap: wrap;
}

.archiveItem.col12 {
    margin-bottom: 60px;
}

.archiveItemExcerpt {
    margin-bottom: 40px;
}
/***********************************************************************************************************************
// FOOTER STYLE
/**********************************************************************************************************************/
/* Footer
-------------------------------------------------------------- */
#pageFooter{
    background-color: #00a19a;
    padding: 20px 0;
}
#pageFooter .inside{
    justify-content: flex-end;
    align-items: center;
}
#pageFooter .logoFooter{
    opacity: 0.5;
    display: inline-block;
    line-height: 1;
}
#pageFooter .logoFooter:hover{
    opacity: 1;
}
.formResponse{
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 99;
    height: 100vh;
    width: 100vw;
}
.responseContainer {
    width: 100%;
    position: absolute;
    top: 50vh;
    text-align: center;
    color: #fff;
}

.message {
    font-size: 2em;
    margin-bottom: 40px;
}
/***********************************************************************************************************************
// WORDPRESS CLEAN
/**********************************************************************************************************************/
#wp-admin-bar-wp-logo,
#wp-admin-bar-search,
#wp-admin-bar-customize{
    display: none;
}
.admin-bar #mainNav:not(.navUp){
    top: 32px;
}
.admin-bar #main{
    margin-top: 132px;
}

/***********************************************************************************************************************
// SITE SPECIFIC PERSONALIZATION
/**********************************************************************************************************************/
/***********************************************************************************************************************
/* GLOBALS
/**********************************************************************************************************************/
.button {
    padding: 15px 40px;
	margin-right: 30px;
}

.shadow {
    -webkit-box-shadow: 0px 0px 18px 2px rgba(173,173,173,1);
	-moz-box-shadow: 0px 0px 18px 2px rgba(173,173,173,1);
	box-shadow: 0px 0px 18px 2px rgba(173,173,173,1);
}
.noPaddingTop{
	padding-top:0;
}
.noPaddingBottom{
	padding-bottom:0;
}
.blackBG {
    background-color: #000;
    color: #fff;
}
.blackBG .button{
    background-color: #fff;
}
.blackBG .stripeTitle h2{
	color:#fff;
}
a.bblb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.button i.material-icons {
    font-size: 30px;
}
/***********************************************************************************************************************
/* STRIPE CSS
/**********************************************************************************************************************/
/* Stripe general
------------------------------------------*/
.stripeTitle h2 {
    text-transform: uppercase;
}
/* Home
------------------------------------------*/
.home #stripe2 {
    padding-top: 140px;
}
/* Stripe slider #slideWithPlaces
------------------------------------------*/

#slideWithPlaces {
    position: relative;
}

#placesHomeSlider {
    position: absolute;
    bottom: 0;
    width: 100%;
	bottom: -10%;
}

#placesHomeSlider .placeSlider {
    width: calc(14% - 25px);
    text-align: center;
    background-color: #fff;
    padding: 20px 20px 0 20px;
    border-bottom: 6px solid;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(71,71,71,1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(71,71,71,1);
    box-shadow: 0px 0px 12px 0px rgba(71,71,71,1);
}
#placesHomeSlider .placeSlider .placeImg img {
    height: 100px;
    margin-bottom: 20px;
}
#placesHomeSlider .placeSlider a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}
#placesHomeSlider .placeTitle {
	font-family: 'Josefin Sans';
    height: 50px;
    margin-bottom: 5px;
    line-height: 50px;
}

#placesHomeSlider .placeTitle p {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
/* Stripe content boxes
------------------------------------------*/
.box .title {
    text-transform: uppercase;
    font-weight: bold;
}

.darkText .content {
    color: #696969;
}
/* Stripe stream
------------------------------------------*/
.stream {
    display: flex;
    justify-content: space-between;
}

.streamItem {
	margin: 60px 0;
	padding: 20px;
	background-color:#fff;
}
.streamItem.streamItemMostre.streamItemMostreEvidenza{
	background-color:transparent;
}
.carousel .streamItem{
	margin:60px 20px;
}
.streamWrapper1 .streamItem, .streamWrapper .stream.multipleLine.postPerRow1 .streamItem {
    width: 100%;
}
.streamWrapper2 .streamItem, .streamWrapper .stream.multipleLine.postPerRow2 .streamItem {
    width: calc(48% - 40px);
}
.streamWrapper3 .streamItem,  .streamWrapper .stream.multipleLine.postPerRow3 .streamItem {
    width: calc(33% - 60px);
}
.streamWrapper4 .streamItem,  .streamWrapper .stream.multipleLine.postPerRow4 .streamItem {
	width: calc(22% - 40px);
}

.stream.multipleLine{
	flex-wrap:wrap;
}
.stream.oneLine{
	flex-wrap:nowrap;
}
.streamItem {
    position: relative;
}
.attivita-didatticheStreamWrapper.streamItem {
	background-color:#fff;
}
.streamItemImg {
    height: 250px;
	position:relative;
}
.streamItemImg:after, .streamItemEvent:after {
	position: absolute;
	content: '';
	height: 10px;
	right: 0;
	left: 0;
	bottom: 0;
}
.streamItemMostre .streamItemDesc{
	text-align:left;
}
.date {
    margin: 20px 0;
    font-weight: 100;
}
.streamItemTitle {
    text-transform: uppercase;
}
.streamItemTitle h4 {
	font-size:36px;
}
.streamItemTitle h4 ,.streamItemTitle h5{
    line-height: 1.2;
}

.streamItemTitle h4 a, .streamItemTitle h5 a {
    color: #000;
}
.streamItemDesc {
    margin-top: 20px;
    font-weight:100;
	/*text-align:center;*/
}
ul.itemDetails li {
    list-style: none;
    margin: 10px 0;
    font-size: 15px;
    font-weight: 100;
}

ul.itemDetails {
    margin-left: 0;
}

i.material-icons {
    vertical-align: middle;
}
span.data {
    width: 85%;
    display: inline-flex;
}
span.data.date{
	margin:0;
}
span.icon {
    width: 15%;
    display: inline-block;
}



/* Stripe Staff
------------------------------------------*/
.streamItemStaff .streamItemTitle {
    width: 60%;
    text-align: center;
    margin: 60px auto 20px;
}

.streamItem.streamItemStaff {
    margin: 60px 20px;
    width: calc(33% - 80px) !important;
}
.streamItemStaffImage {
    height: 120px;
    position: absolute;
    width: 120px;
    top: -60px;
    transform: translateX(-50%);
    border-radius: 100%;
    left: 50%;
}
.streamItemstaffEmail {
    text-align: center;
    margin: 20px 0 0;
}

.streamItemstaffEmail i {
    vertical-align: middle;
    font-size: 35px;
}

.streamItemstaffEmail a {
    color: #000;
}
.staffStreamWrapper .stream.multipleLine{
	justify-content: flex-start;
}
/* Stripe Mostre
------------------------------------------*/
.mostreStreamWrapper .streamItemImg{
	margin: 40px 0;
}
.mostreStreamWrapper .streamItemTitle a {
    color: #000;
}
.stripe.whiteText  .streamItemTitle a {
    color: #fff;
}

.streamItemMostre .streamItemDesc {
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
	color: #6d6e70;
}
.stripe.whiteText  .streamItemDesc {
    color: #fff;
}
.streamItemMostre span.data, .streamItemMostre span.icon {
    color: #6d6e70;
}
.stripe.whiteText  .streamItemMostre span.data , .stripe.whiteText  .streamItemMostre span.icon  {
    color: #fff;
}
.streamItemMostre span.data {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
}
.streamItemMostre .stramItemDetails {
    margin-bottom: 20px;
}
.streamItemMostre .buttonsContainer{
	margin-top:20px;
}
.stream.multipleLine {
    flex-wrap: wrap;
	justify-content: flex-start;
}
.showsArchive .stream.multipleLine.postPerRow3 .streamItem {
    width: calc(33.3% - 40px);
}
/* Stripe Mostre in Evidenza
------------------------------------------*/
.streamItemMostreEvidenza span.data {
    width: auto;
	margin-left:20px;
    display: inline-flex;
}

.streamItemMostreEvidenza span.icon {
    width: auto;
    display: inline-block;
}
.mostreEvidenzaCarousel .streamContainer{
	padding:80px 0;
	position:relative;
}

.mostreEvidenza .slick-arrow {
    position: absolute;
    top: 30px;
    font-size: 2.5em;
    z-index: 999;
}
/* Stripe Luoghi
------------------------------------------*/
.luogoStreamWrapper{
	margin-top:60px;
}
.streamItem.streamItemLuoghi{
	padding:0;
	margin:0;
	height:600px;
}
.streamItemLuoghi .streamItemImg {
    height: 600px;
    width: 50%;
    position: absolute;
}

.streamItemLuoghi.even .streamItemImg {
    right: 0;
}
.streamItemLuoghi.odd .streamItemImg {
    left: 0;
}
.streamItemLuoghi.even .streamItemDescInner{
	left:0;
}
.streamItemLuoghi.even .streamItemDescCont {
    padding: 100px 100px 100px 50px;
}
.streamItemLuoghi.odd .streamItemDescInner{
	right:0;
}
.streamItemLuoghi.odd .streamItemDescCont {
    padding: 100px 50px 100px 100px;
}
.streamItemDescContainer {
    display: inline;
	color: #fff;
}

.streamItemDescInner {
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.streamItemDescContainer .streamItemTitle h4 a {
    color: #fff;
}
.streamLuogoLogoB {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.streamLuogoLogoB img {
    height: 180px;
}
.streamItemLuoghi .stramItemDetails {
    display: flex;
    margin: 40px 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: baseline;
}
.streamItemLuoghi .button {
    background-color: #fff;
}
.luoghiDetails {
    display: inline-block;
    width: 100%;
}
.streamItemLuoghi .shadow {
    -webkit-box-shadow:0px 0px 14px 2px rgb(109, 109, 109);
    -moz-box-shadow: 0px 0px 14px 2px rgb(109, 109, 109);
    box-shadow: 0px 0px 14px 2px rgb(109, 109, 109);
}
.luoghiDetails span.data {
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
}
.streamItem.streamItemLuoghi {
    margin: 0 !important;
}
/* Stripe slider carousel /carousel general
------------------------------------------*/
.mediaCarousel{
	height:350px;
	margin-right:80px;
	margin-top: 60px;
	position:relative;
}
.stripeSlide.stripeCarousel{
	padding:60px 0;
}
.stripeCarousel .buttonsContainer{
	margin-top:40px;
}
.slick-list{
	margin:0;
}
.slick-arrow {
    position: absolute;
    top: -25px;
    font-size: 2.5em;
}

.slickPrev.slick-arrow {
    right: 40px;
}

.slickNext.slick-arrow {
    right: 0px;
}
.slick-disabled {
    color: rgba(255,255,255,0.3);
}
/***********************************************************************************************************************
// SINGLE STYLE
/**********************************************************************************************************************/
/* Single Luoghi
------------------------------------------*/
#placeHeader {
    height: 300px;
    border-bottom: 15px solid;
}

#placeLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#placeHeaderText ul.itemDetails {
    width: 30%;
    color: #6d6e70;
}
#placeHeaderText h1 {
    text-transform: uppercase;
}
#placeHeaderText  ul.itemDetails li {
    font-size: 20px;
}
.single-luogo .streamItem {
    margin-top: 15px;
}
/* Single Mostre
------------------------------------------*/
#singleShowsDetails {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
div#singleShowsDetails h1 {
    margin: 30px 0;
    text-transform: uppercase;
}

div#singleShowsDetails .streamItemDesc {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 30px;
}

#singleShowsDetails span.icon {
    width: auto;
    margin-right: 20px;
    font-size: 20px;
}

#singleShowsDetails span.data {
    font-size: 20px;
}

#singleShowsDetails span.icon i {
    font-size: 30px;
}
/* Single eventi
------------------------------------------*/
.single-events #eventsHeader {
    padding-bottom: 0;
}
#eventsHeader h1{
	text-transform:uppercase;
	line-height:110%;
}
#eventsHeader ul.itemDetails li {
    display: inline-block;
}

#eventsHeader span.icon {
    width: auto;
    margin-right: 10px;
}

#eventsHeader span.data {
    width: auto;
    margin-right: 20px;
    font-weight: 800;
}
#eventPlaces {
    display: flex;
    justify-content: flex-start;
    flex-flow: row;
    flex-wrap: nowrap;
    align-items: center;
}

.placeName {
    margin-bottom: 0px;
    margin-right: 15px;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
}

.placeLogo img {
    margin-right: 15px;
    margin-bottom: 45px;
	max-height:90px;
}
/* Single Attivita didattiche
------------------------------------------*/
#singleAttivitaBody .centralWrapper{
	display:flex;
	justify-content:space-between;
}
#singleAttivitaInfo {
    margin-top: 80px;
}
#eventsImage img {
    max-width: 100%;
}
#eventsContent h3, #singleAttivitaInfo h3{
	text-transform:uppercase;
}
#singleAttivitaInfo {
    margin-left: 4%;
}
.attivitaInfo {
    color: #000;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 10px;
}

span.infoName {
    margin-left: 15px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
}

.attivitaInfo img {
    width: 22px;
}
#tags {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--main-color);
}
span.tagTitle {
    font-weight: bold;
    color: #000;
}

div#tags a {
    color: var(--main-color);
    font-style: italic;
}
div#tags a:hover{
	text-decoration:underline;
}
#attivitaHeader h1{
	font-size:40px;
}
/***********************************************************************************************************************
// ARCHIVE
/**********************************************************************************************************************/

#archiveTitle {
    padding: 80px 0;
	border-bottom: 1px solid var(--light-color);
}

#archiveTitle h1 {
    color: #6d6e70;
    text-transform: uppercase;
}
#archiveTitle h1  span.catName{
    color: #000;
}
div#archiveLoop {
    padding: 50px 0;
}
.archiveItemImage.coverBg {
    height: 140px;
    width: 200px;
    flex-basis: 200px;
    margin-right: 40px;
}
.archiveItemText {
    width: 50%;
}
.archiveItemContent.flexContainer {
    justify-content: flex-start;
}

.archiveItem.flexContainer {
    align-items: start;
	padding: 40px 0;
    margin: 40px 0;
    border-bottom: 1px solid var(--light-color);
}
.archiveItemTitle h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 22px;
}

.archiveItemPostType.col14 {
    text-transform: uppercase;
}
.flexContainer.newsfilterContainer {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3rem;
}
.newsfilterContainer h4{
    margin-bottom: 0;
    padding-top: 10px;
}

.filterLabel {
    font-size: 1.5rem;
    margin-right: 1rem;
}

.filterLabel i {
    font-size: 2rem;
}
.filterContainer label {
    margin-right: 1rem;
}
.annoFilter.flexContainer {
    font-size: 1.5rem;
    align-items: center;
}
.simpleselect {
    min-width: 150px;
}
.simpleselect .placeholder {
    font-size: 1.3rem;
}
.pagination {
    text-align: center;
}
/***********************************************************************************************************************
// FOOTER
/**********************************************************************************************************************/
#pageFooter {
    background-color: #fff;
    padding: 40px 0;
}
#pageFooter .inside {
    justify-content: space-between;
    align-items: center;
}
#footerLogo {
    width: 300px;
}

#footerLogo img {
    max-width: 100%;
    max-height: 70px;
    display: block;
}
#logoCraq {
    width: 202px;
}

#footerMenu {
    width: calc(100% - 502px);
}
#footerDetails {
    width: 200px;
}
#menu-footer li {
    display: inline;
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 30px;
}

#menu-footer li a {
    color: #000;
}
/***********************************************************************************************************************
// RESPONSIVE STYLE
/**********************************************************************************************************************/
@media only screen and (max-width: 1366px) {
    body, #page{min-width: inherit;}
    .centralWrapper{width: 1120px; padding: 0 40px; }

}
/*
@media only screen and (max-width: 1200px) {
    body, #page{min-width: inherit;}
    .centralWrapper{width: 980px; padding: 0 22px; }
}
*/
@media only screen and (max-width: 1200px) {
    .centralWrapper{width: 90%; padding: 0 5%;}
    #mainMenu{display: none;}
    #mobLink{display: block;}
    .stripe.desktopView,.desktopView{display: none;}
    .stripe.mobileView,.mobileView{display: block;}
    .boxesContainer{display: block;}
    .boxesContainer .box{display: block; width: 100%!important; margin: 30px 0!important;}
	/* General
	------------------------------------------*/
	.flexContainer {
	    flex-wrap: wrap;
	}
	/* Header
	------------------------------------------*/
	div#mainLogo {
	    width: 70px;
	}
	#mainLogo img{
		height:60px;
	}
	div#socials {
	    display: none;
	}
	#langSwitchMobile{
		display:flex;
	}
	#langSwitch{
		display:none;
	}
	#searchMobile{
		display:block;
	}
	/* Home slider
	------------------------------------------*/
	.slideWrapper .caption {
	    width: 80%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	}
	div#placesHomeSlider {
	    position: relative;
	    bottom: 0;
	    margin-top: 20px;
	}

	#placesHomeSlider .placeSlider {
	    width: calc(30% - 40px);
	    margin-bottom: 40px;
	}
	/* Stripe stream
	------------------------------------------*/
	.stream.oneLine{
		flex-wrap:wrap;
	}
	.streamItem{
		margin:20px 0;
	}
	.streamWrapper1 .streamItem, .streamWrapper .stream.multipleLine.postPerRow1 .streamItem {
	    width: 100%;
	}
	.streamWrapper2 .streamItem, .streamWrapper .stream.multipleLine.postPerRow2 .streamItem {
	    width: calc(48% - 40px);
	}
	.streamWrapper3 .streamItem,  .streamWrapper .stream.multipleLine.postPerRow3 .streamItem {
	    width: calc(30% - 40px);
	}
	.streamWrapper4 .streamItem,  .streamWrapper .stream.multipleLine.postPerRow4 .streamItem {
		width: calc(48% - 40px);
	}


	/* Stripe luoghi
	------------------------------------------*/
	#archiveTitle h1{
		font-size:34px;
	}



	/* Page agenda
	------------------------------------------*/
	#agendaLoop .stream.multipleLine .streamItem {
		width: 40%;
	    margin: 60px 20px;
	}

	ul.filterOption li {
	    font-size: 15px;
	}

	.filterContainer {
	    margin-bottom: 40px;
	    margin-right: 0;
	    width: 50%;
	}
	/* Footer
	------------------------------------------*/
	nav#footerMenu {
	    width: calc(100% - 222px);
	}

	div#footerLogo {
	    width: 70px;
	}

	div#logoCraq img {
	    width: 100%;
	}

	div#logoCraq {
	    width: 150px;
	}
	#menu-footer li {
	    font-size: 14px;
	    margin-right: 10px;
	}

}
@media only screen and (max-width: 782px) {
    #wpadminbar{position: fixed;}
    .admin-bar #mainNav:not(.navUp){top: 46px;}
    .admin-bar #main{margin-top: 146px;}
	/* Stripe stream
	------------------------------------------*/
	.streamWrapper3 .streamItem,  .streamWrapper .stream.multipleLine.postPerRow3 .streamItem {
	    width: 100%;
	}
	/* Stripe staff
	------------------------------------------*/
	.streamItem.streamItemStaff {
	    margin: 60px 20px;
	    width: calc(50% - 80px) !important;
	}
	/* Stripe luoghi
	------------------------------------------*/
	.streamItemDescInner {
	    width: 30%;
	}

	.streamItemLuoghi .stramItemDetails {
	    display: block;
	}
}
@media only screen and (max-width: 768px) {
    .boxesContainer .box{margin: 20px 0!important;}
	/* General
	------------------------------------------*/
	.boxesContainer .box.col1,.stripe.stripeSingle .stripeTitle .col1, .col1{width:100%;}
	.boxesContainer .box.col12,.stripe.stripeSingle .stripeTitle .col12, .col12{width:48%;}
	.boxesContainer .box.col13,.stripe.stripeSingle .stripeTitle .col13, .col13{width:48%;}
	.boxesContainer .box.col14,.stripe.stripeSingle .stripeTitle .col14, .col14{width:48%;}
	.boxesContainer .box.col23,.stripe.stripeSingle .stripeTitle .col23, .col23{width:100%;}
	.boxesContainer .box.col34,.stripe.stripeSingle .stripeTitle .col34, .col34{width:74%;}

	/* Archive
	------------------------------------------*/
	.archiveItemContent.col34.flexContainer {
	    order: 2;
	    width: 100%;
	}

	.archiveItemPostType.col14 {
	    order: 1;
	    margin-bottom: 30px;
	}
	/* stripe luoghi
	------------------------------------------*/

	.streamItemLuoghi.even .streamItemDescCont,.streamItemLuoghi.odd .streamItemDescCont {
	    padding: 0;
	}
	.luogoStreamWrapper .stream.multipleLine.postPerRow1 {
	    display: block;
	}

	.streamItem.streamItemLuoghi {
		height:auto;
	}

	.streamItemLuoghi .streamItemImg {
	    height: 300px;
	    position: relative;
	    display: block;
	    width: 100%;
	}

	.streamLuogoLogoB {
	    right: 0;
	    left: auto;
	    transform: translateY(-50%);
	}

	.streamItemDescInner {
	    width: 85%;
	    position: relative;
		top:auto;
		transform:none;
		margin-top: 40px;
	}
	.streamItemLuoghi.even .streamItemDescInner, .streamItemLuoghi.odd .streamItemDescInner {
	    left: 0;
	}
	/* Page agenda
	------------------------------------------*/
	#agendaLoop .stream.multipleLine .streamItem {
		width: 38%;
	    margin: 60px 20px;
	}
	select#filtroLuoghi {
	    margin-bottom: 100px;
	}
	/* Footer
	------------------------------------------*/
	#pageFooter .inside {
	    flex-direction: column;
	    align-items: flex-start;
	}

	#pageFooter .inside > * {
	    margin-left: 0;
	    margin-bottom: 20px;
	}

	nav#footerMenu ul {
	    margin-left: 0;
	}

}
@media only screen and (max-width: 667px) {
	/* header
	------------------------------------------*/


	#mainNavContainer .fixedBg{
		background-size: 120px;
	}
	#mobNav .inside{
		padding:40px;
	}
	#mainLogo img {
	    height: 50px;
	}
	.slideWrapper, .slideWrapper .slideItem{
	    height: 330px;
	}
	.slideWrapper .caption{
		top:50%;
	}
	#main {
	    margin-top: 130px;
	}
	/* Stripe luoghi
	------------------------------------------*/
	.luogoStreamWrapper .stream.multipleLine.postPerRow1 {
	    display: block;
	}

	.streamItem.streamItemLuoghi {
		height:auto;
	}

	.streamItemLuoghi .streamItemImg {
	    height: 300px;
	    position: relative;
	    display: block;
	    width: 100%;
	}

	.streamLuogoLogoB {
	    right: 0;
	    left: auto;
	    transform: translateY(-50%);
	}

	.streamItemDescInner {
	    width: 85%;
	    position: relative;
		top:auto;
		transform:none;
		margin-top: 40px;
	}
	.streamItemLuoghi.even .streamItemDescInner, .streamItemLuoghi.odd .streamItemDescInner {
	    left: 0;
	}
	/* Single luogo
	------------------------------------------*/
	#placeHeaderText ul.itemDetails{
		width:100%;
	}
	#placeHeaderText h1{
		font-size:35px;
	}
	.mediaCarousel{
		height:200px;
		margin-right:10px;
	}
	/* Archive
	------------------------------------------*/
	.archiveItemImage.coverBg {
	    width: 100%;
	    flex-basis: 100%;
	    margin-right: 0;
	    margin-bottom: 20px;
	}

	.archiveItemText {
	    width: 100%;
	}
	/* Page agenda
	------------------------------------------*/
	#agendaLoop .stream.multipleLine .streamItem {
		width: 100%;
	    margin: 30px 0;
	}
	.filterContainer {

	    width: 100%;
	}
}
@media only screen and (max-width: 480px) {
    #mobNav{max-width: 95%}
    .boxesContainer .box{margin: 5px 0!important;}
	h1{
		font-size:40px;
	}
	/* Header
	------------------------------------------*/
	#mainNavContainer {
	    height: 70px;
	}
	.placeLogoHeader img{
		max-height: 50px;
	}
	#mainLogo img {
	    height: 35px;
	}
	.headerBox.headerCenter{
		display:none;
	}
	/* Home slider
	------------------------------------------*/
	.slideWrapper, .slideWrapper .slideItem{
	    height: 330px;
	}
	.slideWrapper .caption{
		top:50%;
	}
	.slideWrapper .caption .title{
		font-size: 40px;
	}
	#placesHomeSlider .placeSlider {
	    width: calc(48% - 40px);
	    margin-bottom: 40px;
	}
	#placesHomeSlider .placeTitle{
		height:auto;
	}
	/* Stripe stream
	------------------------------------------*/
	.streamWrapper2 .streamItem, .streamWrapper .stream.multipleLine.postPerRow2 .streamItem,
	.streamWrapper3 .streamItem,  .streamWrapper .stream.multipleLine.postPerRow3 .streamItem,
	.streamWrapper4 .streamItem,  .streamWrapper .stream.multipleLine.postPerRow4 .streamItem,
	.col34, .col14 {
		width: 100%;
	}
	.stream.multipleLine .streamItem{
		margin:20px 0;
	}
	.streamItem{
		padding:10px 0;
	}
	.streamItemTitle h4{
		font-size:28px;
	}
	/* Fili della storia
	------------------------------------------*/
	ul.filterOption li{
		font-size:13px;
	}
	#singleAttivitaBody .centralWrapper{
		flex-direction:column-reverse;
	}
	div#singleAttivitaInfo,
	div#singleAttivitaContent {
	    margin: 10px 0;
	}
	/* Esperienze
	------------------------------------------*/
	.archiveItem.col12{
		width:100%;
	}
	/* Stripe staff
	------------------------------------------*/
	.streamItem.streamItemStaff {
	    margin: 60px 20px;
	    width: calc(100% - 80px) !important;
	}
	/* STREAM EVENTI
	------------------------------------------*/
	.streamItem.streamItemEvent {
	    padding: 10px;
	}
	/* Footer
	------------------------------------------*/
	div#footerLogo {
	    width: 30%;
	}

	nav#footerMenu {
	    width: 70%;
	}

	div#logoCraq {
	    width: 100%;
	    text-align: center;
	}

	div#logoCraq img {
	    width: 150px;
	    margin-top: 30px;
	}

}
