%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/higroup/wp-content/themes/evenex/assets/scss/
Upload File :
Create Path :
Current File : /var/www/html/higroup/wp-content/themes/evenex/assets/scss/blog.scss

@import "./varibale";

@import "./_mixin";

@import './blog-custom';

@import './blog-editor-custom';

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

/* 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 #e7e7e7;
  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;
  border-left: 1px solid #e7e7e7;
  > a {
    text-decoration: underline;
  }
}

.table > thead > tr > th:first-child,
.table > tbody > tr > th:first-child,
.table > tfoot > tr > th:first-child,
.table > thead > tr > td:first-child,
.table > tbody > tr > td:first-child,
.table > tfoot > tr > td:first-child,
table > thead > tr > th:first-child,
table > tbody > tr > th:first-child,
table > tfoot > tr > th:first-child,
table > thead > tr > td:first-child,
table > tbody > tr > td:first-child,
table > tfoot > tr > td:first-child {
  border-left: none;
}

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 {
    caption-side: top;
    text-align: center;
    background-color: #ededed;
    font-weight: 600;
    padding: .5em;
    width: 100%;
    margin: 0 auto;
    margin-bottom: -1px;
    color: #101010;
  }
  .wp-calendar-nav span {
    display: inline-block;
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
    padding: 2.5% 2.5% 1.75% 2.5%;
    text-align: center;
  }
  .wp-calendar-nav {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 8px;
    height: 42px;
    align-items: center;
  }
  .wp-calendar-nav-next {
    >a {
        &::before {
          content: "\f061";
        }
    }
  }
  .wp-calendar-nav-prev {
    > a {
      &::before {
        content: "\f060";
      }
    }
  }
  .wp-calendar-nav-prev ,
  .wp-calendar-nav-next {
    >a {
      font-size: 0px;
        &::before {
          font-size: 16px;
          font-family: $iconFont;
          font-weight: 900;
        }
    }
  }
}


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: 3px;
}


.widget_calendar {
  .wp-calendar-table {
    #today {
      background-color: $primary;
      color: $white;
      border: none;
      > a {
        color: inherit;
      }
    }
    tbody {
      tr {
        td {
          border: none;
        }
      }
    }
    thead {
      tr {
        th {
          border-bottom: 1px solid #e7e7e7;
          font-size: 14px;
          border-top: none;
        }
      }
    }
  }
}

.widget_calendar {
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    > a {
      text-decoration: none;
    }
  }
}

.blog-single {
  .entry-content {
    .wp-block-calendar {
      position: relative;
      caption {
        caption-side: top;
        text-align: center;
        background-color: #ededed;
        font-weight: 600;
        padding: .5em;
        width: 100%;
        margin: 0 auto;
        margin-bottom: -1px;
        color: #101010;
      }
    }
    .wp-calendar-nav {
      position: absolute;
      top: 0px;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-between;
      padding: 0 20px;
      height: 42px;
      align-items: center;
    }
    .wp-calendar-nav-next {
      >a {
          &::before {
            content: "\f061";
          }
      }
    }
    .wp-calendar-nav-prev {
      > a {
        &::before {
          content: "\f060";
        }
      }
    }
    .wp-calendar-nav-prev ,
    .wp-calendar-nav-next {
      >a {
        font-size: 0px;
        text-decoration: none;
          &::before {
            font-size: 16px;
            font-family: $iconFont;
            font-weight: 900;
          }
      }
    }
  }
}

.entry-content {
  .wp-block-table {
    border: none;
  }
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  // text-align: left;
  &:first-child {
    border-color: transparent;
  }
}

.entry-content {
  table {
    border-top: none;
  }
}

dt {
  font-weight: bold;
  // margin: 6px;
  +dd {
    margin-top: .5rem;
    margin-left: 1rem;
  }
}
/* 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: 0px;
}

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

/*============================
   post
=============================== */
.search .page,
.product ,
.post {
  margin: 0 0 30px;
  position: relative;
}

.search .page .post-media,
.product .post-media,
.post .post-media {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
}

// .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;
// }

.post .post-media .video-link-btn,
.search .page .post-media .video-link-btn {

  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);

}

