/*-------------imports framework-----------------*/

@import "framework/framework";


/* This stylesheet is used to style the public-facing components of the plugin. */


/*-----------------------------------------------
 ---------common css start----------  
---------------------------------------------*/

.efbl_feed_wraper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;

  .efbl-row {
    width: 100%;
  }
}

.efbl_feed_wraper.is-other-page {
  .efbl-post-footer .efbl-reacted-item {
    cursor: auto !important;
  }
}

.fancybox-slide .efbl-popup {
  padding: 0 !important;
}

.efbl_header {
  padding: 10px 0;
  margin-bottom: 10px;

  .efbl_header_inner_wrap {
    @extend .efbl-d-flex;

    .efbl_header_img {
      min-width: 60px;
      max-width: 60px;
      padding-right: 15px;

      img {
        width: 100%;
      }
    }

    .efbl_header_content {
      .efbl_header_meta {
        @extend .efbl-d-flex;
        @extend .efbl-align-items-center;
        @extend .efbl-flex-wrap;
        margin-bottom: 10px;

        .efbl_header_title {
          padding-right: 15px;

          h4 {
            margin: 0;
            font-size: inherit;
          }
        }

        .efbl_cat,
        .efbl_followers,
        .efbl-verified-status {
          padding-right: 10px;
          font-size: 14px;
          @extend .efbl-d-flex;
          @extend .efbl-align-items-center;

          i {
            @extend .efbl-d-flex;
            margin-right: 5px;
          }
        }

        .efbl-verified-status {
          margin-left: -10px;
          margin-top: -2px;

          .icon-esf-check:before {
            background: #2e77f2;
            border-radius: 50%;
            padding: 3px;
            font-size: 10px;
            color: #fff;
          }
        }
      }
    }
  }

  @media (max-width: 991px) {
    & {
      .efbl_header_inner_wrap {
        .efbl_header_content {
          .efbl_header_meta {
            .efbl_header_title {
              width: 100%;
              max-width: 100%;
              min-width: 100%;
              padding-right: 0;
              margin-bottom: 5px;
            }
          }
        }
      }
    }
  }
}

.efbl_load_more_holder {
  text-align: center;
}

.efbl_load_more_btn {
  padding: 8px 15px;
  text-decoration: none !important;
  border-radius: 5px;
  font-size: 14px;
  margin: 20px auto;

  &:focus {
    outline: none !important;
    background: none !important;
  }

}

#efblcf_holder .efbl_popup_left_container {
  background: #fff;
}

/*-----------------------------------------------
---------common css end------------- 
----------------------------------------------*/


/*-----------------------------------------------
---------half width layout start----------  
---------------------------------------------*/

.efbl-halfwidth-skin {
  background: #fff;
  border: $border-color solid 1px;
  padding: 15px;
  margin-bottom: 20px;

  .efbl-thumbnail-wrapper {
    .efbl-thumbnail-col {
      border-right: $border-color solid 1px;

      a {
        display: block;
        position: relative;
        width: 100%;

        img {
          outline: $border-color solid 1px;
          width: 100%;
        }

        .efbl-overlay {
          position: absolute;
          opacity: 0;
          background: rgba(0, 0, 0, 0.459);
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          color: #fff;
          -webkit-transition: all 500ms ease;
          -moz-transition: all 500ms ease;
          -ms-transition: all 500ms ease;
          -o-transition: all 500ms ease;
          transition: all 500ms ease;

          .efbl-plus {
            position: absolute;
            left: 50%;
            top: 50%;
            font-size: 20px;
            margin-left: -10px;
            margin-top: -10px;
          }

          .icon-esf-clone {
            position: absolute;
            right: 15px;
            top: 15px;
            font-size: 20px;
          }
        }

        &:hover .efbl-overlay {
          opacity: 1;
        }
      }
    }

    .efbl-post-footer {
      margin-top: 15px;
      padding-top: 15px;
      border-top: $border-color solid 1px;
      width: 100%;
      @extend .efbl-align-items-center;

      .efbl-reacted-item {
        @extend .efbl-d-flex;
        @extend .efbl-align-items-center;
        color: $gray-800;
        font-size: 14px;
        margin-right: 20px;
        cursor: pointer;

        i {
          @extend .efbl-d-flex;
          margin-right: 3px;
          position: initial;
        }

        .efbl_all_comments_wrap {
          @extend .efbl-d-flex;
          @extend .efbl-align-items-center;
          color: $gray-800;
          font-size: 14px;
          cursor: pointer;
          text-decoration: none !important;

          i {
            @extend .efbl-d-flex;
            margin-right: 3px;
          }
        }
      }

      .efbl-view-on-fb {
        font-size: 12px;

        text-decoration: none;
        background: $gray-300;
        color: $gray-800;
        padding: 8px 15px;
        border-radius: 3px;
        height: auto;
        outline: none !important;
        border: none !important;
        margin-bottom: 0 !important;

        &:hover {
          background: $gray-800;
          color: $white;
        }
      }

      .esf-share-wrapper {
        position: relative;
        padding-left: 10px;
        @extend .efbl-d-flex;
        @extend .efbl-align-items-center;

        .esf-share {
          font-size: 12px;
          font-weight: normal;
          font-family: initial;
          text-decoration: none;
          background: $gray-300;
          color: $gray-800;
          padding: 8px 15px;
          border-radius: 3px;
          height: auto;
          outline: none !important;
          border: none !important;

          &:hover {
            background: $gray-800;
            color: $white;
          }
        }

        .esf-social-share {
          display: none;
          position: absolute;
          right: 0;
          bottom: 46px;
          background: $gray-800;
          color: $gray-300;
          border-radius: 3px;
          white-space: nowrap;
          padding-left: 5px;
          padding-right: 5px;

          button {
            padding: 0;
            outline: none !important;
            border: none;
            background: transparent;
            text-decoration: none !important;

            a {
              text-decoration: none !important;
              font-size: 14px;
              padding: 10px 5px;
              color: #ccc;
              @extend .efbl-d-flex;
              @extend .efbl-align-items-center;
              line-height: 1.25;

              i {
                @extend .efbl-d-flex;
              }

              &:hover {
                color: #fff;
                text-decoration: none !important;
              }
            }
          }
        }
      }
    }
  }

  .efbl-feed-content {
    & > .efbl-d-flex {
      margin-bottom: 10px;

      .efbl-profile-image {
        width: 40px;
        min-width: 40px;
        max-width: 40px;
        overflow: hidden;
        box-shadow: 0px 0px 0px 1px $border-color;
        height: 40px;
        border-radius: 50%;
        margin-right: 10px;

        img {
          width: 100%;
        }
      }

      .efbl-profile-title {
        h2 {
          font-size: 20px;
          margin: 0px;
        }

        span {
          font-size: 12px;
          display: block;
          color: $gray-600;
          font-style: italic;
        }
      }
    }

    .description,
    .efbl_link_text {
      font-size: 14px;
      color: $gray-800;

      & > * {
        font-size: 14px;
      }
    }
  }
}

@media (max-width: 575px) {
  .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col {
    border: none;
    margin-bottom: 20px;
  }
  .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-d-flex {
    flex-direction: column;
  }
  .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted {
    margin-bottom: 10px;

  }
  .efbl-halfwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share {
    bottom: 37px;
  }
}


/*-----------------------------------------------
 ---------half width layout end-------------  
-----------------------------------------------*/


/*-----------------------------------------------
---------thumbnail layout start----------  
---------------------------------------------*/

