/* :: 5.0 Hero Slides Area */
.hero-area,
.hero-post-slides {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 700px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area,
    .hero-post-slides {
      height: 600px; } }
  @media only screen and (max-width: 767px) {
    .hero-area,
    .hero-post-slides {
      height: 900px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .hero-area,
    .hero-post-slides {
      height: 750px; } }
  .hero-area .owl-nav,
  .hero-post-slides .owl-nav {
    position: absolute;
    width: auto;
    height: auto;
    bottom: 0;
    z-index: 10;
    left: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hero-area .owl-nav,
      .hero-post-slides .owl-nav {
        left: 55%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-area .owl-nav,
      .hero-post-slides .owl-nav {
        left: 45%; } }
    @media only screen and (max-width: 767px) {
      .hero-area .owl-nav,
      .hero-post-slides .owl-nav {
        left: 5%; } }
    .hero-area .owl-nav .owl-prev,
    .hero-area .owl-nav .owl-next,
    .hero-post-slides .owl-nav .owl-prev,
    .hero-post-slides .owl-nav .owl-next {
      -webkit-transition-duration: var(--transition-slow);
      transition-duration: var(--transition-slow);
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
      flex: 0 0 50px;
      max-width: 50px;
      width: 50px;
      height: 50px;
      margin-right: var(--spacing-sm);
      background-color: var(--color-bg-light);
      line-height: 48px;
      text-align: center;
      font-size: var(--font-size-2xl); }
      .hero-area .owl-nav .owl-prev:hover, .hero-area .owl-nav .owl-prev:focus,
      .hero-area .owl-nav .owl-next:hover,
      .hero-area .owl-nav .owl-next:focus,
      .hero-post-slides .owl-nav .owl-prev:hover,
      .hero-post-slides .owl-nav .owl-prev:focus,
      .hero-post-slides .owl-nav .owl-next:hover,
      .hero-post-slides .owl-nav .owl-next:focus {
        background-color: var(--color-primary); }
      @media only screen and (max-width: 767px) {
        .hero-area .owl-nav .owl-prev,
        .hero-area .owl-nav .owl-next,
        .hero-post-slides .owl-nav .owl-prev,
        .hero-post-slides .owl-nav .owl-next {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 40px;
          flex: 0 0 40px;
          max-width: 40px;
          width: 40px;
          height: 40px;
          line-height: 40px; } }

.single-hero-post {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 700px;
  overflow: hidden; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-post {
      height: 600px; } }
  @media only screen and (max-width: 767px) {
    .single-hero-post {
      height: 900px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-hero-post {
      height: 750px; } }
  .single-hero-post .slide-post-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%;
    height: 700px;
    -webkit-animation: slide 20s linear infinite;
    animation: slide 20s linear infinite; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-hero-post .slide-post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-hero-post .slide-post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        width: 40%;
        height: 600px; } }
    @media only screen and (max-width: 767px) {
      .single-hero-post .slide-post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 250px !important; } }
  .single-hero-post .slide-post-content {
    position: relative;
    z-index: 10;
    background-color: var(--color-bg);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%;
    padding: var(--spacing-xl) 5%;
    height: 700px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-hero-post .slide-post-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-hero-post .slide-post-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        width: 60%;
        height: 600px; } }
    @media only screen and (max-width: 767px) {
      .single-hero-post .slide-post-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 650px !important; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .single-hero-post .slide-post-content {
        height: 500px !important; } }
    .single-hero-post .slide-post-content .post-date {
      font-weight: var(--font-weight-semibold);
      font-size: var(--font-size-sm);
      text-transform: uppercase;
      letter-spacing: var(--letter-spacing-wide);
      color: var(--color-primary); }
    .single-hero-post .slide-post-content .post-title h2 {
      -webkit-transition-duration: var(--transition-slow);
      transition-duration: var(--transition-slow);
      font-size: 42px;
      font-weight: var(--font-weight-light);
      line-height: var(--line-height-tight);
      margin-bottom: var(--spacing-xl); }
      .single-hero-post .slide-post-content .post-title h2:hover {
        color: var(--color-primary); }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-hero-post .slide-post-content .post-title h2 {
          font-size: 30px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-hero-post .slide-post-content .post-title h2 {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .single-hero-post .slide-post-content .post-title h2 {
          font-size: 30px; } }
    .single-hero-post .slide-post-content .post-excerpt {
      margin-bottom: var(--spacing-2xl); }
      @media only screen and (max-width: 767px) {
        .single-hero-post .slide-post-content .post-excerpt {
          margin-bottom: var(--spacing-lg); } }
    .single-hero-post .slide-post-content .page-count {
      position: absolute;
      z-index: 30;
      bottom: 0;
      right: 10%;
      font-size: var(--font-size-2xl);
      font-weight: var(--font-weight-normal);
      font-size: var(--font-size-2xl); }
      .single-hero-post .slide-post-content .page-count span {
        font-size: var(--font-size-base);
        color: var(--color-text-light); }

@-webkit-keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* Gradient text — homepage CTA link
   (moved from front-page.php inline style) */
.image-fill {
    font-size: 36px;
    font-weight: var(--font-weight-bold);
    letter-spacing: 2px;
    padding: 8px 0;
    display: inline-block;
    background: linear-gradient(150deg, var(--color-primary), var(--color-headings));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
