/* BLOG POST CONTENT */
.post_content {
	height: auto;
	overflow: auto;
	max-width: 1414px;
	margin: 0 auto;
	padding: 0 50px 30px 50px;
}
.post_content h1 {
	margin-top: 0;
}
.left_column {
	float: left;
    width: 65%;
}
.right_column {
	float: left;
    width: 35%;
}
.content_body {
	width: 100%;
	max-width: 850px;
}
.content_side {
	width: 100%;
	min-width: 300px;
	height: auto;
	overflow: auto;
}
.content_side .wrapper {
	float: right;
	display: table;
	width: 300px;
	height: auto;
	overflow: auto;
}
.content_body .post_meta {
	margin: 0 0 30px 0;
}
.content_body .category {
	display: table;
	margin: 0 0 20px 0;
	padding: 6px 15px 4px 15px;
	font-family: Portrait Medium, serif;
	font-size: 14px;
	color: #fff;
	line-height: 1em;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	background-color: #000;
	cursor: pointer;
}
.content_body .category:hover {
	background-color: #db1a21;
}
.content_body .byline, 
.content_body .categories {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	color: #666;
}
.content_body .categories_end {
	margin: 30px 0 20px 0;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}
.content_body .byline i, 
.content_body .categories i {
	margin-right: 6px;
}
.content_body .categories a:hover {
    color: #000;
    text-decoration: underline;
}
.content_body .image_full {
    width: 100%;
    /* max-width: 750px; */
    margin: 30px 0;
}
.content_body .image_left {
    float: left;
    width: 300px;
    max-width: 50%;
    height: auto;
    margin: 0 50px 20px 0;
}
.content_body .image_right {
    float: right;
    width: 300px;
    max-width: 50%;
    height: auto;
    margin: 0 0 20px 50px;
}
.para_break {
    display: block;
    clear: both;
    width: 100%;
    height: 30px;
}

blockquote {
	padding: 25px;
	background-color: #f4f4f4;
	border: 2px solid #ddd;
	font-style: normal;
}

.inline_ad1_mobile {
    display: none;
}
.inline_ad1_desktop, 
.inline_ad2 {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    overflow: auto;
    margin: 30px 0 40px 0;
    padding: 10px 0 20px 0;
}
.inline_ad1_desktop {
    text-align: center;
    background-color: #ddd;
}

