/* This stylesheet is used to style the public-facing components of the plugin. */

/* START: Recommended Isotope styles */

/* Isotope filtering */

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/* Isotope CSS3 transitions */

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/* disabling Isotope CSS3 transitions */

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* END: Recommended Isotope styles */

/* Plugin-specific styles */

#filters {
	list-style: none;
   margin: 0 0 1em 0;
}

#filters li {
	border: 1px solid #ededed;
  display: inline-block;
	margin: 0 0 0 1%;
}

#filters li a {
  background: #1a88c1;
  color: #ffffff;
  display: block;
  padding: .5em 1em;
  text-decoration: none;
  text-shadow: 0px 1px 0px #000000;
}

#filters li.active a {
  background: #777777;
}

.iso-container {
   clear: both;
}

#iso-loop {
   display: none;
   list-style: none;
   margin: 0;
}

#iso-loop li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 1% 2% 1%;
  width: 31.3%;
}

#iso-loop li.iso_post_last {
  margin-right: 0;
}

#iso-loop li .iso-post-con {
  border: 1px solid #ededed;
  min-height: 355px;
  padding: 5px;
}

#iso-loop li .iso-post-con:hover {
  border: 1px solid #dadada;
}

#iso-loop li .iso-post-con h2 {
  font-size: 16px;
  margin: 5px 0 10px;
  text-align: center;
}

#iso-loop li .iso-post-con p {
  font-size: 13px;
  height: 46px;
  margin-bottom: 0;
  max-height: 46px;
  overflow: hidden;
  text-align: center;
}

h2.iso-title a {
  color: #393939;
	text-decoration: none;
}

h2.iso-title a:hover {
  color: #000000;
}

.iso-thumb {
  height: 250px;
  margin-bottom: 10px;
  max-height: 250px;
  overflow: hidden;
  width: auto;
}

.iso-thumb img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.more-iso-posts {
   display: none;
}

.iso-posts-loading {
   margin: 0 auto;
   text-align: center;
}

.iso-posts-loading img {
   display: block;
   margin: 0 auto;
   box-shadow: none !important;
   border: 0;
}

@media (max-width: 667px)  {
  #iso-loop li{
    width: 98%;
  }
}