.post .post-media .video-link-btn ,
.search .page .post-media .video-link-btn {

   a {

      background-color: #fff;
      width: 80px;
      height: 80px;
      line-height: 80px;
      border-radius: 100%;
      text-align: center;
      padding: 0;
      box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.5);
      position: relative;
      color: $primary;
      &:hover {
        color: #ffffff;
      }
   }




  @mixin ripple-animate {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    -webkit-animation: button-ripple 3s infinite;
    animation: button-ripple 3s infinite;
    opacity: 0.6;
    z-index: -1;
  }


  &:before {

   @include ripple-animate;
   -webkit-animation-delay: 0.9s;
   animation-delay: 0.9s;

 }
 &:after {

  @include ripple-animate;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

}

@-webkit-keyframes button-ripple {
  70% {
    -webkit-box-shadow: 0 0 0 15px currentColor;
    box-shadow: 0 0 0 15px currentColor;
    opacity: 0;
  }
  to {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    opacity: 0;
  }
}
@keyframes button-ripple {
  70% {
    -webkit-box-shadow: 0 0 0 15px currentColor;
    box-shadow: 0 0 0 15px currentColor;
    opacity: 0;
  }
  to {
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    opacity: 0;
  }
}


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

.search .page .entry-header .entry-title,
.product .entry-header .entry-title ,
.post .entry-header .entry-title {
  margin-bottom: 17px;
  word-wrap: break-word;
  color: $black;
}

.entry-title {
  line-height: 1.4;
}

.search .page .entry-header .entry-title a,
.product .entry-header .entry-title a ,
.post .entry-header .entry-title a {
  color: inherit;
}

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

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

.search .page .entry-header .post-meta span,
.product .entry-header .post-meta span ,
.post .entry-header .post-meta span {
  display: inline-block;
  // margin-right: 28px;
  color: #72757B;
  // font-size: 14px;
  // &:not(:last-child) {
  //   &::after {
  //     content: "";
  //     display: inline-block;
  //     margin-left: 18px;
  //     margin-right: 18px;
  //     color: inherit;
  //     position: relative;
  //     top: 1px;
  //     height: 13px;
  //     width: 1px;
  //     background-color: currentColor;
  //   }
  // }
  &:not(:last-child) {
    margin-right: rem(40px);
  }
}

.blog-single .post .post-meta .post-comment a {
  margin-left: 4px;
}

.search .page .entry-header .post-meta span i,
.product .entry-header .post-meta span i ,
.post .entry-header .post-meta span i {
  margin-right: 3px;
  // font-size: 14px;
  color: $primary;
}

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

.product .post-footer .readmore i ,
.post .post-footer .readmore i {
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
  padding-left: 2px;
  font-size: 12px;
}

// .search .page .post-footer .readmore,
// .product .post-footer .readmore,
// .post .post-footer .readmore,
.btn-primary {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: 12px 30px;
  border-radius: 0.25rem;
  border: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: $white;
  box-shadow: 0px 15px 25px 0px rgba($primary, 0.3);
  position: relative;
  background: $primary;
  background: linear-gradient(90deg, $primary 0%, $secondary 100%);
  @include transition;
}

// .search .page .post-footer .readmore:hover,
// .post .post-footer .readmore:hover,
.btn-primary:hover {
  transform: translateY(-3px);
}

.sidebar .widget.widget_search .input-group-append:hover {
  color: $white;
  background-color: #e65b57;
}

// .tag-sticky-2 .meta-featured-post ,
// .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;
// }

// .tag-sticky-2 .post-body ,
// .post.sticky .post-body {
//   overflow: hidden;
//   position: relative;
// }

.post .meta-featured-post {
  display: block;
  position: absolute;
  right: 30px;
  top: 0;
  width: auto;
  height: auto;
  padding: 35px 8px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
  text-transform: uppercase;
  line-height: normal;
  writing-mode: vertical-lr;
  &::after {
    content: "";
    position: absolute;
    background: $primary;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  &::before {
    position: absolute;
    content: "";
    right: 0;
    width: 100%;
    height: 30px;
    bottom: -15px;
    border-top: 15px solid $primary;
    border-left: 15px solid $primary;
    border-bottom: 15px solid #ffffff00;
    border-right: 15px solid $primary;
  }
  >i {
    display: none;
  }
}

.post.sticky .meta-featured-post::after,
.post .post-media .video-link-btn a:hover,
.search .page .post-media .video-link-btn a:hover,
.wp-calendar-table #today {
  background: $primary;
}

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

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

/*=========================== ===========
         sidebar
========================================*/
.sidebar .widget {
  margin-bottom: 30px;
  border: 1px solid #eeeeee;
  padding: 40px;
  padding-bottom: 31px;
  padding-top: 34px;
}

