.ezas-wrapper {
  position: relative;
  text-align: left;
}
.ezas-wrapper .ezas-clear {
  clear: both;
}
.ezas-wrapper .ezas-image-left {
  text-align: right;
}
.ezas-wrapper .ezas-image-left img {
  float: left;
  max-width: 30%;
  padding: 0 5% 0 0;
}
.ezas-wrapper .ezas-image-right {
  text-align: left;
}
.ezas-wrapper .ezas-image-right img {
  float: right;
  max-width: 30%;
  padding: 0 0 0 5%;
}
.ezas-wrapper .ezas-image-full img {
  float: none;
  width: 100%;
  padding: 0.5em 0;
}
.ezas-wrapper .ezas-image {
  height: auto;
}
.ezas-wrapper .ezas-post {
  padding: 0.75em;
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ezas-wrapper .ezas-post:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
.ezas-wrapper .ezas-results {
  display: none;
  overflow: hidden;
  width: 100%;
  z-index: 1000;
}
.ezas-wrapper .ezas-results.ezas-visible {
  display: block;
}
.ezas-wrapper .ezas-searching {
  display: none;
  padding: 0.75em;
  width: 100%;
}
.ezas-wrapper .ezas-results-absolute {
  position: absolute;
}
.ezas-wrapper .ezas-results-relative {
  position: relative;
}
.ezas-wrapper .ezas-title {
  margin-top: 0;
}
.ezas-wrapper .ezas-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.ezas-wrapper .ezas-empty {
  padding: 0.75em;
}
.ezas-wrapper .ezas-categories,
.ezas-wrapper .ezas-tags {
  margin-top: 0.75em;
  padding: 0;
}
.ezas-wrapper .ezas-categories li,
.ezas-wrapper .ezas-tags li {
  border-radius: 0.25em;
  display: inline-block;
  margin: 0 0.1em 0.25em 0;
  padding: 0.25em 0.5em;
}
/**
	styles
**/
.ezas-theme-default .ezas-results {
  border: #eee 1px solid;
}
.ezas-theme-default .ezas-post {
  background-color: #fff;
  color: #222;
  border-bottom: #fafafa 1px solid;
  padding: 0.75em;
}
.ezas-theme-default .ezas-post:hover {
  background: #eee;
  color: #444;
}
.ezas-theme-default .ezas-post h1,
.ezas-theme-default .ezas-post h2,
.ezas-theme-default .ezas-post h3,
.ezas-theme-default .ezas-post h4,
.ezas-theme-default .ezas-post h5,
.ezas-theme-default .ezas-post h6,
.ezas-theme-default .ezas-post div,
.ezas-theme-default .ezas-post p,
.ezas-theme-default .ezas-post a {
  color: #222;
}
.ezas-theme-default .ezas-searching,
.ezas-theme-default .ezas-empty {
  background-color: #fff;
  color: #222;
}
.ezas-theme-default .ezas-categories li {
  background-color: #eee;
  border-radius: 0.25em;
  display: inline-block;
  margin: 0 0.25em 0.25em 0;
  padding: 0.25em 0.5em;
}
.ezas-theme-default .ezas-categories li a {
  color: #222;
}
.ezas-theme-dark .ezas-results {
  border: #444 1px solid;
}
.ezas-theme-dark .ezas-post {
  background-color: #222;
  border-bottom: #666 1px solid;
  padding: 0.75em;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ezas-theme-dark .ezas-post:hover {
  background: #444;
}
.ezas-theme-dark .ezas-post h1,
.ezas-theme-dark .ezas-post h2,
.ezas-theme-dark .ezas-post h3,
.ezas-theme-dark .ezas-post h4,
.ezas-theme-dark .ezas-post h5,
.ezas-theme-dark .ezas-post h6,
.ezas-theme-dark .ezas-post div,
.ezas-theme-dark .ezas-post p,
.ezas-theme-dark .ezas-post a {
  color: #fff;
}
.ezas-theme-dark .ezas-searching,
.ezas-theme-dark .ezas-empty {
  background-color: #222;
  color: #fff;
}
