/*--------------------------------------------------------------
# Style Post
--------------------------------------------------------------*/
.left-post-thumbnail .post-item .thumbnail {
	width: 300px;
	float: left;
	margin: 8px 25px 30px 0;
}
.right-post-thumbnail .post-item .thumbnail {
	width: 300px;
	float: right;
	margin: 8px 0 30px 23px;
}

/*--------------------------------------------------------------
# Related Post
--------------------------------------------------------------*/
.related-posts {
	float: left;
	margin-bottom: 40px;
}
.title-related {
	font-size: 24px;
	display: block;
	color: #333333;
	margin-bottom: 20px;
}
.related-posts ul {
	margin: 0;
	list-style: none;
}
.related-posts ul.related li {
	width: 31.333333%;
	float: left;
	margin-right: 3%;
	margin-bottom: 20px;
}
.related-posts ul.related li:nth-child(3n) {
	margin-right: 0;
}
.related-posts ul.related li:nth-child(3n+1) {
	clear: left;
}
.related-posts ul li a {
	float: left;
}
.related-posts ul li a:hover {
	color: #cb2027;
	text-decoration: underline;
}
.related-posts ul.related li .thumbnail {
	float: left;
	margin-bottom: 10px;
}
.related-posts ul.related li img {
	float: left;
}

/*--------------------------------------------------------------
# Related Post List
--------------------------------------------------------------*/
.related-posts ul.related-list {
	margin-left: 20px;
	list-style: disc;
}
.related-posts ul.related-list li {
	margin-bottom: 10px

}
/*------------------------------------------------------------
# About Author
-------------------------------------------------------------*/
.author-bio {
	padding: 0 0 40px 0;
	margin-bottom: 40px;
	float: left;
	border-bottom: 1px solid #eaeaea;
}
.bio-avatar {
	float: left;
	margin: 10px 30px 0 0;
}
.bio-avatar img {
	display: block;
}
.bio-name {
	font-size: 24px;
	display: inline;
}
.bio-name a {
	color: #333333;
}
.bio-desc {
	font-size: 16px;
	margin-bottom: 0;
	overflow: hidden
}
.bio-name a:hover {
	color: #cb2027;
}
.taxonomy-description {
	margin-bottom: 35px;
	padding: 0 40px;
	text-align: justify;
}

/*--------------------------------------------------------------
# category Menu
--------------------------------------------------------------*/
.nav-category ul {
	margin: 0;
	padding: 0;
}
.category-menu .category-navigation li {
	position: relative;
	float: left;
}
.category-menu .category-navigation li a {
	position: relative;
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 1;
	padding: 37px 15px;
}
.category-menu .category-navigation  li.menu-item-has-children > a {
    padding-right: 20px;
}
.category-menu .category-navigation li .arrow-main-menu {
	position: absolute;
	top: 37px;
	right: 7px;
}
.category-menu .category-navigation ul .arrow-main-menu {
	top: 17px;
	right: 15px;
}
.category-menu .category-navigation > li:first-child > a {
	padding-left: 0;
}
.category-menu .category-navigation ul {
	display: none;
	position: absolute;
	margin: 0;
	z-index: 47;
	width: 230px;
	background: #fff;
	padding: 0;
	border-top: 1px solid #e0e0e0;
}
.category-menu .category-navigation li:hover > ul {
	display: block;
}
.category-menu .category-navigation ul li a {
	width: 230px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: transparent;
	line-height: 1.6;
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.category-menu .category-navigation ul ul {
	left: 230px;
	top: -1px;
}
.category-menu .category-navigation li:hover > a {
	color: #cb2027;
	text-decoration: underline;
}
span.menu-toggle {
	color: #333333;
}
.category-navigation li.menu-item-has-children > a:after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	top: 38px;
	right: 7px;
}
.category-navigation ul li.menu-item-has-children > a:after {
	top: 18px;
	right: 10px;
}

/*Sticky Menu*/
.sticky-nav {
	-webkit-transition: -webkit-transform ease 0.3s;
	transition: transform ease 0.3s;
	-webkit-transform: translateX(0%) translate3d(0,0,0);
	transform: translateX(0%) translate3d(0,0,0);
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
	webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.12);
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.12);
}
.site-sticky {
	width: 100%;
	z-index: 500;
	position: fixed;
	top: 0;
	margin: 0 !important;
}

/*--------------------------------------------------------------
# Loading Pagination
--------------------------------------------------------------*/
#load-more-wrap {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
#load-more-wrap a {
	background: #fff;
	color: #333333;
	display: inline-block;
	border: 1px solid #e0e0e0;
	padding: 10px 30px;
}
#load-more-wrap a:hover {
	color: #cb2027;
}