.sidebar .widget ul {
  margin-bottom: 0;
}

.sidebar .widget .textwidget form br {
  display: none;
}

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

.sidebar .widget .widget-title,
.xs-custom-widget > h5 {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 15px;
}

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

.sidebar .widget .widget-title:before,
.xs-custom-widget > h5::before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0px;
  width: 50px;
  height: 2px;
  left: 0;
  z-index: 1;
  background: $primary;
}

.footer-widget.widget.widget_search .search-button,
.sidebar .widget.widget_search .search-button,
.wp-block-search .wp-block-search__button,
.search-forms .search-button {
  background: #f7f7f7;
  color: #101010;
  padding: rem(21px) rem(30px);
  cursor: pointer;
  border: none;
  transition: all 0.4s;
  border-radius: 0px;
}

.sidebar .widget.widget_search .search-button:hover ,
.footer-widget.widget.widget_search .search-button:hover,
.search-forms .search-button:hover {
  color: $primary;
}

.footer-widget.widget.widget_search .form-control,
.sidebar .widget.widget_search .form-control,
.wp-block-search .wp-block-search__input,
.evenex-serach .form-control {
    border: none;
    background-color: #f7f7f7;
    border-radius: 0;
    padding-left: 29px;
}

.widget.widget_search {
  border: none;
  padding: 0;
}

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


.sidebar .widget.widget-tags ul li {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 4px;
}

.sidebar .widget.widget-tags ul li a {
  display: block;
  padding: 5px 20px;
  border: 1px solid #eee;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar .widget.widget-tags ul li a:hover {
  background: $primary;
  color: $white;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}

.sidebar .widget.widget-tags ul li:last-child {
  margin-bottom: 0;
}

.sidebar .widget select {
  display: block;
  width: 100%;
}
.wp-block-archives.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select,
.post-single .entry-content select,
.sidebar .widget select {
  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: flex;
  flex-direction: column-reverse;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.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: $bodyColor;
}

.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: #585B63;
  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;
}

.tag-lists,
.tagcloud {
   a {
      background-color: rgb(242, 242, 242);
   }
}

.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: 20px;
  // margin-bottom: 11px;
  margin-bottom: 2px;
}
.comment-form .logged-in-as {
  margin-bottom: 40px;
}


.blog-post-comment .comment-respond .comment-form .form-control {
  border-radius: 0;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  border-color: transparent;
  height: 56px;
  padding-left: 29px;
  &:focus {
    background-color: transparent;
    border-color: $primary;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  @include inputPlaceholder{
    color: rgba($color: #666565, $alpha: .7);
  }
}

.blog-post-comment .comment-respond .comment-form textarea.form-control {
  height: 150px;
  padding: 23px 30px;
  margin-bottom: 30px;
}

.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 .form-submit {
  margin-bottom: 0;
  .btn-primary {
    &:hover {
      transform: translateY(0);
      box-shadow: none;
    }
  }
}
.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
  // margin-top: 40px;
  padding: 12px 30px;
}

.comments-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 93px;
}

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

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

.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;
}

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

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

// .comments-list .comment {
//   list-style: none;
// }

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

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

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

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

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

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

// .comments-list .comment-content {
//   margin: 15px 0;
//   table {
//     border-top: none;
//   }
// }

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

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

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

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

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

// .comments-counter {
//   font-size: 18px;
// }

// .comments-counter a {
//   color: #666;
// }

// .comments-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: 30px 40px 47px;
  background-color: #f8f8f8;
  margin-bottom: 99px;
}
.author-box .author-info p{
  // margin-bottom: 0;
}
.author-box .author-info {
  @include potrait-tablet-upper {
    // display: flex;
    // flex-direction: column;
    // margin-left: 30px;
  }
  @include potrait-tablet {
    margin-top: 10px;
  }
  // align-items: center;
  .author-url {
    // display: none;
  }
}

.author-box .author-img {
  @include potrait-tablet {
    float: none;
    margin-bottom: 10px;
  }
  @include potrait-tablet-upper {
    flex: 0 0 96px;
  }
}
.author-box .author-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.author-box .author-info {
  @include potrait-tablet-upper {
    // margin-left: 85px;
  }
  // margin-right: 0;
  // margin-top: 0px;
}

