.header_area{
    background-color: #000 !important;
}

.logo_img{
    max-width: 20%;
    height: auto;
}

.social_icon{
    width: 30px;
    height: 30px;
    padding: 0px 0px !important;
}

/* .article_img_home_a{
    width: 325px !important;
    height: 216.57px !important;
} */

/* .article_img_home_b{
    width: 206.67px !important;
    height: 137.72px !important;
} */

.mobile_navigation{
    display: none;
}

.nav_mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    /* background-color: #000; */
    display: flex;
    overflow-x: auto;
    margin-bottom: -2px !important;
}

.nav_mobile__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 13px;
    color: #444444;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}

.nav_mobile__link:hover {
    background-color: #eeeeee;
}

.nav_mobile__link--active {
    color: #009578;
}

.nav_mobile__icon {
    font-size: 18px;
}

.social_mobile{
    display: none !important;
}

.title_article{
    margin-top: 10px !important;
    font-family:'bebasregular'; 
    font-size:28px; 
    word-spacing:2px;
}

.single_left_coloum_wrapper .title_article{margin-left:10px;}
.single_left_coloum_wrapper .caption_image{
    margin-left:10px;
    margin-bottom: 0px !important;
}

.text_article{
    font-size: 18px;
    font-family: Arial;
    line-height: 1.5;
    margin-top: 5px;
    margin-right: 8px;
}

.slider_article{
    height: 465px !important;
}

.advertisement{
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.link_hallopedia{
    color: #CF0000;
}

.hastag{
    width: 97%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tags{
    text-decoration: underline 4px solid #CF0000;
    font-family: 'bebasregular';
    word-spacing: 2px;
}

.button_outline{
    cursor: pointer;
    color: #CF0000;
    border-color: #CF0000;
    border-style: solid;
    border-width: 2px;
    border-radius: 22px;
    padding: 10px;
    transition: all 0.2s linear;
    text-decoration: none;
    margin-bottom: 5px;
}

.button_outline:hover{
    color: #ffffff;
    background: #CF0000;
    border-color: #ffffff;
    transition: all 0.2s linear;
}

.button_outline:active{
    border-radius: 22px;
}

.button_category{
    cursor: pointer;
    /* color: #CF0000; */
    border-color: #CF0000;
    border-style: solid;
    border-width: 2px;
    border-radius: 22px;
    padding: 10px;
    transition: all 0.2s linear;
    text-decoration: none;
    margin-bottom: 5px;
}

.button_category:hover{
    /* color: #ffffff; */
    background: #CF0000;
    border-color: #ffffff;
    transition: all 0.2s linear;
}

.btn_category{
    color: #CF0000;
}

.btn_category:hover{
    color: #ffffff;
}

.button_category:active{
    border-radius: 22px;
}

.modal-btn-category{
    justify-content: center;
    display: flex;
}

.modal-center{
    position: relative;
    top: 25%;
}

.justify-center{
    justify-content: center;
    display: flex;
}

.share{
    height: 20px;
    padding-right: 10px;
    padding-top: 3px;
}

/* TABLET */
@media only screen and (max-width: 990px) {
    .slider_article{
        height: 250px !important;
    }

    /* .article_img_home_a{
        width: 100% !important;
    } */
    
    /* .article_img_home_b{
        width: 100% !important;
    } */
}

/* SMARTPHONE */
@media only screen and (max-width: 767px) {
    .logo_img{
        max-width: 100%;
    }
    .header_area{
        overflow: visible !important;
    }
    .mobile_navigation{
        display: block;
    }
    .main_menu_area{
        display:none !important;
    }
    .footer_menu{
        display:none !important;
    }
    .body_wrapper{
        margin-top:5px; 
        margin-bottom:5px
    }
    .content_area{
        padding-bottom: 50px;
    }
    .social_mobile{
        display: block !important;
    }
    .social{
        width: max-content;
        margin: auto;
        padding-left: 8px;
    }
    .text_article{
        font-size: 14px;
        margin-right: 0px;
    }
    .slider_article{
        height: 250px !important;
    }

    /* .article_img_home_a{
        width: 378.4px !important;
        height: 184.59px !important;
    }

    .article_img_home_b{
        width: 120.5px !important;
        height: 80.29px !important;
    } */
}
