/*
Theme Name: Daily Report
Theme URI: https://www.facebook.com/dailyreportbd24
Author: Daily Report
Author URI: https://www.facebook.com/dailyreportbd24
Description: This WordPress magazine theme that combines a clean, minimalist feel with a full featured theme.
Version: 1.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
*/
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

li {
    list-style: none;
}

img {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

blockquote {
    margin: 0 !important;
}

.top_nav_bg {
    background: #ece9d8;
    padding-bottom: 10px;
}

.bottom_nav_container {
    display: flex;
    max-width: 1170px;
    width: 100%;
    margin: auto;
    /* height: 37px; */
}

.top_nav_container {
    padding: 10px 0 0 0;
    display: flex;
    max-width: 1170px;
    width: 100%;
    margin: auto;
    justify-content: space-between;
}

.bottom_nav_bg {
    background: #2f2f2f;
    border-top: .5px solid red;
}

.social_icon_ul {
    display: flex;
}

.social_icon_ul li {
    margin-left: 5px;
    height: 30px;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
}

.social_icon_ul li img {
    height: 30px;
    cursor: pointer;
}

.search_functions {
    height: 24px;
    display: flex;
    align-items: center;
}

.screen-reader-text {
    display: none;
}

#seachsubmit {
    background: #4a8cf4;
    border: none;
    padding: 5px 25px 4px 25px;
    color: #ffffff;
    font-size: 12px;
}

.logo img {
    width: 100%;
    height: auto;
    min-height: 90px;
}

input#s {
    height: 22px;
}

.nav_menu_ground {
    height: auto;
}

.first_ull_menu {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7px;
}

.first_ull_menu li {
    margin: 0;
    padding: 7px 0 0px 0;
}

.first_ull_menu li a {
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
    padding: 6px 10px 6px 10px;
    border-right: 1px solid #232222;
    text-decoration: none;
    color: #ffffff;
    font-weight: normal;
    margin: 0;
    border-radius: 5px;
}

.first_ull_menu li a:hover {
    background-color: #e91802;
}

.sub-menu {
    display: none;
    background-color: rgb(29, 0, 0);
    position: absolute;
    z-index: 9;
    margin-top: 3px;
    padding-bottom: 10px;
}

.sub-menu li a {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #ffffff;
    border-right: none;
    display: flex;
    padding: 0 10px;
    border-bottom: 1px solid rgb(61, 0, 0);
    border-radius: 0px;
}

.home_icon {
    max-height: 35px;
    padding: 3px 10px 4px 10px;
    margin: 3px 4px 4px 0;
    border-radius: 5px;
    background-color: #e91802;
}

.marquee_container {
    max-width: 1170px;
    width: 100%;
    margin: 20px auto;
    display: flex;
    align-items: center;
    border: 1px solid #000;
}

.marquee_name {
    background-color: #000;
    padding: 2px 10px;
    color: #ffffff;
}

.marquee_title_sizeing {
    color: white;
    display: flex;
    padding-bottom: 1px;
}

.marquee_title_sizeing>h2 {
    display: inline;
    font-size: 15px;
    margin-right: 50px;
    position: relative;
}

.marquee_title_sizeing>h2 a {
    color: #000;
    background: url("./img/left_bullet.gif");
    padding: 0 0 0 18px;
    background-repeat: no-repeat;
}

.marquee_title_sizeing>h2>a:hover {
    text-decoration: none;
    color: rgb(8, 115, 255);
}

.home_icon img {
    height: 24px;
    width: 24px;
}

.mobile_toggle {
    display: none;
}

.home_page {
    max-width: 1170px;
    width: 100%;
    margin: auto;
}

.home_page_container {
    display: flex;
}

.home_page_left {
    width: 75%;
}

.home_page_right {
    width: 25%;
    padding: 10px 0px 10px 2%;
    height: auto !important;
    min-height: 0px !important;
}

.leatest_posts {
    display: flex;
}

.leatest_one_post {
    width: 66.6%;
    padding: 0 20px 0 0;
    padding-top: 10px;
}

.leatest_one_post img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.leatest_six_post {
    width: 33.4%;
    padding: 0 20px 0 0;
}

.leatest_one_post h2 a {
    line-height: calc(1em + .4vw);
    color: #000000;
    font-size: calc(1em + .1vw);
    margin: 15px 0 5px 0;
    font-weight: bold;
    text-align: left;
    text-shadow: -1px -1px 0 #eedbb3;
}

.leatest_one_post h2 a:hover {
    text-decoration: none;
    color: rgb(114, 52, 41);
}

