/*--------------------------------------------------------------
29.0 - Post
--------------------------------------------------------------*/
.posts.infinite-scroll .paginate,
.posts.loadmore .paginate {
  display: none;
}
.posts .entry-title {
  font-size: 1.75em;
  margin-bottom: 0.3em;
  font-weight: 400;
}
.posts .format-audio .date-badge {
  display: none;
}
.posts .posts-layout-masonry .date-badge,
.posts .posts-layout-timeline .date-badge {
  display: none;
}
.posts .posts-layout-masonry .entry-meta .meta-date,
.posts .posts-layout-timeline .entry-meta .meta-date {
  display: inline-block;
}
@media (max-width: 767px) {
  .posts .entry-meta .meta-date {
    display: inline-block;
  }
}
.posts .posts-wrap.posts-layout-default .entry-header {
  margin-bottom: 1.5em;
}
.posts .posts-wrap.posts-layout-default .readmore-link {
  text-align: left;
  margin-top: 30px;
}
.posts .posts-wrap.posts-layout-default .readmore-link a {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0.7714285714285714rem 1.2rem;
  font-size: 14px;
  line-height: 1.1;
  -webkit-transition: background-color 0.3s,border-color 0.3s,color 0.3s;
  -o-transition: background-color 0.3s,border-color 0.3s,color 0.3s;
  transition: background-color 0.3s,border-color 0.3s,color 0.3s;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  color: #6e6e6e;
  background-color: #f5f5f5;
  border-color: #e5e5e5;
  background: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  color: #1f1f1f;
  font-weight: 400;
  font-size: 12px;
  border: 1px solid;
  font-weight: bold;
}
.posts .posts-wrap.posts-layout-default .readmore-link a:hover,
.posts .posts-wrap.posts-layout-default .readmore-link a:focus {
  color: #6e6e6e;
  text-decoration: none;
}
.posts .posts-wrap.posts-layout-default .readmore-link a i,
.posts .posts-wrap.posts-layout-default .readmore-link a span {
  z-index: 2;
  position: relative;
}
.posts .posts-wrap.posts-layout-default .readmore-link a.btn-style-outlined {
  color: #f5f5f5;
}
.posts .posts-wrap.posts-layout-default .readmore-link a:hover,
.posts .posts-wrap.posts-layout-default .readmore-link a:focus,
.posts .posts-wrap.posts-layout-default .readmore-link a:active,
.posts .posts-wrap.posts-layout-default .readmore-link a.active {
  color: #6e6e6e;
  background-color: #dcdcdc;
  border-color: #cccccc;
}
.posts .posts-wrap.posts-layout-default .readmore-link a:hover.btn-style-outlined,
.posts .posts-wrap.posts-layout-default .readmore-link a:focus.btn-style-outlined,
.posts .posts-wrap.posts-layout-default .readmore-link a:active.btn-style-outlined,
.posts .posts-wrap.posts-layout-default .readmore-link a.active.btn-style-outlined {
  color: #cccccc;
}
.posts .posts-wrap.posts-layout-default .readmore-link a:hover.btn-style-3d,
.posts .posts-wrap.posts-layout-default .readmore-link a:focus.btn-style-3d,
.posts .posts-wrap.posts-layout-default .readmore-link a:active.btn-style-3d,
.posts .posts-wrap.posts-layout-default .readmore-link a.active.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #c6c6c6;
  box-shadow: 0 5px 0 #c6c6c6;
}
.posts .posts-wrap.posts-layout-default .readmore-link a:active,
.posts .posts-wrap.posts-layout-default .readmore-link a.active {
  background-image: none;
}
.posts .posts-wrap.posts-layout-default .readmore-link a.btn-style-3d {
  -webkit-box-shadow: 0 5px 0 #e5e5e5;
  box-shadow: 0 5px 0 #e5e5e5;
}
.posts .posts-wrap.posts-layout-default .readmore-link a:hover,
.posts .posts-wrap.posts-layout-default .readmore-link a:focus,
.posts .posts-wrap.posts-layout-default .readmore-link a:active {
  color: #fff !important;
  border-color: #05e9b4;
  background-color: #05e9b4;
}
.posts .posts-wrap.posts-layout-grid .hentry {
  border-bottom: none;
  padding-bottom: 0;
}
.posts .posts-wrap.posts-layout-grid .hentry:nth-of-type(n) {
  clear: none;
}
.posts .posts-wrap.posts-layout-grid .hentry.col-md-6:nth-of-type(2n + 1) {
  clear: both;
}
.posts .posts-wrap.posts-layout-grid .hentry.col-md-3:nth-of-type(4n + 1) {
  clear: both;
}
@media (max-width: 991px) {
  .posts .posts-wrap.posts-layout-grid .hentry.col-md-3:nth-of-type(4n + 1) {
    clear: none;
  }
  .posts .posts-wrap.posts-layout-grid .hentry.col-md-3:nth-of-type(2n + 1) {
    clear: both;
  }
}
.posts .posts-wrap.posts-layout-grid .hentry.col-md-4:nth-of-type(3n + 1) {
  clear: both;
}
@media (max-width: 991px) {
  .posts .posts-wrap.posts-layout-grid .hentry.col-md-4:nth-of-type(3n + 1) {
    clear: none;
  }
  .posts .posts-wrap.posts-layout-grid .hentry.col-md-4:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .posts .posts-wrap.posts-layout-grid .hentry {
    clear: none !important;
  }
}
.posts .posts-wrap.posts-layout-masonry .hentry {
  border-bottom: none;
  padding-bottom: 0;
}
.posts .posts-wrap.posts-layout-masonry.no-gap.row {
  margin-left: 0;
  margin-right: 0;
}
.posts .posts-wrap.posts-layout-masonry.no-gap.row .hentry {
  padding-left: 0;
  padding-right: 0;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap {
  border: 1px solid #e5e5e5;
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap:hover {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap .entry-header {
  margin-top: 20px;
  padding: 0 20px;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap .entry-content {
  padding: 0 20px 20px;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap .entry-footer {
  padding: 0 20px 20px;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap .readmore-link {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap .readmore-link .date {
  font-size: 12px;
  float: left;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap.hentry-wrap-quote,
.posts .posts-wrap.posts-layout-masonry .hentry-wrap.hentry-wrap-link {
  border: none;
}
.posts .posts-wrap.posts-layout-masonry .hentry-wrap.hentry-wrap-quote .entry-content,
.posts .posts-wrap.posts-layout-masonry .hentry-wrap.hentry-wrap-link .entry-content {
  padding: 0;
}
.posts .posts-wrap.posts-layout-medium .entry-featured {
  float: left;
  width: 22.857142857142858em;
  margin-right: 1.5em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .posts .posts-wrap.posts-layout-medium .entry-featured {
    float: none;
    width: auto;
    margin-bottom: 1.6428571428571428em;
    margin-right: 0;
  }
}
.posts .posts-wrap.posts-layout-medium .entry-featured ~ .entry-info .entry-header {
  padding-left: 24.357142857142858em;
}
@media (max-width: 767px) {
  .posts .posts-wrap.posts-layout-medium .entry-featured ~ .entry-info .entry-header {
    padding-left: 0;
  }
}
.posts .posts-wrap.posts-layout-timeline {
  position: relative;
}
.posts .posts-wrap.posts-layout-timeline:before {
  background-color: #f5f5f5;
  bottom: 0;
  content: " ";
  left: 50%;
  margin-left: -0.10714285714285714em;
  position: absolute;
  top: 0;
  width: 3px;
  z-index: 1;
  display: block;
}
.posts .posts-wrap.posts-layout-timeline .hentry {
  margin: 0;
  border: none;
  clear: left;
  float: left;
  margin-bottom: 30px;
  padding: 0;
  position: relative;
  width: 50%;
  padding-right: 30px;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap {
  border: 1px solid #e5e5e5;
  border-bottom-width: 3px;
  float: left;
  position: relative;
  width: 100%;
  background: #ffffff;
  -webkit-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap:hover {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap:hover .timeline-badge a {
  color: #05e9b4;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .entry-header {
  margin-top: 20px;
  padding: 0 20px;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .entry-content {
  padding: 0 20px 20px;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .entry-footer {
  padding: 0 20px 20px;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .readmore-link {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap .readmore-link .date {
  font-size: 12px;
  float: left;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap.hentry-wrap-quote,
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap.hentry-wrap-link {
  border: none;
}
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap.hentry-wrap-quote .entry-content,
.posts .posts-wrap.posts-layout-timeline .hentry .hentry-wrap.hentry-wrap-link .entry-content {
  padding: 0;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-left .timeline-arrow {
  background: none repeat scroll 0 0 #e5e5e5;
  content: "";
  height: 15px;
  position: absolute;
  right: 24px;
  top: 22px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 15px;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-left .timeline-badge a span {
  left: 20px;
  left: -webkit-calc(100% + 10px);
  left: -moz-calc(100% + 10px);
  left: calc(100% + 10px);
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-left .timeline-badge a span:after {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  left: -5px;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #05e9b4;
  content: " ";
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-right {
  clear: right;
  float: right;
  padding-right: 0;
  padding-left: 30px;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-right .timeline-badge {
  left: -12px;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-right .timeline-arrow {
  background: none repeat scroll 0 0 #e5e5e5;
  content: "";
  height: 15px;
  position: absolute;
  left: 24px;
  top: 22px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 15px;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-right .timeline-badge a span {
  right: 20px;
  right: -webkit-calc(100% + 10px);
  right: -moz-calc(100% + 10px);
  right: calc(100% + 10px);
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-right .timeline-badge a span:after {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  right: -5px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #05e9b4;
  content: " ";
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-hover .hentry-wrap {
  border-color: #05e9b4;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-hover .timeline-badge {
  z-index: 10;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-hover .timeline-badge a {
  color: #05e9b4;
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-hover .timeline-badge a span {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.posts .posts-wrap.posts-layout-timeline .hentry.timeline-hover .timeline-arrow {
  background: #05e9b4 !important;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.posts .posts-wrap.posts-layout-timeline .timeline-date {
  clear: both;
  text-align: center;
  padding-bottom: 0.8214285714285714em;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .posts .posts-wrap.posts-layout-timeline .timeline-date {
    text-align: left;
  }
}
.posts .posts-wrap.posts-layout-timeline .timeline-date .timeline-date-title {
  color: #1f1f1f;
  background: #e5e5e5;
  padding: 0.5714285714285714rem 1rem;
  display: inline-block;
  margin: 0 auto;
}
.posts .posts-wrap.posts-layout-timeline .timeline-badge {
  height: 24px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: 16px;
  width: 24px;
  z-index: 8;
}
.posts .posts-wrap.posts-layout-timeline .timeline-badge a {
  color: #e5e5e5;
  font-size: 1.3em;
  position: relative;
  cursor: pointer;
}
.posts .posts-wrap.posts-layout-timeline .timeline-badge a:hover {
  color: #05e9b4;
}
.posts .posts-wrap.posts-layout-timeline .timeline-badge a:hover span {
  visibility: visible;
}
.posts .posts-wrap.posts-layout-timeline .timeline-badge a span {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  z-index: 999;
  line-height: 1.4;
  white-space: nowrap;
  max-width: 14.285714285714286em;
  padding: 0.21428571428571427em 0.5714285714285714em;
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  text-align: center;
  text-decoration: none;
  background-color: #05e9b4;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 12px;
}
@media (max-width: 767px) {
  .posts .posts-wrap.posts-layout-timeline:before {
    left: 0;
  }
  .posts .posts-wrap.posts-layout-timeline .hentry {
    width: 100%;
  }
  .posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-left {
    clear: right;
    float: right;
    padding-right: 0;
    padding-left: 30px;
  }
  .posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-left .hentry-wrap {
    float: right;
  }
  .posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-left .timeline-arrow {
    background: none repeat scroll 0 0 #e5e5e5;
    content: "";
    height: 15px;
    position: absolute;
    left: 24px;
    top: 22px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 15px;
  }
  .posts .posts-wrap.posts-layout-timeline .hentry.timeline-align-left .timeline-badge {
    left: -12px;
  }
  .posts .posts-wrap.posts-layout-timeline .timeline-badge a span {
    display: none;
  }
}
.hentry {
  margin-bottom: 45px;
  padding-bottom: 0px;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
}
.no-boder-hentry .hentry {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
@media (min-width: 480px) {
  .posts-layout-default .entry-info {
    background: none repeat scroll 0 0 #fff;
    margin-left: 5em;
    margin-top: -6.5em;
    padding: 15px 30px;
    position: relative;
  }
  .posts-layout-default .meta-date {
    display: none;
  }
}
.entry-header {
  margin-bottom: 1.0952380952380951em;
  position: relative;
}
.date-badge {
  background: #4440ff;
  color: #fff;
  left: 0;
  text-align: center;
  margin-top: -1em;
  font-weight: 400;
  padding: 12px 5px;
  max-width: 5em;
}
@media (max-width: 767px) {
  .date-badge {
    display: none;
  }
}
.date-badge .date {
  display: block;
  font-weight: 400;
  line-height: 1;
  font-size: 1.5em;
}
.date-badge .month-year {
  display: block;
  background: #4440ff;
  color: #fff;
  text-transform: none;
  font-size: 13px;
}
.entry-featured {
  margin-bottom: 1em;
}
.entry-featured img {
  width: 100%;
  height: auto;
}
.entry-featured.video-featured:not(.col-md-8) {
  width: 100%;
  max-width: 100%;
}
.entry-featured.video-featured {
  position: relative;
}
.entry-featured.video-featured .featured-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: url(../images/featured-play.png) no-repeat scroll center center transparent;
}
.entry-title {
  font-size: 18px;
  margin-top: 0;
  line-height: 1.4;
  font-weight: 600;
}
.sticky .entry-title:before {
  content: "\f08d";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.sticky .entry-title:before {
  line-height: 1;
  opacity: 1;
  -webkit-transform: rotate(-36deg);
  -ms-transform: rotate(-36deg);
  -o-transform: rotate(-36deg);
  transform: rotate(-36deg);
  color: #05e9b4;
}
.entry-meta {
  font-size: 13px;
  color: #333;
}
.entry-meta > span {
  margin-right: 10px;
}
.entry-meta > span:first-child:before {
  display: none !important;
}
.entry-meta > span i {
  margin-right: 5px;
  color: #05e9b4;
}
.entry-meta > span:last-child.meta-separator {
  display: none;
}
.entry-meta span.meta-separator {
  padding: 0 0.14285714285714285em;
}
.entry-meta a {
  color: #909090;
}
.entry-meta a:hover {
  color: #05e9b4;
}
.entry-content .link-content,
.entry-content .quote-content {
  padding: 20px;
  background-color: #05e9b4;
  color: #fff;
}
.entry-content .link-content a,
.entry-content .quote-content a {
  color: #fff;
}
.entry-content .link-content span,
.entry-content .quote-content span {
  font-size: 1.1em;
  margin-bottom: 0.8214285714285714em;
  display: block;
  font-style: italic;
}
.entry-content .link-content i.fa,
.entry-content .quote-content i.fa {
  font-size: 1.3em;
}
.entry-content .link-content cite,
.entry-content .quote-content cite {
  font-size: 14px;
  display: block;
}
.readmore-link {
  margin: 0;
}
.readmore-link a {
  font-size: 12px;
  color: #3b3b3b;
  font-weight: bold;
}
.readmore-link a:after {
  content: "\f105";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.readmore-link a:after {
  margin-left: 0.35714285714285715em;
  font-size: 14px;
  font-weight: bold;
}
.readmore-link a:hover {
  color: #05e9b4;
}
.post-navigation {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.post-navigation .prev-post > span {
  font-weight: 400;
  text-transform: uppercase;
  color: #909090;
  font-size: 12px;
}
.post-navigation .prev-post > span:before {
  margin-right: 0.35714285714285715em;
  font-size: 110%;
}
@media (max-width: 767px) {
  .post-navigation .prev-post {
    text-align: center;
    margin-bottom: 1.6428571428571428em;
  }
  .post-navigation .prev-post > span:before {
    display: none;
  }
}
.post-navigation .next-post {
  text-align: right;
}
.post-navigation .next-post > span {
  font-weight: 400;
  text-transform: uppercase;
  color: #909090;
  font-size: 12px;
}

.post-navigation .next-post > span:after {
  margin-left: 0.35714285714285715em;
  font-size: 110%;
}
@media (max-width: 767px) {
  .post-navigation .next-post {
    text-align: center;
  }
  .post-navigation .next-post > span:after {
    display: none;
  }
}
.post-navigation a {
  color: #333;
  font-weight: 600;
  display: block;
}
.post-navigation a:hover {
  text-decoration: underline;
}
.author-info {
  padding: 30px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .author-info {
    padding: 15px 0;
  }
}
.author-info .author-avatar {
  float: left;
}
.author-info .author-avatar img {
  max-width: 8.571428571428571em;
}
@media (max-width: 767px) {
  .author-info .author-avatar {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
}
.author-info .author-description {
  margin-left: 8.571428571428571em;
}
@media (max-width: 767px) {
  .author-info .author-description {
    margin-left: 0;
  }
}
.author-info .author-description .author-title {
  font-size: 1.1em;
  margin-top: 0;
}
@media (max-width: 767px) {
  .author-info .author-description .author-title {
    text-align: center;
  }
}
.author-info .author-description .author-title small {
  font-family: "Muli", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
@media (max-width: 767px) {
  .author-info .author-description .author-title small {
    display: none;
  }
}
.author-info .author-description .author-link {
  display: block;
  font-weight: bold;
  margin-top: 1.6428571428571428em;
}
.author-info .author-social {
  text-align: left;
}
.author-info .author-social a {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  margin-right: 0.821429em;
  text-align: center;
  background: none repeat scroll 0 0 #707070;
  font-size: 14px;
  height: 2em;
  line-height: 2em;
  width: 2em;
}
.author-info .author-social a:hover {
  background: #05e9b4;
}
.entry-tags {
  color: #909090;
}
.entry-tags > span {
  font-size: 110%;
  color: #6e6e6e;
}
.entry-tags a {
  position: relative;
  display: inline-block;
  margin-bottom: 0.35714285714285715em;
  font-size: 12px;
  background-color: #f5f5f5;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0.3em 1em;
  margin-right: 0.35714285714285715em;
  color: #909090;
}
.entry-tags a:hover {
  color: #05e9b4;
}
.single .main-content .entry-footer {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .single .main-content .entry-footer {
    text-align: center;
  }
}
.single .main-content .share-links {
  margin-top: 0;
}
@media (max-width: 767px) {
  .single .main-content .share-links {
    margin-top: 30px;
  }
}
.single .main-content .share-links .share-icons {
  text-align: right;
}
@media (max-width: 767px) {
  .single .main-content .share-links .share-icons {
    text-align: center;
  }
}
.single .main-content .share-links .share-icons a {
  width: 2em;
  height: 2em;
  line-height: 2em;
  font-size: 14px;
  background: #f5f5f5;
}
.single .below-content {
  margin-top: 0.8214285714285714em;
}
@media (min-width: 480px) {
  .single-post .entry-header {
    background: none repeat scroll 0 0 #fff;
    margin-left: 5em;
    margin-top: -6em;
    padding: 30px;
    position: relative;
    margin-bottom: 0;
  }
}
.single-post .hentry-wrap .entry-meta .meta-date {
  display: none;
}
@media (max-width: 767px) {
  .single-post .hentry-wrap .entry-meta .meta-date {
    display: inline-block;
  }
}
.share-links {
  margin-top: 30px;
}
.share-links h4 {
  padding-right: 10px;
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}
.share-links .share-icons {
  text-align: center;
}
.share-links .share-icons a {
  font-size: 1.2857142857142858em;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #f5f5f5;
  line-height: 2.5em;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 0.8214285714285714em;
  color: #a9a9a9;
}
.share-links .share-icons .facebook-share a:hover {
  background-color: none;
  border-color: #47639e;
  color: #47639e;
}
.share-links .share-icons .twitter-share a:hover {
  background-color: none;
  border-color: #55acee;
  color: #55acee;
}
.share-links .share-icons .pinterest-share a:hover {
  background-color: none;
  border-color: #cb2027;
  color: #cb2027;
}
.share-links .share-icons .google-plus-share a:hover {
  background-color: none;
  border-color: #dd4b39;
  color: #dd4b39;
}
.share-links .share-icons .linkedin-share a:hover {
  background-color: none;
  border-color: #069;
  color: #069;
}
@media (max-width: 767px) {
  .share-links {
    display: block;
  }
  .share-links h4 {
    display: block;
    width: auto;
  }
  .share-links .share-icons {
    display: block;
  }
}
.highlighted {
  padding: 30px 0;
  background: #f5f5f5;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.highlighted .highlighted-format-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  z-index: 1;
}
.highlighted .highlighted-format-icon.format-video {
  background: url(../images/featured-play.png) no-repeat scroll center center transparent;
}
.highlighted .highlighted-format-icon.format-gallery {
  background: url(../images/featured-gallery.png) no-repeat scroll center center transparent;
}
.highlighted .highlighted-extra .highlighted-format-icon {
  width: 20px;
  height: 20px;
  z-index: 1;
}
.highlighted .highlighted-extra .highlighted-format-icon.format-video {
  background: url(../images/featured-play-small.png) no-repeat scroll center center transparent;
}
.highlighted .highlighted-extra .highlighted-format-icon.format-gallery {
  background: url(../images/featured-gallery-small.png) no-repeat scroll center center transparent;
}
.highlighted .caroufredsel-wrap:hover .caroufredsel-prev,
.highlighted .caroufredsel-wrap:hover .caroufredsel-next {
  background: rgba(255, 255, 255, 0.8);
  color: #333;
}
.highlighted .caroufredsel-wrap:hover .caroufredsel-prev:hover,
.highlighted .caroufredsel-wrap:hover .caroufredsel-next:hover {
  background: #05e9b4;
  color: #fff;
}
.highlighted .caroufredsel-wrap:hover .caroufredsel-prev {
  left: 2.142857142857143em;
}
.highlighted .caroufredsel-wrap:hover .caroufredsel-next {
  right: 2.142857142857143em;
}
.highlighted .caroufredsel-item {
  position: absolute;
  width: 100%;
}
.highlighted .caroufredsel-item:first-child {
  position: relative;
  z-index: 1;
}
.highlighted .caroufredsel-item img {
  width: 100%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.highlighted .caroufredsel-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.highlighted .caroufredsel_wrapper .caroufredsel-item {
  position: relative;
  z-index: auto;
}
.highlighted .caroufredsel-pagination {
  bottom: 1.0714285714285714em;
  position: absolute;
  right: 1.0714285714285714em;
}
.highlighted .caroufredsel-pagination a {
  border-color: #fff;
}
.highlighted .caroufredsel-pagination a.selected {
  background-color: #fff;
}
@media (max-width: 767px) {
  .highlighted .caroufredsel-pagination {
    display: none !important;
  }
}
.highlighted .highlighted-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  right: 0;
  padding: 15px;
  background: -moz-linear-gradient(top, rgba(25, 35, 45, 0) 0%, #19232d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(25, 35, 45, 0)), color-stop(100%, #19232d));
  background: -webkit-linear-gradient(top, rgba(25, 35, 45, 0) 0%, #19232d 100%);
  background: -o-linear-gradient(top, rgba(25, 35, 45, 0) 0%, #19232d 100%);
  background: -ms-linear-gradient(top, rgba(25, 35, 45, 0) 0%, #19232d 100%);
  background: linear-gradient(to bottom, rgba(25, 35, 45, 0) 0%, #19232d 100%);
  text-shadow: 0px 1px 1px #000;
}
.highlighted .highlighted-caption time {
  margin-bottom: 9px;
  color: #eee;
  display: block;
}
.highlighted .highlighted-caption h3 {
  margin: 0;
}
.highlighted .highlighted-caption h3 a {
  color: #fff;
  font-size: 1em;
}
.highlighted .highlighted-caption h3 a:hover {
  color: #05e9b4;
}
.highlighted .col-md-4 {
  height: 100%;
  padding-left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.highlighted .highlighted-extra .highlighted-extra-item {
  height: 50%;
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.highlighted .highlighted-extra .highlighted-extra-item.small {
  width: 50%;
  padding-right: 7.5px;
  padding-top: 20px;
  bottom: 0;
  left: 0;
}
.highlighted .highlighted-extra .highlighted-extra-item.small .highlighted-extra-item-wrap {
  height: 100%;
}
.highlighted .highlighted-extra .highlighted-extra-item.small .highlighted-extra-item-wrap img {
  max-width: none;
  width: auto;
  height: 100%;
}
.highlighted .highlighted-extra .highlighted-extra-item:last-child {
  padding-right: 0;
  padding-left: 7.5px;
  float: right;
  left: auto;
  right: 0;
}
.highlighted .highlighted-extra .highlighted-extra-item:first-child img {
  width: 100%;
}
.highlighted .highlighted-extra .highlighted-extra-item .highlighted-extra-item-wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.highlighted .highlighted-extra .highlighted-extra-item img {
  width: 100%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.highlighted .highlighted-extra .highlighted-extra-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.highlighted .highlighted-extra .highlighted-extra-item .highlighted-caption time {
  margin-bottom: 0;
  font-size: 12px;
}
@media (max-width: 991px) {
  .highlighted .highlighted-extra .highlighted-extra-item .highlighted-caption time {
    display: none;
  }
}
.highlighted .highlighted-extra .highlighted-extra-item .highlighted-caption h3 a {
  font-size: .65em;
}
@media (max-width: 991px) {
  .highlighted .highlighted-extra .highlighted-extra-item .highlighted-caption h3 a {
    font-size: .6em;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .highlighted .col-md-8 {
    width: 100%;
  }
  .highlighted .col-sm-4 {
    display: none;
  }
}
.related-post {
  margin-top: 30px;
}
.related-post .related-post-title h3 {
  font-size: 1.5em;
}
.related-post .related-post-items {
  margin-top: 1.6428571428571428em;
}
.related-post .post-title {
  font-size: 110%;
  margin-top: 0;
  margin-bottom: 0.35714285714285715em;
}
.related-post .entry-meta .meta-date {
  display: inline-block;
}
.related-post .excerpt {
  margin-top: 0.8214285714285714em;
}
/*--------------------------------------------------------------
12.0 - Pagination
--------------------------------------------------------------*/
.paginate {
  display: block;
  margin-top: 1.6428571428571428em;
  padding: 0 0 0.8571428571428571rem 0;
}
.container-full .paginate {
  padding-left: 30px;
  padding-right: 30px;
}
.paginate .paginate_links {
  display: table;
  margin: 0 auto;
  float: left;
}
.paginate .paginate_links .pagination-meta,
.paginate .paginate_links .page-numbers {
  padding: 0.3em 1em;
  border: 1px solid #e5e5e5;
  display: inline-block;
  float: left;
  margin: 0 0.35714285714285715em 0 0;
  color: #6e6e6e;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.paginate .paginate_links .pagination-meta:last-child,
.paginate .paginate_links .page-numbers:last-child {
  margin: 0;
}
.paginate .paginate_links .pagination-meta.current,
.paginate .paginate_links .page-numbers.current {
  background: #05e9b4;
  border: 1px solid #05e9b4;
  color: #fff;
}
.paginate .paginate_links a.page-numbers:hover,
.paginate .paginate_links a.page-numbers:focus {
  border: 1px solid #05e9b4;
  color: #05e9b4;
}
.paginate .paginate_links .pagination-meta {
  color: #6e6e6e;
  border-color: transparent;
  margin-right: 0.7142857142857143em;
}
@media (max-width: 767px) {
  .paginate .paginate_links {
    float: none;
  }
  .paginate .paginate_links .pagination-meta {
    display: none;
  }
}


/*
 * Sidebar
 */

.sidebar{
    margin-top: 10px;
}
.widget{
    margin-bottom: 60px;
}
.widget .img-left{
    margin: 0 10px 10px 0;
}
.widget .img-right{
    margin: 0 0 10px 10px;
}
.sidebar-title{
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #ccc;
}
.widget-body{
    font-size: 13px;
    color: #777;
}
.widget-text{
    line-height: 1.7;
}


/* Search widget */

.search-wrap{
    position: relative;
    width: 100%
}
.search-field{
    width: 100% !important;
    height: 40px !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.search-button{
    width: 42px;
    height: 40px;
    line-height: 38px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    right: 1px;    
    overflow: hidden;
    background: #cecece;
    border: none;
    outline: none;
    color: #333;
    font-size: 14px;
}

.search-button:hover{
    color: #111;
}
.search-button:hover + .search-field{
    border-color: #ccc;
}


/* Widget menu */

.widget-menu{
    font-size: 13px;
}
.widget-menu li{
    padding: 5px 0;
    
}
.widget-menu li a{
    color: #555;
    text-decoration: none;
    padding-bottom: 2px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    
    -webkit-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.widget-menu li a:hover,
.widget-menu li a.active{
    color: #999;
}
.widget-menu li small{
    font-size: 11px;
    color: #aaa; 
}


/* Widget tags */

.tags{
    
}
.tags a{
    display: inline-block;
    margin: 0 2px 5px 0;
    padding: 5px 7px;
    border: 1px solid #e9e9e9;
    color: #777;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.tags a:hover{
    text-decoration: none;
    border-color: #333;
    color: #111;
}

/* Comments */
.widget-comments{
    color: #aaa;
}
.widget-comments li{
    padding: 12px 0;
    border-bottom: 1px dotted #eaeaea;
}
.widget-comments li a{
    color: #555;
    text-decoration: none;
    
    -webkit-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.widget-comments li a:hover{
    color: #999;
}

/* Posts */
.sidebar-posts{
    color: #aaa;
}
.sidebar-posts li{
    font-size: 12px;
    padding: 12px 0;
    border-bottom: 1px dotted #eaeaea;
}
.sidebar-posts li a{
    font-size: 14px;
    display: block;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    
    -webkit-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.sidebar-posts li a:hover{
    color: #999;
}
.sidebar-posts-img{
    float: left;
    width: 70px;
    margin: 0 10px 0 0;
}
.sidebar-posts-descr{
    overflow: hidden;
}
.alignright {
    float: right;
    margin-left: 1.6em;
}