:invalid { box-shadow: none; }
#wp-bg-popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0,0,0,0.5);
}
#wp-popup {
    text-align: center;
    width: 340px;
    padding: 25px 20px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -190px;
    margin-top: -100px;
}
#wp-popup p {
    font-size: 14px;
    font-family: 'open_sanssemibold';
    color: #015E96;
}
.close-popup {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: url("../images/icon-close-popup.png") 0 0 no-repeat;
}
.close-popup:hover {
    opacity: 0.7;
}
#wp-text-error {
    padding: 20px 30px;
    background-color: #4C90BB;
    display: inline-block;
}
#wp-text-error p {
    font-size: 14px;
    font-family: 'open_sanssemibold';
    color: #fff;
}
#wp-text-error p strong {
    font-weight: bold;
}

/** Scale gallery */
.wp-scale-img-gallery {
    background-position: center center ;
    background-size: cover;
}

.location-butt-prev,
.location-butt-next {
    display: none;
}