.leatest_one_post p {
    line-height: 1.2em;
    color: #000000;
    font-size: 1em;
    margin: 15px 0 5px 0;
}

.leatest_six_post .six_posts {
    display: flex;
    padding-top: 10px;
}

.leatest_six_post .six_posts img {
    border: 1px solid #ddd;
    margin: 0 10px 10px 0;
    width: 75px;
    height: auto;
}

.two_column_one_post a p,
.two_column_three_posts a .media_text p,
.leatest_six_post .six_posts p {
    line-height: 1.2em;
    color: #000000;
    font-size: 1em;
}

.leatest_six_post .six_posts p:hover {
    text-decoration: none !important;
    color: rgb(191, 29, 0);
}

.fullwidth {
    background-color: #176aa2;
    color: #ffffff;
    font-size: calc(1em + .1vw);
    width: 100%;
    display: block;
    text-align: center;
    padding: 2px 0;
    font-weight: normal;
}

.fullwidth:hover {
    color: #ffffff;
    text-decoration: none;
}

.style2 {
    text-align: left;
    background-color: transparent;
    color: #00aeef;
    font-size: calc(1em + .3vw);
    margin-bottom: 0px;
    font-weight: bold;
}

.style2:hover {
    color: #00aeef;
}

.eye_catching_post_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-rows: repeat(auto, auto);
}

.eye_catching_post_grid img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.eye_catching_post_grid .eye_catch_six_posts h4 {
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.1em;
    margin-top: 10px;
    text-decoration: none;
}

.eye_catching_post_grid a:hover {
    text-decoration: none;
}

div.nont_miss_post_grid {
    display: flex;
    background: #eeeeee;
    border: 1px solid #cccccc;
    padding: 10px;
}

.dont_miss_four_posts {
    padding: 0 10px 0 0;
}

.dont_miss_four_posts:last-child {
    padding: 0;
}

.dont_miss_four_posts h4 {
    margin-top: 3px;
    color: #000;
    font-size: 15px;
    line-height: 17px;
}

.dont_miss_four_posts:hover {
    text-decoration: none;
}

.dont_miss img {
    width: 100%;
    border: 5px solid #fff;
    height: auto;
}

.hit_list_post_grid {
    background: #eeeeee;
    border: 1px solid #cccccc;
    padding: 10px;
    display: flex;
}

.hit_list_six_posts {
    padding: 0 10px 0 0;
}

.hit_list_six_posts:last-child {
    padding: 0;
}

.hit_list_six_posts img {
    width: 100%;
    height: auto;
}

.hit_list_six_posts h4 {
    color: #000;
    font-size: 15px;
    line-height: 17px;
    margin-top: 5px;
}

.hit_list_six_posts h4 a {
    color: #000;
    text-decoration: none;
}

.hit_list_six_posts:hover {
    text-decoration: none;
}

.two_column_container {
    margin-top: 10px;
    margin-bottom: 10px;
}

.two_column_container .cat_title {
    display: block;
    background: #ffffff url("./img/title_bottom_bdr.jpg") left bottom 0px repeat-x;
    color: #00aeef;
    font-weight: bold;
    font-size: 24px;
    padding: 0 0 5px 0;
}

.two_column_container .cat_title:hover {
    text-decoration: none;
}

.two_column_post {
    display: flex;
    justify-content: space-between;
}

.two_column_one_post {
    width: 48%;
    margin: 10px 10px 15px 0;
}

.two_column_three_posts {
    width: 52%;
}

.two_column_one_post img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.two_column_three_posts a {
    display: flex;
    margin: 10px 15px 10px 15px;
}

.two_column_one_post a h4,
.two_column_three_posts a .media_text h4 {
    line-height: 20px;
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left;
}

.two_column_one_post a h4:hover,
.two_column_three_posts a .media_text h4:hover {
    color: rgb(114, 52, 41);
}

.two_column_three_posts a img {
    width: 120px;
    height: 90px;
    margin-right: 10px;
}

.new_times_blog {
    margin: 20px auto;
}

.new_times_blog_post_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(auto);
    grid-column-gap: 10px;
    background: #FDFAFA;
    border: 1px solid #F0E4E4;
    padding: 10px 0 0 0;
}

.new_times_blog_six_posts {
    display: flex;
    margin: 0 0 15px 0
}

.new_times_blog_post_grid img {
    border: 1px solid #ddd;
    margin-right: 10px;
    width: 90px;
    height: 65px;
}

