/*
Theme Name: free365hari
Author: anonymous
Version: 1.0
*/

.mt-0 {
    margin-top: 0px;
}

.\!mt-0 {
    margin-top: 0px !important;
}

li.current-menu-item{
    background-color: var(--wp--preset--color--free-365-hari-title-green) !important;
    padding: 0.6rem 0.8rem !important;
    border-radius: 3px !important;
}
 
.n2_clear{
    margin-top: 0px !important;
}

.entry-content.wp-block-post-content.is-layout-flow.wp-block-post-content-is-layout-flow{
    margin-top: 0px !important;
}


.max-width-full {
    width: 100%;
}

.height-full {
    height: 100vh !important;
}

.content-box {
    max-width: 1140px !important;
    padding: 15px;
}

.widget-row-column {
    width: 25% !important;
}


.jet-headline-label {
    font-size: 30px !important;
    font-weight: 600 !important;
}

.jet-title {
    font-size: 18px  !important;
    font-weight: 600  !important;
}

.jet-text {
    font-size: 12px !important;
    font-weight: 400 !important;
}

.widget-btn-register {
    font-size: 12px !important;
    font-weight: 400 !important;
}

.sticky-header {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0px !important;
}

.header-banner {
    height: 375px !important;
}

.fixed-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
 }

.section-text {
    border-radius: 15px;
    border-style: solid;
    border-width: 2px;
    border-color: #00EF27;
    padding: 1rem;
}


/* Styles for mobile view only */
@media (max-width: 767px) {
    .wp-block-navigation__responsive-container {
      background-image: url("/wp-content/uploads/2024/01/25694855_sl_0210121_40570_43-scaled-5.jpg") !important;
      padding-left: 150px !important;
    }

    .content-box {
        max-width: 767px !important;
        width: 100% !important; 
    }
    

    .jet-headline-label {
        font-size: 18px !important;
        font-weight: 500;
    }
    .jet-title {
        font-size: 11px !important;   
    }
    .jet-text {
        font-size: 7px !important;
        text-align: center;
    }

    .widget-btn-register {
        font-size: 7px !important;
        text-align: left !important;
        justify-content: left !important;
        
        
    }

    .widget-btn-register a.raven-button {
        padding: 0px !important;
        width: 80px !important;
        height: 30px !important;
    }
   
    .widget-row {
        gap: 1px !important;
        align-items: start !important;
    }

    .widget-row-column {
        padding: 5px !important;
    }

    .sticky-header {       
        top: auto !important;
    }

    .header-contact-btn {
        justify-content: center !important;
        gap: 6px !important;
    }

    .header-contact-btn  .raven-button {
        width: 100px !important;
        height: 30px !important;
    }
    
    .header-contact-btn i {
        font-size: 16px !important;
    }

    .header-contact-btn span {
        font-size: 10px !important;
    }

    .mobile-no-show {
        display: none !important;
    }

    .site-logo {
        width: 100% !important;
        height: auto !important;
    }

    .header-banner {
        height: auto !important;
    }
}




