/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto+Mono:wght@400;700&family=Roboto:wght@400;700&display=swap');
/*font-family: 'Roboto Condensed', sans-serif;*/
/*font-family: 'Roboto Mono', monospace;*/
/*font-family: 'Roboto', sans-serif;*/

/*Add your own styles here:*/

.homepage-slider:before {
	content: "";
	width: 100%;
	height: 75%;
    border-width: 8px;
    border-color: #2c1089;
    border-style: solid;
    padding: 40px 40px 0px 40px;
    border-radius: 0px;
    position: absolute;
    top: 0;
    left: 0;
}

.search .author-extra-border {
	border-color: #000000;
}

.search .post {
	padding-top: 0;
}

.post-thumb-outer {
	width: 100%;
	padding-top: 56.25%;
	position: relative; /* If you want text inside of it */
	margin-top: auto;
}

.post {
	padding-top: 36px;
}

.search .post:before {
	border: none;
}

.post .big-preview img {
	border-radius: 0;
}


.archive-header {
	max-width: 978px;
	margin: 180px auto auto auto;
}

.year-button {
	font-size: 22px;
    font-weight: bold;
    color: #CF4AF0;
    margin-bottom: 10px;
    font-family: 'Roboto Mono', monospace;
    border: 1px solid #29108B;
    text-decoration: underline;
    padding: 10px 30px;
    display: inline-block;
    margin-right: 10px;
}

.year-button:hover {
	color: #29108B;
}

.year-button.current-year {
	color: #29108B;
}

.subtitle-archive {
	font-size: 22px;
	margin-bottom: 20px;
}

.post:before {
	content: "";
	border: 8px solid #29108B;
	width: calc(100% - 120px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}

#top .fullsize .template-blog .post-meta-infos {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Roboto Mono', monospace;
	text-transform: uppercase;
	color: #CF4AF0 !important;
	top: inherit;
}


#top .fullsize .template-blog .big-preview {
	margin-bottom: 60px;
}
.main_color .minor-meta, .main_color .post-meta-infos .text-sep, .main_color .post-meta-infos a {
	color: #CF4AF0;
}

#top #wrap_all .all_colors h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	font-weight: bold;
	line-height: 79px;
	text-align: left;
	margin-bottom: 45px;
}

#top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper, #top .fullsize .template-blog .post-title {
	max-width: 900px;
}

#top #wrap_all .all_colors h5 {
	font-size: 35px;
	font-family: 'Roboto', sans-serif;
}

.blog .page-title {
	max-width: 1000px;
	margin: auto;
	font-weight: bold;
	font-size: 60px;
	line-height: 79px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
	margin-bottom: 120px;
	margin-top: 100px;
}

.bloglist-single-block .recent-post-title, .bloglist-single-block .recent-post-title:hover {
	color: #000;
	margin-bottom: 60px;
}

