body .ms-slide .ms-layer, body .ms-fixed-layers .ms-layer, body .ms-overlay-layers .ms-layer {
  pointer-events: none;
}

body .ms-slide .ms-layer a, body .ms-fixed-layers .ms-layer a, body .ms-overlay-layers .ms-layer a {
  pointer-events: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

div.home-slider h4 {
  margin-bottom: 15px;
  font-size: 24px;
  text-align: right;
  color: white;
  float: right;
  clear: both;
  font-weight: normal;
}

@media (min-width: 768px) {
  body.blog .has-image:after,
  body.category .has-image:after,
  body.blog-page .has-image:after {
    content: ' ';
    display: block;
    clear: both;
  }
  body.blog .has-image .post-image img,
  body.category .has-image .post-image img,
  body.blog-page .has-image .post-image img {
    display: block;
  }
  body.blog .has-image .post-image-box,
  body.category .has-image .post-image-box,
  body.blog-page .has-image .post-image-box {
    float: left;
    width: 20%;
    padding-top: 10px;
  }
  body.blog .has-image .entry-content,
  body.category .has-image .entry-content,
  body.blog-page .has-image .entry-content {
    box-sizing: border-box;
    float: right;
    width: 79%;
    padding-left: 30px;
  }
}

.loops-wrapper.list-post .post-date-inline .post-date span.year,
.single-post .post-date-inline .post-date span.year {
  display: inline !important;
}

.loops-wrapper.list-post .post-date-inline .post-date,
.single-post .post-date-inline .post-date {
  text-align: left;
}

.loops-wrapper {
  position: relative;
  display: inline-block;
  max-width: 1000px;
  vertical-align: top;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .loops-wrapper {
    width: 69%;
  }
}

.home-blog-fix {
  padding-top: 75px;
}

@media screen and (max-width: 1280px) {
  .home-blog-fix .loops-wrapper {
    width: 95%;
    margin: 10px auto;
  }
}

.home-blog-fix article.post {
  margin-top: 15px;
}

.home-blog-fix span.edit-button {
  clear: both;
  display: block;
}

.home-blog-fix .list-thumb-image .post-content-inner:after {
  content: '';
  clear: both;
  display: table;
}

@media (min-width: 768px) {
  .home-blog-fix .list-thumb-image .entry-content {
    width: 75%;
    padding-left: 1.6%;
    box-sizing: border-box;
    float: right;
  }
}

.home-blog-fix .list-thumb-image .entry-content .post-title {
  font-family: Minion Pro, "Times New Roman", serif;
  font-variant: small-caps;
  font-size: 33px !important;
  border: none;
}

.home-blog-fix .list-thumb-image .entry-content .post-title a {
  color: #013775;
  text-decoration: none;
  display: block;
  line-height: 42px;
}

.home-blog-fix .list-thumb-image .entry-content .post-title a:after {
  content: '';
  width: 40%;
  min-width: 280px;
  border-top: 1px solid #013775;
  display: none !important;
}

@media (min-width: 768px) {
  .home-blog-fix .list-thumb-image .entry-content .post-title a:after {
    display: block !important;
  }
}

.home-blog-fix .list-thumb-image .entry-content p {
  color: #013775;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 15px;
}

.home-blog-fix .list-thumb-image .entry-content a.more-link {
  text-decoration: none;
}

.home-blog-fix .list-thumb-image .post-image-box {
  display: none;
}

@media (min-width: 768px) {
  .home-blog-fix .list-thumb-image .post-image-box {
    display: block;
    width: 25%;
    padding-right: 1.6%;
    box-sizing: border-box;
    float: left;
  }
}

.home-blog-fix .list-thumb-image .post-image-box figure.post-image {
  width: 100%;
  max-width: 100%;
}

.home-blog-fix .list-thumb-image .post-image-box img {
  border-radius: 50%;
  width: 100%;
  max-width: 100%;
  height: auto;
}