.new_times_blog_post_grid h4 {
    line-height: 20px;
    color: #000;
    font-size: 16px;
    margin-bottom: 0px;
}

.new_times_blog_post_grid h4:hover {
    color: rgb(204, 71, 0);
}

.author {
    font-size: 16px;
    color: #009135;
    margin-bottom: 0;
}

.photo_video {
    display: flex;
    justify-content: space-between;
}

.photo_gallery {
    width: 49%;
}

.video_gallery {
    width: 49%;
}

.video_grid {
    border: 1px solid #00aeef;
    padding: 15px 15px 0 15px;
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(auto, auto);
}

.video_content {
    position: relative;
    margin-bottom: 17px;
}

.video_thumb>img {
    width: 100%;
    height: 100px;

}

.yt_logo {
    bottom: 45%;
    left: 35%;
    position: absolute;
    width: 46px;
    opacity: .6
}

.yt_logo img {
    width: 46px;
    height: auto;
}

.pv_title {
    height: 36px;
    background: #00aeef;
    border-bottom: 1px solid #ffffff;
    padding: 2px 0 0 0;
    text-align: center;
    font-size: 22px;
    margin-bottom: 0;
    cursor: pointer;
}

a .pv_title,
.pv_title a,
.pv_title a:hover {
    color: #ffffff;
    text-decoration: none;
}

.video_gallery a .video_content .the_title {
    color: #333;
}

.video_gallery a .video_content .the_title:hover {
    color: rgb(191, 29, 0);
}

a.video:hover {
    text-decoration: none !important;
}

.vid-wrapper {
    text-align: center;
    padding: 20px;
}

.vid {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 2px;
    cursor: pointer;
}

.vid::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

h2.vid-head {
    font-size: 20px;
    color: #333;
}

/* Video Popup */
.video-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 998;
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
    display: none !important;
}

.video-popup.show-video {
    display: flex !important;
}

.iframe-wrapper {
    position: relative;
}

