/*
Theme Name:  Salient Child Theme
Version:     0.1
Description: Salient Child Theme (Custom)
Author:      Bison Studio
Author URI:  https://bison.studio
Template: salient
*/


.header-stars {
    max-width: 60px !important;
    margin-right: 5px;
}


/* Modal CSS starts here*/
/* #ion-sea-modal{
    display:none;
} */
.ion-sea-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(0,0,0,.75);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.ion-sea-modal-inner {
    position: relative;
    max-width: 720px;
    width: 100%;
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 20px 60px rgba(0,0,0,.3);
}

.ion-sea-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border: 0;
    background: rgba(255,255,255,.95);
    cursor: pointer;
    z-index: 2;
    border-radius: 50%;
}

.ion-sea-logo {
    text-align: center;
    padding: 35px 20px 25px;
}

.ion-sea-logo img {
    max-width: 260px;
    width: 100%;
}

.ion-sea-image img {
    display: block;
    /* width: 100%;
    height: auto; */
    height: 200px;
    margin: auto;
}

.ion-sea-text {
    text-align: center;
    padding: 40px;
}

.ion-sea-text h2 {
    margin-bottom: 20px;
    color: #243d68;
    /* font-family: inherit; */
    font-family: baikal-trial-var;
}

.ion-sea-text p {
    margin-bottom: 18px;
    line-height: 1.8;
    color: #444;
    padding-bottom: 0px;
}

.ion-sea-text .season-note {
    font-weight: 600;
    color: #243d68;
}

.ion-sea-text .nectar-button {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .ion-sea-modal {
        padding: 15px;
    }

    .ion-sea-text {
        padding: 25px;
    }

    .ion-sea-logo img {
        max-width: 180px;
    }
}
/* Modal CSS ends here*/
