
/*---vc_header_results_tag*/
.vc_header_results_tag {
    width:100%;
    float:left;
    clear:left;
    margin: 15px 0 20px 0;
    /*border-bottom:1px solid #DFDFDF;*/
}

.vc_header_results_tag_found .text .keyword,
.vc_header_results_tag_found .text .sezione {
    color: #0775b4;
    padding: 0 10px;
    font-weight: 600;
    /*border: 1px solid #b8f1cd;*/
}
/*---Results found*/
.vc_header_results_tag .vc_header_results_tag_found {
    float: left;
    clear: left;
    width: 100%;
    border-bottom: 1px solid #0775b4;
    margin: 0px 0 15px 0;
    padding: 0px 0 15px 0;
}

.vc_header_results_tag .vc_header_results_tag_found .occhiello_titolo {
    float: left;
    clear: left;
    width: 100%;
    text-align: center;
    font-size: 1.8em;
    line-height: 2em;
    font-weight: 600;
    color: #212121;
    justify-content:left;
    border-bottom: 0px;
}
.vc_header_results_tag .vc_header_results_tag_found .occhiello_titolo .vc_search_tag_keyword {
    color: #0775b4;
    text-transform: capitalize;
    margin-left:10px;
}

.vc_header_results_tag .vc_header_results_tag_found .occhiello_sommario {
    float: left;
    clear: left;
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    font-weight: 300;
    color: #212121;
}
.vc_header_results_tag .vc_header_results_tag_found .occhiello_sommario .vc_search_tag_keyword {
    color: #0775b4;
    font-weight: normal;
}

.vc_header_results_tag .vc_header_results_tag_found .text {
    padding:0;
    font-size: 1em;
    font-weight:normal;
    text-transform:uppercase;
    line-height:1em;
    text-align:left;
    float:left;
    width:80%;
}
.vc_header_results_tag .vc_header_results_tag_found .results_number {
    padding:0;
    font-size: .8em;
    font-weight:normal;
    line-height:1em;
    text-align:right;
    float:right;
    width:20%;
    color: #212121;
}


.vc_header_results_tag .vc_header_results_tag_found {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 150px;
}

.vc_header_results_tag .vc_header_results_tag_found .occhiello_titolo {
    text-align: left;
    order: 2;
}

.vc_header_results_tag .vc_header_results_tag_found .occhiello_sommario {
    text-align: left;
    order: 3;
    flex: 1 0 0%;
}

.vc_header_results_tag .vc_header_results_tag_found .tag_image {
    order: 1;
    float: left;
    width: auto;
    flex: 1 0 100%;
    box-sizing: border-box;
    margin-right: 30px;
}
.vc_header_results_tag .vc_header_results_tag_found .tag_image img {
    max-height: 140px;
}


@media (max-width:991px){
}
@media (max-width:767px){
}
@media (max-width:480px){
}
/*---sortElementCont*/
.vc_search_tag_results_order .sortElementCont {
    padding: 7px 0 0 0;
    font-size: 1em;
    line-height: inherit;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    float: left;
    clear: left;
    background: #eaeaea;
}
.vc_search_tag_results_order .sortElementCont p {
    margin:0px;
    padding:0px;
    float:left;
    width:20%;
    display:none;
}
.vc_search_tag_results_order .sortElementCont ul {
    float:left;
    width:100%;
}
.vc_search_tag_results_order .sortElementCont ul li {
    /*margin:0 0px 0 15px;*/
    float:left;
    width:50%;
    text-align: center;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #0675b4;
}
.vc_search_tag_results_order .sortElementCont ul li a {
    color: #212121;
    border-bottom: 0px;
    font-weight: 600;
    font-size: .9em;
    padding-bottom: 8px;
    float: left;
    clear: left;
    border-bottom: 3px solid #eaeaea;
}
.vc_search_tag_results_order .sortElementCont ul li a.active,
.vc_search_tag_results_order .sortElementCont ul li a:hover{
    border-bottom: 3px solid #0775b4;
    /* padding-bottom: 8px; */
    width: auto;
    text-align: center;
    color: #0775b4;
    font-weight: 600;
    text-decoration:none;
    letter-spacing: unset;
    float: left;
    clear: left;
}

/*---vc_article_preview_results*/
.vc_article_preview_results {
    width:100%;
    float:left;
    clear:left;
    padding: 15px;
    border-bottom: 1px #eaeaea solid;
}

.vc_article_preview_results.style_drag {
    width:100%;
}
.vc_article_preview_results .cont {
    display:table;
    table-layout: fixed;
}
.vc_article_preview_results .cont2 {
    margin-top:5px;
    width:100%;
    float:left;
    clear:left;
}

