
/* ------------------------------------- */
/* reccommended shows ...................... */
/* ------------------------------------- */
.rec-block-content{
    background: #fafafa;
}
.portfolio-filter {
  list-style: none;
  text-align: center;
  margin: 15px auto;
}
.portfolio-filter a {
  display: inline-block;
  margin: 0 5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 11px 19px;
}
.portfolio-filter a:last-child:after {
  visibility: hidden;
}
.portfolio-filter a:after {
  content: "";
  display: inline-block;
  height: 0;
  width: 5px;
  height: 5px;
  background: #2eacde;
  position: relative;
  left: 23px;
  top: -2.5px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.portfolio-filter a:hover, .portfolio-filter a.active {
  color: #2eacde;
}

.masonry-item {
  margin-top: 6px;
  width: 33%;
  height: auto;
  float: left;
  overflow: hidden;
}
.rec-details{padding: 15px;border: 1px solid #f1f1f1;}
/*portfolio-effect*/
.portfolio-section{
    padding-bottom: 0px;
    background: #fafafa;
}
figure.portfolio-effect {
  /*background: #f9f9f9;
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #f8f8f8 100%);
  background: -moz-linear-gradient(top, #f9f9f9 0%, #f8f8f8 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, #f8f8f8 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%, #f8f8f8 100%);
  background: linear-gradient(to top, #f9f9f9 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f8f8f8',GradientType=1 );*/
  
  background: #fff;
}
figure.portfolio-effect img {
  max-width: 100%;
  width:100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.portfolio-effect figcaption::before, figure.portfolio-effect figcaption::after {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
figure.portfolio-effect figcaption::before {
  left: 50%;
}
figure.portfolio-effect figcaption::after {
  left: 51.5%;
}
figure.portfolio-effect a {
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #02a7e0;
  width: 30px;
}
figure.portfolio-effect a i {
  margin-left: 8px;
  /*opacity: 0;*/
}
figure.portfolio-effect a:i {
  -webkit-transform: translate3d(-60px, -60px, 0);
  transform: translate3d(-60px, -60px, 0);
}
figure.portfolio-effect h3 {
  color: #fff;
  position: absolute;
  opacity: 0;
  top: 23%;
  right: 20%;
  left: 20%;
  text-align: center;
  font-weight: 700;
  padding: 0.5em;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
}
figure.portfolio-effect:hover img {
  opacity: 1;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
figure.portfolio-effect:hover h3 {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure.portfolio-effect:hover figcaption::before, figure.portfolio-effect:hover figcaption::after {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}
figure.portfolio-effect:hover a i {
  opacity: 1;
}

.mfp-bg {
  background: #2eacde;
  background: -webkit-linear-gradient(left, #2eacde 0%, #001f01 100%);
  background: -moz-linear-gradient(left, #2eacde 0%, #001f01 100%);
  background: -o-linear-gradient(left, #2eacde 0%, #001f01 100%);
  background: -ms-linear-gradient(left, #2eacde 0%, #001f01 100%);
  background: linear-gradient(to left, #2eacde 0%, #001f01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2eacde', endColorstr='#001f01',GradientType=1 );
}
.date-cat{display:block;font-style: italic;}
.date-cat-mobile{display:none;font-style: italic;}


/* ------------------------------------- */
/* 20. Media Queries ................... */
/* ------------------------------------- */
/* Notebook devices */
@media only screen and (max-width: 1280px) {
  
  .masonry-item {
    width: 49.5%;
  }


  .masonry-posts .share {
    top: -5px;
    right: 0;
  }

  .masonry-posts .post {
    width: 48%;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 1024px) {
  
  .testimonial {
    padding: 30px 10% 30px 10%;
  }

  figure.portfolio-effect h3 {
    top: 15%;
  }

  .masonry-posts .post {
    width: 100%;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
 

  figure.portfolio-effect h3 {
    top: 0;
    right: 0;
    left: 0;
  }

  .masonry-item {
        width: 49.5%;
  }

  .masonry-posts .post {
    width: 100%;
  }


  .container {
    padding-right: 40px;
    padding-left: 40px;
  }


  .masonry-item {
    width: 100%;
  }

  

  .portfolio-filter a {
    padding: 11px 5px;
  }

  .portfolio-filter a:after {
    left: 10px;
  }

 .date-cat{display:none;font-style: italic;}
.date-cat-mobile{display:block;font-style: italic;}
  
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .masonry-item {
    width: 100%;
  }

  .masonry-posts .post {
    width: 100%;
  }


  figure.portfolio-effect h3 {
    top: 0;
    right: 0;
    left: 0;
  }

}
