/home/edulekha/sriramaaresorts.com/wp-content/themes/getleads/assets/scss/blog.scss
@import "./varibale/varibale";

@import "./mixin/mixin";

@import "./mixin/responsive_mixing";

/* Global */
.admin-bar .navbar-sticky.sticky {
  margin-top: 30px;
  // top: 0;
}

/* Image */
.alignright.size-thumbnail.wp-image-827 {
  margin-bottom: 40px;
  display: inline-block;
}

img,
figure {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

img[class*="wp-image-"] {
  margin-top: 10px;
  margin-bottom: 10px;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
}

.wp-caption {
  margin-bottom: 8px;
  max-width: 100%;
  border-radius: 0;
  padding: 0;
  clear: both;
}

.wp-caption.aligncenter {
  margin-bottom: 10px;
}

.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 4px;
  font-style: italic;
  margin-bottom: 30px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/*-- HTML Formate --*/
/* table */
table,
iframe {
  border: 1px solid #fbfbfb;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border-top: 1px solid #e7e7e7;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 10px 10px;
  border: 1px solid #ededed;
  text-align: center;
}

div#calendar_wrap caption {
  margin: 10px 10px 0;
  padding-bottom: 0;
}

div#calendar_wrap table > thead > tr > th,
div#calendar_wrap table > tbody > tr > th,
div#calendar_wrap table > tfoot > tr > th,
div#calendar_wrap table > thead > tr > td,
div#calendar_wrap table > tbody > tr > td,
div#calendar_wrap table > tfoot > tr > td {
  padding: 0;
}

#wp-calendar #today {
  background-color: $primary;
  color: $white;
}

.table-striped > tbody > tr:nth-child(odd),
table > tbody > tr:nth-child(odd) {
  border: 1px solid #e7e7e7;
}

dt {
  font-weight: bold;
  margin: 6px;
}

/* Gallery item */
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.gallery-size-thumbnail .gallery-caption {
  display: inline-block;
  max-width: 200px;
  margin-top: 5px;
}

.gallery-size-thumbnail .gallery-item > div > a {
  display: inline-block;
}

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

@media screen and (min-width: 30em) {
  /* Gallery Columns */
  .gallery-item {
    max-width: 25%;
  }

  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }

  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }

  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }

  .gallery-columns-5 .gallery-item {
    max-width: 25%;
  }

  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}