.vc_article_preview_results .cont_foto {
    float:left;
    margin-right:30px;
    height:100%;
    min-width:260px;
}
.vc_article_preview_results .cont_foto a {
    display:block;
    width:260px;
    height:200px;
    text-align:center;
    vertical-align:middle;
}
.vc_article_preview_results .cont_foto img {
    max-height:100%;
    width:auto;
    text-align:center;
    vertical-align:middle;
}
.vc_article_preview_results_magazine.pos1 .cont_foto img {
    max-height:100%;
    width:auto;
    text-align:center;
    vertical-align:middle;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.vc_article_preview_results .cont_foto .didascalia {
    display:none;
}
.vc_article_preview_results .occhiello {
    width:100%;
    float:left;
    clear:left;
}
.vc_article_preview_results .sezione {
    float:left;
    cursor:pointer;
}
.vc_article_preview_results .autore:before {
    content: " | ";
    margin: 0 5px;
    float: left;
}
.vc_article_preview_results .titolo {
    width:100%;
    float:left;
    clear:left;
}
.vc_article_preview_results .sottotitolo,
.vc_article_preview_results .sommario {
    margin-top:10px;
    width:100%;
    float:left;
    clear:left;
}
.vc_article_preview_results .sottotitolo a{
}

.vc_article_preview_results .testo {
    float: left;
    clear: left;
    width: 100%;
    margin-top: 15px;
}

.vc_article_preview_results .ora_pubblicazione {
    margin-top:10px;
    font-weight:normal;
    float:left;
    clear:left;
}
.vc_article_preview_results .ora_pubblicazione a {
    color: #ccc;
}
.vc_article_preview_results .ora_pubblicazione a:hover{
    text-decoration:none;
}
.vc_article_preview_results .vc_author .prefisso_autore{
    display:none;
}
.vc_article_preview_results .comments,
.vc_article_preview_results .comment_article {
    font-weight:normal;
    float:left;
}
.vc_article_preview_results .comments span,
.vc_article_preview_results .comment_article a {
    margin-right:5px;
}
.vc_article_preview_results .comments:before,
.vc_article_preview_results .comment_article a:before {
    content: "\f0e5";
    font-family: FontAwesome;
    font-weight:normal;
    margin:0px 5px 0px 0px;
}
.vc_article_preview_results .comments a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin-right:5px;
    margin-left:5px;
    float:right;
}
/*---sharre_fb_tw*/
.vc_article_preview_results .social {
    margin: 0;
    float: right;
}



/*---object article*/
.vc_article_preview_results .anteprima_ricerca_archivio .gallery .cont_foto a:before,
.vc_article_preview_results .anteprima_ricerca_archivio .video .cont_foto a:before{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    color:rgba(255,255,255,0.40);
    z-index:9;
}
.vc_article_preview_results .anteprima_ricerca_archivio .gallery .cont_foto a:before {
    content:"\f030";
    margin-top: -10px;
    margin-left: -30px;
    font-size: 4em;
}
.vc_article_preview_results .anteprima_ricerca_archivio .video .cont_foto a:before {
    content:"\f01d";
    margin-top: -20px;
    margin-left: -42px;
    font-size: 7em;
}
/** variant right ---*/
.vc_article_preview_results.right .cont {
    margin-right:0;
    margin-left: 15px;
    float: right;
    position: relative;
}

/*--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*/
.vc_preview_results_pagination {
    margin:0 auto;
    padding:5px;
    display: table;
}
.vc_preview_results_pagination .pagination>li>a, 
.vc_preview_results_pagination .pagination>li>span {
    color: #075a9c;
    border-radius:0;
}
.vc_preview_results_pagination li.active a{
    background: #075a9c;
    border-color: #075a9c;
    cursor:pointer;
    color:#fff;
    border-radius:0;
}
.vc_preview_results_pagination li.active a:hover{
    background:#075a9c;
    border-color:#075a9c;
}

.vc_preview_results_pagination a#precedenti {
    float:left;
}
.vc_preview_results_pagination a#prossimi {
    float:right;
}
.vc_preview_results_pagination a#precedenti:before {
    content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color:#075a9c;
}
.vc_preview_results_pagination a#prossimi:after {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color:#075a9c;
}

/*---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) {
}

/*---spacer*/
.spacer {
    width:100%;
    height:0px;
    float:left;
    clear:left;
    font-size:0px;
    line-height:0px;
}
.spacer.t_5 {
    margin-top:5px;
}
.spacer.t_10 {
    margin-top:10px;
}
.spacer.t_15 {
    margin-top:15px;
}
.spacer.t_20 {
    margin-top:20px;   
}
.spacer.t_25 {
    margin-top:25px;   
}
.spacer.t_30 {
    margin-top:30px;   
}
.spacer.t_35 {
    margin-top:35px;   
}
.spacer.t_40 {
    margin-top:40px;   
}
.spacer.t_45 {
    margin-top:45px;   
}
.spacer.t_50 {
    margin-top:50px;   
}
.spacer.t_55 {
    margin-top:55px;   
}
.spacer.t_60 {
    margin-top:60px;   
}
.spacer.t_65 {
    margin-top:65px;   
}
.spacer.t_70 {
    margin-top:70px;   
}
.spacer.t_75 {
    margin-top:75px;   
}
.spacer.t_80 {
    margin-top:80px;   
}
.spacer.t_85 {
    margin-top:85px;   
}
.spacer.t_90 {
    margin-top:90px;   
}
.spacer.t_95 {
    margin-top:95px;   
}
.spacer.t_100 {
    margin-top:100px;   
}
/*---vc_refine_results*/
.vc_refine_results {
    width:100%;
    float:left;
    clear:left;
    margin-top: 75px;
}
.vc_refine_results li.intestazione {
    padding: 3px 0;
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background: #eaeaea;
    color: #0675b4;
    display: block;
}
.vc_refine_results .occhiello_titolo {
    padding:0;
    font-weight:bold; 
    margin:0;
}
.vc_refine_results p {
    margin:0 0 10px 0;
    width:100%;
    float:left;
    clear:left;
}
.vc_refine_results ul {
    margin:0 0 40px 0;
    list-style:none;
    font-weight:normal;
    width:100%;
    float:left;
    clear:left;
}
.vc_refine_results ul li {
    width:100%;
    float:left;
    clear:left;
}
.vc_refine_results ul li a {
    margin: 0;
    padding: 5px;
    font-size: 0.8em;
    text-transform: uppercase;
    border-bottom: 1px #eaeaea solid;
    display: block;
    color: #212121;
}
.vc_refine_results ul li a:hover {
    text-decoration:none;
    color: #0775b4;
}
.vc_refine_results ul li a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-align:right;
    float:right;
}