.efbl-thumbnail-skin {
  background: #fff;
  border: $border-color solid 1px;
  padding: 15px;
  margin-bottom: 20px;

  .efbl-thumbnail-wrapper {
    .efbl-thumbnail-col {
      border-right: $border-color solid 1px;

      a {
        display: block;
        position: relative;
        width: 100%;

        img {
          outline: $border-color solid 1px;
          width: 100%;
        }

        .efbl-overlay {
          position: absolute;
          opacity: 0;
          background: rgba(0, 0, 0, 0.459);
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          color: #fff;
          -webkit-transition: all 500ms ease;
          -moz-transition: all 500ms ease;
          -ms-transition: all 500ms ease;
          -o-transition: all 500ms ease;
          transition: all 500ms ease;

          .efbl-plus {
            position: absolute;
            left: 50%;
            top: 50%;
            font-size: 20px;
            margin-left: -10px;
            margin-top: -10px;
          }

          .icon-esf-clone {
            position: absolute;
            right: 15px;
            top: 15px;
            font-size: 20px;
          }
        }

        &:hover .efbl-overlay {
          opacity: 1;
        }
      }
    }

    .efbl-post-footer {
      margin-top: 15px;
      padding-top: 15px;
      border-top: $border-color solid 1px;
      width: 100%;
      @extend .efbl-align-items-center;

      .efbl-reacted-item {
        @extend .efbl-d-flex;
        @extend .efbl-align-items-center;
        color: $gray-800;
        font-size: 14px;
        margin-right: 20px;
        cursor: pointer;

        i {
          @extend .efbl-d-flex;
          margin-right: 3px;
        }

        .efbl_all_comments_wrap {
          @extend .efbl-d-flex;
          @extend .efbl-align-items-center;
          color: $gray-800;
          font-size: 14px;
          cursor: pointer;
          text-decoration: none !important;

          i {
            @extend .efbl-d-flex;
            margin-right: 3px;
          }
        }
      }

      .efbl-view-on-fb {
        font-size: 12px;
        text-decoration: none;
        background: $gray-300;
        color: $gray-800;
        padding: 8px 15px;
        border-radius: 3px;
        height: auto;
        outline: none !important;
        line-height: 1.25;

        &:hover {
          background: $gray-800;
          color: $white;
        }
      }

      .esf-share-wrapper {
        position: relative;
        padding-left: 10px;
        @extend .efbl-d-flex;
        @extend .efbl-align-items-center;

        .esf-share {
          font-size: 12px;

          text-decoration: none;
          background: $gray-300;
          color: $gray-800;
          padding: 8px 15px;
          border-radius: 3px;
          height: auto;
          outline: none !important;

          &:hover {
            background: $gray-800;
            color: $white;
          }
        }

        .esf-social-share {
          display: none;
          position: absolute;
          right: 0;
          bottom: 46px;
          background: $gray-800;
          color: $gray-300;
          border-radius: 3px;
          white-space: nowrap;
          padding-left: 5px;
          padding-right: 5px;

          button {
            padding: 0;
            outline: none !important;
            border: none;
            background: transparent;
            text-decoration: none !important;
            float: left;

            a {
              text-decoration: none !important;
              font-size: 14px;
              padding: 10px 5px;
              color: #ccc;
              @extend .efbl-d-flex;
              @extend .efbl-align-items-center;
              line-height: 1.25;

              i {
                @extend .efbl-d-flex;
              }

              &:hover {
                color: #fff;
                text-decoration: none !important;
              }
            }
          }
        }
      }
    }
  }

  .efbl-feed-content {
    & > .efbl-d-flex {
      margin-bottom: 10px;

      .efbl-profile-image {
        width: 40px;
        min-width: 40px;
        max-width: 40px;
        overflow: hidden;
        box-shadow: 0px 0px 0px 1px $border-color;
        height: 40px;
        border-radius: 50%;
        margin-right: 10px;

        img {
          width: 100%;
        }
      }

      .efbl-profile-title {
        h2 {
          font-size: 20px;
          margin: 0px;
          padding: 0;
        }

        span {
          font-size: 12px;
          display: block;
          color: $gray-600;
          font-style: italic;

        }
      }
    }

    .description,
    .efbl_link_text {
      font-size: 14px;

      color: $gray-800;

      & > * {
        font-size: 14px;
      }
    }
  }
}

@media (max-width: 575px) {
  .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-thumbnail-col {
    border: none;
    margin-bottom: 20px;
  }
  .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-d-flex {
    flex-direction: column;
  }
  .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted {
    margin-bottom: 10px;

  }
  .efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share {
    bottom: 37px;
  }
}


/*-----------------------------------------------
 ---------thumbnail layout end-------------  
-----------------------------------------------*/


/*-----------------------------------------------
---------full width layout start----------  
---------------------------------------------*/

.efbl-fullwidth-skin {
  background: #fff;
  border: $border-color solid 1px;
  padding: 15px;
  margin-bottom: 20px;

  .efbl-thumbnail-wrapper {
    .efbl-thumbnail-col {
      margin-bottom: 20px;

      a {
        display: block;
        position: relative;
        width: 100%;

        img {
          outline: $border-color solid 1px;
          width: 100%;
        }

        .efbl-overlay {
          position: absolute;
          opacity: 0;
          background: rgba(0, 0, 0, 0.459);
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          color: #fff;
          -webkit-transition: all 500ms ease;
          -moz-transition: all 500ms ease;
          -ms-transition: all 500ms ease;
          -o-transition: all 500ms ease;
          transition: all 500ms ease;

          .efbl-plus {
            position: absolute;
            left: 50%;
            top: 50%;
            font-size: 20px;
            margin-left: -10px;
            margin-top: -10px;
          }

          .icon-esf-clone {
            position: absolute;
            right: 15px;
            top: 15px;
            font-size: 20px;
          }
        }

        &:hover .efbl-overlay {
          opacity: 1;
        }
      }
    }

    .efbl-post-footer {
      margin-top: 15px;
      padding-top: 15px;
      border-top: $border-color solid 1px;
      width: 100%;
      @extend .efbl-align-items-center;

      .efbl-reacted-item {
        @extend .efbl-d-flex;
        @extend .efbl-align-items-center;
        color: $gray-800;
        font-size: 14px;
        margin-right: 20px;
        cursor: pointer;

        i {
          @extend .efbl-d-flex;
          margin-right: 3px;
        }

        .efbl_all_comments_wrap {
          @extend .efbl-d-flex;
          @extend .efbl-align-items-center;
          color: $gray-800;
          font-size: 14px;
          cursor: pointer;
          text-decoration: none !important;

          i {
            @extend .efbl-d-flex;
            margin-right: 3px;
          }
        }
      }

      .efbl-view-on-fb {
        font-size: 12px;

        text-decoration: none;
        background: $gray-300;
        color: $gray-800;
        padding: 8px 15px;
        border-radius: 3px;
        height: auto;
        outline: none !important;
        //line-height: 1.25;

        &:hover {
          background: $gray-800;
          color: $white;
        }
      }

      .esf-share-wrapper {
        position: relative;
        padding-left: 10px;
        @extend .efbl-d-flex;
        @extend .efbl-align-items-center;

        .esf-share {
          font-size: 12px;

          text-decoration: none;
          background: $gray-300;
          color: $gray-800;
          padding: 8px 15px;
          border-radius: 3px;
          height: auto;
          outline: none !important;

          &:hover {
            background: $gray-800;
            color: $white;
          }
        }

        .esf-social-share {
          display: none;
          position: absolute;
          right: 0;
          bottom: 46px;
          background: $gray-800;
          color: $gray-300;
          border-radius: 3px;
          white-space: nowrap;
          padding-left: 5px;
          padding-right: 5px;

          button {
            padding: 0;
            outline: none !important;
            border: none;
            background: transparent;
            text-decoration: none !important;

            a {
              text-decoration: none !important;
              font-size: 14px;
              padding: 10px 5px;
              color: #ccc;
              @extend .efbl-d-flex;
              @extend .efbl-align-items-center;
              line-height: 1.25;

              i {
                @extend .efbl-d-flex;
              }

              &:hover {
                color: #fff;
                text-decoration: none !important;
              }
            }
          }
        }
      }
    }
  }

  .efbl-feed-content {
    & > .efbl-d-flex {
      margin-bottom: 10px;

      .efbl-profile-image {
        width: 40px;
        min-width: 40px;
        max-width: 40px;
        overflow: hidden;
        box-shadow: 0px 0px 0px 1px $border-color;
        height: 40px;
        border-radius: 50%;
        margin-right: 10px;

        img {
          width: 100%;
        }
      }

      .efbl-profile-title {
        h2 {
          font-size: 20px;
          margin: 0px;
        }

        span {
          font-size: 12px;
          display: block;
          color: $gray-600;
          font-style: italic;

        }
      }
    }

    .description,
    .efbl_link_text {
      font-size: 14px;

      color: $gray-800;

      & > * {
        font-size: 14px;
      }
    }
  }
}