/* Theme check */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba($black, 0.6);
  box-shadow: 0 0 2px 2px rgba($black, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.gallery-caption,
.bypostauthor {
  display: block;
}

code {
  overflow: auto;
  max-width: 100%;
  padding: 0 1em;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  display: inline-block;
  vertical-align: middle;
  word-wrap: break-word;
}

a code {
  color: $primary;
}

p {
  margin: 0 0 25px;
}

p img.alignleft {
  clear: both;
  margin-bottom: 30px;
}

select {
  max-width: 100%;
}

.post-password-form input[type="password"] {
  padding: 5px 15px;
  margin-left: 10px;
}

.post-password-form input[type="submit"] {
  background-color: $primary;
  border: none;
  padding: 7px 55px;
  color: $white;
  cursor: pointer;
}

/*============================
   post
=============================== */
.search .page,
.post {
  margin: 0 0 40px;
}

.search .page .post-media,
.post .post-media {
  width: calc(100% - 0px);
  position: relative;
  overflow: hidden;
}

.search .page .post-media .video-link-btn,
.post .post-media .video-link-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.search .page .post-media .video-link-btn a,
.post .post-media .video-link-btn a {
  background: $primary;
  padding: 15px 20px;
  display: inline-block;
  color: $white;
  font-size: 25px;
}

.search .page .post-body,
.post .post-body {
  border: 1px solid #ededed;
  padding: 40px;
}

.search .page .entry-header .entry-title,
.post .entry-header .entry-title {
  margin-bottom: 20px;
  word-wrap: break-word;
}

.search .page .entry-header .entry-title a,
.post .entry-header .entry-title a {
  color: $black;
}

.search .page .entry-header .entry-title a:hover,
.post .entry-header .entry-title a:hover {
  color: $primary;
}

.search .page .entry-header .post-meta,
.post .entry-header .post-meta {
  margin-bottom: 18px;
}

.search .page .entry-header .post-meta span,
.post .entry-header .post-meta span {
  display: inline-block;
  margin-right: 28px;
  color: #666666;
  font-size: 14px;
}

.search .page .entry-header .post-meta span i,
.post .entry-header .post-meta span i {
  margin-right: 6px;
  font-size: 16px;
}

.search .page .post-footer,
.post .post-footer {
  clear: both;
}

.post .post-footer .readmore i {
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
  padding-left: 5px;
}

.search .page .post-footer .readmore,
.post .post-footer .readmore {
  background-color: $primary;
  color: #fff;
  display: inline-block;
  // font-size: 24px;
  // font-weight: 900;
  padding: 15px 36px;
  // box-shadow: 6px 6px 0 #efe9e9;
  transition: .2s;
  // border-radius: 0;
  border: none;
}

.search .page .post-footer .readmore:hover,
.post .post-footer .readmore:hover,
.sidebar .widget.widget_search .input-group-append:hover {
  color: $white;
  background-color: $secondary;
}

.post {
  &.sticky {
    .meta-featured-post {
      display: block;
      position: absolute;
      right: -35px;
      top: 18px;
      background: $primary;
      width: auto;
      height: auto;
      padding: 12px 45px;
      color: $white;
      display: inline-block;
      transform: rotate(45deg);
      font-size: 12px;
      font-weight: 700;
      -webkit-transform: rotate(45deg);
      z-index: 1;
    }
    .post-body {
      overflow: hidden;
      position: relative;
    }
  }
}

.xs-page-header {
  margin-bottom: 30px;
}

// .xs-page-header h2,
// .entry-title {
//   font-size: 30px;
// }

/*=========================== ===========
         sidebar
========================================*/
.sidebar {
  .widget {
    margin-bottom: 40px;
    border: 1px solid #eeeeee;
    padding: 40px;
    ul {
      margin-bottom: 0;
    }
    .textwidget {
      form {
        br {
          display: none;
        }
      }
    }
    .widget-title {
      font-size: 24px;
      font-weight: 700;
      position: relative;
      margin: 0 0 30px;
      padding: 0 0 15px;
      &:before {
        content: "";
        position: absolute;
        display: inline-block;
        bottom: 0px;
        width: 50px;
        height: 2px;
        left: 0;
        z-index: 1;
        background: $primary;
      }
    }
    &.widget_search {
      padding: 0;
      border: 0;
      .form-control {
        font-weight: 400;
        border-radius: 0;
        padding-left: 35px;
        height: auto;
        &:focus {
          outline: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          border-color: $primary;
        }
      }
    }
    &.widget-tags {
      ul {
        li {
          display: inline-block;
          margin-bottom: 8px;
          margin-right: 4px;
          &:last-child {
            margin-bottom: 0;
          }
          a {
            display: block;
            padding: 5px 20px;
            border: 1px solid #eee;
            color: #666;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            &:hover {
              background: $primary;
              color: $white;
              -webkit-transition: all ease 500ms;
              transition: all ease 500ms;
            }
          }
        }
      }
    }
  }
}

@media (max-width: 400px) {
  .post .post-body,
  .sidebar .widget {
    padding: 25px;
  }
}

@media (max-width: 400px) {
  .sidebar .widget .widget-title {
    font-size: 19px;
  }
}

.sidebar .widget.widget_search .search-button,
.search-forms .search-button {
  background: $primary;
  color: $white;
  padding: rem(21px) rem(30px);
  cursor: pointer;
  border: none;
  transition: all 0.4s;
  border-radius: 0px;
  &:hover {
    background-color: $secondary;
  }
}

.sidebar .widget select {
  display: block;
  width: 100%;
  background-color: $white;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
}

