/*TEST ICONA BURGER*/
.single .av-hamburger::before {
    content: url(../../../uploads/2020/06/test_burger.png);
    display: block; }

.av-hamburger-inner {display:none!important;}

.page-id-90 .av-hamburger::before, .archive .av-hamburger::before {
    content: url(../../../uploads/2020/06/main_burger.png)!important;
    display: block; }

li.av-burger-menu-main.menu-item-avia-special {
    padding-top: 15px;
}

/* Transparent header on mobile per Mobile*/
/* @media only screen and (max-width: 767px) {
#top.page #wrap_all #header, .page .header_bg {
  background: transparent!important;
  position: absolute!important;
}}*/

/* MODIFICHE ALLA SINGOLA PER ALLINEARLA A DIRETTIVE OGzero */
.single .ogsinglefeatured { width: 100%; }

/* BlOCCO L'ANIMAZIONE DEI POST IN MANSORY */
.av-masonry-entry {
    visibility: visible;
    opacity: 1;
}
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
    -webkit-animation: none !important;
    animation: none !important;
}




/***** MODIFICHE BASE CELLULARI ******/


@media only screen and (max-width: 767px) {

.pre-focus-mobile {padding-top: 100px;}
.pre-focus-mobile .listing-item { position:relative;}
.pre-focus-mobile .listing-item a.title { display:block;position:absolute;top:50%; left:10%; color: #000; font-size: 20px; font-family: marselisot, HelveticaNeue, "Helvetica Neue", Helvetica-Neue, Helvetica, Arial, sans-serif}


.responsive #top #wrap_all .container {width: 100%; max-width: 100%; }


}