@media (max-width: 575px) {
  .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer > .efbl-d-flex {
    flex-direction: column;
  }
  .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-reacted {
    margin-bottom: 10px;

  }
  .efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-social-share {
    bottom: 37px;
  }
}


/*-----------------------------------------------
 ---------full width layout end-------------  
-----------------------------------------------*/


/*-----------------------------------------------
---------masnory layout start----------  
---------------------------------------------*/

.efbl-masonry-skin {
  .brick {
    background: #fff;
    border: $border-color solid 1px;
    padding: 15px;
    margin-bottom: 20px;

    .efbl_feed_fancy_popup {
      margin-bottom: 15px;
      display: block;
      position: relative;
      width: 100%;

      img {
        outline: $border-color solid 1px;
        width: 100%;
      }

      .efbl-overlay {
        position: absolute;
        opacity: 0;
        background: rgba(0, 0, 0, 0.459);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        color: #fff;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;

        .efbl-plus {
          position: absolute;
          left: 50%;
          top: 50%;
          font-size: 20px;
          margin-left: -10px;
          margin-top: -10px;
        }

        .icon-esf-clone {
          position: absolute;
          right: 15px;
          top: 15px;
          font-size: 20px;
        }
      }

      &:hover .efbl-overlay {
        opacity: 1;
      }
    }

    .efbl-shared-content-holder {
      & > a {
        margin-bottom: 15px;
        display: block;
      }
    }

    .efbl-post-footer {
      margin-top: 15px;
      padding-top: 15px;
      border-top: $border-color solid 1px;
      width: 100%;
      @extend .efbl-align-items-center;

      & > .efbl-d-flex {
        @extend .efbl-flex-column;
      }

      .efbl-reacted {

        margin-bottom: 10px;

        .efbl-reacted-item {
          @extend .efbl-d-flex;
          @extend .efbl-align-items-center;
          color: $gray-800;
          font-size: 14px;
          margin-right: 20px;
          cursor: pointer;

          i {
            @extend .efbl-d-flex;
            margin-right: 3px;
          }

          .efbl_all_comments_wrap {
            @extend .efbl-d-flex;
            @extend .efbl-align-items-center;
            color: $gray-800;
            font-size: 14px;
            cursor: pointer;
            text-decoration: none !important;

            i {
              @extend .efbl-d-flex;
              margin-right: 3px;
            }
          }
        }
      }

      .efbl-view-on-fb {
        font-size: 12px;

        text-decoration: none;
        background: $gray-300;
        color: $gray-800;
        padding: 8px 15px;
        border-radius: 3px;
        height: auto;
        outline: none !important;
        line-height: 1.25;

        &:hover {
          background: $gray-800;
          color: $white;
        }
      }

      .esf-share-wrapper {
        position: relative;
        padding-left: 10px;
        @extend .efbl-d-flex;
        @extend .efbl-align-items-center;

        .esf-share {
          font-size: 12px;

          text-decoration: none;
          background: $gray-300;
          color: $gray-800;
          padding: 8px 15px;
          border-radius: 3px;
          height: auto;
          outline: none !important;

          &:hover {
            background: $gray-800;
            color: $white;
          }
        }

        .esf-social-share {
          display: none;
          position: absolute;
          right: 0;
          bottom: 46px;
          background: $gray-800;
          color: $gray-300;
          border-radius: 3px;
          white-space: nowrap;
          padding-left: 5px;
          padding-right: 5px;

          button {
            padding: 0;
            outline: none !important;
            border: none;
            background: transparent;
            text-decoration: none !important;
            float: left;

            a {
              text-decoration: none !important;
              font-size: 14px;
              padding: 10px 5px;
              color: #ccc;
              @extend .efbl-d-flex;
              @extend .efbl-align-items-center;
              line-height: 1.25;

              i {
                @extend .efbl-d-flex;
              }

              &:hover {
                color: #fff;
                text-decoration: none !important;
              }
            }
          }
        }
      }
    }
  }

  .efbl-feed-content {
    & > .efbl-d-flex {
      margin-bottom: 10px;

      .efbl-profile-image {
        width: 40px;
        min-width: 40px;
        max-width: 40px;
        overflow: hidden;
        box-shadow: 0px 0px 0px 1px $border-color;
        height: 40px;
        border-radius: 50%;
        margin-right: 10px;

        img {
          width: 100%;
        }
      }

      .efbl-profile-title {
        h2 {
          font-size: 16px;
          margin: 0px;
        }

        span {
          font-size: 12px;
          display: block;
          color: $gray-600;
          font-style: italic;

        }
      }
    }

    .description,
    .efbl_link_text {
      font-size: 14px;

      color: $gray-800;

      & > * {
        font-size: 14px;
      }
    }
  }
}

@media (max-width: 575px) {
  .efbl-masonry-skin .brick .efbl-post-footer > .efbl-d-flex {
    flex-direction: column;
  }
  .efbl-masonry-skin .brick .efbl-post-footer .esf-share-wrapper .esf-social-share {
    bottom: 37px;
  }
}


/*-----------------------------------------------
 ---------masonry layout end-------------  
-----------------------------------------------*/


/*-----------------------------------------------
---------carousel layout start----------  
---------------------------------------------*/

