.ev:not(.fa) {
    font-family: 'Univers LT Std' !important;
}
.ev.widget-container.ev-engagement {
    max-width: 700px;
    margin: auto;
}
#widget-header {
    font-family: "Adobe Garamond Pro", serif !important;
    border: none;
    border-bottom: 1px solid #000;
}
.widget-header, .widget-header.text-lt {
    position: relative;
    padding: 10px 10px;
    background: #fff;
    text-transform: none;
    text-align: left;
    color: #000;
}
#responsive-menu-pro-header-bar-html {
    width: 190px !important;
}
#pelcro-app {
    display: none !important;
}
@media (min-width: 768px) {
    .ev-em-modals .ev-em-modal-dialog {
        width:600px;
        margin: 80px auto;
    }
}
.widget-body.pm2 {
    padding: 20px !important;
}
.ev .pm2 .payment-content input[type=checkbox] {
    display: none !important;
}
.ev .pm2 .product-body ul {
    list-style-type: none !important;
}
.ev .pm2 .product-item {
    border: none !important;
}
.ev .pm2 .payment-content li.payment-plan-selected {
    box-shadow: inset 3px 2px 4px #2a2a2a;;
}
.ev .pm2 #product-profile-login .card {
    background-color: #fff !important;
}
.ev .pm2 #product-profile-login .card .text {
    background-color: #fb3956!important;
    text-shadow: 1px 1px 2px #000 !important;
}
.ev .pm2 #product-profile-login .card {
    background-color: #fb3956!important;
}
.ev .pm2 .payment-stripe-circle, .ev .pm2 .payment-stripe-success-icon {
    display: none !important;
    padding: 0 !important;
}
.flip {
    -webkit-perspective: unset !important;
    perspective: unset !important;
}
#engagement-top {
   backdrop-filter: blur(5px);
}

/* Extra small devices (phones, 600/768px and down) */
@media only screen and (max-width : 768px) {
    #main-header, #responsive-menu-pro-header-bar-search {
        display: none !important;
    }

    .ev .pm2 .stripe-payment {
        padding: unset;
    }

    .ev .pm2 .stripe-payment .row {
        margin: unset;
    }
    
    .ev .pm2 .stripe-payment .col-sm-12 {
        padding-left: unset;
        padding-right: unset;
    }
}