/* 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 {
	float: left;
	border: 1px solid #ededed;
	margin: 0 .5em 1em 0;
}

#filters li a {
	text-decoration: none;
	padding: .5em 1em;
   display: block;
}

.iso-container {
}

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

#iso-loop li {
   width: 33.3333333333%;
   -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
   padding-right: 15px;
   padding-left: 15px;
   margin-bottom: 30px;
}
#iso-loop li.iso-post .iso-post-wrap {
  background-color: rgba(179, 179, 179, 0.2);
  padding: 10px;
  transition: all 500ms;
}
#iso-loop li.iso-post:hover .iso-post-wrap {
   background-color: rgba(179, 179, 179, 0.1);
   transition: all 500ms;
 }
@media (max-width: 991px) {
  #iso-loop li {
     width: 50%;
  }
}
@media (max-width: 479px) {
  #iso-loop li {
     width: 100%;
  }
}

h2.iso-title a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  transition: all 500ms;
}
h2.iso-title a:hover {
  color: #85C1CC;
  text-decoration: none;
  transition: all 500ms;
}
h2.iso-title a:after {
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
p.iso-horari {
	color: #85C1CC;
	font-family: 'Roboto Slab';
}

.iso-thumb {
	width: auto;
	margin-bottom: .5em;
}
.iso-thumb .destacat {
   position: absolute;
   right: 10px;
   top: 10px;
   transform: rotate(15deg);
   max-width: 100px;
   text-align: center;
}
.iso-thumb .destacat .label {
   background-color: #DF675F;
   font-weight: 600;
   font-size: 85%;
   display: inline-block;
}
.iso-thumb img {
	display: block;
	margin-left: auto;
	margin-right: auto;
  width: 100%;
  height: auto;
}

.more-iso-posts {
 
}

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

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