 @media (min-width: 1200px) {
     .container,
     .container-lg,
     .container-md,
     .container-sm,
     .container-xl {
         max-width: 1170px;
     }
 }

 @media (max-width: 991.98px) {
     header#masthead div.align-items-center {
         align-items: inherit !important;
     }
     button.navbar-toggler {
         background-color: #ddd;
     }
     nav.navbar.navbar-expand-lg {
         float: right;
         text-align: right !important;
     }
	 
 }

 @media (min-width: 992px) {
     .navbar-expand-lg .navbar-collapse {
         justify-content: space-around;
     }
 }

 @media all and (max-width: 991px) {
    .single-blog-page .entry-content h6,
    .single-blog-page .entry-content h5,
    .single-blog-page .entry-content h4,
    .single-blog-page .entry-content h3,
    .single-blog-page .entry-content h2{
        margin: 20px 0px 5px 0px;
    }
    .single-blog-page .entry-content h6{
        font-size: 18px;
        font-weight: 600;
    }
    .single-blog-page .entry-content h5{
        font-size: 20px;
        font-weight: 600;
    }
    .single-blog-page .entry-content h4{
        font-size: 22px;
        font-weight: 600;
    }
    .single-blog-page .entry-content h3{
        font-size: 25px;
        font-weight: 600;
    }
    .single-blog-page .entry-content h2 { 
        font-size: 30px;
        font-weight: 600;
    }
     .site-branding.logo {
         display: inline-flex;
     }
     a.btn-mobile {
         float: right;
         color: #fff;
     }
     ul#primary-menu {
         display: inline;
     }
    ul#primary-menu li {
        width: 100%;
        display: block;
        border-bottom: 1px solid #efefef30;
    } 
    ul#primary-menu li a {
        color: #fff;
        line-height: 45px;
         font-size: 16px;
         text-align: left;
         padding: 15px 0px;
         display: block;
         position: relative;
    } 
     nav#navbar_main {
         display: block;
         height: auto;
     }
     .footer-top div.sidebar {
         text-align: center;
         margin-bottom: 30px;
     }
     h2.widget-title {
         text-align: inherit;
         margin-bottom: 20px;
     }
     .subscribe input[type=submit] { 
         right: 0 !important; 
     }
    .single-blog-page header.entry-header {
    padding: 0px 50px;
    }
    h1.entry-title {
        font-size: 35px;
    }
    /* Mobile menu Style */
    .offcanvas {
        top: 76px;
        right: 0;
        left: 5%;
        height: auto;
        max-height: 100%;
        border-bottom: 1px solid rgba(0,0,0,.2);
        transform: translateY(-100%);
        bottom: inherit;
        z-index: 9999;
        width: 90%;
        border-radius: 3px;
        box-shadow: 1px 1px 1px -3px #ddd;
        background: #13243D;
    }
    .offcanvas-header {
        display: block;
        padding: 4px 6px;
        position: absolute;
        top: 4px;
        right: 10px;
        z-index: 99999;
    }
    .offcanvas-body {
        flex-grow: 1;
        padding: 25px;
        overflow-y: auto;
    }
    button.btn.toggle-button {
        padding: 5px 8px;
        float: right;
        margin-top: 4px;
        display: block;
    }
    html.darklup-dark-mode-enabled button.btn.toggle-button{
    background: inherit;
    }
    button.btn.toggle-button svg {
        color: #fff;
    }
    header.site-header {
        background: #08101C;
        padding: 10px 5px;
    }
    .sticky ul#primary-menu li a {
    padding: 15px 0px;
    }
    .btn-check:focus+.btn, .btn:focus {
        outline: 0;
        box-shadow: inherit;
    }
    ul#primary-menu li:last-child {
    border: initial;
    }
    .offcanvas-header button {
    padding: 0px;
    border-radius: 100%;
    font-size: 15px;
    font-weight: normal;
    height: 25px;
    width: 25px;
}
h1.entry-title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
}
.single-blog-page header.entry-header {
    padding: 0 50px;
    margin-top: 30px;
}
.pamment-fields {
    padding-left: 0px !important;
    margin-top: 80px;
}
 }

 @media ( max-width: 575.98px){
     .single-blog-page .entry-content h6,
    .single-blog-page .entry-content h5,
    .single-blog-page .entry-content h4,
    .single-blog-page .entry-content h3,
    .single-blog-page .entry-content h2{
        margin: 20px 0px 5px 0px;
    }
    .single-blog-page .entry-content h6{
        font-size: 18px;
        font-weight: 600;
    }
	.pamment-fields {
    padding-left: 0px !important;
    margin-top: 80px;
}
    .single-blog-page .entry-content h5{
        font-size: 20px;
        font-weight: 600;
    }
    .single-blog-page .entry-content h4{
        font-size: 22px;
        font-weight: 600;
    }
    .single-blog-page .entry-content h3{
        font-size: 25px;
        font-weight: 600;
    }
    .single-blog-page .entry-content h2 { 
        font-size: 30px;
        font-weight: 600;
    }
    .single-blog-page header.entry-header {
    padding: 0px 45px;
    }
    h1.entry-title {
        font-size: 30px;
    }
    .darklup-mode-switcher:after {
        position: inherit; 
    }
    .below_control button { 
        border-radius: 4px; 
    }
    .site-info {
        text-align: center;
        padding: 7px 0;
    }
    .subscribe input[type=submit] { 
        right: 0 !important;
    }
    .post-author p {
    font-size: 15px;
    }
       /* Mobile menu Style */
    .offcanvas {
        top: 76px;
        right: 0;
        left: 5%;
        height: auto;
        max-height: 100%;
        border-bottom: 1px solid rgba(0,0,0,.2);
        transform: translateY(-100%);
        bottom: inherit;
        z-index: 9999;
        width: 90%;
        border-radius: 3px;
        box-shadow: 1px 1px 1px -3px #ddd;
        background: #13243D;
    }
    .offcanvas-header {
        display: block;
        padding: 4px 6px;
        position: absolute;
        top: 4px;
        right: 10px;
        z-index: 99999;
    }
    .offcanvas-body {
        flex-grow: 1;
        padding: 25px;
        overflow-y: auto;
    }
    button.btn.toggle-button {
        padding: 5px 8px;
        float: right;
        margin-top: 4px;
        display: block;
    }

    button.btn.toggle-button svg {
        color: #fff;
    }
    header.site-header {
        background: #08101C;
        padding: 10px 5px;
    }
    ul#primary-menu li a {
        color: #fff;
        line-height: 45px; 
    } 
    .btn-check:focus+.btn, .btn:focus {
        outline: 0;
        box-shadow: inherit;
    }
    ul#primary-menu li:last-child {
    border: initial;
    }
    .offcanvas-header button {
    padding: 0px;
    border-radius: 100%;
    font-size: 15px;
    font-weight: normal;
    height: 25px;
    width: 25px;
}
h1.entry-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}
.single-blog-page header.entry-header {
    padding: 0 30px;
    margin-top: 20px;
}

}