/*--------------------------------------------------------------
# Infinite Scroll Pagination
--------------------------------------------------------------*/
.tc-infinite-scroll {
	display: none;
	width: 100%;
	margin: 0 0 40px 0;
}
.la-ball-spin-clockwise {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.la-ball-spin-clockwise {
	display: block;
	font-size: 0;
}
.la-ball-spin-clockwise.la-dark {
	color: #cb2027;
}
.la-ball-spin-clockwise > div {
	display: inline-block;
	float: none;
	background-color: currentColor;
	border: 0 solid currentColor;
}
.la-ball-spin-clockwise {
	width: 32px;
	height: 32px;
}
.la-ball-spin-clockwise > div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: -4px;
	border-radius: 100%;
	-webkit-animation: ball-spin-clockwise 1s infinite ease-in-out;
	  -moz-animation: ball-spin-clockwise 1s infinite ease-in-out;
		-o-animation: ball-spin-clockwise 1s infinite ease-in-out;
		  animation: ball-spin-clockwise 1s infinite ease-in-out;
}
.la-ball-spin-clockwise > div:nth-child(1) {
	top: 5%;
	left: 50%;
	-webkit-animation-delay: -.875s;
	   -moz-animation-delay: -.875s;
		 -o-animation-delay: -.875s;
		   animation-delay: -.875s;
}
.la-ball-spin-clockwise > div:nth-child(2) {
	top: 18.1801948466%;
	left: 81.8198051534%;
	-webkit-animation-delay: -.75s;
	   -moz-animation-delay: -.75s;
		  -o-animation-delay: -.75s;
			 animation-delay: -.75s;
}
.la-ball-spin-clockwise > div:nth-child(3) {
	top: 50%;
	left: 95%;
	-webkit-animation-delay: -.625s;
	   -moz-animation-delay: -.625s;
		-o-animation-delay: -.625s;
		   animation-delay: -.625s;
}
.la-ball-spin-clockwise > div:nth-child(4) {
	top: 81.8198051534%;
	left: 81.8198051534%;
	-webkit-animation-delay: -.5s;
	  -moz-animation-delay: -.5s;
		-o-animation-delay: -.5s;
		  animation-delay: -.5s;
}
.la-ball-spin-clockwise > div:nth-child(5) {
	top: 94.9999999966%;
	left: 50.0000000005%;
	-webkit-animation-delay: -.375s;
	  -moz-animation-delay: -.375s;
	   -o-animation-delay: -.375s;
		 animation-delay: -.375s;
}
.la-ball-spin-clockwise > div:nth-child(6) {
	top: 81.8198046966%;
	left: 18.1801949248%;
	-webkit-animation-delay: -.25s;
	  -moz-animation-delay: -.25s;
		-o-animation-delay: -.25s;
		  animation-delay: -.25s;
}
.la-ball-spin-clockwise > div:nth-child(7) {
	top: 49.9999750815%;
	left: 5.0000051215%;
	-webkit-animation-delay: -.125s;
	   -moz-animation-delay: -.125s;
		 -o-animation-delay: -.125s;
		   animation-delay: -.125s;
}
.la-ball-spin-clockwise > div:nth-child(8) {
	top: 18.179464974%;
	left: 18.1803700518%;
	-webkit-animation-delay: 0s;
	   -moz-animation-delay: 0s;
		 -o-animation-delay: 0s;
			animation-delay: 0s;
}
.la-ball-spin-clockwise.la-sm {
	width: 16px;
	height: 16px;
	margin: 0 auto;
}
.la-ball-spin-clockwise.la-sm > div {
	width: 4px;
	height: 4px;
	margin-top: -2px;
	margin-left: -2px;
}
.la-ball-spin-clockwise.la-2x {
	height: 40px;
	margin: 0 auto;
	width: 40px;
}
.la-ball-spin-clockwise.la-2x > div {
	height: 5px;
	margin-left: -8px;
	margin-top: -8px;
	width: 5px;
}

.la-ball-spin-clockwise.la-3x {
	width: 96px;
	height: 96px;
	margin: 0 auto;
}

.la-ball-spin-clockwise.la-3x > div {
	width: 24px;
	height: 24px;
	margin-top: -12px;
	margin-left: -12px;
}

@-webkit-keyframes ball-spin-clockwise {
	0%,
	100% {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	}

	20% {
		opacity: 1;
	}

	80% {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	}
}
@-moz-keyframes ball-spin-clockwise {
	0%,
	100% {
		opacity: 1;
		-moz-transform: scale(1);
			 transform: scale(1);
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 0;
		-moz-transform: scale(0);
			 transform: scale(0);
	}
}
@-o-keyframes ball-spin-clockwise {
	0%,
	100% {
		opacity: 1;
		-o-transform: scale(1);
		   transform: scale(1);
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 0;
		-o-transform: scale(0);
		   transform: scale(0);
	}
}
@keyframes ball-spin-clockwise {
	0%,
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
			 -o-transform: scale(1);
				transform: scale(1);
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 0;
		-webkit-transform: scale(0);
		   -moz-transform: scale(0);
			 -o-transform: scale(0);
				transform: scale(0);
	}
}
/*------------------------------------------------------------
# JS Social Share Button
-------------------------------------------------------------*/
/* Top */
.top-sharing,
.buttom-sharing {
	margin-bottom: 20px;
}

