/*
Theme Name: MDC HS Novartis Theme
Author: MD Connect
Description: Advanced responsive theme platform built with SASS and fully responsive for MDConnect client. Includes ACF, color customization and site specific custom post types.
Text Domain: mdc_hs
version: 1.0
*/

/* added styles as the scss wasn't properly compiled and now out of whack a bit */
/* this theme needs to be discontinued after this trial */
/** location layout **/
.cz-field-locationselect {
    width: 100%;
    display: inline-block;
}
.cz-field-locationselect .column-3 {
    width: 30%;
    float: left;
    margin: 0 15px;
}

.location-details span {
    display: inline-block;
    width: 100%;
}

.location-details span:empty {
    width: auto;
}
.location-inner .control { padding-left: 0; }
.location-title {
    font-weight: bold;
}
.location-distance {
    font-size: 90%;
    margin: 20px 0;
}
.location-label .control-indicator {
    position: relative;
    top: -20px;
    left: 40px;

}
.location-details:after {
    content : 'Select this site';
    font-weight: bold;
}

@media screen and (max-width:820px) {
    .cz-field-locationselect .column-3 { width: 100%; margin-bottom: 30px; }
    .cz-field-locationselect .column-3:last-child { margin-bottom: 0px; }

}


/* override popup style */
popup-close {
    background: url("/images/popup-close-img.png") no-repeat center;
}