/* Editor-specific styles only */
.editor-styles-wrapper .site-contact .site-contact-box {
    background: #18191e;
    border: #202127 solid 20px;
    -webkit-box-shadow: 0px 0px 62px -14px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 62px -14px rgba(0,0,0,1);
    box-shadow: 0px 0px 62px -14px rgba(0,0,0,1);
}

.editor-styles-wrapper .site-contact .inner {
    padding: 40px;
}

.editor-styles-wrapper .site-contact .inner h4 {
    color: #deb150;
    font-size: 18px;
    margin-bottom: 20px;
}

.editor-styles-wrapper .site-contact .time-row {
    border-bottom: #3a3b3e dotted 4px;
    margin-bottom: 20px;
}

.editor-styles-wrapper .site-contact .time-row p {
    color: #c0bebf;
}

.editor-styles-wrapper .site-contact .time-row .time {
    color: #c0bebf;
}

.editor-styles-wrapper .site-contact .contact-row {
    border-bottom: #3a3b3e dotted 4px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.editor-styles-wrapper .site-contact .contact-row .fa {
    color: #deb150;
    padding-right: 10px;
}

.editor-styles-wrapper .site-contact .contact-row p {
    color: #c0bebf;
}

.editor-styles-wrapper .site-contact .time-row.bottom-space {
    margin-bottom: 60px;
}

.editor-styles-wrapper .site-contact .map-placeholder {
    background: grey;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 20px;
}