.author-box .author-info>h3 {
  margin-bottom: 0;
  font-size: 18px;
  margin-bottom: 0;
  text-transform: capitalize;
  line-height: 1;
}

.author-box {
  @include potrait-tablet-upper {
    display: flex;
    // align-items: center;
  }
  .post_author_role {
    color: #9a9a9a;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
    + .user_description {
      margin-top: 16px;
    }
  }
  .user_description {
    margin-bottom: 0;
  }
}

.author-box .author-url {
  margin-bottom: 0px;
  display: inline-block;
  font-size: rem(12px);
  padding-left: 5px;
}

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

/*=============================
   pagination nav
 =============================*/
 .post-navigation {
  margin-bottom: 70px;
}


.post-previous {
  .post-navigation-item {
    > i {
      margin-right: 16px;
    }
  }
}
.post-next {
  .post-navigation-item {
    > i {
      margin-left: 16px;
    }
    .media-body {
      text-align: right;
    }
  }
}
.post-navigation-item {
  display: flex;
  flex-wrap: wrap;
  background-color: #f8f8f8;
  padding: 17px 30px;
  > i {
    align-self: center;
    color: #979AA4;
    font-size: rem(20px);
    @include transition();
  }
  &:hover {
    h3,
    > i {
      color: $primary;
    }
  }
  .wp-post-image {
    max-width: 70px;
    margin-right: 20px;
    height: 70px;
    object-fit: cover;
    +  .post-nav-content {
      max-width: calc(100% - 90px);
    }
  }
  .post-nav-content {
    text-align: left;
    align-self: center;
  }
  span {
    // @include transition;
    font-size: rem(14px);
    font-weight: 500;
    color: #7A7B7E;
  }
  h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    line-height: (20px / 16px);
    font-size: rem(16px);
    @include transition();
  }
}

// .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-left: 6px;
    // display: inline-block;
    // font-size: 13px;
  }
  .post-previous{
    i{
      // margin-right: 5px;
      // margin-left: 0;
    }
  }
}

.post-navigation .post-previous {
  @include potrait-tablet-upper {
    width: calc(50% - 5px);
    float: left;
    margin-right: 5px;
  }
  @include potrait-tablet {
    margin-bottom: 20px;
  }
  .post-nav-content {
    span {
      i {
        margin-left: 0;
        margin-right: 6px;
      }
    }
  }
}

.post-navigation .post-next {
  @include potrait-tablet-upper {
    width: calc(50% - 5px);
    float: right;
    margin-left: 5px;
  }
}


