.popup-close {
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #f44;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.popup-close:hover {
    background-color: #d33;
}

#ip-geolocation-popup {
    max-width: 640px;
    text-align: center;
    font-size: 16px;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400;
    display: none;
}

.featherlight #ip-geolocation-popup {
    display: block;
}

#ip-geolocation-popup p {
    line-height: 1.5;
}

#ip-geolocation-popup p:last-child {
    padding: 0 80px;
}

#ip-geolocation-popup h2 {
    color: #0872B9;
    font-size: 36px;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    margin-bottom: 16px;
    line-height: 1;
    margin-top: 24px;
    font-weight: normal;
}

#ip-geolocation-popup h3 {
    color: #0872B9;
    font-size: 24px;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    margin-bottom: 16px;
    line-height: 1;
    margin-top: 24px;
    font-weight: normal;
}

@media only screen and (max-width: 680px) {
    #ip-geolocation-popup h2 {
        font-size: 24px;
    }
    #ip-geolocation-popup h3 {
        font-size: 18px;
    }
    #ip-geolocation-popup p {
        font-size: 14px;
    }
    #ip-geolocation-popup p:last-child {
        padding: 0;
    }

    .featherlight .featherlight-content {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
}

.featherlight:last-of-type {
    background: rgba(0,0,0,.5) !important;
}

.featherlight .featherlight-close-icon {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    margin-right: 20px;
}