.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 {
    height: 225px !important;
    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;
}
/** Style Excerpt & Style Full **/
.style-excerpt .post-meta,
.style-full .post-meta,
.style-list .post-meta,
.style-grid .post-meta,
.style-single .post-meta {
	text-align: center;
	font-family: 'Libre Baskerville';
	font-size: 13px;
	font-style: italic;
	letter-spacing: 0.35px;
	margin: 0 auto;
	width: 50%;
	border-bottom: 1px solid #5D5D5D;
	padding-bottom: 15px;
}
.style-excerpt h2.post-title,
.style-full h2.post-title,
.style-list h2.post-title,
.style-grid h2.post-title,
.style-single h2.post-title {
	font-family: 'Libre Baskerville';
	text-align: center;
	font-size: 20px;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 20px;
}
.style-excerpt .post-content,
.style-full .post-content,
.style-list .post-content,
.style-grid .post-content {
	font-family: 'Libre Baskerville';
	font-size: 13px;
	letter-spacing: 0.35px;
	line-height: 180%;
	text-align: center;
}
.style-excerpt.has-post-thumbnail .post-content .post-content-text,
.style-full.has-post-thumbnail .post-content .post-content-text {
	width: 80%;
	margin: 0 auto;
	position: relative;
	padding: 25px;
	border: 1px solid;
	outline: 7px solid #fff;
	bottom: 90px;
	margin-bottom: -90px;
	padding-bottom: 30px;
	opacity: 0.9;
}
.style-excerpt .read-more {
	margin-top: 25px;
}
.style-excerpt .read-more a,
.style-list .read-more a,
.style-grid .read-more a {
	padding: 12px 25px;
	background: #000;
	color: #fff;
	font-family: 'Raleway';
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
}
.style-excerpt .read-more a:hover,
.style-list .read-more a:hover,
.style-grid .read-more a:hover {
	background: #F3E9E7;
	color: #000;
}
.style-excerpt,
.style-full {
	margin-bottom: 60px;
}
/** Style List **/
.style-list .post-meta {
	text-align: left;
	width: 100%;
	border: 0;
	padding: 0;
}
.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 h2.post-title {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 15px;
}
.style-list .post-content {
	text-align: left;
}
.style-list .post-content .read-more {
	margin-top: 25px;
}
.style-list {
    margin-bottom: 30px;
}
/** Style Grid **/
.style-grid h2.post-title {
	font-size: 15px;
	overflow-y: unset;
	margin-bottom: 5px;
	margin-top: 0;
	height: auto;
}
.style-grid .post-meta {
	width: 100%;
	padding: 0;
	border: 0;
	margin-top: 10px;
}
.style-grid .post-content {
	min-height: 135px;
}
.style-grid .read-more {
	text-align: center;
	margin-top: 20px;
}
.style-grid {
	margin-bottom: 50px;
}
/* Category index */
.category-index .featuredpost-grid {
	margin-bottom: 50px;
}
.category-index .featuredpost-grid .widget-title,
.yuzo_related_post h3 {
	font-size: 21px;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-family: 'Jelytta';
    margin-bottom: 35px !important;
}
.category-index .featuredpost-grid .entry-title {
	text-align: center;
    text-transform: uppercase;
}
.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: 260px;
    margin: 0 auto;
    clear: both;
    text-transform: uppercase;
}

.category-index .featuredpost-grid .more-from-category a {
	color: #fff;
	background: #000;
	text-align: center;
	font-size: 10px;
	letter-spacing: 1px;
	font-family: "Raleway";
	text-transform: uppercase;
	padding: 15px 20px;
	width: 100%;
	font-weight: 500;

}
.category-index .featuredpost-grid .more-from-category a:hover {
	background: #F3E9E7;
	color: #000;
}

.category-index .widget {
	margin-bottom: 80px;
}
/* Single Page */
.style-single .post-meta {
	padding-bottom: 10px;
}
.prev-post a, .next-post a {
	font-size: 13px;
	font-style: italic;
	letter-spacing: 0.35px;
}
.prev-post span, .next-post span {
	display: block;
	font-size: 14px;
	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;
}
.style-single .social-share {
	margin: 25px 0;
}
.style-single .social-share a {
	margin: 0 7px 0 0;
}
.after-entry .featuredpost {
	text-align: center;
}
.after-entry .featuredpost article {
	width: 31%;
	float: left;
	margin: 1%;
}
.after-entry .widget-title {
	font-size: 21px;
	text-align: center;
	text-transform: uppercase;

}
/* # Contact */
.nf-field-label label {
	font-family: 'Libre Baskerville' !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}