.efbl_feeds_carousel {

  .efbl-feed-content {
    margin-bottom: 15px;
  }

  .efbl-grid-wrapper {
    background: #fff;
    border: $border-color solid 1px;
    padding: 15px;
    margin-bottom: 20px;

    .efbl_feed_fancy_popup {
      margin-bottom: 15px;
      display: block;
      position: relative;
      width: 100%;

      img {
        outline: $border-color solid 1px;
        width: 100%;
      }

      .efbl-overlay {
        position: absolute;
        opacity: 0;
        background: rgba(0, 0, 0, 0.459);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        color: #fff;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;

        .efbl-plus {
          position: absolute;
          left: 50%;
          top: 50%;
          font-size: 20px;
          margin-left: -10px;
          margin-top: -10px;
        }

        .icon-esf-clone {
          position: absolute;
          right: 15px;
          top: 15px;
          font-size: 20px;
        }
      }

      &:hover .efbl-overlay {
        opacity: 1;
      }
    }

    .efbl-shared-content-holder {
      & > a {
        margin-bottom: 15px;
        display: block;
      }

      .efbl-feed-content {
        margin-bottom: 15px;
      }
    }

    .efbl-post-footer {
      margin-top: 15px;
      padding-top: 15px;
      border-top: $border-color solid 1px;
      width: 100%;
      @extend .efbl-align-items-center;

      & > .efbl-d-flex {
        @extend .efbl-flex-column;
      }

      .efbl-reacted {

        margin-bottom: 10px;

        .efbl-reacted-item {
          @extend .efbl-d-flex;
          @extend .efbl-align-items-center;
          color: $gray-800;
          font-size: 14px;
          margin-right: 10px;
          cursor: pointer;

          i {
            @extend .efbl-d-flex;
            margin-right: 3px;
          }

          .efbl_all_comments_wrap {
            @extend .efbl-d-flex;
            @extend .efbl-align-items-center;
            color: $gray-800;
            font-size: 14px;
            cursor: pointer;
            text-decoration: none !important;

            i {
              @extend .efbl-d-flex;
              margin-right: 3px;
            }
          }
        }
      }

      .efbl-view-on-fb {
        font-size: 12px;

        text-decoration: none;
        background: $gray-300;
        color: $gray-800;
        padding: 8px 15px;
        border-radius: 3px;
        height: auto;
        outline: none !important;
        line-height: 1.25;

        &:hover {
          background: $gray-800;
          color: $white;
        }
      }

      .esf-share-wrapper {
        position: relative;
        padding-left: 10px;
        @extend .efbl-d-flex;
        @extend .efbl-align-items-center;

        .esf-share {
          font-size: 12px;

          text-decoration: none;
          background: $gray-300;
          color: $gray-800;
          padding: 8px 15px;
          border-radius: 3px;
          height: auto;
          outline: none !important;

          &:hover {
            background: $gray-800;
            color: $white;
          }
        }

        .esf-social-share {
          display: none;
          position: absolute;
          right: 0;
          bottom: 46px;
          background: $gray-800;
          color: $gray-300;
          border-radius: 3px;
          white-space: nowrap;
          padding-left: 5px;
          padding-right: 5px;

          button {
            padding: 0;
            outline: none !important;
            border: none;
            background: transparent;
            text-decoration: none !important;
            float: left;

            a {
              text-decoration: none !important;
              font-size: 14px;
              padding: 10px 5px;
              color: #ccc;
              @extend .efbl-d-flex;
              @extend .efbl-align-items-center;
              line-height: 1.25;

              i {
                @extend .efbl-d-flex;
              }

              &:hover {
                color: #fff;
                text-decoration: none !important;
              }
            }
          }
        }
      }
    }
  }

  .efbl-feed-header {
    & > .efbl-d-flex {
      margin-bottom: 10px;

      .efbl-profile-image {
        width: 40px;
        min-width: 40px;
        max-width: 40px;
        overflow: hidden;
        box-shadow: 0px 0px 0px 1px $border-color;
        height: 40px;
        border-radius: 50%;
        margin-right: 10px;

        img {
          width: 100%;
        }
      }

      .efbl-profile-title {
        h2 {
          font-size: 16px;
          margin: 0px;
        }

        span {
          font-size: 12px;
          display: block;
          color: $gray-600;
          font-style: italic;

        }
      }
    }
  }

  .efbl-feed-content {
    .description,
    .efbl_link_text {
      font-size: 14px;

      color: $gray-800;

      & > * {
        font-size: 14px;
      }
    }
  }

  .owl-nav {
    @extend .efbl-d-flex;
    @extend .efbl-justify-content-center;

    button {
      @extend .efbl-d-flex;
      @extend .efbl-align-items-center;
      background: #D6D6D6 !important;
      height: 40px;
      text-align: center;
      justify-content: center;
      width: 40px;
      border-radius: 3px;

      &:hover {
        color: $white;
        background: #222 !important;
      }

      span {
        font-size: 26px;
        padding-bottom: 4px;
      }
    }
  }
}


/*-----------------------------------------------
 ---------carousel layout end-------------  
-----------------------------------------------*/


/*-----------------------------------------------
---------grid layout start----------  
---------------------------------------------*/

.efbl-grid-skin {

  .efbl-grid-wrapper {
    background: #fff;
    border: $border-color solid 1px;
    padding: 3px;
    margin-bottom: 30px;

    .efbl_feed_fancy_popup {
      display: block;
      position: relative;
      width: 100%;
      padding-bottom: 100%;
      background-position: center;
      background-size: cover;
      cursor: pointer;

      img {
        outline: $border-color solid 1px;
        width: 100%;
      }

      .efbl-overlay {
        position: absolute;
        opacity: 0;
        background: rgba(0, 0, 0, 0.459);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        color: #fff;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;

        .efbl-plus {
          position: absolute;
          left: 50%;
          top: 50%;
          font-size: 20px;
          margin-left: -10px;
          margin-top: -10px;
        }

        .icon-esf-clone {
          position: absolute;
          right: 15px;
          top: 15px;
          font-size: 20px;
        }
      }

      .efbl-content-holder {
        color: #fff;
        padding: 0 10px;
        text-align: center;
        margin-top: 50%;
        transform: translate(0px, -50%);

        p {
          color: #fff;
        }
      }

      &:hover .efbl-overlay {
        opacity: 1;
      }
    }
  }

  .efbl-moderate-selected {
    .efbl-grid-wrapper {
      border: #37a0e6 solid 5px;
      padding: 0;

      .efbl-overlay {
        opacity: 1;
      }
    }
  }
}

@media (max-width: 575px) {
}


/*-----------------------------------------------
 ---------grid layout end-------------  
-----------------------------------------------*/


/*-----------------------------------------------
 --------- media crousel start-------------  
-----------------------------------------------*/

.efbl-media-carousel {
  position: relative;
  padding-bottom: 100px;
  height: 100%;
  display: inline-flex;

}

.efbl-media-preview-section {
  display: inline-flex;
  height: 100%;
  width: auto;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.efbl-media-item {
  height: 100%;
  width: auto;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: inline-flex;

  img {
    width: 100%;
    height: auto;
    display: inline-block;
  }

}

.previewPortrait .efbl-media-item img {
  height: 100% !important;
  width: auto !important;
  display: inline-block;
}

.efbl-media-thumbnail-section {
  overflow-y: hidden;
  overflow-x: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;

}

.efbl-media-thumbnail-section-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  min-width: 100%;

}

.efbl-media-thumbnail {
  height: 100%;
  width: 130px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/*-----------------------------------------------
 ---------media crousel end-------------  
-----------------------------------------------*/

.fancybox-button svg {
  color: #fff;
}

body {
  .fancybox-container {
    .efbl-likes-popup-holder {
      width: 100%;
      max-width: 500px;
      padding: 0 !important;
      border-radius: 5px;

      .efbl_likes_holder_icons {
        @extend .efbl-d-flex;
        margin: 0;
        padding: 8.5px 10px;
        border-bottom: $border-color solid 1px;
        list-style-type: none;

        #efbl_all_likes {
          padding-left: 0px;
          margin-left: 0px;
          border-left: 0px;
        }

        li {
          margin: 0;
          padding: 0;

          a {
            cursor: pointer;
            text-decoration: none;
            font-size: 16px;
          }
        }

        li {
          @extend .efbl-d-flex;
          @extend .efbl-align-items-center;
          margin-top: 0px;
          margin-left: 10px;
          padding-left: 10px;
          border-left: $border-color solid 1px;

          img {
            width: 25px;
            height: 25px;
            margin-right: 5px;
          }

          a {
            font-size: 16px;
            margin-top: 0px;
            @extend .efbl-d-flex;
            @extend .efbl-align-items-center;
            cursor: pointer;
            text-decoration: none;
          }
        }
      }

      .efbl_reactions_holder {
        padding: 10px;

        .efbl_popup_like {
          width: 100%;
          @extend .efbl-d-flex;
          @extend .efbl-align-items-center;
          position: relative;
          padding-top: 10px;
          padding-bottom: 10px;
          border-bottom: $border-color dashed 1px;

          .efbl_popup_liker_img {
            widows: 35px;
            height: 35px;
            border-radius: 50%;
          }

          .efbl_liker_name {
            font-size: 16px;
            padding-left: 20px;
          }

          .efbl_reaction_bottom {
            position: absolute;
            left: 25px;
            top: 25px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
          }
        }
      }
    }
  }
}


