
.vc_box_search_events {
    float:left;
    clear:left;
    width:100%;
    margin-top:30px;
}
#ui-datepicker-div {
    z-index:100 !important;
}
.ui-datepicker {
z-index:100 !important;
}

.vc_box_search_events input {
    float:left;
    width:100%;
    padding:8px 15px;
    margin-right:10px;
    display: block;
    color: #ccc;
    background-color: #fff;
    border: 1px solid #e5eced;
    box-shadow: 0 11px 4px -10px #e5eced;
    border-radius: 5px;
    height: 55px;
    transition: box-shadow .15s ease-in-out;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.5;
    text-transform:uppercase;
}

.vc_box_search_events .cerca_campo_text {
    width: 35%;
    margin-right: 10px;
    /* width: calc(25% - 10px); */
    float: left;
    margin-bottom: 10px;
}
.vc_box_search_events input.example {
    width: 100%;
}

.vc_box_search_events .cerca_campo_invio input {
    float:left;
    border: 1px solid #212121;
    color: #fff;
    background: #212121;
    width: 13%;
    margin-right: 0;
    transition:all ease 0.5s;
}
.vc_box_search_events .cerca_campo_invio input:hover {
    border: 1px solid #006AAB;
    background: #006AAB;
}

.vc_box_search_events .filter_select {
    float: left;
    width: 25%;
    margin-right: 10px;
    position:relative;
}

.vc_box_search_events .filter_select label {
    float: left;
    color: #064c9c;
    font-size: .7em;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    margin-right: 10px;
    position: absolute;
    top:2px;
    left: 10px;
}

.vc_box_search_events .filter_select label:nth-of-type(2n){
    left: calc(50% + 10px);  
}

.vc_box_search_events select {
    margin-right: 10px;
    padding: 20px 15px 5px 15px;
    height: 55px;
    float: left;
    width: 100%;
    margin-right: 10px;
    display: block;
    color: #a2a2a2;
    background-color: #fff;
    border: 1px solid #e5eced;
    box-shadow: 0 11px 4px -10px #e5eced;
    border-radius: 5px;
    transition: box-shadow .15s ease-in-out;
    font-size: .85em;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.vc_box_search_events .filtro_dal_al {
    float: left;
    width: calc(30% - 20px);
    position: relative;
}

.vc_box_search_events .filtro_dal_al label {
    float: left;
    color: #064c9c;
    font-size: .7em;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    margin-right: 10px;
    position: absolute;
    top:2px;
    left: 10px;
}
.vc_box_search_events .filtro_dal_al label:nth-of-type(2n){
    left: calc(50% + 10px);  
}
.vc_box_search_events .filtro_dal_al input{
    padding: 20px 15px 5px 15px;
}
.vc_box_search_events .filtro_dal_al input.hasDatepicker {
    width: calc(50% - 10px);
}

.select_box {
  position: relative;
}

.select_box select {
  width: 100%;
  font-weight: bold;
}

.over_select {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.vc_box_search_events .filter_select-checkbox {
    width: calc(25.4% - 10px);
    margin-right: 10px;
    margin-bottom:10px;
    padding: 20px 15px 5px 15px;
    display: block;
    float:left;
    color: #ccc;
    background-color: #fff;
    border: 1px solid #e5eced;
    box-shadow: 0 11px 4px -10px #e5eced;
    border-radius: 5px;
    height: 55px;
    transition: box-shadow .15s ease-in-out;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    position:relative;
}
.vc_box_search_events .filter_select-checkbox label{
    float: left;
    color: #064c9c;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    margin-right: 10px;
    position: absolute;
    top:2px;
    left: 10px;
    padding-left:10px;
}
.vc_box_search_events .filter_select-checkbox:after {
    content: "\e64b";
    position: absolute;
    font-family: "themify" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    font-size: 13px;
    right: 8px;
    top: 19px;
}

.vc_box_search_events .filter_select-checkbox .filter_cont {
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    text-transform: uppercase;
    border: 1px solid #e4eced;
    top: 55px;
    z-index: 999;
    border-radius: 5px;
    max-height: 400px;
    overflow-y: auto;
}

.vc_box_search_events .filter_select-checkbox .filter_cont .filter_checkbox {
    padding: 5px 0;
}

.vc_box_search_events .filter_select-checkbox .filter_cont .filter_checkbox label.label_checkbox {
    font-weight: 400;
    color: #7d7d7d;
    font-size: 13px;
    margin: 0;
    top: unset;
    left: unset;
}

.vc_box_search_events .filter_select-checkbox .filter_cont .filter_checkbox input.checkbox {
    padding: 0;
    margin-right: 0;
    display: block;
    color: #ccc;
    background-color: #fff;
    border: 1px solid #e5eced;
    box-shadow: none;
    border-radius: 5px;
    height: auto;
    transition: box-shadow .15s ease-in-out;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
}

/*icone cucina */ 
.vc_box_search_events .filter_select-checkbox.filter_select-checkbox_tag_64_preset_1002 .filter_cont .filter_checkbox label.label_checkbox.label_checkbox_1 {
   content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: left;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/cucina_1.png);
 background-repeat: no-repeat;
    background-size: 125px 24px;
    width: 150px;
    height: 25px;
}
.vc_box_search_events .filter_select-checkbox.filter_select-checkbox_tag_64_preset_1002 .filter_cont .filter_checkbox label.label_checkbox.label_checkbox_2 {
   content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: left;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/cucina-2.png);
 background-repeat: no-repeat;
    background-size: 125px 24px;
    width: 150px;
    height: 25px;
}
.vc_box_search_events .filter_select-checkbox.filter_select-checkbox_tag_64_preset_1002 .filter_cont .filter_checkbox label.label_checkbox.label_checkbox_3 {
   content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: left;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/cucina-3.png);
 background-repeat: no-repeat;
    background-size: 125px 24px;
    width: 150px;
    height: 25px;
}
.vc_box_search_events .filter_select-checkbox.filter_select-checkbox_tag_64_preset_1002 .filter_cont .filter_checkbox label.label_checkbox.label_checkbox_4 {
   content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: left;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/cucina-4.png);
 background-repeat: no-repeat;
    background-size: 125px 24px;
    width: 150px;
    height: 25px;
}
.vc_box_search_events .filter_select-checkbox.filter_select-checkbox_tag_64_preset_1002 .filter_cont .filter_checkbox label.label_checkbox.label_checkbox_5 {
   content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: left;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/cucina-5.png);
 background-repeat: no-repeat;
    background-size: 125px 24px;
    width: 150px;
    height: 25px;
}