.bloglist-single-block  .recent-post-learn-more {
    color: #FF8E31;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.bloglist-single-block {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

.bloglist-single-block .recent-post-thumb {
	margin-top:auto;
}

.bloglist-single-block .recent-post-block-inner {
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
}

.homepage-slider {
	padding: 30px;
}

.homepage-slide-date, .recent-post-date {
	font-size: 18px;
	font-weight: bold;
	color: #CF4AF0;
	margin-bottom: 15px;
	font-family: 'Roboto Mono', monospace;
}

.recent-post-title {
	font-size: 35px;
    font-weight: bold;
    color: #000;
    line-height: 46px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 20px;
    display: block;
}


.second-row .recent-post-title {
	font-size: 45px;
}

.colored_posts .recent-post-title, .colored_posts .recent-post-title:hover {
	color: #fff;
}

.homepage-slide-title {
	font-size: 45px;
    font-weight: bold;
    color: #000;
    line-height: 59px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 50px;
    display: block;
}

.all_posts_url {
	font-size: 18px;
	font-family: 'Roboto Mono', monospace;
	color: #fff;
	background-color: #29108B;
	text-transform: uppercase;
	display: inline-block;
	padding: 14px 43px;
	transition: all 0.2s;
}

.all_posts_url:hover {
	color: #fff;
	text-decoration: none;
	background-color: #000;
	transition: all 0.2s;
}

.recent-posts-section .row.second-row {
	margin-bottom: 80px;
}

.button-container {
	text-align: center;
}

.homepage-slide-title:hover, .recent-post-title:hover {
	color: #000;
	text-decoration: none;
}

.homepage-slide-thumb {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
}

.homepage-slide-thumb-inner {
	width: 100%;
/* 	padding-top: 80%;  */
	position: relative; /* If you want text inside of it */
}
	
.homepage-slide-thumb {
/*
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
*/
  height: 600px;
}

.homepage-slide-learn-more, .recent-post-learn-more {
	font-size: 18px;
	font-family: 'Roboto Mono', monospace;
	color: #FF8E31;
	text-transform: uppercase;
}

.recent-post-learn-more {
	margin-bottom: 50px;
}

.colored_posts .recent-post-learn-more {
	margin-bottom: 0;
}

.homepage-slide-learn-more:hover, .recent-post-learn-more:hover {
	text-decoration: none;
	color: #FF8E31;
}

.recent-post-block-purple .recent-post-learn-more {
	color: #29108B;
}

.homepage-slide-info {
	padding: 50px;
}

.homepage-slide-excerpt {
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
    margin-bottom: 35px;
}

.homepage-slider-navigation .next:before {
	content: url('/wp-content/themes/enfold-child/image/next.svg');
}

.homepage-slider-navigation .prev:before {
	content: url('/wp-content/themes/enfold-child/image/prev.svg');
}

.homepage-slider-section {
	padding-top: 60px;
}

.homepage-slider-section-inner {
	position: relative;
}

.homepage-slider-navigation {
	position: absolute;
	right: 0;
	bottom: 16%;
}

.homepage-slider-navigation div {
	cursor: pointer;
	display: inline-block;
}

.homepage-slider-navigation .prev {
	margin-right: 28px;
}

.homepage-slide-info-block {
	margin-top: -10%;
}

.recent-post-block {
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #29108B;
}

.recent-post-block-inner {
	margin: 25px;
    height: calc(100% - 50px);
    display: flex;
    flex-direction: column;
}

.recent-post-block.recent-post-block-1 .recent-post-block-inner, .recent-post-block.recent-post-block-4 .recent-post-block-inner {
/* 	margin-left: 0; */
}

.recent-post-block.recent-post-block-3 .recent-post-block-inner, .recent-post-block.recent-post-block-5 .recent-post-block-inner, .recent-post-block.recent-post-block-6 .recent-post-block-inner {
/* 	margin-right: 0; */
}

.recent-post-block.recent-post-block-3, .recent-post-block.recent-post-block-5, .recent-post-block.recent-post-block-6 {
	border-right: transparent;
}

.recent-post-block.recent-post-block-4, .recent-post-block.recent-post-block-6 {
	border-bottom-width: 1px;
}

.recent-post-block-a {
	display: block;
}

.recent-post-thumb {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.recent-posts-section .row {
	margin-bottom: 0;
}

.recent-post-block-purple .recent-post-block-inner {
	background-color: #CF4AF0;
	padding: 40px;
}

.recent-post-block-blue .recent-post-block-inner {
	background-color: #29108B;
	padding: 40px;
}

.loadmore_posts.all_posts_url {
	margin: 160px auto 0 auto;
	display: inline-block;
}


.blog .bloglist-single-block {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #29108B;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.blog .bloglist-single-block:nth-child(3n) {
	border-right-color: transparent;
}

/*
.blog .bloglist-single-block:nth-child(3n) .recent-post-block-inner {
	margin-right: 0;
}

.blog .bloglist-single-block:nth-child(3n+1) .recent-post-block-inner {
	margin-left: 0;
}
*/

.blog .bloglist-single-block:nth-child(3n+1) .recent-post-date, .blog .bloglist-single-block:nth-child(3n+1) .recent-post-title, .blog .bloglist-single-block:nth-child(3n+1) .recent-post-learn-more, .recent-post-block-4 .recent-post-date, .recent-post-block-4 .recent-post-title, .recent-post-block-4 .recent-post-learn-more, .recent-post-block-1 .recent-post-date, .recent-post-block-1 .recent-post-title, .recent-post-block-1 .recent-post-learn-more {
	margin-left: 25px;
}
.bloglist-container {
	padding-bottom: 180px;
}
.bloglist-row {
	border-top: 1px solid  #29108B !important;
	margin-bottom: 0;
}

.recent-posts-section {
	margin-bottom: 100px;
}

.av-share-box ul li, #top .av-share-box ul {
	border: none;
}

.av-share-box ul li {
	margin-right: 30px;
	display: inline-block;
}

 #top .av-share-box ul {
	 display: block;
	 text-align: left;
 }
 
 html body .av-share-link [data-av_iconfont='entypo-fontello']:before {
	 font-size: 40px;
	 color: #CF4AF0;
 }
 
 #top #wrap_all .av-share-link:hover a {
	 background-color: transparent !important;
	 opacity: 0.8;
 }
 
