/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .hook_sec{
        height: auto;
        padding: 20px 0;
    }
    .hook_sec .bio{
        font-size: 11px;
    }
    .wp_title{
        font-size: 19px;
    }
    .hook_sec .img-box img{
        width: 70%;
        margin-top: 30px;
    }
    .wp_footer .block{
        margin-bottom: 30px;
    }
    .wp_footer{
        padding-bottom: 0;
    }
    .post_block .title{
        font-size: 14px;
    }
    .post_block .description{
        font-size: 12px;
        min-height: auto;
    }
    .wp_post .intro .title{
        font-size: 17px;
        text-align: center;
    }
    .wp_post .intro .data{
        margin: 3px 0;
    }
    .wp_post .intro .p1,
    .wp_post .intro .p2{
        padding: 10px;
    }
    .wp_post .actions .btn{
        font-size: 13px;
        padding: 10px 5px;
    }
    .wp_posts .wp_title{
        font-size: 16px;
    }
    .wp_404{
        height: auto;
        padding: 50px 0;
    }
    .wp_404 h1{
        font-size: 80px;
    }
    .wp_side_nav{
        margin-top: 15px;
    }
    .wp_nav .navbar{
        display: block;
    }
    .wp_nav .navbar-toggler{
        line-height: 60px;
        float: left;
    }
    .search_box{
        padding: 20px;
    }
    .wp_nav .wp_btn{
        text-align: center;
        width: 100%;
    }
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .hook_sec{
        height: auto;
        padding: 30px 0;
    }
    .wp_title{
        font-size: 30px;
    }
    .hook_sec .img-box img{
        width: 70%;
        margin-top: 30px;
    }
    .wp_footer .block{
        margin-bottom: 30px;
    }
    .wp_footer{
        padding-bottom: 0;
    }
    .wp_post .intro .title{
        font-size: 18px;
        text-align: center;
    }
    .wp_post .intro .data{
        margin: 3px 0;
    }
    .wp_post .actions .btn{
        font-size: 15px;
        padding: 10px 5px;
    }
    .wp_posts .wp_title{
        font-size: 16px;
    }
    .wp_side_nav{
        margin-top: 15px;
    }
    .wp_nav .navbar{
        display: block;
    }
    .wp_nav .navbar-toggler{
        line-height: 60px;
        float: left;
    }
    .wp_nav .wp_btn{
        text-align: center;
        width: 100%;
    }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .hook_sec{
        height: auto;
        padding: 50px 0;
    }
    .hook_sec .img-box img{
        width: 70%;
        margin-top: 30px;
    }
    .wp_footer .block{
        margin-bottom: 30px;
    }
    .wp_footer{
        padding-bottom: 0;
    }
    .wp_side_nav{
        margin-top: 15px;
    }
    .wp_nav .navbar{
        display: block;
    }
    .wp_nav .navbar-toggler{
        line-height: 60px;
        float: left;
    }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .wp_side_nav .block h2{
        font-size: 12px;
    }
    .wp_side_nav .block li a{
        font-size: 11px;
    }
    .wp_search .form-group{
        margin-bottom: 0;
    }
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .wp_search .form-group{
        margin-bottom: 0;
    }
}
