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

/* Previous Theme CSS */
/* styles for date and time */
.fauxbold {
    font-weight: 800;
}
/* End of Previous Theme CSS */

/* Previous Event CSS */
/* styles for date and time */
.fauxbold {
    font-weight: 800;
}

.calc-width {
    width: calc(100% - 13%) !important;
}

.bold-800 {
    font-weight: 800;
}

.bold-700 {
    font-weight: 700;
}

.bold-600 {
    font-weight: 600;
}

.bold-500 {
    font-weight: 500;
}

.bold-400 {
    font-weight: 400;
}

.bold-300 {
    font-weight: 300;
}

.bold-200 {
    font-weight: 200;
}

.bold-100 {
    font-weight: 100;
}

.line-height-bro {
    line-height: 1em;
}

body:not(.advMode) #changeBgInline {
    display: none !important;
}


/* iPhone styles */

body:not(.advMode) #splash-container .iphone-screen .drag-handle, body:not(.advMode) #splash-container .iphone-screen .delete {
    display: none !important;
}

/* Reponsiveness */
@media only screen and (max-width: 600px) {
    .hdr-content {
        padding-right: 2em !important;
        padding-left: 2em !important;
    }
    
    .hdr-logo {
        float: none !important;
    }
    
    .element-title,
    .element-subtitle {
        text-align: center !important;
    }
    
    .iphone-wrap {
        position: relative !important;
        float: none !important;
        width: 60% !important;   
    }
    
    .element-rsvp {
        float: none !important;
    }
}




