/**
 * Builder Module Imagelink Styles
 */

.module_column .module-imagelink .post {
  margin-bottom: 0;
}

.module-imagelink .loops-wrapper.overlay .entry-title {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
}

.module-imagelink .post-title {
  font-size: 18px;
  margin: 0 0 .5em;
  padding: 0;
  font-family: 'NeoSansProCyr';
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.module-imagelink a.imagelink {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}

.module-imagelink .entry-content {
  font-size: 16px;
  margin-top: 36px;
  line-height: 1.4;
}

@media screen and (max-width: 1000px) {
  .module-imagelink .post-title {
    font-size: 14px;
  }
}

@media screen and (max-width: 760px) {
  .module-imagelink .post-title {
    font-size: 12px;
  }
  /*.flexslider .loops-wrapper.polaroid .post .post-content,
  .flexslider .loops-wrapper.polaroid:hover .post .post-content{
    top: 0 !important;
  }*/
}

@media screen and (max-width: 680px) {
  .module-imagelink .post-title {
    font-size: 20px;
  }
  /*.flexslider .loops-wrapper.polaroid .post .post-content,
  .flexslider .loops-wrapper.polaroid:hover .post .post-content{
    top: 0 !important;
  }*/
}