/*icone vino */ 
.vc_box_search_events .filter_select-checkbox.filter_select-checkbox_tag_65_preset_1002 .filter_cont .filter_checkbox label.label_checkbox.label_checkbox_1 {
   content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: left;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/vino-1.png);
 background-repeat: no-repeat;
    background-size: 125px 24px;
    width: 150px;
    height: 25px;
}
.vc_box_search_events .filter_select-checkbox.filter_select-checkbox_tag_65_preset_1002 .filter_cont .filter_checkbox label.label_checkbox.label_checkbox_2 {
   content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: left;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/vino-2.png);
 background-repeat: no-repeat;
    background-size: 125px 24px;
    width: 150px;
    height: 25px;
}
.vc_box_search_events .filter_select-checkbox.filter_select-checkbox_tag_65_preset_1002 .filter_cont .filter_checkbox label.label_checkbox.label_checkbox_3 {
   content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: left;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/vino-3.png);
 background-repeat: no-repeat;
    background-size: 125px 24px;
    width: 150px;
    height: 25px;
}
.vc_box_search_events .filter_select-checkbox.filter_select-checkbox_tag_65_preset_1002 .filter_cont .filter_checkbox label.label_checkbox.label_checkbox_4 {
   content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: left;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/vino-4.png);
 background-repeat: no-repeat;
    background-size: 125px 24px;
    width: 150px;
    height: 25px;
}
.vc_box_search_events .filter_select-checkbox.filter_select-checkbox_tag_65_preset_1002 .filter_cont .filter_checkbox label.label_checkbox.label_checkbox_5 {
   content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: left;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/vino-5.png);
 background-repeat: no-repeat;
    background-size: 125px 24px;
    width: 150px;
    height: 25px;
}

/*icone euro */ 
.vc_box_search_events .filter_select-checkbox.filter_select-checkbox_tag_66_preset_1002 .filter_cont .filter_checkbox label.label_checkbox.label_checkbox_1 {
   content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: left;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/euro-1.png);
 background-repeat: no-repeat;
    background-size: 117px 21px;
    width: 150px;
    height: 25px;
}
.vc_box_search_events .filter_select-checkbox.filter_select-checkbox_tag_66_preset_1002 .filter_cont .filter_checkbox label.label_checkbox.label_checkbox_2 {
   content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: left;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/euro-2.png);
 background-repeat: no-repeat;
    background-size: 117px 21px;
    width: 150px;
    height: 25px;
}
.vc_box_search_events .filter_select-checkbox.filter_select-checkbox_tag_66_preset_1002 .filter_cont .filter_checkbox label.label_checkbox.label_checkbox_3 {
   content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: left;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/euro-3.png);
 background-repeat: no-repeat;
   background-size: 117px 21px;
    width: 150px;
    height: 25px;
}
.vc_box_search_events .filter_select-checkbox.filter_select-checkbox_tag_66_preset_1002 .filter_cont .filter_checkbox label.label_checkbox.label_checkbox_4 {
   content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: left;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/euro-4.png);
 background-repeat: no-repeat;
    background-size: 117px 21px;
    width: 150px;
    height: 25px;
}
.vc_box_search_events .filter_select-checkbox.filter_select-checkbox_tag_66_preset_1002 .filter_cont .filter_checkbox label.label_checkbox.label_checkbox_5 {
   content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: left;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/euro-5.png);
 background-repeat: no-repeat;
    background-size: 117px 21px;
    width: 150px;
    height: 25px;
}


