.btn-gradient-inviteme {
    border-width: 0px;
    /*background-image: linear-gradient(to right, #f97baa, #ef5faf, #f5b39c);*/
    background-image: linear-gradient(to right, #f97baa, #ff3592, #ff71ab);
    color: #fff;
    background-size: 200% auto;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.btn-gradient-inviteme:hover {
    background-position: right center;
    color: #fff;
}

.btn-gradient-inviteme i {
    color: #fff;
}

.btn.btn-pink-inviteme {
    background: #FF3592;
    border-color: #FF3592;
    color: #fff;
}

.btn.btn-pink-inviteme:hover, .btn.btn-pink-inviteme:focus {
    color: #fff;
}

.border-gradient-inviteme {
    /*border-image: linear-gradient(to right top, #f97baa, #f97baa, #da8bca, #eb8fb0, #fb9398) 1 / 0 0 1 0;*/
    border-image: linear-gradient(to right top, #f97baa, #ff5c99, #fd51a0, #ff438f, #ff71ab) 1 / 0 0 1 0;
    border-image-slice: 1;
}

.text-gradient-inviteme {
    /*background: linear-gradient(to right, #f97baa, #f97baa, #da8bca, #eb8fb0, #fb9398);*/
    background: linear-gradient(to right, #f97baa, #ff5c99, #fd51a0, #ff438f, #ff71ab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.link-gradient-inviteme {
    /*background: linear-gradient(to right, #f97baa, #f97baa, #da8bca, #eb8fb0, #fb9398);*/
    background: linear-gradient(to right, #f97baa, #ff5c99, #fd51a0, #ff438f, #ff71ab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    background-size: 200% auto;
}

.link-gradient-inviteme:hover {
    background-position: right center;
}

.bg-gradient-inviteme {
    /*background-image: linear-gradient(to right top, #f97baa, #f97baa, #eb8fb0, #da8bca, #f5b39c);*/
    background-image: linear-gradient(to right top, #f97baa, #ff5c99, #f97baa, #ff89b8, #ff71ab);

}

.bg-transparent-gradient-inviteme {
    background-image: linear-gradient(to right top, rgba(239, 120, 165, .8), rgba(239, 120, 165, .8), rgba(226, 139, 170, .8), rgba(210, 135, 195, .8), rgba(239, 120, 165, .8));
}

.invitation_comparison td {
    text-align: center;
}

.invitation_comparison tr td:first-child {
    text-align: left;
    line-height: 20px;
}

.invitation_comparison th {
    text-align: center;
}

@media (max-width: 991px) {
    .invitation_comparison th {
        font-size: 14px;
        text-align: center;
    }

    .invitation_comparison th:first-child {
        width: 150px;
    }

    .invitation_comparison th:last-child {
        width: 80px;
    }

    .invitation_comparison td {
        padding: 10px 0;
    }

    .inviteme-modele.background-position-center {
        background-position: -45px 75px !important;
        background-image: url('/themes/landing/images/dunga-mobil-2.png') !important;
    }

    .inviteme-modele {
        /*padding-top: 1em !important;;*/
    }
}

.inviteme .process-step-style-02 .process-step-item:hover .process-step-icon {
    color: #fff !important;
}

.inviteme.interactive-banners-style-10 figure img {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s;
}

.inviteme.interactive-banners-style-10 figure:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.inviteme-modele.background-position-center {
    background-position: 0 48px;
}

header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img {
    max-height: 30px;
}

.btn-gradient-inviteme:active, .btn-gradient-inviteme:focus {
    color: #fff;
}

.image-crisp {
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-crisp-edges; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

@media (max-width: 991px) {
    .navbar-show-modern-bg {
        background: hsla(0, 0%, 0%, 1) !important;
        background: linear-gradient(225deg, hsla(0, 0%, 0%, 1) 0%, hsla(0, 0%, 20%, 1) 64%, hsla(0, 0%, 27%, 1) 100%) !important;
        background: -moz-linear-gradient(225deg, hsla(0, 0%, 0%, 1) 0%, hsla(0, 0%, 20%, 1) 64%, hsla(0, 0%, 27%, 1) 100%) !important;
        background: -webkit-linear-gradient(225deg, hsla(0, 0%, 0%, 1) 0%, hsla(0, 0%, 20%, 1) 64%, hsla(0, 0%, 27%, 1) 100%) !important;;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#333333", GradientType=1) !important;;
    }
}


.phone_preview {
    border: 40px solid #121212;
    border-width: 35px 7px;
    border-radius: 35px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 330px;
    height: 650px;
    margin: 50px auto;
    overflow: hidden !important;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-shadow: 0px 3px 0 #000, 0px 4px 0 #000, 0px 5px 0 #000, 0px 7px 0 #000, 0px 10px 20px #000;
}

.device-btn_active {
    border-bottom: 2px solid #ff71ab !important;
}


.promo-text {
    position: absolute;
    top: 23px;
    right: 50px;
    font-size: 12px;
    line-height: 14px;
    background: rgb(255 58 148);
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 6px 13px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}


.whatsapp_help_link {
    background: rgb(37, 211, 102);
    box-sizing: border-box;
    display: inline-flex;
    padding: 10px 14px;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 20px;
    position: fixed;
    box-shadow: none;
    right: 20px;
    left: auto;
    bottom: 20px;
    z-index: 99999;
}

.whatsapp_help_text {
    margin-left: 8px;
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}


@media (max-width: 991px) {
    .promo-text {
        top: 8px;
        right: 35px;
    }

    .thumb-wedding, .thumb-baptism, .thumb-wedding-baptism, .thumb-anniversary {
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
    }

    .whatsapp_help_text {
        display: none;
    }
}
