/*
Author: Jonidev
Author URI: https://johnny.co.il/
Description: A semantic HTML/CSS framework base theme for WordPress
Version: 1.0
*/

.checkbox-item .checkbox-form-label .name p {
    font-size: 20px;
}
body .forms-section .forms-section_body .form-title {
    flex: unset;
    max-width: 425px;
}
body .wizard-wrapper .wizard-content .wizard-content_inner .step-title {
    line-height: 50px;
}

@media (max-width: 480px) {
    .wrapper .share-icons .share-item.contact_email,
    .wrapper .share-icons .share-item.contact_phone {
        position: unset;
    }
    .wrapper .share-icons .share-item.contact_whatsapp{
        position: absolute;
        right: 24px;
        bottom: 102px;
    }
}
@media (min-width: 480px) {
    body {
        zoom: 80%;
    }
    .page-template-front-page .share-icons .share-item.contact_email {
        display: none;
    }
}