/* Sticky */
.sticky-social {
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 9;
}
.sticky-sharing {
	position: fixed;
	margin: 0;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
}
.sticky-sharing .basepress-pro-sharing .jssocials-share {
	display: block;
	margin: 0 0 6px 0;
}
.sticky-sharing .basepress-pro-sharing .jssocials-share-label {
	font-size: 0;
}
.sticky-sharing .basepress-pro-sharing  .jssocials-share-link {
	padding: .8em .9em;
}
.sticky-left ul li:hover a {
	width: 60px;
	opacity: 1;
}
.sticky-social .btn-hide.active i:before {
	content: "\f1e0";
}
.sticky-sharing.hide-social {
	-ms-transform: translate(-100%,0);
	-webkit-transform: translate(-100%,0);
	transform: translate(-100%,0);
}
.btn-hide.active, .btn-hide:hover {
	background: rgba(49, 49, 49, 0.03);
	color: #cb2027;
}
.btn-hide.active {
	-ms-transform: translate(0,100%);
	-webkit-transform: translate(0,100%);
	transform: translate(0,100%);
}
.tc-social-sharing.social-sharing-left li a span {
	font-size: 0;
}
.btn-hide {
	font-size: 20px;
	width: 44px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	cursor: pointer;
	position: fixed;
	left: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	margin: -50px 2px 2px 2px;
	-webkit-transition: all 500ms ease-out 100ms;
	-moz-transition: all 500ms ease-out 100ms;
	-o-transition: all 500ms ease-out 100ms;
	transition: all 500ms ease-out 100ms;
}
.left-sidebar .sticky-social {
	right: 45px;
	left: inherit;

}
.left-sidebar .btn-hide {
	right: 0;
	left: inherit;
}
.left-sidebar .sticky-sharing.hide-social {
	-ms-transform: translate(100%,0);
	-webkit-transform: translate(100%,0);
	transform: translate(100%,0);
}
.left-sidebar .sticky-sharing .jssocials-share-count-box {
	font-size: 0;
}

/*------------------------------------------------------------
# Site Footer
-------------------------------------------------------------*/
.footer-navigation {
	margin-bottom: 0;
}
.footer-menu li:after {
	content: '|';
	width: 2px;
	position: absolute;
	top: 0px;
	right: 0;
	font-size: 10px;
	margin: 2px 0;
}
.footer-menu li:last-child:after {
	content: '';
}

/*--------------------------------------------------------------
## 10.2 - Social Icons Menu
--------------------------------------------------------------*/
.social-icons-menu {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
}
.social-icons-menu a,
.site-footer .social-icons-menu a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
}
.social-icons-menu li a .screen-reader-text {
	display: none;
}
.social-icons-menu a:hover {
	opacity: 0.5;
}

/* Add Genericons */
.social-icons-menu a:before {
	display: inline-block;
	color: #fff;
	vertical-align: top;
	text-decoration: inherit;
	font-size: 16px;
	font-family: 'FontAwesome';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.social-icons-menu a:before { content: '\f408'; } /* Default Icon */
.social-icons-menu a[href*="facebook.com"]:before { content: '\f09a'; }
.social-icons-menu a[href*="flickr.com"]:before { content: '\f16e'; }
.social-icons-menu a[href*="plus.google.com"]:before { content: '\f0d5'; }
.social-icons-menu a[href*="github.com"]:before { content: '\f09b'; }
.social-icons-menu a[href*="instagram.com"]:before { content: '\f215'; }
.social-icons-menu a[href*="linkedin.com"]:before { content: '\f0e1'; }
.social-icons-menu a[href*="pinterest.com"]:before { content: '\f0d2'; }
.social-icons-menu a[href*="reddit.com"]:before { content: '\f222'; }
.social-icons-menu a[href*="skype.com"]:before, { content: '\f17e'; }
.social-icons-menu a[href*="tumblr.com"]:before { content: '\f173'; }
.social-icons-menu a[href*="twitch.tv"]:before { content: '\f516'; }
.social-icons-menu a[href*="twitter.com"]:before { content: '\f099'; }
.social-icons-menu a[href*="vimeo.com"]:before { content: '\f27d'; }
.social-icons-menu a[href*="wordpress.org"]:before { content: '\f205'; }
.social-icons-menu a[href*="wordpress.com"]:before { content: '\f205'; }
.social-icons-menu a[href*="youtube.com"]:before { content: '\f167'; }
.social-icons-menu a[href*="mailto"]:before { content: '\f410'; }

.widget select {
	width: 100%;
	padding: 8px 12px;
	box-sizing: border-box;
}
.right-sidebar .widget-area .widget {
	overflow: hidden;
}
.widget li.have-thumbnail {
	position: relative;
	overflow: hidden;
}
.widget li.have-thumbnail .post-img a:before {
	width: 100%;
	height: 60%;
	position: absolute;
	bottom: 0;
	content: "";
	display: block;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0)), color-stop(100%, #000));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0, #000 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0, #000 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0, #000 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0, #000 100%);
}
.widget li.have-thumbnail {
	width: 100%;
	height: 240px;
	overflow: hidden;
	margin-left: 0;
	float: left;
	position: relative;
	z-index: 2;
}
.widget li.have-thumbnail .post-img a {
	display: block;
}
.widget li.have-thumbnail .post-img img {
	position: absolute;
	z-index: -1;
	bottom: -100%;
	top: -100%;
	left: -100%;
	right: -100%;
	width: auto;
	min-width: 100%;
	min-height: 100%;
	margin: auto;
}
.widget li.have-thumbnail .post-data {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 20px;
	padding-top: 0;
	z-index: 2;
	box-sizing: border-box;
}
.widget li.have-thumbnail .post-data a {
	color: #ffffff;
}
.widget li.have-thumbnail .post-data p {
	color: rgba(225, 225, 225, 0.8);
}
.widget li.have-thumbnail .post-data a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.social-profile-icons ul li {
    width: 12%;
}
.social-profile-icons ul li {
	opacity: 0.8;
}
.social-profile-icons ul li a:hover {
	color: #ffffff;
}