/*-----------------------------------------------
 ---------likebox css end----------  
---------------------------------------------*/


/*-----------------------------------------------
 ---------commentbox css start----------  
---------------------------------------------*/

.efbl-likes-popup-holder {
  & > h4 {
    font-size: 18px;

    margin: 0;
    padding: 13px 10px;
    border-bottom: $border-color solid 1px;
    line-height: 1;
  }

  .efbl_all_comments_holder {
    padding: 10px;
  }

  .efbl_single_comment_holder {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: $border-color dashed 1px;
    font-size: 14px;

    .efbl-d-flex > a {
      text-decoration: none;
      width: 50px;
      max-width: 50px;
      font-size: 20px;
    }

    .efbl_comment_meta {
      font-size: 12px;
      color: $gray-600;
      margin-top: 5px;
      padding-left: 33.6px;
    }

    .efbl_comment_attach_popup {
      margin-top: 10px;
    }
  }

  .efbl-write-comment {
    width: 100%;

    a {
      text-decoration: none;
      font-size: 16px;
    }
  }
}


/*-----------------------------------------------
 ---------commentbox css end----------  
---------------------------------------------*/


/*-----------------------------------------------
 ---------post detail css start----------  
---------------------------------------------*/
.efbl-post-detail * {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.efbl-post-detail {
  //     max-height: 90%;
  //     max-width: unset !important;
  //     width:auto;
  //     padding: 0px !important;
  //     overflow: hidden !important;

  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;

  &.previewPortrait {
    height: 90%;
  }

  .efbl-d-columns-wrapper {
    display: flex;
    height: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
    padding-right: 400px;

    .efbl-post-header {
      margin-bottom: 15px;
      padding-top: 15px;
      padding-right: 40px;
      padding-left: 15px;

      .efbl-profile-image {
        width: 40px;
        min-width: 40px;
        max-width: 40px;
        overflow: hidden;
        box-shadow: 0px 0px 0px 1px #dee2e6;
        height: 40px;
        border-radius: 50%;
        margin-right: 10px;
      }

      h2 {
        font-size: 20px;
        margin: 0px;
        padding: 0;
      }

      span {
        font-size: 12px;
        display: block;
        color: #6c757d;
        font-style: italic;

      }
    }

    .efbl-image {
      background: #000;
      padding-right: 0px;
      padding-left: 0px;
      display: inline-flex;
    }

    .efbl-caption {
      @extend .efbl-d-flex;
      @extend .efbl-flex-column;
      height: 100%;
      font-size: 14px;
      width: 100%;
      max-width: 400px;
      position: absolute;
      right: 0;
      top: 0;

      &::after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 15px;
        content: "";
        background: #fff;
      }

      .efbl-detail-overflow {
        height: 100%;
        overflow-y: auto;
        padding: 15px;

      }
    }

    .efbl-reactions-box {
      margin-top: 15px;
      margin-bottom: 15px;
      padding: 10px;
      border-radius: 5px;
      border: $border-color solid 1px;

      .efbl-reactions {
        span {
          @extend .efbl-d-flex;
          @extend .efbl-align-items-center;
          color: $gray-800;
          font-size: 14px;
          margin-right: 10px;
          cursor: pointer;

          i {
            @extend .efbl-d-flex;
            margin-right: 3px;
          }
        }
      }
    }

    .efbl-comments-list {
      margin-top: 20px;

      .efbl-comment-wrap {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: $border-color dashed 1px;

        .efbl-comment-text {
          display: flex;

          a {
            text-decoration: none !important;
            min-width: 30px;
            display: inline-block;
          }
        }

        .efbl_comment_meta {
          margin-top: 15px;
          font-size: 12px;
          padding-left: 30px;

          span {
            margin-right: 10px;
          }
        }

        img {
          width: 40px;
          height: 40px;
          border-radius: 50%;
          margin-right: 15px;
        }

        p {
          margin-bottom: 0px;
        }
      }
    }
  }
}


/*-----------------------------------------------
 ---------post detail css end----------  
---------------------------------------------*/


/*-----------------------------------------------
 ---------masnory css start----------  
---------------------------------------------*/

.efbl-masonry {
  transition: all .5s ease-in-out;
  column-gap: 10px;
  column-fill: initial;
  padding: 15px 0;
  /* Masonry item */
  .brick {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    /* Masonry image effects */
    img {
      transition: all .5s ease-in-out;
      backface-visibility: hidden;
    }
  }

  .brick:hover img {
    opacity: .75;
  }
}

.efbl-coulmn-count-1 {
  column-count: 1;
}

.efbl-coulmn-count-2 {
  column-count: 2;
}

.efbl-coulmn-count-3 {
  column-count: 3;
}

.efbl-coulmn-count-4 {
  column-count: 4;
}