.vc_box_search_events .filter_select-checkbox .filter_cont .filter_checkbox input.checkbox:hover {
    cursor:pointer;
}
.cont_anteprima_ricerca_archivio {
    display: flex;
    float: left;
    clear: left;
    width: 100%;
    flex-wrap: wrap;
}


/*---vc_article_preview_results_events*/
.vc_article_preview_results_events {
width: 33.333%;
    margin: 0 0 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.vc_article_preview_results_events.style_drag {
    width:100%;
}
.vc_article_preview_results_events .cont {
    /* float: left; */
    max-width: 85%;
    margin: 0 auto;
    /*display:table;
    table-layout: fixed;*/
    height: 100%;
    display: flex;
    flex-direction: column;
}
.vc_article_preview_results_events .cont2 {
    width:100%;
    float:left;
    clear:left;
        margin-bottom: 2px;
}
.vc_article_preview_results_events .cont3 {
    float: left;
    clear: left;
    width: 100%;
    padding: 0 0px;
    min-height: 78px;
}

.vc_article_preview_results_events .cont_foto {
    float:left;
    clear:left;
    width:100%;
        margin: 0px 0 15px 0;
}
.vc_article_preview_results_events .cont_foto a {
    display:block;
    text-align:center;
    vertical-align:middle;
}
.vc_article_preview_results_events .cont_foto img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    /* text-align:center; */
    /* vertical-align:middle; */
}
.vc_article_preview_results_events .cont_foto .didascalia {
    display:none;
}
.vc_article_preview_results_events .occhiello {
    width:100%;
    float:left;
    clear:left;
}
.vc_article_preview_results_events .sezione {
    float:left;
    cursor:pointer;
}
.vc_article_preview_results_events .autore:before {
    content: " | ";
    margin: 0 5px;
    float: left;
}
.vc_article_preview_results_events .titolo {
width: 100%;
    float: left;
    clear: left;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    word-break: break-word;
    
    
}
.vc_article_preview_results_events .titolo a:hover{
text-decoration:underline;
color:black;
}
.vc_article_preview_results_events .sottotitolo,
.vc_article_preview_results_events .sommario {
    margin-top:20px;
    width:100%;
    float:left;
    clear:left;
    line-height: 1.4em;
}

.vc_article_preview_results_events .sottotitolo:empty{
    display:none;
}

.vc_article_preview_results_events .testo {
    margin-top:10px;
    width:100%;
    float:left;
    clear:left;
}
.vc_article_preview_results_events .testo a:hover{
    text-decoration:none;
    color:#212121;
}
.vc_article_preview_results_events .ora_pubblicazione {
    margin-top:10px;
    font-weight:normal;
    float:left;
    clear:left;
    color:#a7a7a7;
}
.vc_article_preview_results_events .ora_pubblicazione a{
    color:#a7a7a7;
}
.vc_article_preview_results_events .ora_pubblicazione a:hover{
    text-decoration:none;
}
.vc_article_preview_results_events .vc_author .prefisso_autore{
    display:none;
}

.vc_article_preview_results_events .distance {
    max-width: 85%;
    margin: 0 auto 10px auto;
    color: #212121;
    font-size: 15px;
    line-height: 1;
    font-weight: normal;
    text-transform: lowercase;
    text-align: center;
    padding: 5px;
    background: #cbdff2;
    border-radius: 6px;
}
.vc_article_preview_results_events .distance:before {
    content:"\f041";
    font-family:FontAwesome;
    font-weight:normal;
    color: #61b3ff;
    margin: 0px 10px 0px 0px;
}
.vc_article_preview_results_events .distance a {
    color:#072c45;
}


.vc_article_tag_cucina .tag_64,
.vc_article_tag_cucina .tag_65,
.vc_article_tag_cucina .tag_66{

    width:100%;
    margin-bottom:10px;
    float: left;
    
}

.vc_article_preview_results_events .vc_tag .nome {
  display: inline;
    float: left;
    font-weight: normal;
}
.vc_article_preview_results_events .vc_tag.tag_12 {
    float: left;
    width: 40%;
}

