/*
Theme Name:     Journey Child
Theme URI:      http://www.indieground.it/
Description:    Child theme for Journey
Author:         Indieground
Author URI:     http://www.indieground.it/
Template:       journey
Version:        1.0.1
*/


/* Your css goes here */

@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=EB+Garamond:400i');




body {
	background-color: #fcf7f0 !important;
}

.slick-slider-wrapper {
	margin-bottom: 120px;
}

.home-slider {
	position: relative;
}

.h-slide {
	padding: 200px 20px;
	color: #fff;
	z-index: 0;
	position: relative;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.h-slide:after {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: .4;
	z-index: 1;
}

.h-slide h2,
.h-slide p,
.h-slide a {
	color: #000;
}

.h-slide h2 {
	font-family: 'Quicksand', sans-serif;
	font-size: 48px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 54px;
}

.h-slide-content {
	width: 100%;
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	background: rgba(255,255,255,.75);
	padding: 50px 80px;
}

.h-slide-cats a {
	color: #000;
	font-family: 'EB Garamond', serif;
	font-size: 16px;
	margin-right: 10px;
	font-style: italic;
	max-width: 120px;
	display: inline-block;
}

.h-slide-cats a:hover {
	color: #fff;
}

.h-slide .more-text {
	color: #000;
}

.h-slide .more-text i {
	display: block;
	color: #000;
	margin-bottom: 5px;
	font-size: 21px;
}

.h-slider-controls {
	position: relative;
	padding-top: 20px;
	width: 100%;
}

.home-slider .slick-prev,
.home-slider .slick-next {
	background: none;
	border: 2px solid #efe9e2;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 36px;
	font-size: 21px;
	position: absolute;
	left: 40px;
	top: 50%;
	margin-top: -20px;
	outline: none;
	color: #fff;
	z-index: 99;
}

.h-slider-controls .slick-prev:hover,
.h-slider-controls .slick-next:hover {
	border-color: #000;
}

.home-slider .slick-next {
	left: auto;
	right: 40px;
}

.h-slider-controls .slick-dots {
	width: 100px;
	position: absolute;
	margin: 0;
	padding: 10px 2px 0;
	list-style-type: none;
	left: calc(50% - 50px);
}

.h-slider-controls .slick-dots li {
	display: inline-block;
	background: none;
	text-indent: -99999px;
	height: 20px;
	width: 20px;
	border: 2px solid #efe9e2;
	margin: 0 2px;
	cursor: pointer;
	position: relative;
}

.h-slider-controls .slick-dots li.slick-active:after {
	content:'';
	position: absolute;
	height: 8px;
	width: 8px;
	background: #000;
	left: 4px;
	top: 4px;
}

.h-slider-controls .slick-dots li:hover {
	border-color: #000;
}

/* Columns */
.h-post-col {
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.h-post-col {
		margin-bottom: 0;
	}
}

.h-post-img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

.h-post-data {
	background: #fff;
	margin-left: 20px;
	margin-right: 20px;
	padding: 15px;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-top: -40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}

.h-post-col:hover .h-post-img  {
	transform: translateY(-10px);
}

.h-post-col:hover .h-post-data  {
	transform: translateY(10px);
}

.h-post-data .h-slide-cats {
	margin-bottom: 10px;
}

.h-post-data .h-slide-cats a {
	color: #BBBBBB;
	font-size: 14px;
}

.h-post-title {
	font-family: 'Quicksand', sans-serif;
	font-size: 26px;
	line-height: 28px;
	font-weight: 300;
	margin-bottom: 10px;
}

.h-post-data .more-text {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 2px;
}

.ewt-sidebar {
	margin-bottom: 80px;
}

.ewt-sidebar h2 {
	font-family: 'Quicksand', sans-serif;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
	color: #000;
}

.h-posts-row {
	margin-bottom: 80px;
}

.home-insta .instagram-title {
	font-family: 'Quicksand', sans-serif;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 0;
	color: #000;
}

/* Style 2 of posts */
.h-reg-posts-row {
	margin-bottom: 80px;
}

.h-reg-post-inner {
	position: relative;
	display: block;
	padding: 10px;
	border: 2px solid #efe9e2;
	z-index: 0;
	overflow: hidden;
}

.h-reg-post-inner:after {
	content:'';
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	background: #000;
	opacity: .6;
	z-index: 1;
	transition: all ease-in-out .2s;
}

.h-reg-post-data {
	position: absolute;
	left: 30px;
	bottom: 30px;
	right: 30px;
	color: #fff;
	z-index: 2;
}

.h-reg-post-cats {
	text-align: left;
	margin-bottom: 10px;
	transition: all ease-in-out .2s;
	transition-delay: .1s;
}

.h-reg-post-cats span {
	text-align: left;
	color: #fff;
	font-family: 'EB Garamond', serif;
	font-size: 21px;
	margin-right: 10px;
	font-style: italic;
	display: inline-block;
}

.h-reg-post-data h4 {
	font-family: 'Quicksand', sans-serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: 300;
	max-width: 80%;
	color: #fff;
	text-align: left;
	padding-left: 20px;
	margin-bottom: 10px;
	transition: all ease-in-out .2s;
	transition-delay: .05s;
}

.h-reg-post-excerpt {
	margin-top: 0;
	margin-bottom: 0;
	transition: all ease-in-out .2s;
	transition-delay: 0;
}

.h-reg-icon {
	position: absolute;
	height: 100px;
	width: 100px;
	top: 50%;
	left: 50%;
	margin-top: 0;
	margin-left: -50px;
	color: #fff !important;
	z-index: 3;
	opacity: 0;
	transition: all ease-in-out .2s;
	text-align: center;
	padding-top: 15px;
}

.h-reg-icon i.ico_footer_post {
	text-align: center;
	font-size: 54px;
	color: #fff !important;
	display: block;
}

.h-reg-icon span {
	text-align: center;
	display: block;
}

@media (min-width: 768px) {

	.h-reg-post-data h4 {
		font-size: 36px;
		line-height: 38px;
	}

	.h-reg-post-inner:hover .h-reg-post-cats {
		transform: translateY(-40px);
		opacity: 0;
		transition-delay: 0s;
	}

	.h-reg-post-inner:hover h4 {
		transform: translateY(-30px);
		opacity: 0;
		transition-delay: .05s;
	}

	.h-reg-post-inner:hover .h-reg-post-excerpt {
		transform: translateY(-20px);
		opacity: 0;
		transition-delay: .1s;
	}

	.h-reg-post-inner:hover:after {
		opacity: 0;
	}

	.h-reg-post-inner:hover .h-reg-icon {
		opacity: 1;
		margin-top: -50px;
	}
}

.home-insta {
	margin-bottom: 100px;
}

/* Style 3infinite */
.ewt-home-inf {
	margin-bottom: 80px;
}

.ewt-home-inf .blog-post-infbox-content {
	background: none;
	padding: 90px 40px 1px 40px;
}

.ewt-home-inf.odd .blog-post-infbox-content p {
	text-align: center;
}

@media (min-width: 992px) {
	.ewt-home-inf.odd .blog-post-infbox-content,
	.ewt-home-inf.odd .blog-post-infbox-content .textaligncenter {
		text-align: right;
	}

	.ewt-home-inf.even .blog-post-infbox-content,
	.ewt-home-inf.even .blog-post-infbox-content .textaligncenter {
		text-align: left;
	}
}

.ewt-home-inf .blog-post-infbox-content .title_post_standard {
	font-family: 'Quicksand', sans-serif;
	font-size: 36px;
	line-height: 38px;
	font-weight: 300;
	letter-spacing: 0;
}

.ewt-home-inf .blog-post-infbox-content .subtitle_post_standard a {
	font-family: 'EB Garamond', serif !important;
	font-size: 21px;
	font-style: italic;
	border: none;
	display: inline-block;
	letter-spacing: 0;
	text-transform: none;
	padding: 0;
}

.ewt-home-inf.odd .blog-post-infbox-content .subtitle_post_standard a {
	margin-left: 10px;
}

.ewt-home-inf.even .blog-post-infbox-content .subtitle_post_standard a {
	margin-right: 10px;
}

.ewt-home-inf .blog-post-infbox-content .foot_post_cont_reading a {
	font-family: 'Quicksand', sans-serif !important;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 2px !important;
}

.ewt-home-inf .blog-post-infbox-content .foot_post_cont_reading i {
	display: none;
}

.ig_social_share.ewt-social-share {
	margin-top: 0;
}

.ewt-social-share li.ig_share_buttom {
	background: #bbbbbb;
}

.ewt-social-share li.ig_share_buttom:hover {
	background: #000;
}

.ewt-social-share li.ig_share_buttom a {
	padding: 18px 10px 10px;
	color: #fff;
	line-height: 19px;
}

.ewt-social-share li.ig_share_buttom a span {
	color: #888;
	font-family: 'Quicksand', sans-serif !important;
	font-weight: 700;
}

.ewt-social-share li.ig_share_buttom a i {
	font-size: 21px;
	color: #666;
}

#top-search {
	display: none;
}

.ig-top-social a i {
	font-size: 21px !important;
}

.medium_padding.footer-padding {
	padding-bottom: 10px !important;
}

.yotu-playlist .yotu-videos {
	display: none;
}

.yotu-playlist .yotu-wrapper-player {
	width: 100% !important;
}

.yotu-player {
	box-shadow: none !important;
}