.av-share-link-description {
	display: none !important;
}

.colored_posts .recent-post-block-inner {
	height: calc(100% - 50px);
}

.share-block-title {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	color: #29108B;
	font-family: 'Roboto Mono', monospace;
}

.av-share-box {
	margin-top: 0;
	margin-bottom: 50px;
}

.main_color blockquote {
	margin-left: 90px;
	margin-right: 90px;
	font-size: 30px;
	line-height: 45px;
	border: none;
	position: relative;
	display: block;
}

.main_color blockquote:before {
	content: "";
	width: 8px;
	height: 49px;
	position: absolute;
	top: 10px;
	left: -4px;
	background-color: #FF9F51;
}

#top .template-search.content .entry-content-wrapper {
    padding-left: 81px;
}

@media (max-width: 1520px) {
	.responsive .container {
		padding: 0 50px;
	}
}

@media (max-width: 1110px) {
	.post:before {
	    width: calc(100% - 20px);
	}
	
	
}

@media (min-width: 767px) and (max-width: 1024px) {
	.slick-list {
		height: 540px;
	}
	
	.homepage-slide-thumb {
		height: 350px;
	}
}


@media (min-width: 767px) and (max-width: 930px) {
	.homepage-slide-title {
		margin-bottom: 0;
	}
	
	.homepage-slide-excerpt {
		margin-bottom: 15px;
	}
	.template-search.content .post:before {
		left: 0;
		top: 0;
		height: 100%;
	}
	
	.template-search.content .post {
		margin-bottom: 20px;
	}
	
	.search-result-counter {
		left: 10px;
		top: 10px;
	}
}


@media (max-width: 1024px) {
	.homepage-slide-title {
		font-size: 3.5vw;
		line-height: 5vw;
	}
	
	.recent-post-title, .second-row .recent-post-title {
		font-size: 3vw;
		line-height: 4vw;
	}
	
	.second-row .recent-post-title {
		font-size: 42px;
		line-height: 42px;
	}
	
	.template-search.content .post:before {
		left: 0;
		top: 0;
		height: 100%;
	}
	
	.template-search.content .post {
		margin-bottom: 20px;
	}
	
	.search-result-counter {
		left: 10px;
		top: 10px;
	}
}