/*==============================
 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,
.entry-content .post-page-numbers span.page-link {
  width: 40px;
  height: 40px;
  line-height: 24px;
  border: 1px solid #dadada;
  text-align: center;
  display: inline-block;
  color: #666;
  border-radius: 3px;
}

.entry-content .post-page-numbers span.page-link {
  @include transition();
}

.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,
.entry-content .post-page-numbers span.page-link:hover {
  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 {
  @include potrait-tablet {
    padding: {
      top: 15px;
      bottom: 15px;
    };
  }
  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;
}
.banner-area {
  @include potrait-tablet-upper {
    min-height: 400px;
  }
  @include potrait-tablet {
    min-height: 350px;
  }
}

.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;
}
body.search-results .main-container {
  padding-bottom: 180px;
}
.content-single {
  padding-bottom: 80px;
}
.banner-solid {
  background: $primary;
}

.banner-title,
.xs-jumbotron-title {
  font-size: $h1;
  margin-bottom: 10px;
  line-height: 1.3;
}
.xs-footer-section {
  background-color: $black;
}
.copyright-area {
  .copyright {
    margin-bottom: 0;
    padding: 30px 0;
    color: $white;
    > a {
      color: inherit;
    }
  }
}

.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: 80px;
  }
}
.navbar-nav {
  > .nav-item {
    &:last-child {
      > .nav-link {
        @include potrait-tablet-upper {
          &::after {
            margin-left: 13px;
            display: inline-block;
          }
          padding-right: 0;
        }
      }
    }
    > .nav-link {
      align-items: center;
      @include potrait-tablet-upper {
        display: flex;
        position: relative;
        &:hover,
        &.active {
          // &::after ,
          &::before {
            opacity: 1;
          }
        }
        &::before {
          margin-right: 13px;
          display: inline-block;
        }
        &::after {
          display: none;
        }
        // &::after ,
        &::before {
          content: "";
          width: 5px;
          height: 5px;
          color: inherit;
          background-color: currentColor;
          border-radius: 50%;
          opacity: .1;
          transition: opacity .4s ease;
        }
      }
    }
  }
  .dropdown-arrow {
    margin-left: 6px;
  }
  .nav-link {
    color: #041A57;
    font-weight: 500;
    font-size: rem(16px);
    // text-transform: uppercase;
    > .dropdown-arrow {
      font-size: inherit;
    }
    &:hover,
    &.active {
      color: $primary;
    }
  }
  .nav-item {
    .nav-link {
      @include potrait-tablet-upper {
        padding-right: 15px;
        padding-left: 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;
      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;
          @include potrait-tablet {
            transform: rotate(90deg);
          }
        }
      }
    }
    li {
      &:not(:first-child) {
        a {
          border-top: 1px solid #f5f5f5;
        }
      }
      a {
        font-weight: 500;
        color: #041A57;
        @include potrait-tablet-upper {
          padding: 10px 20px;
        }
        @include potrait-tablet {
          padding: 10px 0px;
        }
        font-size: rem(16px);
        display: block;
        &: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: auto;
          right: 100%;
          top: 0;
        }
      }
    }
  }
  .menu-item-has-children {
    &:hover {
      > .dropdown-menu {
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
      }
    }
  }
}
.navbar {
  .logo {
    > img {
      max-width: 160px;
      max-height: 60px;
    }
  }
}
.navbar-toggler-icon {
  height: auto;
}

.navbar-toggler {
  // background: $primary;
  // color: #fff;
}

@include potrait-tablet {
  .footer-menu {
    &.header ul.navbar-nav {
      padding-top: 30px;
    }
  }
  .header-main {
    &.header ul.navbar-nav {
      padding-top: 17px;
    }
    .navbar-nav {
      .dropdown-arrow {
        display: none;
      }
    }
  }
}

.footer-menu {
  .navbar-nav {
    .dropdown-arrow {
      display: none;
    }
  }
}

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

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

.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: 100%;
    width: 350px;
    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,
.xs-jumbotron-title {
  @include potrait-tablet-upper {
    font-size: rem(48px);
  }
  @include potrait-tablet {
    line-height: 1.2;
		font-size: 25px;
  }
}
.banner-subtitle {
  font-size: rem(18px);
  margin-bottom: 0px;
}

.xs-banner {
  .container {
    position: relative;
  }
  .breadcrumb {
    @include potrait-tablet-upper {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 5;
    }
    background-color: $white;
    padding: 17px 44px;
    border-radius: 0;
    // @include potrait-tablet {
    //   border-bottom: 1px solid #f6f6f6;
    // }
  }
}
.breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  padding: 0px;
  color: $primary;
  font-size: rem(14px);
  font-weight: 500;
  > li {
    display: inline-block;
    i {
      display: none;
    }
    &:not(:last-child) {
      &::after {
        content: "/";
        display: inline-block;
        padding: {
          left: 10px;
          right: 10px;
        }
        color: #666666;
      }
    }
    a {
      color: #666666;
      &:hover {
        color: $primary;
      }
    }
  }
}
.tax-speaker-category {
  .breadcrumb {
    > li {
      &::after {
        content: "/";
        display: inline-block;
        padding: {
          left: 3px;
          right: 3px;
        }
        color: #666666;
      }
    }
  }
}
.copy-right {
  text-align: center;
  position: relative;
  min-height: 115px;
  &::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: calc(100% - 30px);
    width: 100%;
    background: {
      image: url(../images/footer/footer-shape.png);
      repeat: no-repeat;
      position: bottom left;
      size: 100% 100%;
    }
  }
}
.copyright-text {
  color: #101010;
  > span {
    color: $primary;
  }
}

.pull-left {
  float: left;
}
.pull-right {
  float: right;
}

.error-body {
  margin-bottom: 150px;
}
.error404 .error-page .error-code {
  display: block;
  font-size: 150px;
  line-height: 150px;
  color: #333;
  margin-bottom: 20px;
  text-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
}
.error404 .error-page .error-message h3 {
  font-size: 24px;
  color: #2e3d44;
}
.error404 .error-page .error-body a.btn {
  margin-top: 30px;
}
.mfp-wrap.ekit-promo-popup:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.87);
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.87);
  padding-bottom: 100%;
  border-radius: 100%;
  overflow: hidden;
  -webkit-animation: menu-animation 0.8s ease-out forwards;
  animation: menu-animation 0.8s ease-out forwards;
}
.mfp-wrap.ekit-promo-popup {
  height: 100vh;
  overflow: hidden;
}
.mfp-bg.my-mfp-slide-bottom {
  display: none;
}

.navbar-sticky {
  &.fixed-top {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 35px 35px 0 rgba(0,0,0,.1);
  }
}
.admin-bar {
  .navbar-sticky {
    &.fixed-top {
      margin-top: 2rem;
    }
  }
}

.related-post-title-wraper {
  margin-bottom: rem(40px);
}

.related-post-title {
  margin-bottom: 0;
}

.recent-project-wrapper {
  margin-bottom: rem(30px);
}

.back_to_top > a {
  position: fixed;
  right: 40px;
  bottom: 120px;
  z-index: 10;
  backface-visibility: hidden;
  font-size: 18px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: $primary;
  display: block;
  border-radius: 50%;
}

.post-single .entry-content select,
.wp-block-archives.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select,
.sidebar .widget select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: center right 7px;
}
.navbar {
  padding: 0;
}

/*New blog design custom css*/

