﻿.evo-pop
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    background-color: rgba(5,5,5,.6);
    bottom: 0;
    font-family: var(--wp--preset--font-family--body-font);
    justify-content: center;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1002;
}
.evo-pop-wrapper
{
    padding-left: 16px;
    padding-right: 16px;
}
.evo-pop-modal
{
    background-color: #fff;
    border-radius: 24px;
    margin: 0 auto;
    padding: 48px 24px 16px;
    position: relative;
    width: 100%;
}
@media only screen and (min-width: 576px)
{
    .evo-pop-modal
    {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media only screen and (min-width: 768px)
{
    .evo-pop-modal
    {
        max-width: 740px;
        padding-bottom: 32px;
    }
}
@media only screen and (min-width: 1200px)
{
    .evo-pop-modal
    {
        padding-left: 48px;
        padding-right: 48px;
    }
}
.evo-pop-modal .button-row
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 32px;
}
@media only screen and (min-width: 412px)
{
    .evo-pop-modal .button-row
    {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media only screen and (min-width: 768px)
{
    .evo-pop-modal .button-row
    {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.evo-pop-modal .button-row>*
{
    margin-bottom: 12px;
}
@media only screen and (min-width: 412px)
{
    .evo-pop-modal .button-row>*
    {
        margin-bottom: 0;
    }
}
.evo-pop-modal .button-row br
{
    display: none!important;
}
.evo-pop-close
{
    background-color: #707070;
    border-radius: 100%;
    cursor: pointer;
    height: 24px;
    line-height: 0;
    padding: 4px;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 24px;
}
.evo-pop-close svg
{
    height: 16px;
    width: 16px;
}