/*-----------------------------------------------
 ---------masnory css end----------  
---------------------------------------------*/
/*------ Layout styles start here ------*/
.efbl-ease05 {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.efbl-ease03 {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.efbl-total-album-images-style {
  .efbl_albums_count {
    font-size: 17px;
    line-height: 27px;
    vertical-align: top;
    display: inline-block;
  }

  .efbl_albums_icon {
    > .icon {
      font-size: 17px;
    }
  }
}

.efbl_event_meta-style {
  border-left: 1px solid #ccc;
  padding: 10px;
  padding-bottom: 5px;
}

.efbl_layout_title-style {
  margin-top: 0px;
  margin-bottom: 20px;
}

.efbl-profile-story-text-style {
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
}

.efbl-verified-status {
  display: inline-block;

  .icon-esf-check:before {
    background: #2e77f2;
    border-radius: 50%;
    padding: 3px;
    font-size: 10px;
    color: #fff;
  }
}

.efbl-empty-author-name-style {
  height: 10px;
  max-height: 10px;
}

.efbl_link_text_box {
  border: 1px solid #ccc;
  background: #f9f9f9;
  padding: 10px;
  padding-bottom: 5px;
  margin-left: 0px;
}

.efbl_feed_wraper {
  .icon-esf-video-camera {
    position: absolute;
    font-size: 20px;
    margin-left: -10px;
    margin-top: -10px;
  }
}

.efbl_feed_popup_container {
  .fancybox-content {
    padding: 0;
  }
}

.fancybox-container {
  .fancybox-inner {
    .efbl-likes-popup-holder {
      max-height: 90vh;
      max-width: 500px !important;
      overflow-y: auto;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto !important;
      top: 50%;
      transform: translateY(-50%);

      .icon-esf-comment {
        margin-right: 10px;
      }
    }
  }
}

.efbl-halfwidth-skin {
  .efbl-thumbnail-wrapper {
    .efbl-thumbnail-col a {
      .efbl-overlay {
        .icon-esf-clone.icon-esf-video-camera {
          text-align: right;
        }
      }
    }
  }

  .efbl_event_time {
    > b {
      display: block;
      line-height: 0px;
      font-size: 0;
    }
  }

  .efbl_event_meta {
    @extend .efbl_event_meta-style;
  }
}

.efbl_load_more_btns_wrap {
  .efbl_load_more_holder {
    display: inline-block;
  }

  .efbl_feed_btns_holder {
    text-align: center;

    .efbl_load_more_text,
    .efbl_view_all_btn,
    .efbl_loading_text,
    .efbl_no_load_more_text {
      background: #343a40;
      color: #fff;
      font-size: 15px;
      margin: 0 auto;
      text-decoration: none;
      display: inline-block;
      line-height: 40px;
      padding: 0 20px;
      border-radius: 3px;

      &:hover {
        background: #464a4e;
      }
    }
  }

  .efbl_load_more_btn.no-more {
    .efbl_no_load_more_text {
      display: inline-block;
    }

    .efbl_load_more_text {
      display: none;
    }

    .efbl_loading_text {
      display: none;
    }
  }

  .efbl_load_more_btn.loading {
    .efbl_no_load_more_text {
      display: none;
    }

    .efbl_load_more_text {
      display: none;
    }

    .efbl_loading_text {
      display: inline-block;
    }
  }

  .efbl_load_more_btn:not(.loading):not(.no-more) {
    .efbl_no_load_more_text {
      display: none;
    }

    .efbl_load_more_text {
      display: inline-block;
    }

    .efbl_loading_text {
      display: none;
    }
  }
}

.efbl-fullwidth-skin {
  .efbl-feed-content {
    width: 100%;
    padding: 0 20px;
  }
}

html body {
  .efbl-masonry-skin {
    .brick {
      width: 100%;
      box-sizing: border-box;

      .efbl-post-footer {
        .efbl-reacted {
          justify-content: space-between;

          .efbl-reacted-item {
            margin-right: 0;
          }
        }
      }

      .efbl-feed-content {
        .efbl-d-flex {
          .efbl-profile-title {
            h2 {
              line-height: 1;
              margin-bottom: 5px;
            }

            span {
              line-height: 1;
            }
          }
        }
      }

      .efbl_feed_fancy_popup {
        text-align: center;
        box-shadow: none;
        -webkit-box-shadow: none;

        > img {
          width: auto;
          margin: 0 auto;
          max-width: 100%;
        }
      }
    }

    .brick.efbl-ajax-hide {
      display: none;
    }

    .efbl-coulmn-count-4 {
      .efbl-grid-wrapper {
        .efbl-feed-content {
          > .efbl-d-flex {
            flex-direction: column;
          }
        }
      }
    }

    > .efbl-masonry {
      .efbl-story-wrapper {
        @media screen and (max-width: 991px) {
          margin-bottom: 20px;
        }
      }

      @media screen and (max-width: 991px) {
        column-count: 1;
      }
    }
  }
}

html {
  body {
    .efbl-popup {

      a {
        // color: #ddd;
      }

      > .fancybox-close-small {
        display: none;
      }

      .fb-video {

        iframe {
        }
      }

      .efbl_link_text {
        @extend .efbl_link_text_box;
      }

      .efbl-profile-image {
        a img {
          width: 100%;
          height: 100%;
        }
      }

      .efbl-caption {

        .efbl_event_title,
        .efbl_albums_title,
        .efbl_videos_title {
          @extend .efbl_layout_title-style;
        }

        .efbl-profile-title {
          .efbl-profile-title-wrap {
            h2 {
              .efbl-profile-story-text {
                margin-left: 5px;
                @extend .efbl-profile-story-text-style;
              }
            }
          }

          .efbl-empty-author-name {
            @extend .efbl-empty-author-name-style;
          }
        }

        .efbl-reactions-box {
          .efbl-d-flex {
            .efbl_popup_likes_main {
              margin-right: 3px;
            }

            .efbl-total-reactions-count {
              margin-right: 15px;
            }
          }
        }

        .efbl-detail-overflow {
          .efbl_event_meta {
            @extend .efbl_event_meta-style;
          }
        }
      }

      .efbl_albums_data_holder {
        .efbl-total-album-images {
          @extend .efbl-total-album-images-style;

          .efbl_albums_icon {
            .icon {
              line-height: 1.5;
              position: relative;
              top: 4px;
            }
          }

          .efbl_albums_count {
            font-size: 15px;
          }
        }
      }

      .efbl-image {
        width: 100%;

        .efbl-media-item {
          img {
            max-height: calc(100vh - 180px);
            width: auto;
          }

          @media screen and (max-width: 991px) {
            padding-right: 0;
            width: 100%;
            text-align: center;
          }

        }

        > img {
          max-height: calc(100vh - 80px);
          width: auto;
        }

        .fb-video {
          iframe {
          }
        }

        .efbl-media-carousel {
          padding-bottom: 80px;
          @media screen and (max-width: 991px) {
            padding-bottom: 54px;
            width: 100%;
          }

          .efbl-media-preview-section {
            @media screen and (max-width: 991px) {
              width: 100%;
            }
          }

          .efbl-media-thumbnail-section {
            overflow-x: hidden;
            height: 80px;
            @media screen and (max-width: 991px) {
              height: 60px;
            }

            .efbl-media-thumbnail-section-inner {
              height: 80px;
              left: 0;
              position: relative;
              @media screen and (max-width: 991px) {
                height: 60px;
              }

              .efbl-media-thumbnail:first-child {
                border-left: 3px solid #000;
              }

              .efbl-media-thumbnail {
                cursor: pointer;
                border-top: 3px solid #000;
                border-right: 3px solid #000;
                border-bottom: 3px solid #000;
                width: 100px;
                @media screen and (max-width: 991px) {
                  width: 60px;
                  height: 100%;
                }
              }
            }
          }
        }
      }

      .efbl-d-columns-wrapper {
        .efbl-caption {
          @media screen and (max-width: 991px) {
            position: relative;
            max-width: auto;
            width: 100%;
          }
        }

        @media screen and (max-width: 991px) {
          flex-direction: column;
          padding-right: 0;
        }
      }

      .efbl-scrollbtn {
        position: absolute;
        bottom: 27px;
        cursor: pointer;
        display: inline-block;
        background: #343a40;
        padding: 2px 2px 1px 4px;
        z-index: 10;
        @extend .efbl-ease03;

        &::after {
          content: '';
          display: inline-block;
          border-top: 7px solid transparent;
          border-bottom: 7px solid transparent;
          @extend .efbl-ease03;
        }

        &:hover::after {
          -webkit-transform: scale(1.4);
          -moz-transform: scale(1.4);
          -ms-transform: scale(1.4);
          -o-transform: scale(1.4);
          transform: scale(1.4);
        }

        @media screen and (max-width: 991px) {
          bottom: 18px;
        }
      }

      .efbl-lsbtn {
        left: 0;
        padding-right: 5px;

        &::after {
          border-right: 13px solid #fff;
        }
      }

      .efbl-rsbtn {
        right: 0;

        &::after {
          border-left: 13px solid #fff;
        }
      }


    }
  }
}

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

  html body .efbl-popup .efbl-image > img, html body .efbl-popup .efbl-image .efbl-media-item img {
    width: 100%;
    height: auto;
    max-height: initial;
  }

  html body .efbl-popup .efbl-image .efbl-media-item,
  html body .efbl-post-detail .efbl-d-columns-wrapper .efbl-image {
    display: block;
  }
  html body .efbl-popup .efbl-d-columns-wrapper {
    flex-wrap: nowrap;
  }

}

.efbl-likes-popup-holder {
  .efbl_single_comment_holder {
    .efbl-d-flex {
      .efbl_comment_icon {
        max-width: 30px;
      }
    }
  }
}

.efbl_popup_all_comments {
  max-width: 700px;
  padding: 10px;

  h4 {
    margin-top: 10px;
    font-size: 23px;
  }

  .efbl_reply_msg {
    .efbl_comment_icon {
      margin-right: 10px;
      display: inline-block;
    }

    .efbl_comment_msg {
      display: inline-block;
      width: calc(100% - 35px);
      vertical-align: top;
      font-size: 15px;
    }

    .efbl_comment_meta {
      padding-left: 31px;
      font-size: 12px;
      color: #6c757d;
      margin-top: 10px;
    }
  }
}

html {
  body {
    .efbl_feed_wraper {
      .efbl_header {
        width: 100%;
        background: #fff;
        padding: 15px 10px;
        background: #fff;

        .efbl_header_inner_wrap {
          .efbl_header_content {
            display: flex;
            flex-wrap: wrap;

            .efbl_header_meta {
              margin-bottom: 0;

              .efbl_cat,
              .efbl_followers {
                font-family: initial;
              }
            }

            .efbl_bio {
              font-size: 17px;
            }
          }
        }
      }

      .shared_story {
        .efbl_link_text {
          @extend .efbl_link_text_box;
        }
      }

      .efbl_feeds_holder {
        .efbl-profile-title {
          .efbl-profile-title-wrap {
            h2 {
              .efbl-profile-story-text {
                @extend .efbl-profile-story-text-style;
              }
            }
          }

          .efbl-empty-author-name {
            @extend .efbl-empty-author-name-style;
          }
        }
      }

      .efbl-story-wrapper {
        .efbl-thumbnail-wrapper {
          a {
            img {
              background: #000000;
            }
          }
        }
      }

      .efbl_custom_likebox {
        margin-top: 40px;

        .efbl-like-box {
          text-align: center;

          .fb_iframe_widget {
            margin: 0 auto;
          }
        }
      }

      .efbl-feed-content {
        .efbl_event_title,
        .efbl_albums_title,
        .efbl_videos_title {
          @extend .efbl_layout_title-style;
        }
      }

      .efbl-grid-skin {
        .efbl-row {
          margin-right: -5px;
          margin-left: -5px;

          > div {
            padding: 0 5px;
            width: 100%;
            max-width: 100%;

            .efbl-grid-wrapper {
              margin-bottom: 10px;
            }
          }
        }

        .efbl-row.e-outer {
          display: grid;
          grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
          grid-auto-rows: 1fr;

          &::before {
            content: '';
            width: 0;
            padding-bottom: 100%;
            grid-row: 1 / 1;
            grid-column: 1 / 1;
          }

          > *:first-child {
            grid-row: 1 / 1;
            grid-column: 1 / 1;
          }
        }
      }

      .efbl_error_msg {
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
        padding: 10px;
        border: 1px solid transparent;
        border-radius: 5px;

        ol {
          padding-left: 15px;
          margin-top: 5px;

          li {
            font-size: 15px;
          }
        }
      }

      .efbl_albums_data_holder {
        .efbl-total-album-images {
          @extend .efbl-total-album-images-style;
        }
      }
    }

    .efbl_feed_popup_container {
      .fancybox-button--arrow_left,
      .fancybox-button--arrow_right,
      .fancybox-button {
        background-color: #343a40;
      }

      .fancybox-navigation {
        .fancybox-button--arrow_left,
        .fancybox-button--arrow_right,
        .fancybox-button {
          > div {
            padding: 4px;
          }

          @media screen and (max-width: 991px) {
            height: 90px;
            width: 60px;
          }
        }

        .fancybox-button--arrow_left,
        .fancybox-button--arrow_right {
          @media screen and (max-width: 991px) {
            position: fixed;
            top: auto;
            bottom: 0;
          }
        }
      }

      .fancybox-toolbar {
        .fancybox-button {
          @media screen and (max-width: 991px) {
            padding: 4px;
            height: 30px;
          }
        }
      }
    }
  }
}

html {
  body {
    .efbl_replies_modal {
      border-radius: 5px;
      max-width: 500px;
      padding: 0;

      .efbl_popup_all_comments {
        padding: 0;

        h4 {
          font-size: 18px;

          margin: 0;
          padding: 13px 10px;
          border-bottom: #dee2e6 solid 1px;
          line-height: 1;
        }

        .efbl_popup_comment_holder {
          padding: 10px;
          display: flex;
          flex-wrap: wrap;
          margin-bottom: 10px;
          border-bottom: #dee2e6 dashed 1px;
          font-size: 14px;

          .efbl_comment_icon {
            text-decoration: none;
            max-width: 30px;
            width: 100%;
            margin-right: 0;
          }

          .efbl_comment_msg {
            font-size: 14px;
            width: calc(100% - 35px);
          }

          .efbl_comment_meta {
            font-size: 12px;
            color: #6c757d;
            margin-top: 5px;
            padding-left: 33.6px;
          }
        }
      }
    }
  }
}

.efbl_feeds_carousel, .efbl-masonry-skin {
  .efbl-grid-wrapper {
    .efbl-post-footer {
      .esf-share-wrapper {
        padding-left: 0;
      }
    }
  }
}

html {
  body {
    .efbl_feed_wraper {
      .efbl_feeds_carousel {
        padding: 10px;

        .owl-nav {
          display: flex !important;
          justify-content: space-between !important;

          button {
            margin: 0;
            position: absolute;
            top: 38%;
            box-shadow: none !important;
            border-radius: 20px;
            opacity: .8;
            text-decoration: none;
            outline: none;
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;

            &:hover {
              opacity: 1;
              -webkit-transition: all 500ms ease;
              -moz-transition: all 500ms ease;
              -ms-transition: all 500ms ease;
              -o-transition: all 500ms ease;
              transition: all 500ms ease;
            }

            i {
              line-height: 15px;
              font-size: 24px;
            }
          }

          .owl-prev {
            left: 10px;

            i {
              margin-left: -2px;
            }
          }

          .owl-next {
            right: 10px;

            i {
              margin-right: -2px;
            }

          }
        }
      }

      .efbl-feed-content {
        .efbl-see-more-btn {
          font-style: italic;
          font-size: 14px;
          font-weight: 700;
          text-transform: capitalize;
          color: #343a40;
          text-decoration: underline;
        }
      }
    }
  }
}

.efbl-post-footer {
  .efbl-view-share {
    flex-wrap: wrap;
    align-items: flex-start !important;

    .efbl-view-on-fb {
      margin-bottom: 5px;
      margin-right: 10px;
    }

    .esf-share-wrapper {
      padding-left: 0;
    }
  }
}

.efbl_event_time,
.efbl_place,
.efbl_place_city,
.efbl_event_meta > a {
  margin-bottom: 10px;
  font-size: 15px;
}

.efbl_event_title,
.efbl_event_time,
.efbl_place,
.efbl_place_city,
.efbl_event_meta,
.efbl-feed-content,
.efbl-feed-content,
.efbl_view_all_btn {
  //
}

.efbl-bounceX {
  animation: bounce 2s infinite;
}

@keyframes efbl-bounceX {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

/*------ Layout styles end here ------*/


/*Magnific popup CSS*/

.white-popup {
  position: relative;
  background: #000;
  width: auto;
  max-width: 720px;
  color: #fff;
  margin: 20px auto;
}

.white-popup.efbl_popup_empty {
  background: #ed6d62;
  padding: 19px;
  padding-bottom: 9px;
}

.white-popup.efbl_popup_empty a {
  color: #20a3da;
}

.white-popup.efbl_popup_empty p {
  margin-bottom: 10px;
}

.esfp-close {
  top: -18px !important;
  right: -18px !important;
  background: url(../images/popup_close.png) !important;
  width: 36px !important;
  height: 37px !important;
  font-size: 0px !important;
  background: transparent;
}

.esfp-close:hover, .esfp-close:active, .esfp-close:focus {
  background: transparent;
}

#efblcf_holder video, #efblcf_holder iframe {
  width: 100%;
  height: auto;
}

#efblcf_holder video {
  height: 100%;
}