.blog-single .post {
  .post-meta {
    span {
      font-size: 16px;
      text-transform: capitalize;
      // padding-right: 12px;
      i {
        color: $primary;
      }
      a {
        margin-left: 0;
        color: inherit;
        &:hover {
          color: $primary;
        }
        line-height: 1.625rem;
      }
    }
  }
  .post-media{
    margin-bottom: rem(35px);
  }
}

.post-meta {
  span {
    a {
      color: inherit;
    }
  }
}


.blog-single .entry-content {
    padding-top: 14px;
    p {
      // font-size: 18px;
      // margin-bottom: rem(25px);
    }
    .wp-block-quote {
      margin-top: rem(50px);
      padding: rem(44px) rem(50px) rem(44px);
      background-color: #f9f9f9;
      margin-bottom: rem(47px);
      p {
        color: #666565;
        font-size: 20px;
        line-height: 1.875rem;
        font-style: normal;
        font-weight: 500;
        // padding-right: 7rem;
        margin-bottom: 0;
      }
      cite {
        color: #101010;
        margin-left: 9px;
        font-weight: 400;
        font-size: 18px;
        line-height: 1;
        &:before {
          width: 5px;
          height: 2px;
          background: currentColor;
          color: inherit;
          left: -9px;
          margin: 0px;
          top: 50%;
          transform: translateY(-50%);
        }
      }
    }
    h2 {
      // font-size: 24px;
      // line-height: 1.875rem;
      // font-weight: 600;
      // letter-spacing: -0.48px;
      // margin-bottom: rem(14px);
    }
    ul {
      // margin: 0;
      // padding-left: rem(20px);
      // padding-bottom: rem(20px);
    }
    ul > li {
      // color: #444444;
      // font-size: 18px;
      // line-height: 2.125rem;
    }
    iframe {
        margin: 24px 0px 10px 0px
    }
}



.blog-single {
  figcaption {
   font-size: 14px;
   margin-top: 0;
 }

 ul.blocks-gallery-grid {
   padding: 0;
   margin-top: rem(17px);
   padding-bottom: rem(8px);
   li {
     margin-right: rem(30px);
     .blocks-gallery-item__caption {
        font-size: 1rem;
     }
   }
 }
}


@media (max-width: 1024px) {
  .blog-single  {
    .entry-content .wp-block-quote {
      padding: 30px;
      p {
        padding-right: 0
      }
    }
    .post .post-media{
      margin-bottom: rem(30px);
    }
  }
}

.footer-menu {
  @include potrait-tablet-upper {
    &.header ul.navbar-nav > li > .dropdown-menu {
      top: auto;
      bottom: 100%;
    }
  }
  // @include potrait-tablet {
  // }
  margin-bottom: 30px;
  .navbar-nav .dropdown-toggle::after {
      display: none;
  }
}

// fotoer menu
.footer-menu {
  @include potrait-tablet {
    &.header-standard {
      background-color: #f7f7f7;
      padding: 26px 15px;
      ul.navbar-nav {
        padding-bottom: 0;
      }
      .logo>img {
        max-width: 150px;
        max-height: 80px;
      }
    }
  }
}

