/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 23 2020 | 05:49:41 */
.home .featured-posts .container {
    width: 100%;
}
.home .featured-posts .container .vm-wrapper {
    position: relative;
}
.home .featured-posts .container .vm-wrapper .post-title {
    border: none;
    font-family: "bodoni-book" !important;
    line-height: 1.2;
    max-width: 700px;
    margin: 0 auto;
    display: block;
}
.home .featured-posts .container .post-summary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff !important;
}
.home .featured-posts .container .post-summary > * {
    position: relative !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.home .featured-posts .container .post-summary img {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.home .featured-posts .container .post-summary .fp-inner {
    padding: 0 10px;
    text-decoration: none;
    font-style: normal !important;
    width: 40%;
}
.home .featured-posts .container .post-summary .backstretch {
    width: 60% !important;
}
.home .featured-posts .container .post-summary .fp-inner .vm-wrapper {
    background-color: #e8ecec;
    top: unset;
    height: 100% !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/* Responsive CSS */
@media screen and (max-width: 767px){
  .home .featured-posts .container .post-summary {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
         -moz-box-orient: vertical;
         -moz-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
  }
  .home .featured-posts .container .post-summary .fp-inner, 
  .home .featured-posts .container .post-summary .backstretch {
      width: 100% !important;
  }
  .home .featured-posts .container .post-summary img {
      left: 0 !important;
  }
  .home .featured-posts .container .post-summary .backstretch {
      height: 500px !important;
  }
  .home .featured-posts .container .post-summary .fp-inner {
      min-height: unset !important;
      padding: 10px;
  }
  .home .featured-posts .container .post-summary .fp-inner .vm-wrapper {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
  }
  .home .featured-posts .container .vm-wrapper .post-title {
      min-height: unset;
      padding: 20px;
  }
  .home .featured-posts .owl-stage-outer {
      margin-bottom: 0 !important;
  }
}