#efblcf_holder .efbl_popup_image, #efblcf_holder .efbl_popup_if_video, #efblcf_holder .efbl_popup_video, #efblcf_holder .efbl_popupp_footer {
  display: none;
}

#efblcf_holder .efbl_popupp_footer {
  padding: 10px;
  background: #fff;
}

#efblcf_holder .efbl_popup_footer_logo:hover {
  opacity: 1 !important;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

.efbl-feed-popup-holder {
  background: none;
}

#efblcf_holder .efbl_popupp_footer p {
  line-height: 1.3em;
  color: #000;
}

#efblcf_holder {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

.efbl_links_container {
  display: none;
  position: absolute;
  background: #0073aa;
  padding: 7px 0px 0px 0px;
  top: 30px;
}

.efbl_read_full_story {
  float: left;
  margin-right: 10px;
}

.efbl_links_container.efbl_slideIn {
  display: block;
  float: left;
}

.efbl_fb_story .efbl_comments_wraper {
  float: left;
  width: 100%;
  margin-top: 5px;
  padding: 10px;
  background: #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.efbl_fb_story .efbl_comments_wraper.efbl_cwraper_slide {
  display: block;
}

.efbl_fb_story .efbl_comments_wraper .efbl_comments {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.efbl_fb_story .efbl_comments_footer {
  float: left;
  margin-top: 5px;
  border-top: 1px solid #fff;
  width: 100%;
  padding-top: 5px;
}

.efbl_comments_header {
  float: left;
  margin-bottom: 5px;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding-bottom: 5px;
}

.efbl_fb_story .efbl_comments_wraper .efbl_commenter_image {
  float: left;
  width: 32px;
  margin-right: 10px;
  margin-top: 7px;
}

.efbl_fb_story .efbl_comments_wraper .efbl_commenter_image a img {
  border: 0px;
}

.efbl_fb_story .efbl_comments_wraper .efbl_comment_text {
  width: 88%;
  float: left;
}

.efbl_fb_story .efbl_comments_wraper p {
  margin: 0px;
  padding: 0px;
}


/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-esfp-zoom-in .zoom-anim-dialog {
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;


  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-esfp-zoom-in.esfp-ready .zoom-anim-dialog {
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-esfp-zoom-in.esfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);

  opacity: 0;
}

/* Dark overlay, start state */
.my-esfp-zoom-in.esfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-esfp-zoom-in.esfp-ready.esfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-esfp-zoom-in.esfp-removing.esfp-bg {
  opacity: 0;
}

/**
 * Fade animation for first dialog
 */

.esfp-fade.esfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.esfp-fade.esfp-bg.esfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.esfp-fade.esfp-bg.esfp-removing {
  opacity: 0;
}

/* content at start */
.esfp-fade.esfp-wrap .esfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.esfp-fade.esfp-wrap.esfp-ready .esfp-content {
  opacity: 1;
}

/* content animate out */
.esfp-fade.esfp-wrap.esfp-removing .esfp-content {
  opacity: 0;
}

#efblcf_holder .efbl_popup_left_container {
  position: relative;
}