/*--------------------------------------------------------------
## Magazin Layout
--------------------------------------------------------------*/
.magazine-homepage p {
	font-size: 14px;
}
.medium-post .entry-meta,
.small-post .entry-meta {
	clear: none;
}
.magazine-posts-featured .entry-meta span.prefix-author {
	text-transform: capitalize;
}
.magazine-posts-featured .entry-meta span.author a,
.magazine-posts-featured .entry-footer > span a,
.magazine-posts-featured .entry-meta > span a,
.magazine-posts-featured .entry-footer > span:after,
.magazine-posts-featured .entry-meta > span:after,
.magazine_posts_featured .entry-footer > span time,
.magazine_posts_featured .entry-meta > span time,
.widget li.have-thumbnail .entry-footer > span,
.widget li.have-thumbnail .entry-meta > span,
.widget li.have-thumbnail .entry-footer > span:after,
.widget li.have-thumbnail .entry-meta > span:after {
	color: rgba(225, 225, 225, 0.8);
	text-transform: capitalize;
}

.magazine-posts-featured .entry-meta span.author a:hover,
.magazine-posts-featured .entry-footer > span a:hover,
.magazine-posts-featured .entry-meta > span a:hover {
	text-decoration: none;
}

/* Info Cateories */
.info-category {
	padding-bottom: 10px;
	overflow: hidden;
}
.info-category a:hover {
	background: #efad4d;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
	opacity: 0.9;
	text-decoration: none;
}
.info-category a {
	color: #ffffff;
	font-size: 10px;
	display: inline-block;
	background: rgba(0,0,0,.7);
	padding: 4px 12px;
	text-transform: uppercase;
}
.module-meta-info a {
	font-size: 10px;
	color: #ffffff;
	text-transform: uppercase;
	display: inline-block;
	padding: 3px 7px;
	background-color: #ff4c4c;
}
#magazine-homepage-widgets article:hover .module-meta-info a {
	padding-right: 14px;
	background: rgba(0,0,0,.7);
	opacity: 0.9;
	text-decoration: none;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

/*--------------------------------------------------------------
## Magazin Layout
--------------------------------------------------------------*/
.small-post,
.medium-post,
.large-post,
.full-width-post {
	position: relative;
	margin-bottom: 5px;
}
.mid-large-post h3 a,
.mid-medium-post h3 a,
.medium-post h3 a,
.large-post h3 a,
.full-width-post h3 a {
	display: inherit;
	text-decoration: none;
}
.mid-large-post h3 a,
.mid-medium-post h3 a,
.medium-post h3 a {
	font-size: 16px;
}
.large-post h3 a {
	font-size: 24px;
}
.magazine-list h3 {
	margin-bottom: 10px;
}
.magazine-list h3,
.magazine-list h3 a {
	font-size: 24px;
	font-weight: normal;
}
.main-magazine-homepage .thumbnail {
	margin-bottom: 10px;
}
.main-magazine-homepage .thumbnail img {
	display: block;
}
.group-blog .magazine-homepage .byline {
	display: inline-block;
}
.magazine-posts-featured .posts-info-container h3 a:hover {
	text-decoration: none;
}
.magazine-posts-featured article {
	position: relative;
	overflow: hidden;
}
.magazine-posts-featured article .post-thumbnail a:before {
	width: 100%;
	height: 60%;
	position: absolute;
	bottom: 0;
	content: "";
	display: block;
	z-index: 1;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0)), color-stop(100%, #000));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0, #000 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0, #000 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0, #000 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0, #000 100%);
}
.magazine-posts-featured article:hover img {
	transform: scale3d(1.1,1.1,1);
	-webkit-transform: scale3d(1.1,1.1,1);
	-moz-transform: scale3d(1.1,1.1,1) rotate(.02deg);
	transition: transform 0.3s ease, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}