.vc_article_preview_results_events .vc_tag.tag_12 .valore {
    float: left;
    color: #303030;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #000; */
    position:relative;
}

.vc_article_preview_results_events .vc_tag.tag_12 .valore:after{
  content:"";
  width:50px;
  height:2px;
  background:#006AAB;
  position:absolute;
  bottom:0;
  left:0;
}

.vc_article_preview_results_events .vc_tag.tag_12 .day {
    float: left;
    width: auto;
    height: 28px;
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    /* display: flex; */
    color: #454545;
}

.vc_article_preview_results_events .vc_tag.tag_12 .hour {
    width: 100%;
    float: left;
    clear: left;
    color: #303030;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    padding-top: 8px;
}

.vc_article_preview_results_events .vc_tag.tag_12 .hour:before {
    content: "h ";
}
.vc_article_preview_results_events .vc_tag.tag_12 .cont_day {
    float: left;
    width: 50%;
    height: 22px;
    font-size: 12px;
    line-height: 1;
    padding-left: 5px;
    padding-top: 4px;
}

.vc_article_preview_results_events .vc_tag.tag_14 {
    float: right;
    width: 60%;
    padding-left:10px;
}
.vc_article_preview_results_events .vc_tag.tag_14 .valore {
    float: right;
    font-size: 14px;
    font-weight: 300;
    color: #212121;
    line-height: 17px;
    text-align: right;
}

vc_article_preview_results_events {
    float: left;
    width: 100%;
    padding: 0 0px;
    margin-bottom: 4px;
    /* background: #bfd6ee; */
}
.vc_article_preview_results_events .vc_tag.tag_59 .nome {
 display:none !important;
}
.vc_article_preview_results_events .vc_tag.tag_59 .valore {
font-size: 17px;
    line-height: 23px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    float: left;
    color: #006AAB;
    
}
/*--no_risultati--*/
.no_risultati {
    margin:30px 0 0 0;
    padding:10px;
    font-size:1em;
    text-align:center;
    width:100%;
    float:left;
    clear:left;
    color:#141922;
}

/*vc_preview_results_pagination_events*/
.vc_preview_results_pagination_events {
    margin: 0;
    padding: 0;
    float: right;
    /* display: table; */
}
.vc_preview_results_pagination_events .pagination>li>a, 
.vc_preview_results_pagination_events .pagination>li>span {
    color: #212121;
    border-radius:0;
    padding: 6px 14px;
}
.vc_preview_results_pagination_events li.active a{
    background: #bfd6ee;
    border-color: #bfd6ee;
    cursor:pointer;
    color: #212121;
    border-radius:0;
}
.vc_preview_results_pagination_events li.active a:hover{
    background:#bfd6ee;
    border-color:#bfd6ee;
}

.vc_preview_results_pagination_events a#precedenti {
    float:left;
}
.vc_preview_results_pagination_events a#prossimi {
    float:right;
}
.vc_preview_results_pagination_events a#precedenti:before {
    content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color:#212121;
}
.vc_preview_results_pagination_events a#prossimi:after {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color:#212121;
}


/* separator */
.vc_article_preview_results_events .event_day {
    margin: 0 auto;
    width: 85%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 6px;
    font-size: 0.5em;
    background-color: rgb(191 214 238 / 80%);
    background-image: linear-gradient(25deg, transparent 65%, #ffffff, transparent 70%), linear-gradient(-25deg, transparent 65%, #ffffff, transparent 70%), linear-gradient(-25deg, transparent 30%, #ffffff, transparent 35%), linear-gradient(25deg, transparent 30%, #ffffff, transparent 35%), linear-gradient(65deg, transparent 65%, #ffffff, transparent 70%), linear-gradient(-65deg, transparent 65%, #ffffff, transparent 70%), linear-gradient(-65deg, transparent 30%, #ffffff, transparent 35%), linear-gradient(65deg, transparent 30%, #ffffff, transparent 35%);
    background-size: 5em 2em, 5em 2em, 5em 2em, 5em 2em, 2em 5em, 2em 5em, 2em 5em, 2em 5em;
  
}

.vc_article_preview_results_events .event_day .card_day_week {
  
    font-size: 37px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

.vc_article_preview_results_events .event_day .card_day {
    font-size: 90px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
}


.vc_article_preview_results_events .event_day .card_month {
    font-size: 37px;
    font-weight: 500;
    text-align: center;
    line-height: 44px;
}



/*---Media Queries---*/ 
@media only screen and (max-width : 320px) {
}
@media only screen and (max-width : 480px) {

}
@media only screen and (max-width : 768px) {
}
@media only screen and (max-width : 992px) {
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
}
@media only screen and (max-width : 667px) {
}










.vc_article_preview_results_events  .tag_64,
.vc_article_preview_results_events  .tag_65,
.vc_article_preview_results_events  .tag_66{

   
    float: left;
   margin-bottom:13px;
    
}



/* ICONe cucina */
.vc_article_preview_results_events .tag_64 .valore[data-tag_value="1"]{
       content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: right;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/cucina-1.png);
 background-repeat: no-repeat;
    background-size: 125px 24px;
    background-size: 110px 21px;
    width: 110px;
    height: 25px;
    
}
.vc_article_preview_results_events .tag_64 .valore[data-tag_value="2"]{
       content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: right;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/cucina-2.png);
 background-repeat: no-repeat;
    background-size: 125px 24px;
    background-size: 110px 21px;
    width: 110px;
    height: 25px;
    
}
.vc_article_preview_results_events .tag_64 .valore[data-tag_value="3"]{
       content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: right;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/cucina-3.png);
 background-repeat: no-repeat;
    background-size: 110px 21px;
    width: 110px;
    height: 25px;
    
}
.vc_article_preview_results_events .tag_64 .valore[data-tag_value="4"]{
       content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: right;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/cucina-4.png);
 background-repeat: no-repeat;
    background-size: 110px 21px;
    width: 110px;
    height: 25px;
    
}
.vc_article_preview_results_events .tag_64 .valore[data-tag_value="5"]{
       content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: right;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/cucina-5.png);
 background-repeat: no-repeat;
    background-size: 110px 21px;
    width: 110px;
    height: 25px;
    
}


