// WP DEFAULT

.sticky, .bypostauthor {
  box-sizing: border-box;
}
.entry-content img {
	margin: 0 0 1.5em 0 !important;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
  	margin-right: 1.5em !important;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
  	margin-left: 1.5em !important;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em !important;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}
blockquote{
  font-size: 1.2rem;
  font-style: italic !important;
  border-left: 4px solid #707070;
  border-left: 4px solid rgba(51, 51, 51, 0.7) !important;
  line-height: 1.8182 !important;
  margin-bottom: 1.8182em;
  padding-left: 0.9091em !important;
}
blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.wp-caption {
  text-align: center;
  margin-bottom: 1.5em !important;
  img {
	border: 0 none;
	margin: 0;
	padding: 0;
  }
  p.wp-caption-text {
	margin: 0;
  }
  &.alignnone{
	max-width: 100%;
  }
}

.entry-content{
  ol{
	list-style: decimal;
  }

  li > ol{
	margin-left: 1.3333em;
  }

  strong{
	font-weight: bold;
  }
}
dt{
  font-weight: bold !important;
}

.gallery dl {
  margin: 0;
}
.gallery-caption {
  margin:-1.5em 0 0 0;
}
.gallery-item{
  display: inline-block;
  text-align: center;
  padding: 10px;
  vertical-align: top;
  width: 100%;
  max-width: 30%;
}