.header-navbar-toggler-icon {
  height: 3px;
  width: 30px;
  display: block;
  position: relative;
  background-color: #3a3a3a;
  &:not(:last-child) {
    margin-bottom: 5px;
  }
  // transition: transform .4s ease;
  @include transition;
  &:nth-child(2) {
    transform-origin: left;
    transition-delay: 0s;
  }
}
.navbar-toggler {
  &[aria-expanded="true"] {
    .header-navbar-toggler-icon {
      &:nth-child(1) ,
      &:nth-child(3) {
        transition-delay: .2s;
      }
      &:nth-child(2) {
        transition-delay: .3s;
        transform: scaleX(0);
      }
      &:nth-child(1) {
        transform: rotate(45deg);
        top: 8px;
      }
      &:nth-child(3) {
        transform: rotate(-45deg);
        top: -7px;
      }
    }
  }
}
.logo-not-entry {
  @media (min-width: 992px) {
    .navbar-nav{
      &.ml-auto,
      &.mx-auto {
        margin-right: auto !important;
      }
    }
  }
  @media (max-width: 992px) {
    .navbar-toggler {
      margin-left: 0px;
    }
  }
}

.comments-list .comment-body .comment-reply-link {
  font-size: 14px;
  // text-transform: uppercase;
  > i {
    font-size: rem(12px);
  }
}
.comments-list .children .avatar {
  width: 50px;
  height: 50px;
}

.search .page,
.product,
.blog .mp-event-item,
.post {
  .post-body {
    border: 1px solid #eee;
    padding: 40px;
  }
}

.readmore {
  color: $bodyColor;
  &:hover {
    color: $primary;
  }
}

.post-quote-content {
  &.post-body {
    position: relative;
    overflow: hidden;
    z-index: 1;
    &::after ,
    &::before {
      content: "";
      position: absolute;
      background-size: auto;
      background-position: left;
      background-repeat: no-repeat;
      width: 100px;
      height: 100px;
      z-index: -1;
    }
    &::before {
      top: 0;
      left: 30px;
      background-image: url(../images/left-quote.png);
    }
    &::after {
      bottom: -40px;
      right: 30px;
      background-image: url(../images/right-quote.png);
  }
  }
}

.blog-single .post .post-body {
  background: #fff;
  border: 0;
  padding: 0;
}

.widget_archive,
.widget_categories,
.widget_pages {
  ul:not(.menu) li a {
    &::before {
      content: "\f054";
      display: inline-block;
      padding-right: 13px;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 12px;
    }
  }
}

.wp-block-search .wp-block-search__button {
  margin-left: 0;
}
.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    max-width: 360px;
}

.post-password-form input[type=password] {
  background-color: #fff;
  border-radius: 0;
  border: .1rem solid #ededed;
  box-shadow: none;
  font-size: 1.6rem;
  margin: 0;
  max-width: 100%;
  padding: 5px 30px;
  width: 100%;
  transition: all .4s ease;
}
.post-password-form input[type=submit] {
  background-color: $primary;
  &:hover {
    background-color: $secondary;
  }
  border: none;
  padding: 14px 55px;
  color: #fff;
  cursor: pointer;
  display: block;
  transition: all .4s ease;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .navbar-nav .nav-link {
    // font-size: .7rem;
  }
}

.xs-recent-post-widget {
  .widget-post {
    &:not(:last-child) {
      margin-bottom: 30px;
    }
    > a {
      display: inline-block;
      > img {
        max-width: 75px;
        height: 70px;
        object-fit: cover;
      }
    }
    .media-body {
      margin-left: 25px;
    }
    .entry-title {
      margin-bottom: 7px;
      font-weight: 600;
      letter-spacing: 0;
      font-size: 16px;
      line-height: (20px / 16px);
      > a {
        color: inherit;
        &:hover {
          color: $primary;
        }
      }
    }
    .post-meta {
      margin-bottom: 0;
      > span {
        color: #666565;
      }
    }
  }
}

.mf-input {
  @include inputPlaceholder {
    opacity: 1;
  }
}

.ekit-sticky {
  .elementor-widget-ekit-nav-menu {
    @media (max-width: 1024px) {
      .elementskit-menu-overlay {
        display: none;
      }
      .elementskit-menu-offcanvas-elements {
        &:after,
        &:before {
          display: none;
        }
      }
    }
  }
}

.post-single {
  .single_post_hr_line {
    display: block;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 55px;
    margin-bottom: 55px;
  }
  margin-bottom: rem(60px);
}

Zerion Mini Shell 1.0