/* LiveInSpirit - Tlačítko Prodej */
.prodej .vc_btn3 {
    background-color: #ff0d61 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
    font-family: 'David Libre', serif !important;
    font-size: 18px !important;
    padding: 14px 36px !important;
    text-transform: none !important;
    box-shadow: none !important;
    transition: all 0.3s ease !important;
}

.prodej .vc_btn3::before {
    content: "» " !important;
}

.prodej .vc_btn3:hover {
    transform: scale(1.05);
}

/* LiveInSpirit - Tlačítko Informace */
.informace .vc_btn3 {
    background-color: #F6EFE9 !important;
    color: #ff0d61 !important;
    border: none !important;
    border-radius: 0 !important;
    font-family: 'David Libre', serif !important;
    font-size: 18px !important;
    padding: 14px 36px !important;
    text-transform: none !important;
    box-shadow: none !important;
    transition: all 0.3s ease !important;
}

.informace .vc_btn3::before {
    content: "» " !important;
}

.informace .vc_btn3:hover {
    transform: scale(1.05);
}



/* LiveInSpirit - Testimonial (reference) */
.reference.vc_cta3 {
    background-color: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 30px !important;
}

.reference .vc_cta3-content-header h2 {
    font-family: 'David Libre', serif !important;
    color: #ff0d61 !important;
    font-size: 15px !important;
    margin-bottom: 0 !important;
}

.reference .vc_cta3-content-header h4 {
    font-family: 'Darker Grotesque', sans-serif !important;
    color: #006ba1 !important;
    font-size: 17px !important;
}

.reference .vc_cta3-content {
    font-family: 'Darker Grotesque', sans-serif !important;
    color: #31294b !important;
    font-size: 17px !important;
    line-height: 1.6 !important;
    font-style: italic;
}

.reference .vc_cta3-content img {
    width: 120px !important;
    height: 120px !important;
    max-width: 120px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    float: right !important;
    margin: 0 0 10px 15px !important;
}