body:not(.page-template-fullwidth-content) .site-content {
    margin-top: 0px;
    margin-bottom: 0px;
}

body.category .site-content,
body.archive .site-content,
body.tags .site-content,
body.single .site-content,
body.search .site-content,
body.blog .site-content,
body.error404 .site-content {
    padding-top: 80px;
    padding-bottom: 48px;
}

section.justify-center .elementor-container {
    justify-content: center;
}

body.home header.site-header {
    position: absolute;
    width: 100%;
    z-index: 1000;
    background: transparent;
}

.jet-logo img.jet-logo__img {
    width: 65px;
    height: 65px;
}

.main-menu .jet-nav .menu-item .jet-nav__sub .menu-item-link:before {
    display: none;
}

.main-menu .jet-nav .menu-item .menu-item-link:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    transition: .3s;
}

.main-menu .jet-nav .menu-item.current-menu-item .menu-item-link:before,
.main-menu .jet-nav .menu-item:focus .menu-item-link:before,
.main-menu .jet-nav .menu-item:hover .menu-item-link:before {
    width: 100%;
}

.main-box .elementor-widget-wrap,
.main-box .elementor-column {
    position: static;
}

.absolute-block {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}

.main-form input.wpcf7-form-control.wpcf7-submit {
    position: relative;
}

.elementor-225 .elementor-element.elementor-element-2f17437.jet-sticky-section--stuck {
    background: #332F36;
}

.btn-custom a,
footer .footer_link a {
    color: #fff;
    position: relative;
}

.main-form input.wpcf7-form-control.wpcf7-submit:before,
.btn-custom a:before,
footer .footer_link a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    border-bottom: 2px solid;
    transform: translateX(-50%);
    transition: width 0.2s cubic-bezier(0.53, 0.4, 0.4, 1.72) 0.1s;
}

.main-form input.wpcf7-form-control.wpcf7-submit:hover:before,
.btn-custom a:hover:before,
footer .footer_link a:hover:before {
    width: 100%;
    opacity: 1;
}

@media (min-width: 768px) {
    .absolute-block {
        bottom: 0;
    }
}

.decorative-line-1 {
    display: none;
    position: absolute;
    top: 50%;
    left: -6.4%;
    width: 106px;
    height: 3px;
    background: #fff;
}

.decorative-line-2 {
    display: none;
    position: absolute;
    top: 50%;
    right: -6.4%;
    width: 106px;
    height: 3px;
    background: #fff;
}

.decorative-line-3 {
    display: none;
    position: absolute;
    top: 50%;
    left: -6.4%;
    width: 106px;
    height: 3px;
    background: #fff;
}

.decorative-line-4 {
    display: none;
    position: absolute;
    top: 50%;
    right: -6.4%;
    width: 106px;
    height: 3px;
    background: #fff;
}

@media (min-width: 992px) {

    .decorative-line-1,
    .decorative-line-3,
    .decorative-line-4,
    .decorative-line-2 {
        display: block;
    }
}

.decorative-line-4:before,
.decorative-line-3:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #332f36;
}

.decorative-line-1:before,
.decorative-line-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #332f36;
}

.audio_box .elementor-widget-container {
    background: transparent !important;
}

*+.contact-info {
    margin-top: 20px;
}

@media (min-width: 768px) {
    *+.contact-info {
        margin-top: 30px;
    }
}

@media (min-width: 1200px) {
    *+.contact-info {
        margin-top: 40px;
    }
}

.contact-info dl {
    display: block;
    margin: 0px;
}

.contact-info dl dt {
    display: inline-block;
    line-height: 1.55556;
    font-weight: 300;
}

.contact-info dl dt:after {
    content: ":";
}

.contact-info dl dd {
    display: inline-block;
}

.contact-info dl:not(:last-child) dt+dd {
    margin-left: 40px;
}

body a.text-dark,
body a.text-dark:focus {
    color: #332f36;
}

body .text-underline {
    text-decoration: underline;
}

.main-form span.wpcf7-spinner {
    display: none;
}

.main-form input.wpcf7-form-control.wpcf7-submit {
    margin: 0 auto;
    display: block;
}

.overflow_hidden {
    overflow: hidden;
    height: 90%;
}

body.single-post .post-thumbnail img{
    width: 100%;
}

@media (min-width: 640px){
.single-post .post > .entry-content {
    font-size: 1rem;
}
}

@media (max-width: 767px) {
    .jet-logo img.jet-logo__img {
        width: 44px;
        height: 44px;
    }

    .jet-mobile-menu--left-side.jet-nav-wrap .jet-nav.m-layout-mobile {
        background: #332f36;
        color: #fff;
    }

    .overflow_hidden {
        overflow: inherit;
        height: auto;
    }

    .main-menu .jet-nav .menu-item .menu-item-link:before {
        display: none;
    }

}