#efblcf_holder .efbl_popup_left_container a {
  outline: none;
  position: absolute;
  z-index: 1000;
  top: 0;
  bottom: 35px;
  height: auto;
  width: 25%;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

#efblcf_holder .efbl_popup_left_container a:hover {
  opacity: 1;
  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
}

#efblcf_holder .efbl_popup_left_container a i {
  font-size: 60px;
  position: absolute;
  top: 38%;
  color: white;
}

#efblcf_holder .efbl_popup_left_container a.efbl-popup-next i {
  right: 25px;
}

#efblcf_holder .efbl_popup_left_container a.efbl-popup-prev i {
  left: 25px;
}

#efblcf_holder a.efbl-popup-next {
  right: 0;
}

.efbl_popup_image {
  width: auto;
  display: block;
  margin: 0px auto;
}

.efbl_feeds_holder .efbl-load-opacity {
  display: none;
}

@media only screen and (max-width: 768px) {
  #efblcf.thumbnail .efbl_story_photo, #efblcf.thumbnail .efbl_post_content, #efblcf.halfwidth .efbl_story_photo, #efblcf.halfwidth .efbl_post_content {
    width: 100%;
    margin-bottom: 10px;
  }

  #efbl_popup {
    width: auto !important;
    height: auto !important;
    display: table;
  }
  .efbl_fb_story .efbl_shared_story.efbl_has_link_image .efbl_link_text {
    width: 100%;
  }
  .efbl_fb_story .efbl_shared_story {
    text-align: center;
  }
  .efbl_fb_story .efbl_shared_story.efbl_has_link_image .efbl_link_image {
    float: none;

  }
  .efbl_links_container {
    bottom: -30px;
  }

}

.widget.widget_easy_facebook_feed {
  overflow: hidden;

  .efbl_feeds_holder.efbl_feeds_fullwidth {
    .efbl-fullwidth-skin {
      .efbl-post-footer {
        .efbl-d-flex.efbl-justify-content-between {
          flex-direction: column;

          .efbl-view-share {
            margin-top: 10px !important;
            flex-direction: row;
          }
        }
      }
    }
  }
}

.efbl_feed_popup_container.fancybox-container, .fancybox-container {
  z-index: 99999999;
}

.efbl-row-wrapper.efbl-story-wrapper {
  height: 100%;
  background: #fff;
  border: #dee2e6 solid 1px;
  padding: 2px;
}


.efbl_feeds_holder.efbl_feeds_row {
  display: flex;
  justify-content: flex-start;

  .efbl-row-content {
    width: 100%;
    //height: 100%;
    position: relative;
    margin: 1px;


    .efbl-row-wrapper.efbl-story-wrapper {

      .efbl_feed_fancy_popup.efbl-row-box {
        display: inline-block;
        height: 100%;
        width: 100%;
        position: relative;
        cursor: pointer;

        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }

        .efbl-overlay {
          position: absolute;
          height: 100%;
          opacity: 0;
          background: rgba(0, 0, 0, 0.459);
          inset: 0;
          color: #fff;
          transition: all 500ms ease;
          cursor: pointer;
          height: 100%;

          &:hover {
            opacity: 1;
          }

          .icon.icon-esf-clone.icon-esf-video-camera {
            position: absolute;
            font-size: 15px;
            top: 10px;
            right: 7px;
          }

          .icon-esf-plus::before {
            content: "\62";
            position: absolute;
            top: 50%;
            right: 50%;
            font-size: 11px;
            transform: translate(50%, -50%);
          }

        }
      }
    }
  }
}

.efbl-row-content {
  .icon-esf-clone.efbl_multimedia{
    content: "g";
    font-size: 15px;
    position: absolute;
    right: 5px;
    top: 6px;
  }
}

  @media screen and (max-width: 600px) {
  .efbl_feeds_holder.efbl_feeds_row {
    flex-wrap: wrap;

    .efbl-row-content {
      max-width: 24%;
    }
  }
}