HEX
Server: LiteSpeed
System: Linux server315.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: globfdxw (6114)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //home/globfdxw/www/wp-content/plugins/bearsthemes-addons/assets/css/sermone.scss
@import "variables";

.elementor-sermone {
  &--default {
    .elementor-sermon {
      position: relative;
      overflow: hidden;
      &:hover {
        .elementor-sermon {
          &__overlay {
            opacity: 1;
          }
          &__quickview {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
          }
        }
      }
      &__thumbnail {
        position: relative;
        overflow: hidden;
        padding-bottom: 66%;
        background: #e7e6e4;
        margin-bottom: 20px;
        img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
      }
      &__quickview {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 0;
        z-index: 3;
        color: #FFFFFF;
        background: $main-color;
        margin: -25px 0 0 -25px;
        border-radius: 50px;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-transition: all .3s;
        transition: all .3s;
        svg {
          fill: currentColor;
        }
      }
      &__overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(#000000, 0.3);
        opacity: 0;
        z-index: 1;
        -webkit-transition: all .3s;
        transition: all .3s;
      }
      &__title {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.25;
        color: #333333;
        margin-bottom: 16px;
        a {
          color: inherit;
          &:hover {
            color: $main-color;
          }
        }
      }
      &__meta {
        list-style: none;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: #999999;
        margin: 0 0 16px;
        padding: 0;
        li {
          display: inline-block;
          &:not(:last-child):after {
            content: "-";
            display: inline-block;
            margin: 0 4px;
          }
          a {
            color: inherit;
            &:hover {
              color: $main-color;
            }
          }
        }
      }
      &__excerpt {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.75;
        color: #666666;
        margin-bottom: 16px;
        p {
          margin: 0;
        }
      }
      &__read-more {
        display: inline-block;
        font-weight: 500;
        font-size: 14px;
        line-height: 100%;
        color: $main-color;
        text-decoration: none;
        &:hover {
          color: darken($main-color, 10%);
        }
      }
    }
  }

  &--skin-grid-grouse {
    .elementor-sermon {
      position: relative;
      text-align: center;
      overflow: hidden;
      &:hover {
        .elementor-sermon {
          &__overlay {
            opacity: 1;
          }
          &__thumbnail img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
          }
        }
      }
      &__thumbnail {
        position: relative;
        overflow: hidden;
        padding-bottom: 66%;
        background: #e7e6e4;
        margin-bottom: 20px;
        border-radius: 5px;
        img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -webkit-transition: all 1.5s cubic-bezier(.11,.52,.53,.79) 0s;
          transition: all 1.5s cubic-bezier(.11,.52,.53,.79) 0s;
        }
      }
      &__quickview {
        position: absolute;
        bottom: 20px;
        left: 20px;
        z-index: 3;
        overflow: hidden;
        border-radius: 5px;
        -webkit-transition: all .3s;
        transition: all .3s;
        span {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 42px;
          height: 42px;
          color: #FFFFFF;
          background: #da9100;
          &:not(:last-child) {
            border-right: 1px solid rgba(#FFFFFF, 0.3);
          }
          &:hover {
            background: #ca8601;
          }
        }
        svg {
          fill: currentColor;
        }
      }
      &__overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(#000000, 0.3);
        opacity: 0;
        z-index: 1;
        -webkit-transition: all .3s;
        transition: all .3s;
      }
      &__title {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.25;
        color: #282828;
        margin-bottom: 16px;
        a {
          color: inherit;
          &:hover {
            color: #da9100;
          }
        }
      }
      &__meta {
        list-style: none;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: #444444;
        margin: 0;
        padding: 0;
        li {
          display: inline-block;
          &:not(:last-child) {
            margin-right: 24px;
          }
          svg {
            display: inline-block;
            vertical-align: middle;
            fill: #da9100;
            margin: -3px 4px 0 1px;
          }
          a {
            color: #da9100;
          }
        }
      }
    }
  }

  &--skin-grid-michelson {
    .elementor-sermon {
      position: relative;
      background: #f5f5f5;
      overflow: hidden;
      &:hover {
        .elementor-sermon {
          &__overlay {
            opacity: 1;
          }
          &__thumbnail img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
          }
        }
      }
      &__thumbnail {
        position: relative;
        overflow: hidden;
        padding-bottom: 66%;
        background: #e7e6e4;
        img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -webkit-transition: all 1.5s cubic-bezier(.11,.52,.53,.79) 0s;
          transition: all 1.5s cubic-bezier(.11,.52,.53,.79) 0s;
        }
      }
      &__overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(#000000, 0.3);
        opacity: 0;
        z-index: 1;
        -webkit-transition: all .3s;
        transition: all .3s;
      }
      &__content {
        padding: 30px;
      }
      &__quickview {
        display: inline-block;
        margin-bottom: 16px;
        -webkit-transition: all .3s;
        transition: all .3s;
        span {
          display: inline-block;
          color: #333333;
          &:not(:last-child) {
            margin-right: 15px;
          }
          &:hover {
            color: #63b6d1;
          }
        }
        svg {
          fill: currentColor;
        }
      }
      &__title {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.25;
        text-transform: uppercase;
        color: #333333;
        margin-bottom: 16px;
        a {
          color: inherit;
          &:hover {
            color: #63b6d1;
          }
        }
      }
      &__meta {
        list-style: none;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: #666666;
        margin: 0;
        padding: 0;
        li {
          display: inline-block;
          &:not(:last-child) {
            margin-right: 24px;
          }
          a {
            color: #63b6d1;
          }
        }
      }
      &:hover {
        .elementor-sermon {
          &__overlay {
            opacity: 1;
          }
        }
      }

      @media( max-width: $break-xs - 0.02 ) {
        &__content {
          padding: 24px 16px;
        }
      }
    }
  }

  &--skin-grid-gangri {
    .elementor-sermon {
      position: relative;
      overflow: hidden;
      -webkit-transition: all .3s;
      transition: all .3s;
      &:hover {
        .elementor-sermon {
          &__thumbnail img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
          }
        }
      }
      &__thumbnail {
        position: relative;
        overflow: hidden;
        padding-bottom: 66%;
        background: #e7e6e4;
        img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -webkit-transition: all 1.5s cubic-bezier(.11,.52,.53,.79) 0s;
          transition: all 1.5s cubic-bezier(.11,.52,.53,.79) 0s;
        }
      }
      &__overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(#000000, 0.3);
        opacity: 0;
        z-index: 1;
        -webkit-transition: all .3s;
        transition: all .3s;
      }
      &__content {
        position: relative;
        background: #f5f5f5;
        padding: 25px 30px 50px;
        margin-bottom: 25px;
      }
      &__title {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.25;
        text-transform: uppercase;
        color: #333333;
        margin-bottom: 12px;
        a {
          color: inherit;
          &:hover {
            color: #d45f44;
          }
        }
      }
      &__speaker {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: #6e6e6e;
        margin-bottom: 12px;
        a {
          color: #d45f44;
        }
      }
      &__date {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: #d45f44;
      }
      &__quickview {
        position: absolute;
        bottom: -25px;
        left: 30px;
        display: inline-block;
        height: 50px;
        line-height: 50px;
        color: #FFFFFF;
        background: #d45f44;
        padding: 0 30px;
        border-radius: 30px;
        -webkit-transition: all .3s;
        transition: all .3s;
        span {
          display: inline-block;
          &:not(:last-child) {
            margin-right: 20px;
          }
        }
        svg {
          fill: currentColor;
        }
      }
      &:hover {
        .elementor-sermon {
          &__overlay {
            opacity: 1;
          }
        }
      }

      @media( max-width: $break-xs - 0.02 ) {
        &__content {
          padding: 25px 15px 50px;
        }
        &__quickview {
          left: 15px;
        }
      }
    }
  }

  &--skin-grid-sankar {
    .elementor-sermon {
      position: relative;
      text-align: center;
      overflow: hidden;
      &:hover {
        .elementor-sermon {
          &__overlay {
            opacity: 1;
          }
          &__thumbnail img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
          }
        }
      }
      &.has-thumbnail {
        .elementor-sermon {
          &__content {
            margin-top: 0;
          }
        }
      }
      &__thumbnail {
        position: relative;
        overflow: hidden;
        padding-bottom: 66%;
        background: #e7e6e4;
        border-radius: 5px;
        img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -webkit-transition: all 1.5s cubic-bezier(.11,.52,.53,.79) 0s;
          transition: all 1.5s cubic-bezier(.11,.52,.53,.79) 0s;
        }
      }
      &__overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(#000000, 0.3);
        opacity: 0;
        z-index: 1;
        -webkit-transition: all .3s;
        transition: all .3s;
      }
      &__content {
        position: relative;
        margin-top: 20px;
        padding-top: 40px;
      }
      &__title {
        font-size: 22px;
        font-weight: 700;
        line-height: 1.25;
        color: #333333;
        margin-bottom: 12px;
        a {
          color: inherit;
          &:hover {
            color: #347d7a;
          }
        }
      }
      &__meta {
        list-style: none;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: #555555;
        margin: 0;
        padding: 0;
        li {
          display: inline-block;
          &:not(:last-child):after {
            content: "-";
            display: inline-block;
            vertical-align: middle;
            margin: 0 4px;
          }
          a {
            color: #347d7a;
          }
        }
      }
      &__quickview {
        position: absolute;
        top: -20px;
        left: 50%;
        z-index: 3;
        overflow: hidden;
        background: #FFFFFF;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 30px 0 rgba(#000000, 0.1);
        box-shadow: 0 0 30px 0 rgba(#000000, 0.1);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all .3s;
        transition: all .3s;
        span {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 42px;
          height: 42px;
          color: #555555;
          background: #FFFFFF;
          &:not(:last-child) {
            border-right: 1px solid #f1f1f1;
          }
          &:hover {
            color: #FFFFFF;
            background: #347d7a;
          }
        }
        svg {
          fill: currentColor;
        }
      }
    }
  }

  &--skin-list-manaslu {
    .elementor-sermon {
      position: relative;
      overflow: hidden;
      &.has-thumbnail {
        padding: 50px 0 0 100px;
        .elementor-sermon {
          &__content {
            width: 60%;
          }
        }
      }
      &__inner {
        display: flex;
        background: #f5f5f5;
        border-radius: 15px;
      }
      &__thumbnail {
        position: relative;
        overflow: hidden;
        width: calc(40% + 100px);
        margin: -50px 0 50px -100px;
        background: #e7e6e4;
        border-radius: 15px;
        img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
      &__overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(#000000, 0.3);
        opacity: 0;
        z-index: 1;
        -webkit-transition: all .3s;
        transition: all .3s;
      }
      &__read-more {
        position: absolute;
        top: 50%;
        left: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80px;
        height: 80px;
        color: #FFFFFF;
        background: #3780FF;
        margin: -40px 0 0 -40px;
        border-radius: 50px;
        opacity: 0;
        z-index: 1;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: all .3s;
        transition: all .3s;
        &:hover {
          color: #3780FF;
          background: #FFFFFF;
        }
        svg {
          fill: currentColor;
        }
      }
      &__content {
        padding: 50px;
      }
      &__preacher {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.5;
        color: #3780FF;
        margin-bottom: 8px;
        a {
          color: inherit;
        }
      }
      &__title {
        font-size: 22px;
        font-weight: 700;
        line-height: 1.25;
        color: #101318;
        margin-bottom: 16px;
        a {
          color: inherit;
          &:hover {
            color: #3780FF;
          }
        }
      }
      &__meta {
        list-style: none;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: #7F8285;
        margin: 0 0 16px;
        padding: 0 0 0 16px;
        border-left: 4px solid #7F8285;
        li {
          display: block;
          &:not(:last-child) {
            margin-bottom: 4px;
          }
          a {
            font-weight: 600;
            color: #3780FF;
          }
        }
      }
      &__excerpt {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.75;
        color: #101318;
        margin-bottom: 20px;
        p {
          margin: 0;
        }
      }
      &__quickview {
        display: inline-block;
        -webkit-transition: all .3s;
        transition: all .3s;
        span {
          display: inline-block;
          color: #101318;
          &:not(:last-child) {
            margin-right: 15px;
          }
          &:hover {
            color: #3780FF;
          }
        }
        svg {
          fill: currentColor;
        }
      }
      &:hover {
        .elementor-sermon {
          &__overlay {
            opacity: 1;
          }
          &__read-more {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
          }
        }
      }

      @media( max-width: $break-sm - 0.02 ) {
        &.has-thumbnail {
          padding: 0;
          .elementor-sermon {
            &__content {
                width: 100%;
            }
          }
        }
        &__inner {
          flex-direction: column;
        }
        &__thumbnail {
          width: 100%;
          padding-bottom: 66%;
          margin: 0;
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0;
        }
        &__content {
          padding: 25px 30px;
        }
      }

      @media( max-width: $break-xs - 0.02 ) {
        &__content {
          padding: 24px 16px;
        }
      }

    }
  }

  &--skin-cobble-cerredo {
    &.elementor-grid {
      display: block;
      margin: 0 -15px;
      &:after {
        content: "";
        display: block;
        clear: both;
      }
    }
    .elementor-sermon-wrap {
      width: 50%;
      float: left;
      margin-bottom: 30px;
      padding-left: 15px;
      padding-right: 15px;
      @media( max-width: $break-md - 0.02 ) {
        width: 100%;
      }
      .elementor-sermon {
        padding-bottom: 30px;
        border-bottom: 1px solid #e5e5e5;
      }
      &:first-child,
      &:last-child {
        .elementor-sermon {
          border: none;
        }
      }
    }
    .elementor-sermon {
      position: relative;
      display: flex;
      align-items: center;
      overflow: hidden;
      -webkit-transition: all .3s;
      transition: all .3s;
      &:hover {
        .elementor-sermon {
          &__thumbnail img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
          }
        }
      }
      &__thumbnail {
        position: relative;
        overflow: hidden;
        line-height: 0;
        width: 150px;
        height: 150px;
        background: #e7e6e4;
        img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -webkit-transition: all 1.5s cubic-bezier(.11,.52,.53,.79) 0s;
          transition: all 1.5s cubic-bezier(.11,.52,.53,.79) 0s;
        }
      }
      &__content {
        width: calc(100% - 150px);
        padding-left: 30px;
      }
      &__meta {
        list-style: none;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: #333333;
        margin: 0 0 8px;
        padding: 0;
        a {
          color: #d04a48;
        }
        li {
          display: inline-block;
          &:not(:last-child):after {
            content: "-";
            display: inline-block;
            vertical-align: middle;
            margin: 0 4px;
          }
        }
      }
      &__title {
        font-size: 26px;
        font-weight: 700;
        line-height: 1;
        color: #1a1a1a;
        margin-bottom: 12px;
        a {
          color: inherit;
          &:hover {
            color: #d04a48;
          }
        }
      }
      &__quickview {
        display: inline-block;
        -webkit-transition: all .3s;
        transition: all .3s;
        span {
          display: inline-block;
          color: #d04a48;
          &:not(:last-child) {
            margin-right: 15px;
          }
        }
        svg {
          fill: currentColor;
        }
      }
      @media( max-width: $break-xs - 0.02 ) {
        flex-direction: column;
        &__thumbnail {
          width: 100%;
          height: auto;
          padding-bottom: 66%;
          margin-bottom: 30px;
        }
        &__content {
          width: 100%;
          padding-left: 0;
        }
      }
    }
    .elementor-sermon-feature {
      &:hover {
        .elementor-sermon-feature {
          &__thumbnail img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
          }
        }
      }
      &__thumbnail {
        position: relative;
        overflow: hidden;
        line-height: 0;
        background: #e7e6e4;
        margin-bottom: 30px;
        padding-bottom: 66%;
        img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          -webkit-transition: all 1.5s cubic-bezier(.11,.52,.53,.79) 0s;
          transition: all 1.5s cubic-bezier(.11,.52,.53,.79) 0s;
        }
      }
      &__meta {
        list-style: none;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: #333333;
        margin: 0 0 12px;
        padding: 0;
        a {
          color: #d04a48;
        }
        li {
          display: inline-block;
          &:not(:last-child):after {
            content: "-";
            display: inline-block;
            vertical-align: middle;
            margin: 0 4px;
          }
        }
      }
      &__title {
        font-size: 32px;
        font-weight: 700;
        line-height: 1;
        color: #1a1a1a;
        margin-bottom: 12px;
        a {
          color: inherit;
          &:hover {
            color: #d04a48;
          }
        }
      }
      &__excerpt {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.75;
        color: #808080;
        margin-bottom: 24px;
        p {
          margin: 0;
        }
      }
      &__quickview {
        display: inline-block;
        -webkit-transition: all .3s;
        transition: all .3s;
        span {
          display: inline-block;
          color: #d04a48;
          &:not(:last-child) {
            margin-right: 15px;
          }
        }
        svg {
          fill: currentColor;
        }
      }
    }
  }

}