.calendar_wrap {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.sidebar ul {
  border: 0;
  padding: 0;
  list-style: none;
}

.sidebar ul li {
  border-bottom: 1px dashed #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.sidebar ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.sidebar ul li a {
  color: #666;
}

.sidebar ul li a:hover,
.sidebar ul li a.rsswidget:hover {
  color: $primary;
}

.sidebar ul li a.url,
.sidebar ul li a.rsswidget {
  color: #222222;
}

.sidebar ul li a.rsswidget {
  font-weight: 600;
}

.sidebar ul li cite {
  font-style: normal;
}

.sidebar ul.sub-menu,
.sidebar ul.children {
  padding: 10px 0px 0 20px;
}

.sidebar ul.children {
  padding-bottom: 0;
}

.tag-lists a,
.tagcloud a {
  border: 1px solid #f1f1f1;
  color: #5a5a5a;
  display: inline-block;
  font-size: 14px !important;
  padding: 4px 13px;
  margin-left: 3px;
  margin-bottom: 10px;
}

.tag-lists a:hover,
.tagcloud a:hover {
  color: $white;
  background-color: $primary;
  border-color: $primary;
}

.textwidget img {
  margin: 10px 0;
}

.page-links .page-link {
  display: inline-block;
}

/*=======================================
 Post  Comments section
 ========================================*/
.blog-post-comment .comment-title {
  font-size: 24px;
}

.blog-post-comment .comment-info [class*="col-md-"] {
  margin-bottom: 15px;
  position: inherit;
}

.blog-post-comment .comment-content > h3 {
  margin-bottom: 0.5rem;
}

.blog-post-comment .comment-respond {
  margin-bottom: 40px;
  margin-top: 40px;
}

.blog-post-comment .comment-respond .comment-reply-title {
  font-size: 24px;
}

.blog-post-comment .comment-respond .comment-form .form-control {
  border-radius: 0;
  // height: 245px;
  margin-bottom: 15px;
}

.blog-post-comment .comment-respond .comment-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: $primary;
}

.blog-post-comment
  .comment-respond
  .comment-form
  .comment-form-cookies-consent {
  display: none;
}

.blog-post-comment .comment-respond .comment-form .comment-notes {
  font-style: italic;
}

.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
  margin-top: 40px;
  padding: 12px 30px;
}

.comments-list {
  list-style: none;
  padding-left: 0;
}

.comments-list ul {
  list-style: none;
}

@media (max-width: 400px) {
  .comments-list ul {
    padding-left: 15px;
  }
}

.comments-list ul ul {
  list-style: none;
}

.loginformuser .form-control {
  height: 100%;
  resize: none;
}

.loginformuser .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: $primary;
}

.btn-primary {
  background-color: $primary;
  border-color: $primary;
  &:hover {
    color: $white;
  }
}

/* Common */
.pingback p,
.pingback .says {
  display: none;
}

.commenxs-list .pingback .comment-body {
  margin-left: 0;
}

.commenxs-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}

.commenxs-list .comment {
  list-style: none;
}

.commenxs-list .comment .last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.commenxs-list .comment-author {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
  font-size: 15px;
  color: #172541;
  font-style: normal;
}

.commenxs-list .comment-author a {
  color: #172541;
}

.commenxs-list .comment-author a:hover {
  color: $primary;
}

.commenxs-list .comment-author cite {
  font-style: normal;
}

.commenxs-list .comment-date {
  font-size: 14px;
  display: block;
  margin-top: -5px;
}

.commenxs-list .comment-content {
  margin: 15px 0;
}

.commenxs-list .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-left: 110px;
}

.commenxs-list img.comment-avatar {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 30px;
}

.commenxs-list .comment-reply-link {
  color: #252a37;
  font-weight: 400;
  font-size: 14px;
}

.commenxs-list .comment-reply-link i {
  margin-right: 5px;
}

.commenxs-list .comment-reply-link:hover {
  color: $primary;
}

.commenxs-counter {
  font-size: 18px;
}

.commenxs-counter a {
  color: #666;
}

.commenxs-reply {
  list-style: none;
  margin: 0 0 0 70px;
}

#cancel-comment-reply-link {
  float: right;
  color: $black;
}

#cancel-comment-reply-link:hover {
  color: $primary;
}

.not-found h1 {
  margin-bottom: 20px;
}

// .not-found .input-group-append {
//   background: $primary;
//   color: $white;
//   padding: 0 20px;
//   border: none;
//   cursor: pointer;
// }

// .not-found .input-group-append i {
//   line-height: 48px;
// }

.not-found .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: $primary;
}

.not-found p {
  line-height: 1.1;
  margin-bottom: 25px;
}

.not-found p small {
  display: block;
}

article.page .post-meta {
  margin-bottom: 15px;
}

/*===========================
         author box
=============================*/
.author-box {
  padding: 40px 40px 20px;
  margin-bottom: 40px;
}

.author-box .author-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.author-box .author-info {
  margin-left: 90px;
}

