.entry img:hover {
	opacity: 0.7;
}

.nf-form-title {
	display: none !important;
}


/* Yuzo */

div#display_yuzo_related div.yuzo_related_post div.relatedthumb:first-child {
	margin-left: 0px !important;
}

.yuzo_related_post .relatedthumb {
	width: 30.5% !important;
	margin-left: 2.6% !important;
	margin-right: 0 !important;
}

.yuzo_related_post .relatedthumb .yuzo-img {
	height: 160px !important;
	width: 100% !important;
}

.yuzo_related_post_widget .relatedthumb .yuzo-img:hover {
	opacity: 0.7;
}

.yuzo_related_post h3 {
	text-align: center;
	font-size: 33px;
	margin: 20px 0 !important;
}


/** Style Excerpt & Style Full **/

.style-excerpt {
	margin: 0 0 60px 0;
}

.style-full {
	margin: 0 0 30px 0;
}

.style-excerpt .wrap-title,
.style-full .wrap-title,
.style-single .wrap-title {
	margin-bottom: 25px;
}

.style-excerpt h4.post-title,
.style-full h4.post-title,
.style-single h4.post-title {
	text-align: center;
	margin: 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 27px;
}

.style-excerpt .wrap-date-cate,
.style-full .wrap-date-cate,
.style-list .wrap-date-cate,
.style-grid .wrap-date-cate,
.style-single .wrap-date-cate {
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Zilla Slab';
	font-weight: 400;
	letter-spacing: 1px;
}

.style-excerpt .read-more,
.style-grid .read-more {
	text-align: center;
	margin-top: 25px;
}

.style-excerpt .read-more a,
.style-list .read-more a,
.style-grid .read-more a {
	font-family: 'InstantNoodle';
	font-weight: 400;
	font-size: 14px;
	padding: 10px 25px;
	letter-spacing: 2px;
}


/** Style List **/

.full-width-content .style-list .featured-thumbnail {
	max-width: unset;
	width: 30%;
}

.full-width-content .style-list .post-content {
	width: 100%;
}

.full-width-content .style-list.has-post-thumbnail .post-content {
	width: 70%;
}

.style-list .featured-thumbnail {
	width: 40%;
}

.style-list.has-post-thumbnail .post-content {
	width: 60%;
}

.style-list .featured-thumbnail,
.full-width-content .style-list .featured-thumbnail {
	float: left;
	overflow: hidden;
	position: relative;
}

.style-list .featured-thumbnail-inner {
	width: 90%;
	margin-right: 10%;
}

.style-list .post-content,
.full-width-content .style-list .post-content {
	float: left;
}

