
.main-content {
  background-color: #fff;
}
.main-content + section {
  background-color: #f1e9d9;
  padding-bottom: 80px;
}
.header {
  position: relative;
  width: 100%;
  height: 545px;
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  z-index: 1;
  -webkit-transition: height .2s linear;
  transition: height .2s linear;
  margin-top: 68px;
}
.header.header-padded {
  padding: 70px 0;
}
.header.auto-h-header, .header.auto-h-header > .container {
  min-height: 545px;
  height: 100%;
  
}
.header.header-padded.auto-h-header > .container {
  min-height: 405px;
  height: 100%;
  z-index: 2;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
  text-align: center;
}
.header > .container {
    position: relative;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.header > .container .single-back {
  position: absolute;
  left: 0;
  top: 1rem;
  z-index: 1;
}
.header > .container .single-back > a {
  color: #fff;
    display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
text-transform: uppercase;
}

.floor-heading a::after, a.with-chevron-left::after {

    content: "";
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IlZyc3R2YV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIuNyAxOC41IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMi43IDE4LjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojQkEwODE3O3N0cm9rZS13aWR0aDozO30KPC9zdHlsZT4KPGc+Cgk8cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIxLjEsMS4xIDE2LjMsMTYuMyAzMS42LDEuMSAJIi8+CjwvZz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0;
    display: inline-block;
    width: 16px;
    height: 12px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 12px;

}
.header .h1, .header .h2, .header h1, .header h2 {
  font-size: 60px;
  line-height: 70px;
  color: #fff;
}
.header > .container > p.header-hashtags{
  text-align: left;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
    margin: 0 auto;
    margin-top: 31px;
    color: #fff;
}
.header-hashtags a {
  color: #e94e1b;
}
.content_sec {
  padding: 80px 0;
}
.content_sec {
  padding-bottom: 120px;
  background-color: #f1e9d9;
}
.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.entry-date {
  margin-bottom: 15px;
}
.with-perex-text.block-margin {
  margin: 0 10%;
}
.with-perex-text {
  font-size: 2.25rem;
  line-height: 2;
}
.with-perex-text p {
    margin-bottom: 15px;
    color: #000;
    font-size: 18px;
}
.blog .contact-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 20px;
}
.contact-card {
  padding: 35px 30px 30px;
  height: 100%;
}

.with-perex-text img {
  margin: 3rem 0;
    margin-right: 0px;
}

img.circular {
  border-radius: 50%;
}
.blog .contact-card img {
  max-width: 15rem;
  margin-right: 25px;
}
.contact-card ul:first-of-type {
  font-size: 14px;
  line-height: 22px;
  height: auto;
  list-style: none;
}
.img-fluid, .img-thumbnail, .news-content img, .with-perex-text img {
  max-width: 100%;
  height: auto;
}
.btn.btn-orange {
  display: inline-flex;
}

.contact-card  .sm-middle p {
  font-size: 16px;
  color: #000;
}
.contact-card .sm-middle p:nth-child(2) {
  font-size: 20px;
}
.contact-card ul:first-of-type li a {
  color: #e94e1b;
}
.news .page-quote {
  font-style: normal;
  color: #e94e1b;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  padding: 30px;
  background-color: #fff;
}
.position-relative {
  position: relative !important;
}

iframe {
  max-width: 100%;
  margin: 0 auto;
}
.video-container .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header.contrast .filter::after {
  background-color: rgba(0,0,0,.3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-top: 50px;
}
.ss-inline-share-wrapper {
  margin: 0;
    margin-top: 0px;
  float: right;
  margin-top: -170px !important; 
  position: relative;
  text-align: right;
}

.gallery > div > div {
  margin-top: 30px;
  overflow: hidden;
  width: 100%;
  height: 168px;
}
.sm-row.gallery > div > div {
  margin-top: 16px;
}

.gallery a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.sm-row.gallery {
  margin-top: -16px;
}
.sm-row {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  flex-wrap: wrap;
}
.col-md-2 {
  -webkit-box-flex: 0;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  padding-left: 8px;
  padding-right: 8px;
}

.page_gallery h2 {
  font-size: 32px;
  margin-bottom: 32px;
}
.gallery a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (max-width: 992px){


  .header h1 {
    font-size: 40px;
    line-height: 1.2;
  }
  .header > .container > p.header-hashtags {
    text-align: center;
    font-size: 18px;
  }
  .content_sec {
    padding: 50px 0px;
  }
  .entry-date {
    line-height: 1;
    padding-left: 20px;
    font-size: 18px;
  }
  .with-perex-text.block-margin {
    margin: 0px;
  }
  .icon-like .holder {
    top: -61px;
  }
  .icon-like .holder img {
    max-width: 60px;
  }
  .icon-like .holder {
    width: 60px;
    height: 60px;
    top: -54px;
  }
  #like-hearth-number {
    top: 18px;
    font-size: 20px;
  }
  .contact-card {
  }
  .blog .contact-card {
    flex-direction: column;
    padding: 0px;
  }
  .blog .contact-card img {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .contact-card .sm-middle {
    text-align: center;
  }

}