.author-box .author-info > h3 {
  margin-bottom: 4px;
}

.author-box .author-url {
  margin-bottom: 12px;
}

.author-box .author-url a {
  color: #666666;
  font-size: 14px;
}

/*=============================
   pagination nav
 =============================*/
.post-navigation {
  padding: 25px;
  border: 1px solid #eeeeee;
  margin-bottom: 40px;
}

.post-navigation .post-previous,
.post-navigation .post-next {
  padding: 0 40px;
  width: 50%;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.post-navigation span:hover,
.post-navigation h3:hover {
  color: $primary;
}

.post-navigation h3 {
  font-size: 17px;
  line-height: 26px;
  margin: 5px 0;
  font-weight: bold;
  ms-word-wrap: break-word;
  word-wrap: break-word;
}

.post-navigation span {
  color: #a9a9a9;
}

.post-navigation i {
  margin: 0 5px;
  color: #a9a9a9;
  font-family: $iconFont;
}

.post-navigation .post-previous {
  text-align: left;
  float: left;
  border-left: 0 none;
  border-right: 0 none;
  padding: 0 40px 0 0;
}

.post-navigation .post-next {
  text-align: right;
  float: right;
  border-right: 0 none;
  padding: 0 0 0 40px;
}

/*==============================
 pagination
 ============================*/
.pagination {
  margin: 0;
  align-items: center;
}
.pagination {
  li {
    &:not(:last-child) {
      margin-right: 8px;
    }
    &.active {
      a,
      span {
        background-color: $primary;
        color: $white;
        &:hover {
          background-color: $secondary;
        }
      }
    }
  }
}
.pagination li a,
.pagination li span {
  width: 40px;
  height: 40px;
  line-height: 24px;
  border: 1px solid #dadada;
  text-align: center;
  display: inline-block;
  color: #666;
  border-radius: 3px;
}

.pagination li a i,
.pagination li span i {
  line-height: 40px;
}

@media (max-width: 400px) {
  .pagination li a,
  .pagination li span {
    margin-right: 6px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0px;
  }

  .pagination li a i,
  .pagination li span i {
    line-height: 28px;
  }
}

@media (max-width: 991px) {
  .sidebar {
    margin-top: 30px;
  }
}

.pagination li.active a,
.pagination li:hover a {
  color: $white;
  background: $primary;
  border: 1px solid transparent;
}

.pagination li.active a:hover,
.pagination li:hover a:hover {
  background: $primary;
}

.pagination li.pagination-dots {
  margin: 0 15px 0 10px;
  line-height: 1;
  margin-top: -11px;
}

.entry-content .page-links {
  color: $black;
  margin-left: 5px;
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
}

.entry-content .page-links span {
  display: inline-block;
}

.entry-content .page-links span.page-link {
  color: $black;
  margin-right: 5px;
}

.entry-content .page-links .current span.page-link {
  color: $white;
  background: $primary;
  border-color: $primary;
}

.entry-content .page-links .page-link-text {
  margin-right: 10px;
}

/*=======================
   blog details
 ========================*/
.blog-single .post .post-media {
  margin-bottom: 30px;
}

.blog-single .post .post-body {
  background: $white;
  border: 0;
  padding: 0;
}

/*-- Review --*/
.header ul.navbar-nav li .dropdown-menu {
  margin: 0;
}

.header ul.navbar-nav > li > a {
  // font-size: 13px;
  // margin-left: 8px;
}

.header ul.navbar-nav {
  margin-right: 0;
}

/*# sourceMappingURL=blog.css.map */

.sassico-preloder {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: $white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.preloder-logo img {
  height: 150px;
}

.preloder-logo #xs_animated_logo_loder {
  height: 120px;
}

@media (max-width: 767.98px) {
  .preloder-logo #xs_animated_logo_loder {
    height: 80px;
  }
}

.preloder-logo #xs_animated_logo_loder #path-1,
.preloder-logo #xs_animated_logo_loder #path-2,
.preloder-logo #xs_animated_logo_loder #path-3,
.preloder-logo #xs_animated_logo_loder #path-4,
.preloder-logo #xs_animated_logo_loder #path-5 {
  stroke: $primary;
}

.elementor-element.elementor-element-466ba69 .ekit_social_media > li {
  display: inline-block;
}

.wp-caption.aligncenter {
  margin: 0 auto;
}