.end_wrapper, 
.tag_wrapper, 
.about_wrapper {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    overflow: auto;
    padding: 20px 0;
    border-bottom: 3px solid #eee;
}
.about_wrapper h4 {
	font-family: 'Portrait Medium', serif;	
}
.end_wrapper .a2a_kit {
    display: table;
    line-height: 32px;
    float: left;
}
.end_wrapper .a2a_kit .share_text {
	float: left;
	margin-right: 10px;
	line-height: 32px;
	font-weight: bold;
}
.tag_wrapper a {
    display: table;
    float: left;
    margin: 0 5px 5px 0;
    padding: 6px 12px;
    font-size: 14px;
    color: #000;
    line-height: 1.0em;
    text-decoration: none;
    border: 1px solid #c5c2c2;
    background-color: none;
}
.tag_wrapper a:hover {
    background-color: #ddd;
}
section.author-box {
    display: none;
}
.about_wrapper {
    border-bottom: none;
}
.about_wrapper img {
    float: left;
    width: 100px;
    height: auto;
    margin: 0 20px 10px 0;
}
.about_wrapper h4 {
    margin: 0 0 10px 0;
    font-size: 24px;
}
.about_wrapper p {
    margin: 0;
}
.content_side h2 {
	margin: 50px 0 20px 0; 
}
.content_side .category {
    margin: 30px 0 0 0;
    font-size: 15px;
    color: #db1a21;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.content_side h3 {
    margin: 0 0 5px 0;
}
.content_side h3 a {
    color: #000;
    text-decoration: none;
}
.content_side h3 a:hover {
    text-decoration: underline;
}
.content_side .byline {
    font-size: 16px;
    margin: 0 0 20px 0;
}
.content_side .calendar {
	width: 240px;
	height: auto;
	margin: 0 0 50px 0;
}
.content_side .blogroll {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.content_side .blogroll li {
	margin: 0 0 10px 0;
	list-style-type: none;
}
.content_side .blogroll a {
	color: #666;
	text-decoration: none;
}
.content_side .blogroll a:hover {
	color: #000;
	text-decoration: underline;
}
.related_side, 
.network_side {
    padding: 0 0 20px 0;
}
.content_side .blog_list {
	height: 300px;
	margin-top: 30px;
	padding: 0 15px 15px 0;
	overflow-y: auto;
}
.content_side .blog_list h2 {
	margin-top: 20px !important;
}
.content_side .blog_list ul li {
	margin-bottom: 0;
}
.content_side .blog_list ul li a {
	font-size: 16px;
	text-decoration: underline;
}
.leaderboard_ad {
    margin-top: 30px;
}
.lj_related  {
	margin-top: 0;
}

/* RESPONSIVE */
@media only screen and (max-width: 1200px) {
	.content_body {
	    max-width: 700px;
	}
    .content_body .image_left {
        width: 300px;
        max-width: 50%;
        margin: 0 40px 15px 0;
    }
    .content_body .image_right {
        width: 300px;
        max-width: 50%;
        margin: 0 0 15px 40px;
    }
    .para_break {
        height: 15px;
    }
}
@media only screen and (max-width: 1100px) {
	.content_body {
	    max-width: 600px;
	}
	.content_side {
		min-width: 250px;
	}
	.content_side .wrapper {
		width: 250px;
	}
    .content_body .image_left {
        width: 250px;
        max-width: 50%;
        margin: 0 30px 15px 0;
    }
    .content_body .image_right {
        width: 250px;
        max-width: 50%;
        margin: 0 0 15px 30px;
    }
    .para_break {
        height: 0;
    }
}
@media only screen and (max-width: 1000px) {
	.content_side {
		min-width: 200px;
	}
	.content_side .wrapper {
		width: 200px;
	}
}
@media only screen and (max-width: 800px) {
	.post_content {
		margin: 20px;
		padding: 0 0 30px 0;
	}
	.left_column, 
	.right_column {
		float: none;
		width: 100%;
	}
	.content_body h2 {
		text-align: center;
	}
	.middle_ad_desktop {
		display: none;
	}
	.box_ad_mobile {
		clear: both;
		display: block;
		width: 100%;
		height: auto;
		overflow: auto;
		margin: 30px 0 60px 0;
		padding: 15px 0;
		background-color: #ccc;
		text-align: center;
	}
	.box_ad_mobile p {
		margin: 0 0 10px 0;
		font-size: 14px;
		font-weight: bold;
	}
	.middle_ad_mobile {
		display: block;
		margin: 0 0 60px 0;
		text-align: center;
	}
	.content_side .wrapper {
		float: none;
		width: 100%;
		margin: 50px 0 0 0;
		text-align: center;
		border-top: 5px solid #000;
		padding: 30px 0 0 0;
	}
	.content_side .box_ad {
		display: block;
	}
	.content_body .read_more {
		text-align: center;
	}
	.content_side .blog_list {
		height: auto;
		padding: 0;
		overflow: none;
	}
}
@media only screen and (max-width: 600px) {
    .content_body .image_full {
        max-width: 400px;
    }
    .content_body .image_left, 
    .content_body .image_right {
        float: none;
        display: block;
        width: 100%;
        max-width: 400px;
        margin: 0 0 15px 0;
    }
}

/* RELATED POSTS AREA */
.related_posts {
	height: auto;
	overflow: auto;
	max-width: 1414px;
	margin: 0 auto;
	padding: 30px 50px;
}
.related_posts .left_column {
	width: 75%;
}
.related_posts .right_column {
	width: 25%;
}
.related_body {
	display: flex;
	width: 100%;
	max-width: 100%;
	height: auto;
	overflow: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}
.related_posts .related_post {
	flex: 30%;
	border: 1px solid #ccc;
	min-width: 240px;
	margin: 0 15px 15px 0;
	padding: 0 20px 10px 20px;
}
.related_posts .related_post h3 {
	font-size: 22px;
	line-height: 1.0em;
}
.related_posts .related_post p.excerpt {
	margin-top: 20px;
	font-size: 17px;
	color: #666;
	line-height: 1.2em;
}

/* MISCELLANEOUS */
.boxad_col .ad_div {
	float: right;
	min-width: 300px;
	margin-top: 15px;
	padding: 5px 0 15px 0;
	text-align: center;
	background-color: transparent;
}
div#rmFJWidget {
	width: 300px !important;
}

/* BLOG POST COMMENT AREA */
.text_field {
    clear: both;
    display: block;
    margin: 0 0 10px 0;
}
.text_box {
    float: left;
    width: 400px;
    height: 40px;
    margin: 0 20px 0 0;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
}
.text_label {
    margin: 0;
    font-weight: bold;
    line-height: 40px;
}
.notify_field {
    clear: both;
    display: block;
    margin: 20px 0 10px 0;
}
.notify_field .checkbox {
    float: left;
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    border: 2px solid #aaa;
}
.notify_label {
	margin: 0;
	font-size: 14px;
	line-height: 15px;
}
.checkbox_button {
	margin: 10px 0 0 0;
	padding: 9px 18px;
	color: #fff;
	border-radius: 6px;
	background-color: #db1a21;
	border: 1px solid #db1a21;
}
.hard_rule {
	margin: 0 50px;
	border-top: 5px solid #000;
}
.hard_rule.archives {
	display: none;
}

/* RESPONSIVE */
@media only screen and (max-width:1000px) {
	.post_content .left_column, 
	.post_content .right_column {
		float: none;
		width: 100%;		
	}
	.post_content .content_body, 
	.post_content .content_side {
		max-width: 100%;
	}
	.post_content .content_side .wrapper {
		float: none;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.post_content .content_side .ad_div {
		width: 100%;
		padding: 10px 0 15px 0;
		background-color: #ebebeb;
	}
}
@media only screen and (max-width:800px) {
	.related_posts {
		padding: 30px 15px 30px 30px;
	}
	.related_posts .left_column, 
	.related_posts .right_column {
		float: none;
		width: 100%;
	}
	.related_posts .related_post {
		flex: 45%;
		margin: 0 15px 15px 0;
	}	
}
@media only screen and (max-width: 480px) {
	.post_content {
		margin: 0;
	}
	.content_body {
		padding: 20px;
	}
	.content_side .wrapper select {
		margin: 0 auto;
		width: 90%;
	}
	.related_posts {
		padding: 30px 0;
	}
	.related_posts .left_column {
		padding-left: 15px;
	}
}