@charset "utf-8";
/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.1.1583428536
Updated: 2020-03-05 17:15:36

*/.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-quote{box-sizing:border-box;overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote:where(.has-text-align-right){border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote:where(.has-text-align-center){border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote:where(.is-style-plain){border:none}

/* CSS Document */

.related-post {
	clear: both;
	margin: 20px 0;
}

.related-post .headline {
	font-size: 18px;
	margin: 20px 0;
	font-weight: bold;
}



.related-post .post-list .item {
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

.related-post .post-list .item .thumb{overflow: hidden;}
.related-post .post-list .item .thumb img {
	width: 100%;
	height: auto;
}












/*########################### Slider ############################*/


.related-post .post-list.owl-carousel {
	position: relative;
	padding-top: 45px;
}


.related-post .owl-dots {
  margin: 30px 0 0;
  text-align: center;
}


.related-post .owl-dots .owl-dot {
  background: #869791 none repeat scroll 0 0;
  border-radius: 20px;
  display: inline-block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}

.related-post .owl-dots .owl-dot:hover,
.related-post .owl-dots .owl-dot.active {
  opacity: 1;

}


.related-post .owl-nav  {
  position: absolute;
  right: 15px;
  top: 15px;
}


.related-post .owl-nav .owl-prev, .related-post .owl-nav .owl-next {
	border: 1px solid rgb(171, 170, 170);
	border-radius: 3px;
	color: rgb(0, 0, 0);
	padding: 2px 20px;;
	opacity: 1;
	display: inline-block;
	margin: 0 3px;
}

.related-post .owl-nav .owl-prev {


}



.related-post .owl-nav .owl-next {


}