.comment-author cite {
  font-style: normal;
  font-weight: 500;
}

.comment {
  margin-bottom: 30px;
}

/*/*/
/*@media (min-width: 992px){*/
/*.header ul.navbar-nav li .dropdown-menu{    right: -30px;    left: inherit;}*/
/*}*/
.pingback {
  margin-bottom: 30px;
}

.banner-bg {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.banner-area {
  min-height: 400px;
}

.post-single .post-author .avatar {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.post-single .post-author a {
  display: inline-block;
  margin-left: 6px;
}

.main-container {
  padding: 100px 0;
}
.banner-solid {
  background: $primary;
}

.xs-footer-section {
  background-color: $black;
}
.copyright-area {
  .copyright {
    margin-bottom: 0;
    padding: 30px 0;
    color: $white;
    > a {
      color: inherit;
    }
  }
}

.xs-search-group {
  .search-button {
    background: $primary;
    border: none;
    padding: 16px 24px;
    font-size: rem(18px);
    line-height: 1;
    color: $white;
    cursor: pointer;
    @include transition;
    &:hover {
      background: $secondary;
    }
  }
}

.post-category {
  > a {
    &:not(:last-child) {
      padding-right: 5px;
      &::after {
        content: ",";
        padding-left: 2px;
        display: inline-block;
      }
    }
  }
}

// Header
@include potrait-tablet-upper {
  .navbar {
    padding: 0px;
  }
  .navbar-nav > .nav-item > .nav-link,
  .navbar,
  .nav-search-area {
    min-height: 100px;
  }
}
.navbar-nav {
  @media (min-width: 992px) {
    padding-left: rem(72px);
  }
  > .nav-item {
    > .nav-link {
      align-items: center;
      color: #101010;
      // text-transform: uppercase;
      font-weight: 500;
      font-size: 15px;
      font-family: $font_familt_two;
      @include potrait-tablet-upper {
        display: flex;
        position: relative;
      }
    }
  }
  .nav-link {
    color: $black;
    font-size: rem(14px);
    font-weight: 500;
    &:hover,
    &.active {
      color: #FF4C30;
    }
  }
  .nav-item {
    .nav-link {
      padding: 0 4px;

      @include potrait-tablet {
        padding: rem(10px) rem(0);
      }
    }
    &:hover {
      .nav-link {
        color: $primary;
      }
      @include potrait-tablet-upper {
        .nav-link {
          &::before {
            transform: translateX(0);
            opacity: 1;
          }
        }
      }
    }
  }
  .dropdown-toggle {
    &::after {
      content: "\f107";
      font-family: $iconFont;
      font-weight: 900;
      float: right;
      border: 0;
      transform: translateX(5px);
      height: auto;
      width: auto;
    }
  }
  .dropdown-menu {
    border: none;
    margin: 0;
    border-radius: 0px;
    .menu-item-has-children {
      > .dropdown-item {
        &:after {
          content: "\f105";
          font-family: $iconFont;
          font-weight: 900;
          float: right;
        }
      }
    }
    li {
      &:not(:first-child) {
        a {
          border-top: 1px solid #f5f5f5;

          @include potrait-tablet {
            border-top: 0;
          }
        }
      }
      a {
        font-weight: 700;
        padding: 10px 20px;
        color: #101010;
        font-size: 14px;
        &:hover {
          color: $primary;
          background-color: transparent;
        }
      }
      &:hover {
        > a {
          background-color: transparent;
          color: $primary;
        }
      }
    }
  }
  @include potrait-tablet-upper {
    .dropdown-menu {
      display: block;
      opacity: 0;
      visibility: hidden;
      @include transition;
      padding: 0px 0px;
      min-width: 230px;
      box-shadow: 0 3px 5px 0 rgba($black, 0.2);
      border-bottom-right-radius: 6px;
      border-bottom-left-radius: 6px;
      transform: translateY(5px);
      .menu-item-has-children {
        .dropdown-menu {
          left: 100%;
          top: 0;
        }
      }
    }
  }
  .menu-item-has-children {
    &:hover {
      > .dropdown-menu {
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
      }
    }
  }
}

.logo {
  > img {
    max-width: 160px;
  }
}
.navbar-toggler-icon {
  height: auto;
}

.navbar-toggler {
  color: #fff;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
}

@include potrait-tablet {
  .menu-item-has-children {
    .dropdown-menu {
      li {
        padding: 0 19px;
      }
    }
  }
}

.nav-search-area {
  color: $black;
  position: relative;
  @include potrait-tablet-upper {
    display: flex;
    align-items: center;
    margin-left: 15px;
  }
  @include potrait-tablet {
    display: none;
  }
  .header-search-icon {
    cursor: pointer;
  }
  .xs-search-group {
    background-color: $black;
    box-shadow: 0 2px 5px rgba($black, 0.1);
    // display: none;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    top: 0%;
    width: 100%;
    z-index: 10;
    margin-top: 0;
  }
  .form-control {
    background: none;
    border: 0;
    border-bottom: 1px solid rgba($white, 0.03);
    color: $white;
    width: 100%;
    height: 40px;
    padding: 0 12px;
    font-size: 15px;
    font-style: italic;
  }
  .search-button {
    display: none;
  }
}
@include potrait-tablet-upper {
  .xs-header-button {
    margin-left: 30px;
  }
}
@include potrait-tablet {
  .xs-header-button {
    display: none;
  }
}
.header-btn {
  color: $white;
  font-size: rem(14px);
  font-weight: 500;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  background: linear-gradient(
    90deg,
    rgba($primary, 1) 0%,
    rgba($secondary, 1) 100%
  );
  padding: 7px 33px;
  position: relative;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    box-shadow: 0px 15px 25px 0px rgba($primary, 1);
    opacity: 0.3;
    z-index: -1;
    border-radius: inherit;
  }
  &:hover {
    color: $white;
    @include potrait-tablet-upper {
      transform: translateY(-3px);
    }
  }
  > i {
    margin-right: 9px;
  }
}

// banner
.banner-title {
  font-size: rem(80px);
  font-weight: 800;
  text-transform: uppercase;
  color: $white;
  margin-bottom: 0px;
  span {
    color: $primary;
  }

  @include tablet {
    font-size: 4rem;
  }
  @include small-device {
    font-size: 2rem;
  }
}
.xs-banner {
  .container {
    position: relative;
  }
}
.back_to_top {
  > a {
    position: fixed;
    right: 40px;
    bottom: 120px;
    z-index: 10;
    backface-visibility: hidden;
    display: none;
    font-size: 18px;
    @include equal-size-lineHeight(44px);
    text-align: center;
    border-radius: 50%;
    color: $white;
    background-color: $primary;
    display: block;
    &:hover {
      color: $white;
    }
  }
}

.copy-right {
  padding: rem(28px) 0;
  background-color: #eff1f4;
}
.copyright-text {
  color: $bodyColor;
}

.ekit-wid-con .ekit-sidebar-group.info-group .ekit-overlay,
.mfp-wrap.ekit-promo-popup,
.ekit-sidebar-widget {
  height: 100vh;
}
.mfp-wrap.ekit-promo-popup:before {
  content: "";
  background-color: rgba(0,0,0,.87);
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0,0,0,.87);
  padding-bottom: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  -webkit-animation: menu-animation .8s ease-out forwards;
  animation: menu-animation .8s ease-out forwards;
}
.mfp-bg.my-mfp-slide-bottom {
  display: none;
}
.entry-header .entry-title a,
.post .entry-header .entry-title a {
  color: inherit;
}
.xs-solid-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba($color: #000000, $alpha: .35);
}
.xs-jumbotron {
  position: relative;
  min-height: 276px;
}

.footer-widget,
.footer-left-widget {
  > ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  ul {
    li {
      a {
        @include transition;
        &:hover {
          opacity: .8;
        }
      }
    }
  }
}

.error-message h3 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: normal;
}

.error-body a {
  margin-top: 20px;
}

.error-body .btn {
  color: #FFF;
  padding: 10px 15px;
}

.error-code {
  font-size: 200px;
  line-height: normal;
  text-shadow: 10px 0 rgba(0,0,0,.2);
}

.getleads_back_to_top a{display:block;height:40px;width:40px;line-height:38px;position:fixed;bottom:10px;right:30px;z-index:9999;box-shadow:0 0 10px rgba(0,0,0,.05);overflow:hidden}

.gl-advanced-tab-1 .elementkit-tab-wraper.vertical .elementkit-nav-link .elementskit-tab-title {
  margin-right: 50px;
  white-space: nowrap;
}