.nf-before-form-content {
	display: none !important; 
}
.nf-error .ninja-forms-field {
	border: 1px solid #ddd !important;
}
.nf-error-msg, .ninja-forms-req-symbol {
	color: #B92944 !important;
}
.ninja-forms-field {
	padding: 12px !important;
	letter-spacing: 0.35px;
}
.nf-field .nf-field-element input[type="button"] {
	padding: 10px 25px !important;
	font-size: 12px !important;
}
.nf-field .nf-field-element input[type="button"]:hover {
	background: #F3E9E7;
	color: #000;
}
/* 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: 1;
	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(50px); }
    to { opacity: 1; -webkit-transform: translateY(0); }
} 

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(50px); }
    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: 30px 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: 10px !important;
	font-size: 13px !important;
	border-color: #000;
}
/* Genesis Responsive Slider
--------------------------------------------- */
#genesis-responsive-slider {
	border: 0 !important;
	padding: 0 !important;
}
.slide-excerpt-border {
    border: 1px solid #eee !important;
    margin: 10px;
    padding: 25px 20px 10px !important;
    display: table-row !important;
}
.slide-excerpt {
    bottom: unset !important ;
    right: unset !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto !important;
    overflow: auto;
    left: 50%;
    display: table !important;
    max-width: 60% !important;
}
html > body .slide-excerpt-border {
    border: 1px solid #282828 !important;
    outline: 10px solid rgba(255, 255, 255,0.9);
}
.slide-excerpt-border p {
    margin-top: 0px !important;
    margin-bottom: 25px !important;
    font-size: 12px;
    text-align: center;
    line-height: 180%;
    color: #000;
    letter-spacing: 1px;
}
.slide-excerpt-border h2 {
    line-height: 180%;
}
.slide-excerpt-border h2 a {
    font: normal 21px Libre Baskerville, serif;
    color: #000;
    background: transparent !important;
    text-transform: uppercase;
    border: 0px !important;
    width: 500px;
    text-align: center;
    letter-spacing: 3px;
}
.slide-excerpt-border h2 a:hover {
    background: transparent !important;
    color: #F3E9E7;
}
.slide-excerpt-border a.read-more {
    text-transform: uppercase;
    padding: 14px 12px;
    display: block;
    font: normal 10px Montserrat, sans-serif;
    letter-spacing: 2px;
    margin: 20px auto;
    width: 135px;
    height: 42px;
    z-index: 9999;
    opacity: 1;
    font-weight: 500;
}
.flex-control-nav {
	margin: 0 !important;
	margin-top: -35px !important;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
    list-style: none;
}
.widget-area {
    word-wrap: break-word;
}
.home-slider {
    text-align: center;
    margin-bottom: 40px;
}
.flexslider .slides img {
    display: block;
    height: auto !important;
}
.flexslider {
    margin: 0 auto; !important;
    text-align: center;
}
/* 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 .content-landing {
	max-width: 800px;
	margin: 0 auto;
}
/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 1023px) {
	.style-excerpt .post-meta, .style-full .post-meta,
	.style-single .post-meta {
		width: 60%;
	}
}
@media only screen and (max-width: 860px) {
	.featured-thumbnail {
		text-align: center;
	}
	.category-index {
		margin-bottom: 10%;
	}
	/* Slider */
	.slide-excerpt-border {
		padding: 10px !important;
		height: auto !important;
	}
	.slide-excerpt-border p {
		display: none;
	}
	.slide-excerpt-border h2 {
		height: auto;
		overflow-y: auto;
		font-size: 15px;
		margin-bottom: 0;
	}
	.slide-excerpt-border h2 a {
		font-size: 15px;
	}
}
@media only screen and (max-width: 640px) {
	.style-list .post-content {
	    font-size: 13px;
	}
	.style-list .post-content p,
	.style-list .post-content .read-more a {
		width: 100%;
	}
	.style-list .wrap-title {
		margin-bottom: 5px;
	}
	.style-excerpt .social-share,
	.style-full .social-share {
		width: 100%;
		float: none;
		text-align: center;
	}
	.style-list .post-content .read-more {
		margin-top: 20px;
	}
	.style-excerpt .read-more,
	.style-full .read-more {
		width: 100%;
		float: none;
		text-align: center;
		font-family: "Raleway";
	}
	.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 .read-more,
	.style-list .post-meta {
		text-align: center;
	    margin-top: 0;
    	margin-bottom: 5px;
	}	
	.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;
	}
	.style-grid {
		margin-bottom: 45px;
	}
	.style-grid .post-content {
	    min-height: 110px;
	}
	.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;
	}
}
@media only screen and (max-width: 480px) {
	.flex-control-nav {
		display: none !important;
	}
	.after-entry .featuredpost article {
		clear: both;
		width: 100%;
		margin: 12px 0;
	}
	.after-entry .featuredpost article .aligncenter {
		margin-bottom: 12px;
	}
	.prev-post, .next-post {
		width: 100%;
		clear: both;
		text-align: center;
		margin: 10px 0;
	}
	.style-excerpt.has-post-thumbnail .post-content .post-content-text,
	.style-full.has-post-thumbnail .post-content .post-content-text {
		padding: 15px;
		padding-bottom: 25px;
	}
	.style-excerpt h2.post-title,
	.style-full h2.post-title,
	.style-single h2.post-title {
		font-size: 17px;
	    margin-top: 10px;
	    margin-bottom: 15px;
	}
	.style-list h2.post-title {
		font-size: 17px;
		margin-top: 0;
		margin-bottom: 5px;	
	}
	.style-grid h2.post-title {
		font-size: 17px;
		margin-top: 0;
		margin-bottom: 5px;
	}
	.style-excerpt .post-meta,
	.style-full .post-meta,
	.style-list .post-meta,
	.style-grid .post-meta,
	.style-single .post-meta {
		width: 85%;
		font-size: 12px;
	}
	.yuzo_related_post .relatedthumb {
		width: 100% !important;
		height: auto !important;
		margin: 0 !important;
		padding: 15px 0 !important;
	}
	.slide-excerpt-border {
		display: none !important;
	}
}
