/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*media queries*/
/* Content icons */
/* colors */
/*social colors*/
/* typografy */
/* Forms */
/* offsets */
/* responsive */
/* 
 * mixins
 */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(46, 49, 58, 0.9);
}
.theme-button {
  padding: 0.8em 2.5em;
  font-family: 'Open Sans', sans-serif;
  border-radius: 0;
  color: #77bfbc;
  background: none;
  border: 2px solid #77bfbc;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.theme-button:hover {
  background: #77bfbc;
  color: #fff;
}

/* see Sidebar widget: 'Recent Posts' with checkbox option 'Display button Read more' */
.widget_recent_entries .theme-button.more-link {
  display: inline-block;
}

.theme-button-inverse {
  padding: 0.8em 2.5em;
  font-family: 'Open Sans', sans-serif;
  border-radius: 0;
  color: #fff;
  background: #77bfbc;
  font-weight: 500;
  font-size: 0.8em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.theme-button-inverse:hover {
  background: #4FA6A1;
  color: rgba(255, 255, 255, 0.3);
}
/**
 * Recent posts
 */
.recent-posts li {
  margin-bottom: 1em;
}
.recent-posts li::before {
  content: none;
}
.footer .recent-posts__title {
  color: #fff;
}
.footer .recent-posts__title:hover {
  color: #77bfbc;
}
.footer .layout-list .recent-posts__content {
  padding-top: 0;
}
/* Recent posts -- Title */
.recent-posts__title {
  margin-top: -14px;
  color: #3C3C3C;
  display: block;
  font-size: 1.4em;
  line-height: 1.25em;
  font-weight: 600;
  overflow: hidden;
  height: 2.4em;
}
.recent-posts__title:hover {
  color: rgba(60, 60, 60, 0.7);
}
.layout-list li {
  padding: 0;
  overflow: hidden;
  margin-bottom: 1.2em;
}
.layout-list .recent-posts__media {
  display: block;
  width: 85px;
  height: 85px;
  float: left;
  margin-right: 1em;
}
.layout-list .recent-posts__title {
  margin-top: 0;
  margin-bottom: 0.5em;
  height: auto;
  max-height: 2.4em;
  font-size: 1.05em;
  font-weight: 600;
}
.layout-list .recent-posts__content {
  overflow: hidden;
  padding: 1em 0 0;
}
.layout-list .recent-posts__content p {
  overflow: hidden;
  height: 3.8em;
  margin-bottom: 0;
}
.layout-column .recent-posts__title + hr {
  max-width: 170px;
  border-top: 1px solid #F0F0F0;
  margin: 0.7em auto 0;
}
.layout-column .recent-posts__content {
  display: block;
  overflow: hidden;
  padding: 1.6em 1em 2.5em;
  border: 2px solid rgba(119, 191, 188, 0.3);
  border-top: none;
  text-align: center;
}
.layout-column .recent-posts__content p {
  margin-top: 1.8em;
  overflow: hidden;
}
.layout-column .recent-posts__content .more-link {
  font-size: 0.8em;
}
/* Recent posts -- Content & meta */
/* Recent posts -- Media */
.recent-posts__media {
  display: block;
  position: relative;
}
.recent-posts__media img {
  margin: 0;
  float: none;
}
.recent-posts__media .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}
.recent-posts__media:hover .overlay {
  background-color: rgba(50, 50, 50, 0.5);
}
.recent-posts__media .recent-posts__media .overlay:before,
.recent-posts__media .overlay:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  margin-left: -20px;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  opacity: 0;
  color: #e12968;
  font-family: 'rt-icons-2';
}
.recent-posts__media:hover .overlay.audio:before,
.recent-posts__media:hover .overlay.video:before {
  content: '\e696';
}
.recent-posts__media:hover .overlay:before,
.recent-posts__media:hover .overlay:after {
  opacity: 1;
  color: #ffffff;
}
.recent-posts__date {
  display: inline-block;
  margin-bottom: 0.5em;
  color: #77bfbc;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 500;
}
.rp__meta {
  background-color: #3C3C3C;
  display: flex;
  align-items: stretch;
  width: 100%;
}
.rp__meta span {
  width: 33.3333%;
  height: 5em;
  padding-top: 1.08em;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.rp__meta span a {
  color: #fff;
}
.rp__meta span a:hover {
  color: #9DC0E3;
}
.rp__meta span + span {
  border-left: 1px solid #767575;
}
.rp__meta span .icon {
  display: block;
  color: #F3AACB;
  font-size: 1.3em;
}
/**
 * Responsive and widget placements
 */
.widget_recent_entries img {
  display: block !important;
}
/* always view img */
.widget_recent_entries br {
  display: none;
}
@media screen and (min-width: 768px) {
  .layout-column .recent-posts__content p {
    height: 6em;
  }
}
@media screen and (min-width: 1200px) {
  .layout-column .recent-posts__content {
    padding: 1.6em 4em 2.5em;
  }
}