/* ICONe VINO  */
.vc_article_preview_results_events .tag_65 .valore[data-tag_value="1"]{
       content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: right;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/vino-1.png);
 background-repeat: no-repeat;
    background-size: 135px 25px;
    width: 110px;
    height: 25px;
    
}
.vc_article_preview_results_events .tag_65 .valore[data-tag_value="2"]{
       content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: right;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/vino-2.png);
 background-repeat: no-repeat;
    background-size: 135px 25px;
    width: 110px;
    height: 25px;
    
}
.vc_article_preview_results_events .tag_65 .valore[data-tag_value="3"]{
       content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: right;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/vino-3.png);
 background-repeat: no-repeat;
    background-size: 135px 25px;
    width: 110px;
    height: 25px;
    
}
.vc_article_preview_results_events .tag_65 .valore[data-tag_value="4"]{
       content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: right;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/vino-4.png);
 background-repeat: no-repeat;
    background-size: 135px 25px;
    width: 110px;
    height: 25px;
    
}
.vc_article_preview_results_events .tag_65 .valore[data-tag_value="5"]{
       content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: right;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/vino-5.png);
 background-repeat: no-repeat;
    background-size: 135px 25px;
    width: 110px;
    height: 25px;
    
}


/* ICONe EURO  */
.vc_article_preview_results_events .tag_66 .valore[data-tag_value="1"]{
       content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: right;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/euro-1.png);
 background-repeat: no-repeat;
background-size: 120px 21px;
    width: 110px;
    height: 25px;
    
}
.vc_article_preview_results_events .tag_66 .valore[data-tag_value="2"]{
       content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: right;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/euro-2.png);
 background-repeat: no-repeat;
background-size: 120px 21px;
    width: 110px;
    height: 25px;
    
}
.vc_article_preview_results_events .tag_66 .valore[data-tag_value="3"]{
       content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: right;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/euro-3.png);
 background-repeat: no-repeat;
background-size: 120px 21px;
    width: 110px;
    height: 25px;
    
}
.vc_article_preview_results_events .tag_66 .valore[data-tag_value="4"]{
       content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: right;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/euro-4.png);
 background-repeat: no-repeat;
background-size: 120px 21px;
    width: 110px;
    height: 25px;
    
}
.vc_article_preview_results_events .tag_66 .valore[data-tag_value="5"]{
       content: ".";
    color: #ffffff00;
    padding-left: 13px;
    margin-top: 1px;
    float: right;
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    line-height: 11px;
    background-image: url(../images/euro-5.png);
 background-repeat: no-repeat;
background-size: 120px 21px;
    width: 110px;
    height: 25px;

    
}




/*---vc_header_results_geo*/
.vc_header_results_geo {
    width: 100%;
    float: left;
    clear: left;
    margin: 30px 0 30px 0;
    border-bottom: 1px solid #DFDFDF;
    padding: 15px;
}