@media (max-width: 767px) {
	
	.homepage-slide-thumb-inner {
		width: 100%;
		padding-top: 56.25%; 
		position: relative; /* If you want text inside of it */
	}
	
	.homepage-slide-thumb {
	  position: absolute;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	}
	
	.responsive .container {
		padding: 0 50px;
	}
	
	.main_color blockquote {
		font-size: 18px;
		line-height: 24px;
		margin: 50px 0;
		top: 4px;
	}
	
	.homepage-slider-navigation .prev:before {
		content: url('/wp-content/themes/enfold-child/image/prev-mob.svg');
	}
	
	.homepage-slider-navigation .next:before {
	    content: url('/wp-content/themes/enfold-child/image/next-mob.svg');
	}
	
	.homepage-slider-navigation .prev {
		margin-right: 20px;
	}
	
	.recent-post-block {
	    border-width: 0;
	}
	
	.recent-post-block.recent-post-block-4, .recent-post-block.recent-post-block-6 {
	    border-bottom-width: 0;
	}
	
	.recent-post-block:after {
		content: "";
		border-top: 1px solid #29108B;
		width: calc(100% + 20px);
		height: 1px;
		position: absolute;
		bottom: 0;
		left: -10px;
	}
	
	.first-row:before {
		content: "";
		border-top: 1px solid #29108B;
		width: calc(100% + 20px);
		height: 1px;
		position: absolute;
		top: 0;
		left: -10px;
	}
	
	.homepage-slider {
	    padding: 0;
	    margin-bottom: 90px;
	}
	
	.homepage-slide-info-block {
		margin-top: 0;
	}
	
	.blog .bloglist-single-block:nth-child(3n+1) .recent-post-date, .blog .bloglist-single-block:nth-child(3n+1) .recent-post-title, .blog .bloglist-single-block:nth-child(3n+1) .recent-post-learn-more, .recent-post-block-4 .recent-post-date, .recent-post-block-4 .recent-post-title, .recent-post-block-4 .recent-post-learn-more, .recent-post-block-1 .recent-post-date, .recent-post-block-1 .recent-post-title, .recent-post-block-1 .recent-post-learn-more {
		margin-right: 25px;
	}
	
	.recent-post-title, .second-row .recent-post-title {
		font-size: 20px;
		line-height: 27px;
	}
	
	.recent-post-block-blue .recent-post-block-inner, .recent-post-block-purple .recent-post-block-inner {
	    padding: 40px 0;
	}
	
	.blog .bloglist-single-block {
		    border-width: 0;
	}
	
	
	.blog .page-title {
		font-size: 30px;
		margin-bottom: 60px;
		line-height: 1.5;
		margin-top: 0;
		padding-top: 0;
	}
	
	.blog .bloglist-single-block:after {
		content: "";
		border-top: 1px solid #29108B;
		width: calc(100% + 20px);
		height: 1px;
		position: absolute;
		bottom: 0;
		left: -10px;
	}
	
	.recent-post-date, .recent-post-title, .recent-post-excerpt, .recent-post-learn-more {
		margin-left: 25px;
		margin-right: 25px;
	}
	
	.homepage-slide-learn-more, .recent-post-learn-more {
		font-size: 14px;
	}
	
	.homepage-slider-navigation {
	    right: 20px;
		bottom: -50px;
	}
	
	.homepage-slide-thumb {
		height: 100%;
	}
	
	#top .fullsize .template-blog .post .entry-content-wrapper {
		padding: 0 25px;
		font-size: 16px;
		line-height: 24px;
	}
	
	
	#top .fullsize .template-blog .big-preview {
	    margin-bottom: 20px;
	}
	
	#top .fullsize .template-blog .post-meta-infos {
		font-size: 14px;
	}
	
	
	#top #wrap_all .all_colors h1 {
		font-size: 30px !important;
		line-height: 30px;
		margin-bottom: 15px;
	}
	
	.share-block-title {
		font-size: 16px;
	}
	
	#top #wrap_all .all_colors h5 {
		font-size: 18px;
		line-height: 27px;
	}
	
	.homepage-slide-title {
		font-size: 20px;
		line-height: 27px;
		margin-bottom: 20px;
	}
	
	.recent-post-learn-more {
		margin-bottom: 22px;
	}
	
	.recent-post-block-inner {
		margin: 25px 0;
	}
	
	.homepage-slide-excerpt {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	
	.homepage-slide-date, .recent-post-date {
		font-size: 14px;
	}
	
	.homepage-slide-thumb {
		margin-bottom: 10px;
	}
	
	.homepage-slide-info {
		padding: 25px;
	}
	
	.homepage-slide-learn-more {
		font-size: 14px;
	}
	
	.homepage-slider:before, .post:before {
		width: calc(100% + 20px);
		height: calc(100% - 48px);
		border-width: 4px;
		left: -10px;
		top: 48px;
	}
	
	.template-search.content .post:before {
		left: 0;
		top: 0;
		height: 100%;
	}
	
	.template-search.content .post {
		margin-bottom: 20px;
	}
	
	.search-result-counter {
		left: 10px;
		top: 10px;
	}
}

