/**
 * @copyright 2017 Absolute Commerce Ltd. (https://abscom.co/terms)
 */
.modal-wrapper {
    align-items: center;
    background: rgba(0,0,0,0.6);
    bottom: 0;
    display: flex !important;
    justify-content: center;
    left: 0;
    pointer-events: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.modal-wrapper .geo-modal-content {
    background: #fff;
    border-radius: 3px;
    max-width: 550px;
    padding: 20px 20px 40px;
    width: 50%;
    text-align: center;
}

.modal-wrapper .geo-modal-content p {
    font-size: 16px;
    margin: 10px 0 20px;
    color: #3b3b3b;
}

.modal-wrapper .geo-modal-content .geo-logo {
    margin: 20px auto 30px;
}

/* Added for FKA overrides */
.modal-wrapper .geo-button-wrapper .button { 
	color: #aaa!important; font-size: inherit; line-height: inherit; font-weight: normal; text-shadow: none!important; letter-spacing: normal; height: auto; 
}
.modal-wrapper .geo-button-wrapper .geo-close { 
	margin-right: 10px; 
}
.modal-wrapper .geo-button-wrapper .button span { 
	margin: 3px; padding: 7px 13px; color: #fff;
}

@media (max-width: 810px) {
    .modal-wrapper .geo-modal-content  { width: 70%; }
    .modal-wrapper .geo-modal-content .button {
        margin-bottom: 15px;
    }
}
@media (max-width: 585px) {
    .modal-wrapper .geo-modal-content  { width: 90%; }
    .modal-wrapper .geo-modal-content .button {
        margin-bottom: 15px;
    }
}
