/* DESKTOP  (1200)
---------------------------------------------*/
@media only screen and (max-width:1200px) {
    .fullstory .post_full_top {display: block;}
    .fullstory .post_img {margin-right: 0;display: flex;justify-content: center;margin-bottom: 20px;}
    .fullstory .post_img img {max-width: 300px;}
    .slider_item_poster {height: 200px;}
    body.list .post_full_top {display: block;}
    body.grid .item_poster_img {min-height: 230px;}
}



/* DESKTOP  (1024)
---------------------------------------------*/
@media only screen and (max-width:1024px) {
    .item_post_content {display: block;}
    .item_poster {margin-right: 0;}
    .item_poster img {max-width: 250px;}
    .item_poster_download {display: flex;justify-content: center;margin-bottom: 20px;}
    .btn_download {max-width: 250px;flex: 1;}
    body.grid .item_poster_img {min-height: 230px;}
    .slider_item_poster {height: 165px;}
    body.grid [class*="entryID"] {min-width: 33.33%;max-width: 33.33%;}
}



/* TABLET  (992)
---------------------------------------------*/
@media only screen and (max-width:992px) {
    .slider_item_poster {height: 190px;}
    .aside_right {display: none;}
    .aside_block {display: none;}
    [class*="aside_"] {flex: 0;}
    .aside_left {margin-right: 0;}
    .item_post_content {display: flex;}
    .item_poster {margin-right: 20px;}
    .item_poster_download {margin-bottom: 0;}
    .open_mob_nav {display: inline-flex;font-size: 32px;padding: 0;line-height: 1;margin-left: 20px;box-shadow: none;color: #46a819;background:transparent;}
    .open_mob_nav:hover {box-shadow: none;background:transparent; color: #62b8ff;}
    .header {position: relative;}
    .main {margin-top: 20px;position: relative;}
    .aside_block.mob_nav {position: absolute;top: -18px;left: 0px;border-radius: 0 4px 4px 0;min-width: 270px;}
    .fullstory .post_full_top {display: flex;flex-wrap: wrap;margin-bottom: 15px;}
    .fullstory .post_img {flex: 0 0 250px;margin-right: 20px; margin-bottom: 0;}
    .item_poster img {max-width: 175px;}
    body.grid [class*="entryID"] {min-width: 25%;max-width: 25%;}
    body.grid .item_poster img {max-width: none;}
    body.list .post_full_top {display: flex;flex-wrap: wrap;margin-bottom: 15px;}
}



/* TABLET  (800)
---------------------------------------------*/
@media only screen and (max-width:800px) {
    .slider_item_poster {height: 180px;}
    body.grid [class*="entryID"] {min-width: 33.33%;max-width: 33.33%;}
    body.list .fullstory .post_img img, body.grid .fullstory .post_img img {max-width: 250px;}
}



/* TABLET  (768)
---------------------------------------------*/
@media only screen and (max-width:768px) {
    .slider_item_poster {height: 175px;}
}



/* TABLET  (640)
---------------------------------------------*/
@media only screen and (max-width:640px) {
    .slider_item_poster {height: 180px;}
    .m_hide {display: none;}
    .userPanel #open_panel [class*="ion-"] {margin-left: 0;}
    .fullstory .post_full_top {display: block;}
    .fullstory .post_img {margin-right: 0;display: flex;justify-content: center;margin-bottom: 20px;}
    .footer {text-align: justify;}
    .f_bottom {display: block;text-align: center;}
    .copy {margin-bottom: 20px;}
    body.grid [class*="entryID"] {min-width: 50%;max-width: 50%;}
    body.list .post_full_top {display: block;}
    .fullstory .post_info > ul > li {display: block;font-size: 13px;}
    .fullstory .post_info > ul > li span {margin-right: 5px;}
}



/* MOBILE  (480)
---------------------------------------------*/
@media only screen and (max-width:480px) {
    .logo {flex: 0 auto;font-size: 1.45rem;display: block;width: 100%;text-align: center;margin-bottom: 20px;}
    .open_mob_nav {margin-left: 0;}
    .item_post_content {display: block;}
    .item_poster img {width: 250px;max-width: none;}
    .item_poster {margin-right: 0;margin-bottom: 20px;}
    .item_descr {display: none;}
    body.grid .item_post_info {margin-top: 0;}
}



/* MOBILE  (360)
---------------------------------------------*/
@media only screen and (max-width: 360px) {
    .slider_item_poster {height: 200px;}
    .full_download .btn_download {flex: 1 auto;}
    .item_info {display: flex;width: 100%;justify-content: center;margin-bottom: 20px;}
    .item_stars {display: flex;align-items: center;justify-content: center;width: 100%;}
    .nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {font-size: 11px;}
    .fullstory .post_img img {max-width: none;width: 100%;}
    body.grid [class*="entryID"] {min-width: 100%;max-width: 100%;}
    .title_section {display: block;text-align: center;}
    .title_section.beefup-head button {margin-top: 10px;}
    .item_category, .item_info, .item_post_descr {display: none;}
    .item_poster {margin-bottom: 10px;}
}