.style-list .wrap-date-cate {
	text-align: left;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.style-list h5.post-title {
	text-align: left;
	margin: 0;
	letter-spacing: 2px;
	font-size: 28px;
}

.style-list {
	margin-bottom: 50px;
}


/** Style Grid **/

.style-grid {
	margin-bottom: 60px;
}

.style-grid h5.post-title {
	text-align: center;
	margin: 0;
	font-size: 24px;
	margin-top: 10px;
}

.style-grid .wrap-date-cate {
	margin-top: 5px;
	margin-bottom: 10px;
}

.style-grid .post-content {
	margin-top: 10px;
	text-align: center;
}


/* Category index */

.category-index .featuredpost-grid {
	margin-bottom: 50px;
}

.category-index .featuredpost-grid .entry-title {
	text-align: center;
	font-family: 'Cormorant Garamond';
	font-style: italic;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
}

.category-index .featuredpost-grid .featured-content .entry {
	border: none;
	float: left;
	padding: 0px 10px;
	width: 33%;
}

.category-index .featuredpost-grid .entry {
	margin-bottom: 20px;
}

.category-index .featuredpost-grid .more-from-category {
	text-align: center;
	width: 255px;
	margin: 0 auto;
	clear: both;
}

.category-index .featuredpost-grid .more-from-category a {
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: "Cormorant Garamond";
	padding: 12px 20px;
	width: 100%;
	font-weight: 500;
	font-style: italic;
}

.category-index .widget {
	margin-bottom: 80px;
}


/* Single Page */

.prev-post a,
.next-post a {
	font-style: italic;
}

.prev-post span,
.next-post span {
	display: block;
	font-size: 15px;
	letter-spacing: 0.8px;
	margin-bottom: 5px;
}

.prev-post {
	width: 50%;
	float: left;
	text-align: left;
}

.next-post {
	width: 50%;
	float: left;
	text-align: right;
}

.single-post .wrap-nav-post::after {
	content: "";
	clear: both;
	display: block;
	margin-bottom: 30px;
}

.style-single .social-share {
	font-size: 14px;
	margin: 25px 0;
}

.style-single .social-share a {
	margin: 0 10px 0 0;
}


/* # Contact */

.nf-field-label label {
	font-weight: 100 !important;
}

.nf-before-form-content {
	display: none !important;
}


/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.parallax .para-front-page-1,
.parallax .para-front-page-2,
.parallax .para-front-page-3,
.parallax .para-front-page-4,
.parallax .para-front-page-5 {
	opacity: 0;
	overflow: hidden;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translateY(18px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes rotaTe {
	from {
		opacity: 0.5;
		-webkit-transform: rotate(-30deg);
	}
	to {
		opacity: 1;
		-webkit-transform: rotate(0deg);
	}
}

@keyframes rotaTe {
	from {
		opacity: 0.5;
		transform: rotate(-30deg);
	}
	to {
		opacity: 1;
		transform: rotate(0deg);
	}
}

@-webkit-keyframes scaLe {
	from {
		opacity: 0;
		-webkit-transform: scale(1.5, 1.5);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1, 1);
	}
}

@keyframes scaLe {
	from {
		opacity: 0;
		transform: scale(2, 2);
	}
	to {
		opacity: 1;
		transform: scale(1, 1);
	}
}


/* Parallax Effect Front 1 */

.para-effect-1-translate {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.para-effect-1-rotate {
	-webkit-animation-name: rotaTe;
	animation-name: rotaTe;
}

.para-effect-1-scale {
	-webkit-animation-name: scaLe;
	animation-name: scaLe;
}


/* Parallax Effect Front 2 */

.para-effect-2-translate {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.para-effect-2-rotate {
	-webkit-animation-name: rotaTe;
	animation-name: rotaTe;
}

.para-effect-2-scale {
	-webkit-animation-name: scaLe;
	animation-name: scaLe;
}


/* Parallax Effect Front 3 */

.para-effect-3-translate {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.para-effect-3-rotate {
	-webkit-animation-name: rotaTe;
	animation-name: rotaTe;
}

.para-effect-3-scale {
	-webkit-animation-name: scaLe;
	animation-name: scaLe;
}


/* Parallax Effect Front 4 */

.para-effect-4-translate {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.para-effect-4-rotate {
	-webkit-animation-name: rotaTe;
	animation-name: rotaTe;
}

.para-effect-4-scale {
	-webkit-animation-name: scaLe;
	animation-name: scaLe;
}


/* Parallax Effect Front 5 */

.para-effect-5-translate {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.para-effect-5-rotate {
	-webkit-animation-name: rotaTe;
	animation-name: rotaTe;
}

.para-effect-5-scale {
	-webkit-animation-name: scaLe;
	animation-name: scaLe;
}


/* Line */

.divpost {
	width: 100%;
	background-color: #000;
	margin: 20px 0;
	display: block;
	height: 1px;
}


/* Ninja form */

.nf-error .ninja-forms-field {
	border: 1px solid #ddd !important;
}

.nf-error-msg,
.ninja-forms-req-symbol {
	color: #B92944 !important;
}

.ninja-forms-field {
	padding: 8px !important;
}

.nf-field .nf-field-element input[type="button"] {
	padding: 9px 23px !important;
}


/* Landing Page */

.page-template-landing .site-header,
.page-template-landing .nav-primary,
.page-template-landing .nav-secondary,
.page-template-landing .nav-footer,
.page-template-landing .menu-toggle {
	display: none !important;
}
.page-template-landing .nav-primary-wrapper.sticky+.site-inner {
	margin-top: 0;
}
.page-template-landing .page-title {
	font-family: 'InstantNoodle', sans-serif;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

.page-template-landing .content-landing {
	max-width: 800px;
	margin: 0 auto;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 860px) {
	.featured-thumbnail {
		text-align: center;
	}
	.category-index {
		margin-bottom: 10%;
	}
}

@media only screen and (max-width: 640px) {
	.style-list .post-content p,
	.style-list .post-content .read-more a {
		width: 100%;
		margin-bottom: 15px;
	}
	.style-list .post-content p {
		margin-bottom: 25px;
	}
	.style-list .wrap-title {
		margin-bottom: 10px;
	}
	.style-excerpt .social-share,
	.style-full .social-share {
		width: 100%;
		float: none;
		text-align: center;
	}
	.style-excerpt .read-more,
	.style-full .read-more {
		width: 100%;
		float: none;
		text-align: center;
	}
	.style-excerpt .comments-more,
	.style-full .comments-more {
		width: 100%;
		float: none;
		text-transform: uppercase;
		text-align: center;
	}
	.style-list h2.post-title,
	.style-list .wrap-date-cate,
	.style-list .read-more {
		text-align: center;
	}
	.style-list .featured-thumbnail,
	.style-list.has-post-thumbnail .post-content,
	.style-list .featured-thumbnail-inner {
		float: none;
		width: 100%;
		max-width: none;
		margin-bottom: 10px;
	}
	.category-index .featuredpost-grid .featured-content .entry {
		width: 100%;
		clear: both;
		text-align: center;
	}
	.comment-content {
		clear: both;
		float: none;
	}
	.full-width-content .style-list .post-content,
	.style-list .featured-thumbnail {
		width: 100% !important;
	}
	.style-list .post-content .read-more {
		width: unset;
	}
	.style-excerpt .post-content,
	.style-full .post-content {
		margin-bottom: 0;
	}
	.style-grid .wrap-title {
		margin-top: 10px;
	}
	.style-list h5.post-title,
	.style-excerpt h4.post-title,
	.style-full h4.post-title,
	.style-single h4.post-title {
		text-align: center;
		font-size: 25px;
	}
}

@media only screen and (max-width: 480px) {

	.prev-post,
	.next-post {
		width: 100%;
		clear: both;
		text-align: center;
		margin: 10px 0;
	}
	.yuzo_related_post .relatedthumb {
		width: 100% !important;
		height: auto !important;
		margin: 0 !important;
		padding: 15px 0 !important;
	}
	.style-list h5.post-title,
	.style-excerpt h4.post-title,
	.style-full h4.post-title,
	.style-single h4.post-title {
		font-size: 23px;
	}
}