@media screen and (max-width: 1020px) {
    .back-wrap {
        width: 100%;
    }

    .curr-cat-film-rec-head-box {
        display: none;
    }

    .article-footer-wrap {
        width: 100%;
        float: none;
        margin: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 286px 0 0;
    }

    #content h1 {
        margin-top: 0;
    }
	
	.header__center {
		width: 100%;
	}
} /*--- 1020px ---*/

@media screen and (max-width: 958px) {
	/*
    .content_bottom_center,
	.content_top_center {
        display: none;
    }

    .mob_content_top_center, 
	.mob_content_bottom_center {
        display: block;
    }
	*/
} /*--- 958px ---*/

@media screen and (max-width: 843px) {
	.mob-menu {
		display: block;		
   		top: 3px;
	}

	a#logo {
		text-decoration: none;
		margin: 0 auto 10px;
		float: none;
	}
	
	.site-title {
		float: none;
	}
	
	.search-head-box {
		float: none;
		margin: 0 0 10px 0;
		width: 100%;
		position: relative;
	}
	
	.search-head-box form {
		width: 90%;
		margin: 0 auto;
    	position: relative;
	}
	
	.search-head-box form input.searchtext {
		padding: 10px 5px;
		width: 100%;
		box-sizing: border-box;
    	font-size: 16px;
	}
	
	.search-head-box form input.searchbutton {
		position: absolute;
		right: 0;
		top: 0;
		padding: 10px 12px;
		font-size: 16px;
	}
	
    .left-sidebar {
        display: none;
    }
	
	nav.nav.nav-mobile {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
	}
	
	li.cat-item.cat-item-20 {
		height: inherit;
		line-height: inherit;
	}
	
	nav.nav ul li {
		list-style: none;
		float: left;
		width: 33.3%;
	}
	
	li.cat-item.cat-item-21 a {
		position: relative;
	}
	
	li.cat-item.cat-item-21 a:after {
		content: '';
		position: absolute;
		right: -1px;
		top: 0;
		height: 100%;
		width: 1px;
		background: #383838;
	}
	
	.article-footer-wrap {
		padding: 0;
	}
} /*--- 843px ---*/

@media screen and (min-width: 844px) {
	nav.nav.nav-mobile {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	aside#text-2 {
		display: none;
	}
	
	.left-sidebar.sidebar-desktop nav {
		width: 100%;
	}
	
	#content article .post_content {
	    width: 100%;
	    margin: 0;
	    padding: 0 20px 10px 20px;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}

	.sidebar-desktop {
        float: none;
	    width: 100%;
	    clear: both;
	}

	#content h1 {
	    text-align: center;
	    padding: 10px 0;
    	font-size: 22px;
	}

	.sidebar-desktop:after {
	    content: '';
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}

	.left-sidebar nav a {
	    width: 33.3%;
	    float: left;
	    box-sizing: border-box;
	    border: 1px solid #141414;
	    padding: 10px 0;
	    text-align: center;
	    color: #FFF601;
	}

	header.header .fa-bars {
	    display: block;
	    font-size: 41px;
	    position: absolute;
	    right: 19px;
	    top: 5px;
	    cursor: pointer;
	    color: #FFF601;
	}

	.left-sidebar.sidebar-desktop nav {
	    display: none;
	}
} /*--- 768px ---*/

@media screen and (max-width: 620px) {
	.content_top_center {
		width: 100%;
	}
	
	li.film-rec-bottom-item {
		width: 37%;
		height: 260px;
		margin: 10px 2.5%;
	}
	
	.trf-top-center {
		width: 100%;
	}
	
	#content article .post_content {
		clear: both;
	}
	
	#content article .post_content .short_excerpt .the_meta__wrap {
		padding-left: 0;
	}
	
	nav.nav ul li {
		width: 50%;
	}
	
	li.cat-item.cat-item-20 a {
		border-bottom: none;
	}
} /*--- 620px ---*/

@media screen and (max-width: 480px) {
	.category-description-box img {
		width: 100%;
    	padding: 0;
	}

	.post .post_img {
	    display: block;
	    clear: both;
	    max-width: inherit;
	    float: none;
	}
	
	.the_meta__wrap {
		padding: 0 10px 10px 0;
	}
	
	li.film-rec-bottom-item {
		width: 48%;
		margin: 0.5% 0.5%;
		background-color: #000;
		height: 220px;
	}
} /*--- 480px ---*/