/*
    Theme Name:   Czerwona Szpilka
    Description:  Kadence Child Theme
    Author:       EatNet
    Author URI:   https://eatnet.pl/
    Template:     kadence
    Version:      1.0.0
    Text Domain:  czerwona-szpilka
*/

/* -------------------------------------------------------------- */

@keyframes pulse {
    0%   { transform: translate(-50%, -50%) scale(1); }
    50%  { transform: translate(-50%, -50%) scale(0.8); }
    100% { transform: translate(-50%, -50%) scale(1); }
}
.animated_heart {
    position: relative;
}
.animated_heart::after {
    content: url('svg/vibeletter_heart.svg');
    position: absolute;
    top: calc(50% + 7px);
    left: 50%;
    animation: pulse 1.5s infinite ease-in-out;
}
.site-header-item {
    margin-right: 0;
}
.header-button-wrap {
    margin-left: 15px;
}
.list_style_none {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}
.justify_content__center {
    justify-content: center;
}
.wpcf7-form .button:disabled {
    opacity: 1;
}
.vibeletter_section label {
    width: 100% !important;
}
.footer-widget-area h6 {
    font-family: inherit;
    text-transform: none;
}

@media (max-width: 899px) {
    .vibeletter_mobile_background {
        background-position-x: 48% !important;
    }
}
@media (max-width: 1024px) {
    .footer_mobile_margin {
        margin-top: 30px;
    }
    .vibeletter_thankyou_mobile_background > .kt-inside-inner-col {
        background-position-x: 90% !important;
    }
}