.n2u-header-title,
.jnu-header-title {
	font-size: 2.4rem!important
}
.powered_by_n2u {
	font-size: .4em;
	font-weight: 700;
	text-transform: lowercase;
	vertical-align: 10%
}
.powered_by_n2u_footer {
	font-size: 1em;
	text-align: center
}
.n2u_paging_link {
	margin-bottom: 0 !important
}
.n2u_logo {
	vertical-align: -10%
}
.n2u_older_articles a {
	display: block;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 3%
}
.n2u_list h2 {
	color: #000;
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 6%;
	line-height: 25px
}
.n2u_list h1 {
	font-size: 1.3em
}
.n2u_list figure {
	float: right !important
}
.n2u_meta_box {
	float: left
}
.n2u_share_bottons {
	display: inline;
	float: right;
	margin: 0 0 1em
}
.n2u_share_bottons li {
	display: inline-block;
	text-align: center
}
.n2u_share_bottons a:hover {
	opacity: .8;
}
.n2u_share_bottons img {
	margin-bottom: 0
}
.content_styles .n2u_entry {
	width: 100%
}
.n2u_slides {
	overflow: visible !important
}
.n2u_caption {
	font-size: small;
	margin-top: 2%
}
.n2u_entry .post-edit-link:before {
	content: none !important
}
.align-center {
	text-align: center
}
#consortium-sidebar-menu {
	padding: 0;
	margin: 15px auto
}
#consortium-sidebar-menu li {
	margin: 10px auto;
	background: #09c;
	border-radius: 3px;
	display: block;
	line-height: 40px;
	font-size: .75em;
	height: 3.125em;
	width: 300px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out
}
#consortium-sidebar-menu li a {
	color: #fff
}
#consortium-sidebar-menu li:focus,
#consortium-sidebar-menu li:hover {
	background: #ff5c1a
}
#consortium-sidebar-menu a {
	vertical-align: -5%;
	display: inline-block;
	width: 100%;
	height: 100%
}
/* Country Report */
h1 .country-report-header-title {
	font-size: 37px;
}
.country_report_title {
	font-family: serif;
	font-size: 15px;
	text-align: center;
}
.country_report_title h2 {
	border-bottom: solid 4px #ddd;
	font-size: 1.6rem;
    padding: 0 0 .7em;
    font-weight: 400;
    color: #333;
    background: #fbfbfb;
}
.country_report_title h2 a {
	color: #333;
}
.country_report_title h2 a:hover {
	color: #ff5c1a;
}
.sms-info img:hover {
	opacity: .6;
	transition: all .1s linear;
}
.sms-links,
.sms-links a {
	display: block;
	text-align: center;
}
/* PODCAST */
.podcast-top-image img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
/* Taxonomy Featured */
.taxonomy-featured {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.taxonomy-featured .column_large {
	order: 0;
}
.taxonomy-featured .column_small {
	order: 1;
}
.taxonomy-featured .taxonomy-banner {
	order: 2;
}
.taxonomy-banner img {
	box-sizing: border-box;
	margin: 5px 0 15px;
	max-width: 100%;
}
/* City Guide */
.event_title h2 {
	color: #333;
	font-family: utopia-std,Georgia,serif;
    font-size: 1.5rem;
    line-height: 1.6875rem;
    font-weight: 700;
    margin: 0 0 .125em;
}
/* SNS buttons in single */
.single-sns-area {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 !important;
	padding: 0 !important;
}
.single-sns-area li {
    list-style-type: none !important;
    margin: 0 !important;
    position: relative;
	width: 32.8%;
}
.single-sns-area a {
	align-items: center;
	border-radius: 3px;
	color: #fff !important;
	display: flex;
	font-family: Pluto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	justify-content: center;
	padding: 8px;
	width: 100%;
}
.twitter-count,
.facebook-count,
.linkedin-count {
	bottom: 5px;
	color: #fff;
	font-size: 12px !important;
	line-height: 12px;
	min-width: 8px;
	right: 5px;
	position: absolute;
}
.single-sns-area a:focus {
	color: #fff !important;
}
.single-sns-area a:hover {
	color: #fff !important;
	opacity: .8;
}
.single-sns-area i {
	margin-right: 5px;
}
.twitter-share {
	background-color: #1dcaff;
}
.facebook-share {
	background-color: #3b5998;
}
.linkedin-share {
	background-color: #0e76a8;
}
/* Mobile */
@media screen and (max-width: 767px) {
	.n2u-header-title,
	.jnu-header-title {
		font-size:2rem!important;
	}
	.powered_by_n2u {
		font-size:0.6em;
	}
	.powered_by_n2u_footer {
		margin-bottom:4%;
	}
	.taxonomy-featured {
		display: block;
	}
	.taxonomy-banner {
		margin: 0 auto;
		width: 93vw;
	}
	.podcast-top-image {
		margin-top: 15px;
	}
	@media only screen and (orientation : portrait) {
		h2>.powered_by_n2u:before {
			content: "\A";
			white-space: pre;
		}
		.n2u_list h2 {
			font-size:0.83em;
			line-height:18px;
		}
		.country_report_title h2 {
			line-height: 25px;
		}
		.single-sns-area a {
			font-size: 13px;
		}
		.twitter-count,
		.facebook-count,
		.linkedin-count {
			bottom: 3px;
			right: 3px;
		}
		body.single .page_title h2,
		body.tax-podcast_category .page_title h2 {
			font-size: 1.3em;
		}
	}
}
/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.n2u-header-title,
	.jnu-header-title {
		font-size:2.2rem!important;
	}
	.n2u_list h2 {
		line-height:27px;
	}
	@media only screen and (orientation : portrait) {
		.n2u_list h2 {
			font-size:1.5em;
		}
		.podcast-top-image {
			margin-top: 15px;
		}
	}
}
