/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Dec 12 2016 | 06:52:53 (pm)
/*
/******* Do not edit this file *******/

/*************   fix menu  on small viewport ***********/

@media only screen and (min-width: 200px) and (max-width: 600px)  {

.forum #mega-menu-wrap-primary-menu .mega-menu-toggle {
             width: 280px !important;
             margin-top: 8px !important; 
     } 
 .forum-archive #mega-menu-wrap-primary-menu .mega-menu-toggle {
             width: 280px !important;
             margin-top: 8px !important; 
     }      
}

.et_right_sidebar #main-content .container:before {display:none;}

#showTime {
    background:transparent;
    cursor: none;
}

.donow {
    cursor:none;
}
#frmCountdown {
    z-index: -2;
}

.noclick {
    pointer-events: none;
    cursor: default;
    
}

/**********  Fix floating menu  ***********/
.et_menu_container {
    background-color: #C2BBBB;
/*   height: 54px !important;  */
    }

#mega-menu-wrap-primary-menu  {
   padding: 0px;
   margin: 0 auto;
   }
   
.logo_container {
       display:none;
   }
#et-top-navigation {
    padding-top: 0px !important;    

} 

/**************************************/
#s {width: 400px; background-color: #FDFAC9; line-height: 1.7;padding-top: 10px; padding-bottom: 10px;}
.footer-widget {width:25%;}



/******  This adds the MerleFest Logo just under the menu. The original page banner does not show on small screens   ***/
@media only screen and (max-width: 600px){
 #left-area::before  {
          content: url("/wp-content/uploads/2016/08/MF-Logo-sm2.png");
      }

} 
/*** Help over from previous site. This space and artist and sponsor images ***/
.artistImg {max-width: 200px; float: left; margin-right: 12px; margin-bottom:12px;}
#et_top_search {display:none;}