.iframe-wrapper .close-video {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    top: -20px;
    right: 0;
    background: url(https://image.flaticon.com/icons/svg/149/149690.svg) #fff;
    border-radius: 50%;
    background-size: cover;
}

.video_output {
    width: 885px;
    height: 500px;
}

.single_page_container {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    display: flex;
}

div.single_page_left {
    width: 66.5%;
    padding: 0px 20px 0px 5px;
}

div.single_page_left p img {
    width: 100%;
    height: auto;
}

div.single_page_right {
    width: 33.5%;
    padding: 0px 5px;
}

.single_title {
    color: #000;
    font-size: calc(1em + .8vw);
}

.single_title:hover {
    color: red;
}

.single_thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.figcaption {
    background-color: black;
    color: #ffffff;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
    font-size: 1em;
}

.pub {
    float: left;
    width: 100%;
    padding: 7px 0 0 0;
    font-size: 12px
}

.print_font {
    float: right;
    text-align: right;
    width: 112px;
    padding: 5px 0 0 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.myButton {
    background: url("./img/print.png") no-repeat;
    cursor: pointer;
    border: none;
    width: 39px;
    height: 12px;
    border: 0px;
    margin: 0;
    padding: 0;
}

a.pvsb {
    color: black;
}

.pv_post_container {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    padding: 0 5px;
}

.pv_post {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-rows: repeat(auto, auto);
    grid-gap: 15px;
}

.pv_post img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 5px;
}

.archive_ad {
    text-align: center;
}

.archive_ad img {
    width: auto;
    margin: auto;
    max-width: 100%;
    height: auto;
}

.archive_post {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(auto, auto);
}

.archive_post_loop {
    padding-right: 7px;
}

.archive_post_title {
    margin: 25px 0 5px 0;
    line-height: 30px;
    color: #103B7F;
    font-size: 18px;
    font-weight: bold;
}

.archive_post_title a {
    color: #103B7F;
}

.archive_post_content {
    display: flex;
}

.archive_post_content p {
    font-size: 15px;
    color: #103B7F;
}

.archive_post_content img {
    margin-right: 7px;
    width: 150px;
    height: 110px;
    display: block;
}

.pagination1 {
    width: 100%;
    margin: 30px 0 10px 0;
}

.page-numbers {
    float: left;
    color: #666;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #BBB;
    min-width: 14px;
    padding: 0 7px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    background: #efefef;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: linear-gradient(top, #ffffff 0%, #efefef 100%);
}

.page-numbers:hover {
    text-decoration: none;
    color: #666;
}

.pagination1 .current {
    background: #666;
    color: #FFF;
    border-color: #444;
    box-shadow: 0 1px 0 rgb(255 255 255), 0 0 2px rgb(0 0 0 / 30%) inset;
    cursor: default;
}

.pagi_inner {
    display: flex;
}

.leatest_title {
    height: 30px;
    background: #00aeef;
    color: #ffffff;
    padding: 3px 0 0 0;
    margin: 20px 0 5px 0;
    text-align: center;
    font-size: 18px;
}

.bullet {
    DISPLAY: block;
    font-size: 15px;
    text-decoration: none;
    color: #000;
    font-weight: normal;
    background: url("./img/arrow_closed.png") left top 7px no-repeat;
    padding-left: 20px;
    line-height: 25px;
    text-align: left;
}

.bullet a {
    font-size: 15px;
    text-decoration: none;
    color: #000;
    font-weight: normal;
    line-height: 25px;
}

.bullet a:hover {
    text-decoration: none;
    color: #ff5900;
}

.button_group {
    width: 100%;
    display: flex;
}

.leatest_btn,
.popular_btn {
    width: 50%;
    text-decoration: none;
    line-height: 30px;
    display: block;
    text-align: center;
    background: #b3bac1;
    color: #fff;
    border: none;
}

.opened {
    width: 50%;
    background-position: right top;
    background: #00aeef;
    text-align: center;
}

.second_item {
    display: none;
}

.tab_post {
    border-bottom: 1px solid #d1cbb4;
    background: #ffffff;
    padding: 7px 5px 5px 0px;
}

.tab_post a {
    DISPLAY: block;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    font-weight: normal;
    background: url("./img/left_bullet2.gif") left top 3px no-repeat;
    padding-left: 17px;
    line-height: 22px;
}

.tab_post a:hover {
    text-decoration: none;
    color: #a51313;
}

.home_sidebar_cat_title {
    background: #ffffff url("img/title_bottom_bdr.jpg") left bottom 0px repeat-x;
    color: #00aeef;
    font-weight: bold;
    font-size: 24px;
    padding: 0 0 5px 0;
    margin-bottom: 8px;
    margin-top: 10px;
}

.home_sidebar_three_post .home_sidebar_posts:nth-child(2) {
    display: flex;
}

.home_sidebar_three_post .home_sidebar_posts:nth-child(2) .bullet {
    padding-left: 5px !important;
    background: none;
}

.home_sidebar_three_post .home_sidebar_posts:nth-child(3) img,
.home_sidebar_three_post .home_sidebar_posts:nth-child(4) img {
    display: none;
}

.home_sidebar_three_post .home_sidebar_posts:nth-child(3) .bullet,
.home_sidebar_three_post .home_sidebar_posts:nth-child(4) .bullet {
    border-bottom: 1px solid #ddd;
    padding-top: 3px;
    padding-bottom: 3px;
}

.home_sidebar_three_post .home_sidebar_posts img {
    width: 100px;
    height: auto;
    margin-right: 10px;
}

.pv_bread {
    margin: 10px 0px 20px 0px;
}

.pv_bread a {
    color: #000;
    font-size: 18px;
}

.widgettitle {
    background: #00aeef;
    color: #ffffff;
    font-size: 18px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 5px 0 5px 0;
    text-align: center;
}

.page_container {
    max-width: 1170px;
    width: 100%;
    margin: auto;
    padding: 0px 15px;
}

article.page h2 {
    font-size: calc(1em + 3vw);
    margin: 15px 0;
    color: rgb(56, 56, 56);
    text-align: center;
}

article.page p {
    font-size: calc(1em + .6vw);
    color: rgb(72, 72, 72);
    line-height: calc(1em + .3vw);
    margin-bottom: 30px;
}

.footer_container {
    border-top: 4px solid #00aeef;
    padding: 10px 0 0 0;
    border-radius: 6px;
    width: 100%;
    max-width: 1170px;
    margin: 40px auto 10px auto;
    text-align: center;
    margin-bottom: 0;
}


.footer_container .publiser {
    font-weight: bold;
    font-size: calc(1em + .2vw);
    color: #333;
    margin-bottom: 5px;
}

.footer_container .info {
    font-weight: normal;
    font-size: 1em;
    color: #333;
}

.footer_container .developer,
.footer_container .developer a {
    font-weight: normal;
    color: #333;
    font-size: 14px;
    text-decoration: underline !important;
}

@media screen and (max-width: 1280px) {
    .marquee_container {
        max-width: 1050px;
        width: 99%;
    }

    .single_page_container,
    .home_page,
    .top_nav_container,
    .bottom_nav_container {
        max-width: 1050px;
    }
}

@media screen and (max-width: 1150px) {
    .marquee_container {
        max-width: 970px;
        width: 99%;
    }

    .single_page_container,
    .home_page,
    .top_nav_container,
    .bottom_nav_container {
        max-width: 970px;
    }
}

@media screen and (max-width: 990px) {
    .socil_search {
        display: none;
    }

    .video_output {
        width: 620px;
        height: 350px;
    }

    .marquee_container {
        max-width: 750px;
        width: 99%;
    }

    .single_page_container,
    .home_page,
    .top_nav_container,
    .bottom_nav_container {
        max-width: 750px;
        padding: 10px 5px 0 5px;
    }
}

@media screen and (max-width: 767px) {
    .home_page_container {
        flex-direction: column;
    }

    .home_page_left {
        width: 100%;
    }

    .home_page_right {
        width: 100%;
        padding: 10px 10px 10px 10px;
    }

    .new_times_blog_post_grid,
    .eye_catching_post_grid {
        display: flex;
        flex-direction: column;
    }

    .hit_list_six_posts,
    .dont_miss_four_posts {
        padding: 0;
    }

    .leatest_posts {
        flex-direction: column;
    }

    .leatest_one_post {
        width: 100%;
        padding: 5px;
        margin-top: 30px;
    }

    div.single_page_left,
    div.single_page_right,
    .leatest_six_post {
        width: 100%;
    }

    div.single_page_left {
        padding: 5px;
    }

    .archive_post_loop {
        padding-right: 10px;
    }

    .single_page_container,
    .nont_miss_post_grid {
        flex-direction: column;
    }

    .photo_video,
    .hit_list_post_grid {
        flex-direction: column;
    }

    .two_column_post {
        flex-direction: column;
    }

    .two_column_one_post {
        width: 100%;
    }

    .video_gallery,
    .photo_gallery,
    .two_column_three_posts {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .socil_search {
        display: block;
    }

    .video_output {
        width: 100%;
        height: auto;
    }

    .photo_video,
    .search_functions {
        display: none;
    }

    .top_nav_container {
        flex-direction: column;
    }

    .socil_search {
        height: 180px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
    }

    .logo {
        width: 100%;
        height: 195px;
        display: flex;
        align-items: center;
        position: absolute;
    }

    .logo a {
        display: block;
        width: 100%;
    }

    .date {
        padding-left: 10px;
    }

    .marquee_container,
    .home_icon {
        display: none;
    }

    .bottom_nav_container {
        display: block;
    }

    .bottom_nav_bg {
        height: auto;
    }

    .nav_menu_ground {
        display: none;
    }

    .mobile_toggle {
        display: block;
    }

    .first_ull_menu {
        display: flex;
        flex-direction: column;
    }

    .first_ull_menu li a {
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        color: #ffffff;
        border-right: none;
        display: flex;
        padding: 0 10px;
        background: #150100;
        border-radius: 5px;
        margin: 0px 5px;
    }

    .first_ull_menu li a:hover {
        background: #1e2530;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .sub-menu {
        display: block;
        background-color: #3C4E57;
        background: #3C4E57;
        position: relative;
        z-index: 9;
        width: 100%;
        padding-bottom: 10px;
    }

    .sub-menu li {
        background: #3C4E57;
        padding: 0;
    }

    .sub-menu li a {
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        color: #ffffff;
        border-right: none;
        display: flex;
        padding: 5px 10px;
        background: #3C4E57;
        border-bottom: 1px solid #B7B6B6;
        border-radius: 0px;
        margin: 0;
    }

    .sub-menu li a:hover {
        background-color: #e91802;
    }

    #menu-button {
        display: block;
        text-decoration: none;
        font-weight: normal;
        font-size: 18px;
        color: #ffffff;
        padding: 10px 4px 8px 4px;
        text-transform: uppercase;
        letter-spacing: 1px;
        position: relative;
        cursor: pointer;
    }

    #menu-button::after {
        display: block;
        content: '';
        position: absolute;
        height: 3px;
        width: 22px;
        border-top: 2px solid #ffffff;
        right: 25px;
        bottom: 10px;
    }

    #menu-button::before {
        display: block;
        content: '';
        position: absolute;
        height: 3px;
        width: 22px;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        right: 25px;
        margin-top: 12px;
    }

    .archive_post {
        display: flex;
        flex-direction: column;
    }
}