.posts-info-container,
.magazine-posts-featured .medium-post-content {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 20px;
	padding-top: 0;
	z-index: 2;
	box-sizing: border-box;
}
.magazine-posts-featured .entry-title a,
.magazine-posts-featured .entry-content p {
	color: #ffffff;
	margin-bottom: 0;
	font-weight: normal;
}
.magazine-posts-featured .large-post {
	width: 50.4%;
	margin-right: 0.4%;
	margin-bottom: 0;
	float: left;
}
.magazine-posts-featured .mid-large-post {
	width: 31.6%;
	margin-right: 0.4%;
	float: left;
}
.magazine-posts-featured .mid-medium-posts {
	width: 68%;
	margin-right: 0;
	float: left;
}
.magazine-posts-featured .mid-medium-posts article {
	width: 49.75%;
	margin-right: 0.5%;
	margin-bottom: 4px;
	float: left;
}
.magazine-posts-featured .mid-medium-posts article:nth-child(2n) {
	margin-right: 0;
}
.magazine-posts-featured .full-width-post {
	width: 100%;
	float: left;
}
.magazine-posts-featured .full-height-post {
	width: 49.6%;
	float: left;
	margin-right: 0.8%;
}
.magazine-posts-featured .full-height-post:last-child {
	margin-right: 0;
}
.three-posts {
	margin-bottom: 16px;
}
.three-posts .posts-info-container .entry-title {
	margin-bottom: 5px;
}
.three-posts .full-height-post {
	width: 32.13%;
	float: left;
	margin-right: 1.8%;
	margin-bottom: 0;
}
.three-posts .full-height-post:last-child {
	margin-right: 0;
}
.four-posts .full-height-post:nth-child(4n) {
	margin-right: 0;
}
.four-posts .full-height-post {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}
.magazine-posts-featured .medium-right-posts {
	width: 49.6%;
	float: left;
}
.magazine-posts-featured .medium-right-posts .medium-post {
	width: 100%;
	margin-right: 0;
}
.magazine-posts-featured .medium-right-posts .medium-post:last-child {
	margin-bottom: 0;
}
.magazine-posts-featured .medium-posts {
	width: 49.2%;
	float: left;
}
.medium-posts .medium-post {
	width: 49.6%;
	float: left;
	margin-right: 0.8%;
	border-bottom: none;
}
.medium-posts .medium-post:nth-child(2n) {
	margin-right: 0;
}
.three-posts .grid-featured-box {
	width: 33.333333%;
	margin: 0;
	float: left;
}

