
	.entry-content h1,	.entry-content h2,	.entry-content h3,	.entry-content h4,	.entry-content h5,	.entry-content h6{
	}


	.video-iframe{
		position: relative;
		margin-bottom: 30px;
	}
	.video-iframe:before{
		content: "";
		width: 100%;
		padding-top: 50%;
		display: block;
	}
	.video-iframe iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}












	/* entry */
	.entry-content{
	}
	.entry-content ul,.entry-content ol{
		margin: 0 0 12px 0;
	}
	.entry-content ul ul,.entry-content ol ol,.entry-content ul ol,.entry-content ol ul{
	}
	.entry-content li{
	}
	.entry-content hr{
		display: block;
		margin: 20px 0;
	}
	.entry-content p{
	}
	.entry-content a{
	}
	.entry-content strong{
		font-weight: 700;
	}
	.entry-content h1,	.entry-content h2,	.entry-content h3,	.entry-content h4,	.entry-content h5,	.entry-content h6{
		margin: 0 0 12px 0;
	}
	.entry-content img{
		max-width: 100%;
		height: auto;
	}
	.entry-content blockquote{
	}
	.entry-content code{
		text-shadow: none;
		background: #555;
		color: #bfbebe;
		font-family: "Courier New",clearSys;
	}
	.entry-content pre{
		text-shadow: none;
		font-size: 12px;
		width: 95%;
		line-height: 16px;
		overflow: auto;
		font-family: "Courier New",clearSys;
		background: #fcfcfc;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		border-left: 15px solid #eee;
		border-right: 1px solid #eee;
		margin: 0 0 12px;
		padding: 0 5px 16px;
	}
	.entry-content .wp_link_pages{
		clear: both;
		padding: 10px 0 20px;
	}
	.entry-content .read-more a,	.entry-content a.more-link{
	}
	.entry-content .read-more a:hover,	.entry-content a.more-link:hover{
	}

	/* =WordPress Core
	-------------------------------------------------------------- */
	.alignnone{
		margin: 5px 20px 20px 0;
	}

	.aligncenter,	div.aligncenter{
		display: block;
		margin: 5px auto 20px auto;
	}

	.alignright{
		float: right;
		margin: 5px 0 20px 20px;
	}

	.alignleft{
		float: left;
		margin: 5px 20px 20px 0;
	}

	.aligncenter{
		display: block;
		margin: 5px auto;
	}

	img.alignright,	a img.alignright{
		float: right;
		margin: 5px 0 20px 20px;
	}

	img.alignnone,	a img.alignnone{
		margin: 5px 0 20px 0;
	}

	img.alignleft,	a img.alignleft{
		float: left;
		margin: 5px 20px 20px 0;
	}

	img.aligncenter,	a img.aligncenter{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.wp-caption{
		color: #808080;
		border-bottom: 1px solid #AEAEAE;
	}

	.wp-caption.alignnone{
		margin: 5px 0 20px 0;
	}

	.wp-caption.alignleft{
		margin: 5px 20px 20px 0;
	}

	.wp-caption.alignright{
		margin: 5px 0 20px 20px;
	}

	.wp-caption img{
		border: 0 none;
		height: auto;
		margin: 0;
		padding: 0;
	}

	.wp-caption p.wp-caption-text{
		font-size: 12px;
		line-height: 1.5em;
		margin: 0;
		padding: 10px  0;
	}

	img.wp-smiley{
		vertical-align: middle;
	}

	/* =WordPress Gallery
	-------------------------------------------------------------- */
	.gallery{
		margin: 0 auto 18px;
	}

	.gallery .gallery-item{
		float: left;
		margin-top: 0;
		text-align: center;
		max-width: 155px;
	}

	.gallery img{
		border: 1px solid #ddd;
	}

	.gallery .gallery-caption{
		font-size: 12px;
		margin: 0 0 12px;
	}

	.gallery dl{
		margin: 0;
	}

	.gallery br+br{
		display: none;
	}

	.attachment-gallery img{
		background: #fff;
		border: 1px solid #f0f0f0;
		display: block;
		height: auto;
		margin: 15px auto;
		max-width: 96%;
		padding: 5px;
		width: auto;
	}

	.gallery-meta .iso,	.gallery-meta .camera,	.gallery-meta .shutter,	.gallery-meta .aperture,	.gallery-meta .full-size,	.gallery-meta .focal-length{
		display: block;
	}
.entry-content a,
.wp-editor a {
  color: #008000;
}
.entry-content h2,
.wp-editor h2 {
  line-height: 1.2em;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .entry-content h2,
  .wp-editor h2 {
    font-size: 40px;
  }
}
.entry-content h3,
.wp-editor h3 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 25px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .entry-content h3,
  .wp-editor h3 {
    font-size: 28px;
    line-height: 33px;
  }
}
.entry-content h4,
.wp-editor h4 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 25px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .entry-content h4,
  .wp-editor h4 {
    font-size: 22px;
    line-height: 26px;
  }
}
.entry-content i,
.wp-editor i {
  font-style: italic;
}
.entry-content p,
.wp-editor p {
  margin: 0;
  padding-bottom: 25px;
}
.entry-content table,
.wp-editor table {
  margin-bottom: 5em;
}
.entry-content ul,
.wp-editor ul {
  margin-left: 20px;
  list-style-type: none;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .entry-content ul,
  .wp-editor ul {
    margin-left: 0;
  }
}
.entry-content ul li,
.wp-editor ul li {
  padding-left: 40px;
}
.entry-content ul li:before,
.wp-editor ul li:before {
  content: "\2022";
  color: #008000;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.entry-content ul li ul,
.wp-editor ul li ul {
  margin-left: 0px;
  margin-top: 20px;
  margin-bottom: 0;
}
.entry-content ul li ol,
.wp-editor ul li ol {
  margin-left: 12px;
  margin-top: 20px;
  margin-bottom: 0;
  list-style-type: amharic;
}
.entry-content ul li ol li,
.wp-editor ul li ol li {
  padding-left: 18px;
/*counter-increment headers
					counter-reset subsections*/
}
.entry-content ul li ol li:before,
.wp-editor ul li ol li:before {
  display: none;
  content: counter(headers, lower-latin);
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background-color: #f00;
  left: 0px;
  top: 0;
  position: absolute;
  color: #fff;
  text-align: center;
  line-height: 28px;
}
.entry-content ol,
.wp-editor ol {
  margin-left: 10px;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .entry-content ol,
  .wp-editor ol {
    margin-left: 0;
  }
}
.entry-content ol > li,
.wp-editor ol > li {
  padding-left: 50px;
  counter-increment: number;
  counter-reset: subsections;
}
.entry-content ol > li:before,
.wp-editor ol > li:before {
  content: counter(number);
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background-color: #008000;
  left: 0px;
  top: 0;
  position: absolute;
  color: #fff;
  text-align: center;
  line-height: 28px;
}
.entry-content ol > li ul,
.wp-editor ol > li ul {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 0;
}
.entry-content ol > li ol,
.wp-editor ol > li ol {
  list-style-type: amharic;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 0;
}
.entry-content ol > li ol li,
.wp-editor ol > li ol li {
  padding-left: 18px;
}
.entry-content ol > li ol li:before,
.wp-editor ol > li ol li:before {
  display: none;
}
.entry-content li,
.wp-editor li {
  position: relative;
  padding-bottom: 25px;
}
.entry-content hr,
.wp-editor hr {
  border: 0;
  border-top: 1px solid #000;
}
.entry-content ol ol,
.wp-editor ol ol,
.entry-content ul ol,
.wp-editor ul ol {
  list-style-type: lower-latin;
  margin-top: 10px;
}
.entry-content blockquote p,
.wp-editor blockquote p {
  margin-bottom: 0;
}
.entry-content .table,
.wp-editor .table {
  overflow-x: auto;
}
.entry-content .table table,
.wp-editor .table table {
  min-width: 600px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
}
.entry-content .table table thead th,
.wp-editor .table table thead th {
  background-color: #c7c7c7;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 0;
  border-left: 1px solid #edefed;
}
.entry-content .table table thead th:first-child,
.wp-editor .table table thead th:first-child {
  border-left: 0;
}
.entry-content .table table tbody td,
.wp-editor .table table tbody td {
  background: #fff;
  padding: 8px 0;
  border-top: 1px solid #edefed;
  border-left: 1px solid #edefed;
}
.entry-content .table table tbody td:first-child,
.wp-editor .table table tbody td:first-child {
  border-left: 0;
}
.entry-content .table table tbody tr:nth-child(even) td,
.wp-editor .table table tbody tr:nth-child(even) td {
  background-color: #fafafa;
}
/*# sourceMappingURL=entry-content.css.map */