/* Previous Event CSS */
/*don't show the edit bg btn in basic mode */
body:not(.advMode) #changeBgInline,
body:not(.advMode) #changeBgFinetune {
    display: none !important;
}

#element-host-name .hosted-by {
    font-weight: bold;    
}
#element-host-name .host-name {
    font-size: 24px;    
}
.fauxbold {
    font-weight: 800;
}
/* End of Previous Theme CSS */