/*----------------------------------------------------
#Magazine HomePage
----------------------------------------------------*/
.wrap-header {
	border-bottom: 1px solid #eee;
	padding: 0;
	margin-bottom: 20px;
	position: relative;
}
.wrap-header .widget-title {
	margin-bottom: 15px;
}
.main-magazine-homepage {
	float: left;
	position: relative;
	margin: 0 0 30px 0;
	padding: 40px;
	clear: both;
	background: #fff;
	    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.magazine-posts-boxed-vertical .large-post {
	width: 47.9042%;
	float: left;
	box-sizing: border-box;
}
.magazine-posts-grid-row .large-post .thumbnail,
.magazine-posts-boxed-vertical .large-post .thumbnail {
	margin-bottom: 10px;
}
.large-post .entry-title {
	margin-bottom: 15px;
}
.large-post .entry-title,
.large-post .entry-title a {
	font-size: 20px;
}
.medium-posts .entry-content p,
.list-post .entry-content p,
.large-post .entry-content p {
	margin-bottom: 6px;
	line-height: 23px;
}
.magazine-posts-boxed-vertical .small-items-wrap {
	width: 47.9042%;
	float: right;
	box-sizing: border-box;
}
.magazine-posts-boxed-vertical .small-post {
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.magazine-posts-boxed-vertical .small-post:last-child {
	margin-bottom: 0;
}
.magazine-posts-boxed-vertical .small-post .thumbnail {
	float: left;
	margin-right: 10px;
}

/* Horizontal Box */
.magazine-posts-boxed-horizontal .large-post {
	width: 100%;
	margin-bottom: 30px;
}
.magazine-posts-boxed-horizontal .large-post .post-content {
	overflow: hidden;
}
.magazine-posts-boxed-horizontal .large-post .thumbnail {
	width: 47.9042%;
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
}
.magazine-posts-boxed-horizontal .medium-posts {
	width: 100%;
}
.magazine-posts-boxed-horizontal .medium-posts .medium-post {
	width: 31.3%;
	float: left;
	margin-right: 3%;
	box-sizing: border-box;
}
.magazine-posts-boxed-horizontal .medium-posts .medium-post:nth-child(3n) {
	margin-right: 0;
}
.default-magazin-title .entry-title a,
.medium-posts .entry-title,
.medium-posts .entry-title a,
.small-post .entry-title,
.small-post .entry-title a {
	font-size: 14px;
	line-height: 1.4;
	font-weight: normal;
	margin-bottom: 10px;
}
.magazine-list h3 a:hover,
.large-post .entry-title a:hover,
.default-magazin-title .entry-title a:hover,
.medium-posts .entry-title a:hover,
.small-post .entry-title a:hover {
	text-decoration: underline;
}
.small-post .entry-title {
	margin-bottom: 0;
	clear: none;
}

/*Column Layout*/
.magazine-posts-columns {
	width: 47.9042%;
	float: left;
	box-sizing: border-box;
	position: relative;
	margin-right: 4.1916%;
}
.magazine-posts-columns:nth-child(2n) {
	margin-right: 0;
}
.magazine-posts-columns-post-list .large-post .thumbnail {
	margin-bottom: 10px;
}
.magazine-posts-columns-post-list .large-post .entry-title {
	margin-bottom: 10px;
}
.magazine-posts-columns-post-list .large-post {
	margin-bottom: 28px;
}
.magazine-posts-columns .small-post {
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}
.magazine-posts-columns .small-post:last-child {
	margin-bottom: 0;
}
.small-post .thumbnail {
	width: 30%;
	float: left;
	margin-right: 15px;
}

/*Grid Two Column*/
.widget-magazine-posts-grid .large-post {
	width: 47.90%;
	float: left;
	margin-right: 4.19%;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.widget-magazine-posts-grid .large-post:nth-of-type(even) {
	margin-right: 0;
}
.widget-magazine-posts-grid .large-post-row:last-child .large-post {
	margin-bottom: 0;
}

/*Grid Three Column*/
.widget-magazine-posts-grid .medium-posts {
	width: 30.305%;
	float: left;
	margin-right: 4.5425%;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.widget-magazine-posts-grid .medium-posts:nth-child(3n) {
	margin-right: 0;
}
.widget-magazine-posts-grid .medium-posts:nth-child(3n+1) {
	clear: left;
}

/*List Style*/
.magazine-list {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}
.magazine-list .entry-header {
	margin-bottom: 20px;
}
.magazine-list .thumbnail {
	max-width: 34%;
	float: left;
	margin-right: 25px;
	margin-bottom: 30px;
}
.right-post .thumbnail {
	float: right;
	margin-left: 25px;
	margin-right: 0;
}
.full-post {
	padding-bottom: 0;
}
.full-post .post-thumbnail {
	margin-bottom: 10px;
}

/*Reset style magazin homepage in sidebare*/
.widget-area .widget-magazine-posts .large-post .entry-title a,
.widget-area .widget-magazine-posts .magazine-list h3 a {
	font-size: 16px;
	font-weight: normal;
}
.widget-area .widget-magazine-posts .large-post .thumbnail {
	width: 100%;
	float: none;
}
.widget-area .widget-magazine-posts .small-post,
.widget-area .widget-magazine-posts .medium-post,
.widget-area .widget-magazine-posts .large-post,
.widget-area .widget-magazine-posts .medium-posts,
.widget-area .widget-magazine-posts .small-items-wrap {
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
}
.widget-area .widget-magazine-posts .small-post,
.widget-area .widget-magazine-posts .medium-post,
.widget-area .widget-magazine-posts .large-post,
.widget-area .widget-magazine-posts .medium-posts {
	padding-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
}
.widget-area .widget-magazine-posts .magazine-posts-column-left,
.widget-area .widget-magazine-posts .magazine-posts-column-right {
	width: 100%;
	padding: 0;
	margin: 0
}
.widget-area .widget-magazine-posts .magazine-list .thumbnail {
	max-width: 100%;
	width: 100%;
	padding: 0;
	margin: 0
}
.widget-area .widget-magazine-posts .magazine-list .entry-content p {
	margin-bottom: 0;
}
.widget-area .widget-magazine-posts .magazine-posts-column-left {
	margin-bottom: 30px;
}
.widget-area .widget-magazine-posts .large-post .thumbnail,
.widget-area .widget-magazine-posts .medium-posts .thumbnail,
.widget-area .widget-magazine-posts .magazine-list .thumbnail {
	margin-bottom: 10px;
}
.widget-area .widget-magazine-posts .small-post .thumbnail,
.widget-area .widget-magazine-posts .medium-post .thumbnail {
	width: 30%;
	margin-right: 10px;
	float: left;
}
.widget-area .widget-magazine-posts .small-post:last-child,
.widget-area .widget-magazine-posts .medium-post:last-child,
.widget-area .widget-magazine-posts .medium-posts:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.widget-area .widget-magazine-posts .small-post .entry-title,
.widget-area .widget-magazine-posts .medium-post .entry-title {
	clear: none;
}
.widget-area .entry-footer,
.widget-area .entry-meta {
	padding-top: 0;
}
.widget-area .entry-meta,
.widget-area .entry-meta a {
	padding-top: 0;
}

/*--------------------------------------------------------------
# Post Blank List Post
--------------------------------------------------------------*/
.category-item li {
	border-bottom: 0;
	padding: 0px 0px 5px 20px;
	position: relative;
}
.category-item li:before {
	font-family: 'FontAwesome';
	content: '\f105';
	display: block;
	position: absolute;
	left: 5px;
	top: 0;
}
.category-item li a {
	color: #000;
	text-decoration: none;
	-webkit-box-shadow: inset 0 0 0 #000;
	-moz-box-shadow: inset 0 0 0 #000;
	-ms-box-shadow: inset 0 0 0 #000;
	box-shadow: inset 0 0 0 #000;
	-webkit-transition: all .1s ease-in-out .1s;
	-moz-transition: all .1s ease-in-out .1s;
	-o-transition: all .1s ease-in-out .1s;
	transition: all .1s ease-in-out .1s;
}
.category-item li a:hover {
	-webkit-box-shadow: inset 0 -2px 0 #000;
	-moz-box-shadow: inset 0 -2px 0 #000;
	-ms-box-shadow: inset 0 -2px 0 #000;
	box-shadow: inset 0 -2px 0 #000;
	text-decoration: none;
}
/* One Column */
.one-col li {
	width: 100%;
}
.category-item .entry-title a {
	font-size: 18px;
}
/* Two Column */
.two-col li {
	width: 48%;
	float: left;
	margin-right: 4%;
	position: relative;
}
.two-col li:nth-child(2n) {
	margin-right: 0;
}

.three-col li {
	width: 32%;
	float: left;
	margin-right: 2%;
}
.three-col li:nth-child(3n) {
	margin-right: 0;
}
.three-col li:nth-child(3n+1) {
	clear: left;
}
.magazine-posts-category-column .wrap-header,
.magazine-posts-category-lists .wrap-header {
	border-bottom: 0;
}
.magazine-posts-category-column .wrap-header:before,
.magazine-posts-category-lists .wrap-header:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
}
.magazine-posts-category-column .wrap-header .widget-title,
.magazine-posts-category-lists .wrap-header .widget-title {
	font-size: 20px;
	color: #000;
	position: relative;
	display: inline-block;
	padding: 8px 22px 8px 0;
	margin: 0;
	background: #fff;
}

.wrap-header .header-title {
    font-size: 20px;
    font-size: 1.25em;
    background: #fff;
    position: relative;
    display: inline-block;
    padding: 3px 15px 3px 0;
    margin: 0;
}


/*--------------------------------------------------------------
# Media Screen
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	.entry-title {
		font-size: 28px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 970px) {
	.site-branding {
		width: 100%;
	}	
	.category-menu .container {
		border-bottom: 1px solid #f0f0f0;
	}
	#mobile-menu-wrapper ul ul li:last-child {
		border-bottom: none;
	}
}

@media (min-width: 880px) {

	.main-magazine-homepage {
		width: 65.2173913043%;
		max-width: 750px;
	}

	.none-sidebar .main-magazine-homepage {
		width: 100%;
		max-width: 100%;
	}

	.left-sidebar .main-magazine-homepage {
		float: right;
	}
}

/*When layout Responsive*/
@media screen and (max-width: 768px) {
	.overlay-posts a {
		font-size: 12px;
	}
	.magazine_posts_featured .magazine-posts-featured .medium-posts article,
	.magazine_posts_featured .magazine-posts-featured .four-posts article,
	.magazine_posts_featured .magazine-posts-featured .three-posts article {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.magazine_posts_featured .magazine-posts-featured .medium-posts article .posts-info-container {
		padding: 0;
	}
	.magazine_posts_featured .magazine-posts-featured .three-posts article:nth-child(3n) {
		margin-right: 2%;
	}
	.magazine_posts_featured .magazine-posts-featured .medium-posts article:nth-child(2n),
	.magazine_posts_featured .magazine-posts-featured .four-posts article:nth-child(2n) {
		margin-right: 0;
		margin-left: 2%;
	}
	.magazine_posts_featured .magazine-posts-featured .three-posts article:nth-child(3n+1) {
		clear: left;
	}
	.magazine_posts_featured .magazine-posts-featured .medium-posts article:nth-child(2n+1),
	.magazine_posts_featured .magazine-posts-featured .four-posts article:nth-child(2n+1) {
		clear: left;
	}
	.magazine_posts_featured .magazine-posts-featured .three-posts article .entry-meta *,
	.magazine_posts_featured .magazine-posts-featured .medium-posts article .entry-meta *,
	.magazine_posts_featured .magazine-posts-featured .four-posts article .entry-meta * {
		font-size: 10px;
	}
	.magazine_posts_featured .magazine-posts-featured .medium-posts .full-width-post {
		width: 100%;
	}
	.magazine_posts_featured .magazine-posts-featured .medium-right-posts {
		width: 50%;
		float: right;
		margin-left: 0;
	}
	.magazine_posts_featured .magazine-posts-featured .medium-right-posts article {
		width: 100%;
		height: 130px;
		margin: 0 0 10px 0;
	}
	.magazine_posts_featured .magazine-posts-featured .medium-right-posts article:nth-child(2n) {
		margin-left: 0;
	}
	.magazine_posts_featured .magazine-posts-featured article .post-thumbnail a:before {
		height: 70%;
	}
	.magazine_posts_featured .magazine-posts-featured .large-post .post-thumbnail a:before,
	.magazine_posts_featured .magazine-posts-featured .three-posts article .post-thumbnail a:before {
		height: 40%;
	}
}

@media (max-width: 767px) {
	.main-magazine-homepage {
		width: 100%;
		margin-right: 0;
		padding: 30px;
	}
	.magazine-posts-featured .mid-medium-posts article,
	.magazine-posts-columns .small-post .thumbnail {
		width: 100%;
		margin-right: 0;
	}
	.right-post-thumbnail .post-item .thumbnail,
	.left-post-thumbnail .post-item .thumbnail,
	.post-item .thumbnail {
		margin: 12px 0;
		padding-right: 0;
	}
	.right-post-thumbnail .post-item .thumbnail,
	.left-post-thumbnail .post-item .thumbnail,
	.post-item .thumbnail,
	.post-item .entry-header,
	.post-item .entry-content {
		width: 100%;
		float: none;
	}
	.magazine_posts_featured .magazine-posts-featured .medium-posts {
		width: 100%;
	}
	.magazine_posts_featured .magazine-posts-featured > article {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 1%;
	}
	.magazine_posts_featured .magazine-posts-featured article img {
		width: 100%;
	}
	.magazine-posts-featured .mid-medium-posts,
	.magazine-posts-featured .mid-medium-posts img {
		width: 100%;
	}
	.post-item .thumbnail {
		background: none;
	}
	.three-col li {
		width: 48%;
		margin-right: 4%;
	}
	.three-col li:nth-child(2n) {
		margin-right: 0;
	}
	.three-col li:nth-child(2n+1) {
		clear: left;
		margin-right: 4%;
	}
	.three-col li:nth-child(3n+1) {
		clear: none;
	}
}

@media screen and (max-width: 600px) {
	.main-header {
		position: relative;
		top: 0 !important;
	}
	#catcher {
		display: none;
	}
	.magazine-homepage img {
		display: block;
	}
	.magazine-posts-boxed-vertical ul.small-list,
	.magazine-posts-boxed-vertical .small-items-wrap {
		width: 100%;
	}
	.magazine-posts-columns {
		width: 100%;
		margin: 30px 0;
		float: none;
	}
	.widget-magazine-posts-grid .large-post,
	.widget-magazine-posts-grid .medium-posts {
		width: 100%;
		margin-right: 0;
	}
	.magazine-posts-lists .left-post .thumbnail,
	.magazine-posts-lists .right-post .thumbnail {
		width: 100%;
		max-width: 100%;
		float: none;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 15px;
	}
	.three-col li,
	.two-col li {
		width: 100%;
		margin-right: 0;
	}
	.three-col li:nth-child(2n+1) {
		margin-right: 0;
	}
}

@media screen and (max-width: 414px) {
	.magazine-posts-grid-row .medium-post {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.widget-magazine-posts .type-post img {
		width: 100%;
	}
	.magazine-posts-boxed-vertical .large-post {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	.magazine-posts-boxed-vertical .small-items-wrap {
		width: 100%;
		float: none;
	}
	.magazine-posts-boxed-horizontal .large-post .thumbnail {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.magazine-posts-boxed-horizontal .large-post .post-content {
		overflow: visible;
	}
	.magazine-posts-boxed-horizontal .medium-posts .medium-post {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.magazine-posts-boxed-horizontal .medium-posts .medium-post .thumbnail {
		max-width: 30%;
		float: left;
		margin-bottom: 0;
		margin-right: 15px;
	}
}


/*Responsive*/
@media screen and (max-width: 970px) {
	.category-menu .category-navigation {
		display: none;
	}
	.category-navigation li.menu-item-has-children > a:after {
		content: '';
	}
}

@media screen and (max-width: 480px) {
	.right-post-thumbnail .post-item .entry-content {
		overflow: visible;
	}
	.left-post-thumbnail .post-item .entry-content {
		overflow: visible;
	}
	.left-post-thumbnail .post-item .thumbnail {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.related-posts ul.related li {
		width: 100%;
		margin-right: 0;
	}
	.related-posts ul.related li .thumbnail {
		width: 40%;
		margin-right: 10px;
		margin-bottom: 0;
	}
	.related-posts ul li a {
		float: none;
	}
	.bio-avatar {
		width: 24%;
		margin-right: 20px;
	}
	.bio-desc {
		overflow: visible;
	}
	.bio-name {
		font-size: 20px;
	}

}
