/**
 * Theme Name: SNC
 * Version: 1.0
 * Author: Eli Antebi / entry.
 * Author URI: https://entry.co.il/
 * Text Domain: snc
 * Domain Path: /languages
 */

.mt-60 {
    margin-top: 60px;
}
.wpcf7 form .fieldbox {
    width: calc(50% - 8px) !important;
}
.wpcf7 form .fieldbox.message {
    width: 100% !important;
}
.grecaptcha-badge {
    display: none;
}
section.contact-form{
    position: relative;
    z-index: 2;
}
.post-item .date.mono-16 {
    display: flex;
    gap: 10px;
}
.post-item .date.mono-16 .separator,
.date_tag_block .separator {
    border-left: solid 1px;
}
.date_tag_block .separator {
    opacity: 1;
    height: 60px;
}
.components-post .components-content {
    width: 100%;
}
.components-post .components-content .share {
    margin-bottom: 48px;
}
.components-post .components-content section.contact-us .grid {
    background-color: inherit;
}
.date_tag_block {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 16px 0 16px 0;
    opacity: .5;
}
.single-post.single-post--no-top {
    padding: 82px 0 0 0 !important;
}

@media only screen and (max-width: 768px) {
    .wpcf7 form .fieldbox {
        width: 100% !important;
    }
}
