/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .wp_title h1{
        font-size: 25px;
    }
    .wp_nav .navbar .navbar-brand img{
        width: 100px;
    }
    .wp_banner .title{
        font-size: 22px;
    }
    .wp_banner .word{
        font-size: 16px;
    }
    .ticker-bar-item{
        width: 100%;
    }
    .ticker-bar .search{
        width: 100%;
    }
    .ticker-bar {
        flex-direction: column;
    }
    .ticker-bar .search{
        margin: 15px;
    }
    .wp_title .read_more_title{
        padding: 2px 10px;
        top:0;
    }
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .ticker-bar-item{
        width: 100%;
    }
    .ticker-bar .search{
        width: 100%;
    }
    .ticker-bar {
        flex-direction: column;
    }
    .ticker-bar .search{
        margin: 15px;
    }
    .wp_title .read_more_title{
        padding: 2px 10px;
        top: 5px;
    }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .wp_nav .navbar .nav-link{
        font-size: 11px;
    }
    .ticker-bar-item{
        width: 100%;
    }
    .ticker-bar .search{
        width: 100%;
    }
    .ticker-bar {
        flex-direction: column;
    }
    .ticker-bar .search{
        margin: 15px;
    }
    .ticker-bar-item{
        width: 100%;
    }
    .ticker-bar .search{
        width: 100%;
    }
    .ticker-bar {
        flex-direction: column;
    }
    .ticker-bar .search{
        margin: 15px;
    }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .wp_book .book_cover .data .name{
        font-size: 17px;
    }
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}
