/*
Theme Name: JNews - Child Theme
Version: 1.0.1
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */


.post-top-content {
	display: flex;
	align-items: flex-start;
	margin-bottom: 50px;
}
.post-top-content .post-top-featured {
	width: 30%;
}
.post-top-content .post-top-info {
	width: calc(70% - 50px);
	margin-left: 50px;
}
.post-top-content h1 {
	font-size: 36px;
    line-height: 32px;
    font-weight: bold;
    letter-spacing: -0.1px;
    margin-bottom: 30px;
	margin-top: 0;
	line-height: 1.2;
}
.post-top-content p {
	font-size: 18px;
    margin-bottom: 20px;
    line-height: 24px;
}
.post-top-content p strong {
	font-size: 20px;
}
.post-top-content p a:after {
	content: ",";
	margin-right: 5px;
}
.post-top-content p a:last-child:after {
	display: none;
}
.post-summary {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
}
.post-bottom-content {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.post-bottom-content p {
	width: 50%;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 24px;
}
.post-bottom-content p:last-child {
	margin-bottom: 0px;
}
.post-bottom-content p strong {
	font-size: 20px;
}
.jeg_slide_caption .jeg_post_meta {
	display: none;
}
.ads-wrapper img {
	width: auto;
}
.jeg_postblock_content .jeg_post_meta {
    display: none;
}
.sub-genre-items {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -20px;
    width: calc(100% + 40px);
}
.sub-genre-item {
    width: 33.3333%;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-bottom: 80px;
    padding: 0 20px;
}
.sub-genre-item-content {
    display: block;
    overflow: hidden;
}
.sub-genre-item img {
    width: 100%;
    margin-bottom: 20px;
    transition: all 1000ms ease-in-out;
}
.sub-genre-item-content:hover img {
    transform: scale(1.05, 1.05);
}
.jeg_thumb .jeg_post_category {
    display: none;
}
.sub-genre-posts {
    display: flex;
    flex-wrap: wrap;
}
.sub-genre-post {
    width: 50%;
    padding-right: 30px;
    margin-bottom: 20px;
}
.sub-genre-post-content {
    display: block;
    overflow: hidden;
}
.sub-genre-post-content img {
    transition: all 1000ms ease-in-out;
}
.sub-genre-post-content:hover img {
    transform: scale(1.05, 1.05);
}
.sub-genre-post-content p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0px;
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
    color: #111111;
    margin-top: 15px;
}
.genre-collection-items {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -10px;
    width: calc(100% + 20px);
}
.genre-collection-item {
    width: 20%;
    padding: 0 10px;
    margin-bottom: 30px;
}
.genre-collection-item-content {
    overflow: hidden;
}
.genre-collection-item-content a {
    display: block;
}
.genre-collection-item-content img {
    transition: all 1000ms ease-in-out;
}
.genre-collection-item-content a:hover img {
    transform: scale(1.05, 1.05);
}
.genre-collection-item-content h1 {
    font-size: 20px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-weight: bold;
}
.genre-collection-item-content p {
    font-size: 16px;
    margin: 5px 0 0 0;
    color: grey;
}
.tag-page-top {
	display: flex;
	margin-bottom: 50px;
}
.tag-page-image {
	width: 30%;
}
.tag-page-info-col {
	width: 70%;
	padding-left: 50px;
}
.tag-page-info-col .tag-page-year {
	font-size: 20px;
	margin-bottom: 20px;
}
.tag-page-info-col .tag-page-year span {
	font-weight: bold;
}
.top-10-film-item {
    margin-top: 50px;
}
.top-10-film-item img {
    width: 100%;
}
.top-10-film-item .top-10-film-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.top-10-film-item .top-10-film-title h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
}
.top-10-film-item .top-10-film-title a {
    color: black;
    font-size: 24px;
    font-weight: bold;
    display: block;
    color: #c62d2d;
}
.top-10-film-item img {
    margin-bottom: 20px;
}
.top-10-film-item a {
    text-decoration: underline;
}
.jeg_inner_content.blog .jnews_prev_next_container,
.jnews_author_box_container {
    display: none;
}
.comment-respond {
    border: none;
}
.jeg_footer_primary .tagcloud a:nth-child(n+11) {
	display:none;
}
.widget_jnews_module_element_ads {
	display: none;
}
.jnews_sidefeed_ads {
	display: none;
}
.jeg_ad_article.jnews_content_inline_ads {
	display: none;
}

@media (max-width: 991px) {
    .genre-collection-item {
        width: 33.333%;
    }
}
@media (max-width: 767px) {
	.post-top-content	{
		display: block;
		margin-bottom: 30px;
	}
	.post-top-content .post-top-featured {
		width: 100%;
		margin-bottom: 20px;
	}
	.post-top-content .post-top-info {
		width: 100%;
		margin: 0px;
	}
	.post-bottom-content p {
		width: 100%;
	}
	.sub-genre-item {
	    width: 100%;
	    margin-bottom: 50px;
	}
	.sub-genre-post {
	    width: 100%;
	    padding: 0px;
	}
	.genre-collection-item {
        width: 50%;
        padding: 0 5px;
    }
    .genre-collection-item-content h1 {
        font-size: 16px;
    }
    .genre-collection-item-content p {
        font-size: 14px;
    }
	.tag-page-top {
		display: block;
	}
	.tag-page-info-col {
		width: 100%;
		margin-top: 30px;
		padding-left: 0px;
	}
	.tag-page-image {
		width: 100%;
	}
	.genre-collection-items {
	    margin-left: -5px;
	    width: calc(100% + 10px);
	}
}