.vc_header_results_geo_found .text .keyword,
.vc_header_results_geo_found .text .sezione {
    color: #024c9c;
    padding: 2px 10px;
    font-weight: normal;
    border: 1px solid #024c9c;
}
/*---Results found*/
.vc_header_results_geo .vc_header_results_geo_found {
    float:left;
    clear:left;
    width:100%;
    /* border-bottom: 1px solid #ccc; */
    /* margin-bottom: 15px; */
    /* padding:15px; */
}
.vc_header_results_geo .vc_header_results_geo_found .text {
    padding:0;
    font-size: 1.2em;
    font-weight:normal;
    text-transform:uppercase;
    line-height:1em;
    text-align:left;
    float:left;
    width:80%;
}
.vc_header_results_geo .vc_header_results_geo_found .results_number {
    padding:0;
    font-size: 1em;
    font-weight:normal;
    line-height:1em;
    text-align: right;
    float: right;
    width: 100%;
}

/*---sortElementCont*/
.vc_header_results_geo .sortElementCont {
    padding: 10px 20px 0 20px;
    font-size: 1em;
    line-height: inherit;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    float: left;
    clear: left;
    background: #f1f2f2;

}
.vc_header_results_geo .sortElementCont p {
    margin:0px;
    padding:0px;
    float:left;
    width:20%;
    display:none;
}
.vc_header_results_geo .sortElementCont ul {
    float:left;
    width:100%;
}
.vc_header_results_geo .sortElementCont ul li {
    /*margin:0 0px 0 15px;*/
    float:left;
    width:33%;
    text-align: center;
    display: block;

}
.vc_header_results_geo .sortElementCont ul li a {
    padding-bottom:2px;
    color: #212121;
    border-bottom: 0px;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.vc_header_results_geo .sortElementCont ul li a.active,
.vc_header_results_geo .sortElementCont ul li a:hover{
    border-bottom:3px solid #024c9c;
    padding-bottom: 8px;
    width:100%;
    display: block;
    text-align: center;
    color:#024c9c;
    font-weight:bold;
    text-decoration:none;
    letter-spacing: unset;
}

@media (max-width:991px){
}
@media (max-width:767px){
}
@media (max-width:480px){
}
/*---breadcrumbs_orizzontale*/
.breadcrumb_home {
    margin: 0 0px 20px 0;
    padding: 0;
    width: auto;
    display: inline;
    width: 100%;
    float: left;
    clear: left;
    font-weight: bold;
    text-align: center;
}
.breadcrumb_home ul {
    margin:0;
    padding:0;
    width:auto;
    display: inline;
    font-weight:600;
    list-style:none;
}
.breadcrumb_home ul li {
  /*  margin:0;
    padding:0 3px 0 0;
    font-size:15px;
    font-weight:600;
    display:none;*/
    display:none;
    margin: 0 0 10px 0;
    padding: 5px 0 0 0;
    width: auto;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
    text-transform: uppercase;
}

.breadcrumb_home ul li:nth-child(4)
.breadcrumb_home ul li:nth-child(5),
.breadcrumb_home ul li:nth-child(6),
.breadcrumb_home ul li:nth-child(7),
.breadcrumb_home ul li:nth-child(8){

    display:none;
}

.breadcrumb_home ul li a:link,
.breadcrumb_home ul li a:visited {
    text-decoration:none;
}
.breadcrumb_home ul li a:hover,
.breadcrumb_home ul li a:focus,
.breadcrumb_home ul li a:active {
    text-decoration:none;
}
.breadcrumb_home ul li.sezione_attiva {
    margin: 0 0 0px 0;
    padding: 0px 0 0 0;
    width: auto;
    color:#023B54;
    position: relative;
    font-weight: 700;
    font-size: 43px;
    line-height: 61px;
    display:inline;
    text-transform:uppercase;
}


.breadcrumb_home ul li.sezione_attiva a:link,
.breadcrumb_home ul li.sezione_attiva a:visited {
     color:#023B54;
}
.vc_button_box_geo_search {
    margin-bottom: 15px;
    border: 1px solid #064c9c;
    padding: 3px 30px;
    text-transform: uppercase;
    font-size: 17px;
    color: #064c9c;
    background: transparent;
    transition: all ease 0.5s;
}
.vc_button_box_geo_search:hover {
    border: 1px solid #064c9c;
    color: #fff;
    background: #064c9c;
}

.vc_button_box_geo_search i {
    margin-right: 15px;
    color: #bfd6ee;
    font-size: 21px;
    animation: blink-animation 1.5s steps(5, start) infinite;
    -webkit-animation: blink-animation 1.5s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}




.vc_box_geo_filters {
    padding:20px 15px;
    width:100%;
    float:left;
    clear:left;
    position:relative;
    background: #fff;
    border: 2px solid #ccc;
    height:335px;
    position: relative;
}
.vc_box_geo_filters:before {
    content: "\f041";
    color:#024c9c;
    font-family: FontAwesome;
    font-size:2em;
    font-style: normal;
    font-weight: normal;
    float:left;
    margin:5px 15px 0 0;
}
.vc_box_geo_filters form {
    width:90%;
    float:left;
}
.vc_box_geo_filters .vc_city {
    width:65%;
    float:left;
}
.vc_box_geo_filters .vc_city label,
.vc_box_geo_filters .vc_radius label {
    color:#024c9c;
    font-size:.8em;
    line-height:1.6em;
    font-weight:normal;
    display:block;
    text-transform:uppercase;
}
.vc_box_geo_filters .vc_city input {
    margin: 0 0 0 0;
    width:100%;
    float: left;
    clear:left;
    padding: 10px 10px;
    color: #131313;
    border: 1px #c0c0c0 solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.vc_geolocation_btn {
    width: calc(35% - 10px);
    margin-top: 25px;
    float: right;
    height: 49px;
    border: 1px solid #064c9c;
    background: #fff;
    color: #064c9c;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 48px;
}

.vc_geolocation_btn i {
    margin: 12px 5px 0 5px;
    font-size: 24px;
    color: #064c9c;
    float: left;
}





.vc_box_geo_filters .vc_radius {
    width:100%;
    float:left;
    margin-top:30px;
}
.vc_box_geo_filters .vc_radius input {
    /*width:35%;*/
}

.vc_box_geo_filters .vc_radius input[type=range] {
  -webkit-appearance: none;
  margin: 15px 0 10px 0;
  width: 100%;
}
.vc_box_geo_filters .vc_radius input[type=range]:focus {
  outline: none;
}
.vc_box_geo_filters .vc_radius input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #61b3ff;
  border-radius: 25px;
  border: 0px solid #000101;
}
.vc_box_geo_filters .vc_radius input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #064c9c;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3.6px;
}
.vc_box_geo_filters .vc_radius input[type=range]:focus::-webkit-slider-runnable-track {
  background: #61b3ff;
}
.vc_box_geo_filters .vc_radius input[type=range]::-moz-range-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #61b3ff;
  border-radius: 25px;
  border: 0px solid #000101;
}
.vc_box_geo_filters .vc_radius input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #064c9c;
  cursor: pointer;
}
.vc_box_geo_filters .vc_radius input[type=range]::-ms-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
}
.vc_box_geo_filters .vc_radius input[type=range]::-ms-fill-lower {
  background: #61b3ff;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
.vc_box_geo_filters .vc_radius input[type=range]::-ms-fill-upper {
  background: #61b3ff;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
.vc_box_geo_filters .vc_radius input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #064c9c;
  cursor: pointer;
}
.vc_box_geo_filters .vc_radius input[type=range]:focus::-ms-fill-lower {
  background: #61b3ff;
}
.vc_box_geo_filters .vc_radius input[type=range]:focus::-ms-fill-upper {
  background: #61b3ff;
}




.vc_box_geo_filters .vc_radius .vc_value {
    margin:0 0 0 0;
    line-height:1;
    color: #212121;
    font-size: .8em;
    font-weight: normal;
}
.vc_box_geo_filters .vc_radius .vc_value:after {
    content: "km";
    margin-left:5px;
}
.vc_box_geo_filters .vc_sections {
    margin:20px 0 20px 0;
    width:100%;
    float:left;
    clear:left;
    display:none;
}
.vc_box_geo_filters .vc_sections:before {
    content:"Sections";
    color:#024c9c;
    font-size:1.1em;
    line-height:1.6em;
    font-weight:normal;
    display:block;
    clear:left;
}
.vc_box_geo_filters .vc_sections .checkbox {
    margin:15px 0 0 0;
    width:50%;
    float:left;
}
.vc_box_geo_filters .vc_sections .checkbox label {
    color:#20465d;
    font-size:1em;
    font-weight:normal;
}
.vc_box_geo_filters .vc_search {
    margin-top:20px;
    width:100%;
    display:inline-block;
}
.vc_box_geo_filters .vc_search button {
    width: 49%;
    padding: 10px;
    background-color: #024c9c;
    border-radius: 0;
    border: 1px solid #024c9c;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    text-align: center;
    text-transform: uppercase;
    font-size: .9em;
}
.vc_box_geo_filters .vc_search .vc_reset{
    background-color: #fff;
    color:#024c9c;
    float:right;
}
.pac-container {
    z-index: 99999 !important;
}


.vc_loader {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
}
.vc_loader .vc_circle{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    border-radius: 100%;
    border: 2px solid rgba(5, 76, 156, 0.2);
    border-top-color: #054c9c;
    animation: spin 1s infinite linear;
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.vc_city .vc_error{
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 6px;
    display: inline-block;
    width: 100%;
    text-align: center;
}




.vc_map_geo_stories {
    width:100%;
    float:left;
    clear:left;
    height:335px;
    background:#f2f2f2;
}
.vc_map_geo_stories #map-canvas {
    width:100% !important;
}
.vc_map_geo_stories .vc_marker_window {
    width:200px;
    float:left;
    clear:left;
    position:relative;
}
/*.vc_map_geo_stories .vc_pretitle {
    font-size:1em;
    line-height:1em;
    font-weight:normal;
    text-transform:uppercase;
    color:#019cf5;
    width:100%;
}
.vc_map_geo_stories .vc_title {
    margin:5px 0 0 0;
    font-family: "Lora", Georgia, serif;
    font-size:1.1em;
    line-height:1.2em;
    font-weight:500;
    width:100%;
}
.vc_map_geo_stories .vc_title a{
    text-decoration:none;
}
.vc_map_geo_stories .vc_title a:focus {
    outline: none;
}
.vc_map_geo_stories .vc_image {
    margin:5px 0 0 0;
}*/


/*---PopUp Maps*/
.vc_map_geo_stories .gm-style-iw {
    margin:0px;
    padding:0px;
    
}
.vc_map_geo_stories .gm-style-iw-d {
    padding: 15px 15px 5px 15px;
    float: left;
    clear: left;
    width: auto;
}

.vc_map_geo_stories .gm-style-iw-d div {
    float: left;
    clear: left;
    width: 100%;
}

.vc_map_geo_stories .gm-style-iw .mapInfoWindow {
    margin:0px;
    padding:0px;
    /* width:300px; */
}
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .distance {
    width: 100%;
    margin: 0 auto 7px auto;
    color: #212121;
    font-size: 13px;
    line-height: 1;
    font-weight: normal;
    text-transform: lowercase;
    text-align: center;
    padding: 3px 5px;
    background: #cbdff2;
    border-radius: 6px;
}
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .distance:before {
    content: "\f041";
    font-family: FontAwesome;
    font-weight: normal;
    color: #61b3ff;
    margin: 0px 10px 0px 0px;
}
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .cont_foto {
    margin: 0px 15px 0 0;
    padding: 0px;
    /*width: 35%;*/
    width: 30%;
    float: left;
}
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .cont_foto a:focus {
    outline: none;
}
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .cont_foto img {
    margin:0px;
    padding:0px;
    width:100%;
    height: auto;
    text-decoration:none;
    border:0px;
    float:left;
    clear:left;
}
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .occhiello {
    margin:0px 0 2px 0;
    padding:0px;
    font-size:12px;
    font-weight:400;
    text-transform:uppercase;    
    color:#313131;
    width:50%;
    float:right;
    clear:right;
}
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .titolo {
    margin: 0px 0 8px 0;
    padding: 0px;
    font-size: 18px;
    line-height: 19px;
    font-weight: 600;
    width: 65%;
    display: inline-block;
    font-family: "Lora", Georgia, serif;
}
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .titolo a {
    color:#212121;
    text-decoration:none;
    cursor:pointer;
}
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .titolo a:hover {
    text-decoration:underline;
}
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_11,
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_14,
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_12,
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_13 {
    margin: 2px 0;
    padding: 0px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #212121;
    width: 65%;
    float: left;
    display: table-row;
}
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_11 span.valore,
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_12 span.valore,
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_14 span.valore,
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_13 span.valore {
    margin:0px 0 0 10px;
    padding:0;    
    text-transform: uppercase;
    font-weight: 700;
    color:#064c9c;
}
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_11 span.nome,
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_12 span.nome,
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_14 span.nome,
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_13 span.nome {
    margin:0px;
    padding:0px;
}
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_11 span.nome:after,
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_12 span.nome:after,
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_14 span.nome:after,
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_13 span.nome:after {
    /*content:": ";*/
}




@media (min-width: 320px) and (max-width: 767px) {
   .vc_box_geo_filters form {
        width: 76%;
   }
   .vc_box_geo_filters .vc_city {
        width: 100%;
        clear:left;
   }
   .vc_box_geo_filters .vc_radius {
        margin:10px 0 0 0;
        width: 100%;
        clear:left;
   }
   .vc_box_geo_filters .vc_search {
       width:100%;
   }
   .vc_box_geo_filters {
       height:auto;
   }
}

@media (min-width: 480px) and (max-width: 767px) {
   .vc_box_geo_filters form {
        width: 80%;
   }
}
@media (min-width: 768px) and (max-width: 992px) {
   .vc_box_geo_filters form {
        width: 94%;
   }
}
@media (min-width: 992px) and (max-width: 1199px) {
   .vc_box_geo_filters form {
        width: 86%;
   }
   .vc_box_geo_filters .vc_city {
        width: 54%;
   }
   .vc_box_geo_filters .vc_radius {
        width: 40%;
   }
}

