@charset "UTF-8";
/*
	Template Name: Digiqole
	Author: Themewinter
	Author URI: https://themeforest.net/user/tripples
	Description: digiqole - Newspaper and Magazine WordPress Theme
    Version: 1.0

=====================
   table of content 
====================
    1.  topbar
    2.  header middle area
    3.  header
    4.  tranding bar
    5.  main slider
    6.  post slider
    7.  post tab
    8.  post block
    9.  post list tab
    10. post tab 2
    11. social share
    12. video sync slider
    13. post grid loadmore
    14. post grid slider
    15. post block slider
    16. category list
    17. post list
    18. category layout 
    17. single post layout
    18. footer
    19. 404



*/
/* Typography
================================================== */
body {
  font-family: "Inter UI";
  line-height: 28px;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-family: "Inter UI";
  font-weight: 700;
}

h1 {
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.6px;
}

h2 {
  font-size: 34px;
  line-height: 38px;
  letter-spacing: -0.6px;
}

h3 {
  font-size: 26px;
  line-height: 32px;
}

h4 {
  font-size: 22px;
  line-height: 28px;
}

h5 {
  font-size: 16px;
  line-height: 20px;
}

h6 {
  font-size: 14px;
  line-height: 28px;
}

/* Global styles
================================================== */
iframe {
  border: none;
}

a:link,
a:visited {
  text-decoration: none;
}

a {
  color: #7527FF;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

a:hover {
  text-decoration: none;
  color: #7527FF;
}

a.read-more {
  color: #7527FF;
  font-weight: 700;
}

a.read-more:hover {
  color: #222;
}

.no-padding {
  padding: 0;
}

.p-60 {
  padding: 60px 0;
}

.p-100 {
  padding: 100px 0 !important;
}

.media > .pull-left {
  margin-right: 20px;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-50 {
  clear: both;
  height: 50px;
}

.gap-40 {
  clear: both;
  height: 40px;
}

.gap-30 {
  clear: both;
  height: 30px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

.gap-10 {
  clear: both;
  height: 10px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-35 {
  margin-top: 35px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrb-80 {
  margin-bottom: -80px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-70 {
  margin-left: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-100 {
  margin-right: 100px;
}

.mrt-0 {
  margin-top: 0 !important;
}

.pab-60 {
  padding-bottom: 60px;
}

.pab-70 {
  padding-bottom: 70px;
}

.pab {
  padding-bottom: 0;
}

a:focus {
  outline: 0;
}

img.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}

img.pull-right {
  margin-left: 20px;
  margin-bottom: 20px;
}

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Dropcap */
.dropcap {
  font-size: 48px;
  line-height: 60px;
  padding: 0 7px;
  display: inline-block;
  float: left;
  font-weight: 700;
  margin: 5px 15px 5px 0;
  position: relative;
  text-transform: uppercase;
}

.clearfix:after {
  display: block;
  width: 100%;
  content: "";
}

.btn,
.affwp-form input.button,
#edd_sl_license_add_site_form > div .button,
#edd-purchase-button, .edd-submit, [type=submit].edd-submit {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #7527FF;
  height: 54px;
  padding: 0 35px;
  line-height: 52px;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  outline: none;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
}
.btn:focus,
.affwp-form input.button:focus,
#edd_sl_license_add_site_form > div .button:focus,
#edd-purchase-button:focus, .edd-submit:focus, [type=submit].edd-submit:focus {
  outline: none;
}
.btn:hover,
.affwp-form input.button:hover,
#edd_sl_license_add_site_form > div .button:hover,
#edd-purchase-button:hover, .edd-submit:hover, [type=submit].edd-submit:hover {
  color: #fff;
  background: #FF7D27;
}
.btn.fill,
.affwp-form input.button.fill,
#edd_sl_license_add_site_form > div .button.fill,
#edd-purchase-button.fill, .edd-submit.fill, [type=submit].edd-submit.fill {
  background: transparent;
  padding: 0 25px;
  color: #fff;
  margin-left: 20px;
  border: 2px solid #fff;
}
.btn.fill:hover,
.affwp-form input.button.fill:hover,
#edd_sl_license_add_site_form > div .button.fill:hover,
#edd-purchase-button.fill:hover, .edd-submit.fill:hover, [type=submit].edd-submit.fill:hover {
  background: #7527FF;
  border-color: #7527FF;
}
.btn.btn-round,
.affwp-form input.button.btn-round,
#edd_sl_license_add_site_form > div .button.btn-round,
#edd-purchase-button.btn-round, .edd-submit.btn-round, [type=submit].edd-submit.btn-round {
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
}

.btn-link {
  font-size: 13px;
  font-weight: 700;
  color: #7527FF;
  text-decoration: none !important;
}
.btn-link i {
  margin-left: 6px;
  position: relative;
  top: 2px;
}
.btn-link:hover {
  color: #7527FF;
}

.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}
.owl-carousel .owl-nav.disabled + .owl-dots span {
  width: 25px;
  height: 2px;
  margin: 5px 5px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #7527FF;
  border-color: #7527FF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
}
.owl-dots {
  position: relative;
  width: 100%;
  padding: 25px 0;
  text-align: center;
}
.owl-dot {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  outline: none;
}
.owl-dot span {
  background: #d3d3d3;
  display: inline-block;
  text-align: center;
}
.owl-dot:first-child {
  padding-left: 15px;
}
.owl-dot:last-child {
  padding-right: 15px;
}
.owl-dot:focus {
  outline: none;
}
.owl-nav i {
  font-size: 20px;
  color: #ffffff;
}
.owl-prev, .owl-next {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  background: #7527FF;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.owl-prev {
  background: #7527FF;
  left: 0;
  right: auto;
}

/* 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 {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

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

.main-container {
  padding: 80px 0;
}
.main-container .banner-area {
  padding-top: 0;
}

.blog.main-container,
.archive .main-container {
  padding-bottom: 100px;
  padding-top: 80px;
}

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

.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(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 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: #7527FF;
}

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: #7527FF;
  border: none;
  padding: 7px 55px;
  color: #fff;
  cursor: pointer;
}

blockquote.wp-block-quote {
  background: #f7f7f7;
  padding: 40px;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 25px;
}
blockquote.wp-block-quote p {
  position: relative;
  margin-bottom: 10px !important;
}
blockquote.wp-block-quote p:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  display: block;
  font-size: 60px;
  color: #dedede7d;
  line-height: 0;
}
blockquote.wp-block-quote cite {
  font-size: 14px;
}

/*============================
   post
=============================== */
.blog-post {
  padding: 0 5px;
}

.blog-post .post,
.search-results article {
  background: #fff;
  padding: 0px 0px 0 0;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 15px 90px rgba(41, 32, 32, 0.06);
          box-shadow: 0px 15px 90px rgba(41, 32, 32, 0.06);
  border-radius: 8px;
  overflow: hidden;
}

.post .post-media,
.search-results article .post-media {
  width: calc(100% - 0px);
  position: relative;
  overflow: hidden;
}
.post .post-media .video-link-btn,
.search-results article .post-media .video-link-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.post .post-media .video-link-btn a,
.search-results article .post-media .video-link-btn a {
  background: #7527FF;
  padding: 15px 20px;
  display: inline-block;
  color: #fff;
  font-size: 25px;
}
.post .post-body,
.post .post-quote-content,
.search-results article .post-body,
.search-results article .post-quote-content {
  background: #fff;
  padding: 25px 25px 20px;
  min-height: 180px;
}
.post .entry-header .entry-title,
.search-results article .entry-header .entry-title {
  margin-bottom: 5px;
  word-wrap: break-word;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0;
}
.post .entry-header .entry-title a,
.search-results article .entry-header .entry-title a {
  color: #222222;
}
.post .entry-header .entry-title a:hover,
.search-results article .entry-header .entry-title a:hover {
  color: #7527FF;
}
.post .entry-header .post-meta-date,
.search-results article .entry-header .post-meta-date {
  color: #666;
  font-size: 14px;
}
.post .post-meta,
.search-results article .post-meta {
  margin-bottom: 0;
}
.post .post-meta span,
.post .post-meta a,
.search-results article .post-meta span,
.search-results article .post-meta a {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
}
.post .post-meta span:last-of-type,
.post .post-meta a:last-of-type,
.search-results article .post-meta span:last-of-type,
.search-results article .post-meta a:last-of-type {
  margin-right: 0;
}
.post .post-meta span i,
.post .post-meta a i,
.search-results article .post-meta span i,
.search-results article .post-meta a i {
  margin-right: 6px;
}
.post .post-meta span,
.search-results article .post-meta span {
  color: #666;
}
.post .post-meta a, .post .post-meta .meta-categories.post-cat,
.search-results article .post-meta a,
.search-results article .post-meta .meta-categories.post-cat {
  color: #7527FF;
}
.post .post-footer,
.search-results article .post-footer {
  clear: both;
}
.post .post-footer .btn-link,
.search-results article .post-footer .btn-link {
  color: #7527FF;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.post .post-footer .btn-link i,
.search-results article .post-footer .btn-link i {
  margin-left: 5px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  vertical-align: middle;
}
.post .post-footer .btn-link:hover i,
.search-results article .post-footer .btn-link:hover i {
  margin-left: 10px;
}
.post.sticky .meta-featured-post,
.search-results article.sticky .meta-featured-post {
  display: block;
  position: absolute;
  right: -35px;
  top: 18px;
  background: #7527FF;
  width: auto;
  height: auto;
  padding: 12px 45px;
  color: #fff;
  display: inline-block;
  transform: rotate(45deg);
  font-size: 12px;
  font-weight: 700;
  -webkit-transform: rotate(45deg);
  z-index: 1;
}
.post.sticky .post-body,
.search-results article.sticky .post-body {
  overflow: hidden;
  position: relative;
}

.search article.page {
  padding: 40px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}

.xs-page-header {
  margin-bottom: 40px;
  padding-left: 15px;
}

/*=========================== ===========
         sidebar
========================================*/
.sidebar .widget {
  margin-bottom: 40px;
  border: 1px solid #eeeeee;
  padding: 40px;
}
.sidebar .widget.widget_search {
  padding: 0;
  border: 0;
}
.sidebar .widget.widget_search .form-control {
  font-style: italic;
  font-weight: 600;
  border-radius: 0;
}
.sidebar .widget.widget_search .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #7527FF;
}
.sidebar .widget.widget_search .input-group-btn {
  background: #7527FF;
  color: #fff;
  padding: 0 20px;
  height: 50px;
  cursor: pointer;
  border: none;
}
.sidebar .widget.widget_search .input-group-btn i {
  line-height: 52px;
}
.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: #7527FF;
  color: #fff;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}
.sidebar .widget.widget-tags ul li:last-child {
  margin-bottom: 0;
}
.sidebar .widget-title {
  font-size: 20px;
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 15px;
  font-weight: 700;
}
.sidebar .widget-title:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0px;
  width: 50px;
  height: 2px;
  left: 0;
  z-index: 1;
  background: #7527FF;
}
.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 {
  color: #7527FF;
}
.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;
  border-radius: 36px;
}
.tag-lists a:hover,
.tagcloud a:hover {
  color: #7527FF;
}

.textwidget img {
  margin: 10px 0;
}

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

/*=======================================
 Post  details
 ========================================*/
.post-details .entry-thumbnail {
  margin-bottom: 40px;
}
.post-details .entry-header .entry-title {
  margin-bottom: 22px;
  font-size: 36px;
}
.post-details .entry-header .post-meta {
  margin-bottom: 25px;
}
.post-details .entry-header .post-meta span {
  display: inline-block;
  margin-right: 20px;
}
.post-details .entry-header .post-meta span i {
  margin-right: 10px;
}
.post-details .entry-header .post-meta span:last-of-type {
  margin-right: 0;
}

/*=======================================
 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: 45px;
  margin-bottom: 15px;
}
.blog-post-comment .comment-respond .comment-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #7527FF;
}
.blog-post-comment .comment-respond .comment-form textarea.form-control {
  height: 200px;
}
.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: 30px;
}

.loginformuser .form-control {
  height: 100%;
  resize: none;
}
.loginformuser .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #7527FF;
}

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

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

.blog-post-comment h3.comment-num {
  font-size: 24px;
}

.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: 500;
  font-size: 16px;
  color: #1c1c24;
  font-style: normal;
}
.comments-list .comment-author a {
  color: #1c1c24;
}
.comments-list .comment-author a:hover {
  color: #7527FF;
}
.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;
}
.comments-list .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-left: 110px;
}
.comments-list img.comment-avatar {
  width: 80px;
  height: 80px;
  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: #7527FF;
}

.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: #000;
}
#cancel-comment-reply-link:hover {
  color: #7527FF;
}

.not-found h1 {
  margin-bottom: 20px;
}
.not-found .input-group-btn {
  background: #7527FF;
  color: #fff;
  padding: 0 20px;
  border: none;
  cursor: pointer;
}
.not-found .input-group-btn i {
  line-height: 48px;
}
.not-found .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #7527FF;
}
.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;
  margin-top: 35px;
}
.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: #7527FF;
}
.post-navigation h3 {
  font-size: 20px;
  line-height: 30px;
  margin: 5px 0;
  ms-word-wrap: break-word;
  word-wrap: break-word;
}
.post-navigation span {
  color: #666;
}
.post-navigation i {
  margin: 0 5px;
  color: #666;
}
.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;
}
.pagination li a,
.pagination li span {
  margin-right: 8px;
  width: 40px;
  height: 40px;
  line-height: normal;
  border: 1px solid #dadada;
  text-align: center;
  display: inline-block;
  color: #666;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
}
.pagination li a i,
.pagination li span i {
  line-height: 40px;
}
.pagination li.active a, .pagination li:hover a {
  color: #fff;
  background: #7527FF;
  border: 1px solid transparent;
}
.pagination li.active a:hover, .pagination li:hover a:hover {
  background: #7527FF;
}
.pagination li.pagination-dots {
  margin: 0 15px 0 10px;
}

.entry-content .page-links {
  color: #10100E;
  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: #10100E;
  margin-right: 5px;
}
.entry-content .page-links .page-link-text {
  margin-right: 10px;
}

/*=======================
   blog details
 ========================*/
.blog-single .post .post-media {
  margin-bottom: 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
}
.blog-single .post .post-body {
  background: #fff;
  border: 0;
}
@media (min-width: 768px) {
  .blog-single .post .post-body {
    padding: 15px 80px 0;
  }
}
@media (min-width: 768px) {
  .blog-single .blog-post-comment {
    padding: 0 80px;
  }
  .blog-single .post-navigation {
    margin: 0 80px;
  }
  .blog-single .entry-footer {
    padding: 0 80px;
  }
}

.sidebar .widget select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #596172;
  border-color: #ebebeb;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 50px;
  height: 50px;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  padding: 0 30px;
  border-radius: 0 !important;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-color: #fff;
}

/* Review logo */
.header-standard .navbar-brand {
  max-width: 170px;
}

.blog-single blockquote.wp-block-quote {
  background: transparent;
  padding: 0px;
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
  border-bottom: 5px solid #7527ff;
  margin: 50px 50px 80px !important;
}

.blog-single .wp-block-buttons {
  margin: 40px 0;
}

.blog-single .wp-block-button__link {
  background-color: #7527FF !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 20px;
  padding: 13px 38px 13px 40px;
  border: 2px solid #7527FF;
}

.blog-single a.wp-block-button__link:hover {
  background: transparent !important;
  border: 2px solid #7527FF;
  color: #7527FF !important;
}

.blog-single .post .post-body a {
  text-decoration: underline;
}

.blog-single .post .post-body a:hover {
  color: #FF7D27;
}

.blog-single .post .entry-content h3, .blog-single .post .entry-content h2, .blog-single .post .entry-content h4 {
  margin-bottom: 20px;
}

.blog-single .post .post-media {
  margin-bottom: 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  margin-top: 40px;
}

.post .post-meta span a {
  line-height: 20px;
}

.blog-single .post .entry-header .entry-title {
  font-size: 50px;
  line-height: 58px;
  font-weight: 900;
  margin: 10px 0 20px;
}

/*
	Template Name: Themewinter
	Author       : Themewinter
	Author URI   : http://themewinter.com/
	Description  : 
    Version: 1.0

=====================
   table of content 
====================
    1.  header

*/
/*****************************
    header
******************************/
.header {
  border-bottom: 1px solid #f5f5f5;
}
.header .navbar-brand img {
  max-width: 230px;
  display: block;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-object-fit: cover;
}
.header .navbar-light {
  padding: 0px;
}
.header .navbar-light .navbar-toggler {
  outline: none;
  border: none;
}
.header .navbar-light .navbar-toggler-icon {
  background-image: none;
  color: #fff;
  font-size: 24px;
  vertical-align: middle;
  background: #7527FF;
  padding: 7px 0;
  width: 40px;
}
.header .navbar-light .navbar-nav > li {
  padding: 0 17px;
  position: relative;
}
.header .navbar-light .navbar-nav > li > a {
  line-height: 85px;
  position: relative;
  padding: 0;
}
.header .navbar-light .navbar-nav > li:last-child:before {
  display: none;
}
.header .navbar-light .navbar-nav > li:last-child > a:before {
  display: none;
}
.header .navbar-light .navbar-nav li a {
  color: #101010;
  font-size: 16px;
  font-weight: 700;
}
.header .navbar-light .navbar-nav li a:hover {
  color: #7527FF;
}
.header .navbar-light .navbar-nav li.active > a {
  color: #7527FF;
}
.header .navbar-light .navbar-nav li ul.dropdown-menu {
  padding: 0;
  min-width: 230px;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  border: none;
  margin: 0;
}
@media (min-width: 992px) {
  .header .navbar-light .navbar-nav li ul.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
.header .navbar-light .navbar-nav li ul.dropdown-menu li a {
  font-size: 14px;
  border-top: 1px solid #f5f5f5;
  line-height: 36px;
}
.header .navbar-light .navbar-nav li ul.dropdown-menu li:first-child > a {
  border-top: none;
}
.header .navbar-light .navbar-nav li ul.dropdown-menu li .dropdown-menu {
  left: 100%;
  top: 0;
}
@media (max-width: 991px) {
  .header .navbar-light .navbar-nav li ul.dropdown-menu li .dropdown-menu {
    padding-left: 20px;
  }
}
.header .navbar-light .navbar-nav li ul.dropdown-menu li .dropdown-item.active,
.header .navbar-light .navbar-nav li ul.dropdown-menu li .dropdown-item:hover {
  background: transparent;
}
.header .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown {
  position: relative;
}
.header .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown > a:after {
  content: "";
  font-family: "fontawesome";
  border: 0;
  vertical-align: 0;
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 14px;
}
@media (min-width: 991px) {
  .header .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown > a:after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media (min-width: 992px) {
  .header .navbar-light .navbar-nav li:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.header .navbar-light .dropdown-toggle::after {
  content: "";
  font-family: "fontawesome";
  border: 0;
  vertical-align: 0;
  float: right;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .header .container-fluid {
    padding: 0 90px;
  }
}

.header-right-info {
  margin-bottom: 0;
}
.header-right-info li {
  display: inline-block;
  list-style-type: none;
  margin-left: 20px;
}
.header-right-info li.cart-btn {
  padding-right: 20px;
  border-right: 1px solid #D9D9D9;
}
.header-right-info li a {
  font-size: 16px;
  color: #101010;
  font-weight: 700;
  display: inline-block;
}
.header-right-info li a.btn {
  text-transform: capitalize;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
  height: 46px;
  font-size: 15px;
  font-weight: 500;
  line-height: 46px;
  padding: 0 25px;
  color: #fff;
  background: #7527FF;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 24, 41, 0.15);
          box-shadow: 0px 10px 10px rgba(0, 24, 41, 0.15);
}
.header-right-info li a.btn:hover {
  background-color: #FF7D27;
}
.header-right-info .login-btn i {
  margin-right: 20px;
  font-size: 22px;
  vertical-align: middle;
}

.header-transparent {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 22;
}
.header-transparent.header .navbar-light .navbar-nav > li > a {
  color: #fff;
}

.header-default {
  position: relative;
  background-image: linear-gradient(-110deg, #3bdfcd 0%, #008aff 60%, #008aff 100%);
}

.modal-searchPanel .xs-search-group {
  position: relative;
}
.modal-searchPanel .xs-search-group input:not([type=submit]) {
  height: 70px;
  background-color: transparent;
  border-radius: 50px;
  border: 2px solid #fff;
  color: #fff;
  padding: 0 30px;
}
.modal-searchPanel .xs-search-group input:not([type=submit])::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.modal-searchPanel .xs-search-group input:not([type=submit])::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.modal-searchPanel .xs-search-group input:not([type=submit]):-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.modal-searchPanel .xs-search-group input:not([type=submit]):-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.modal-searchPanel .xs-search-group .search-button {
  background-color: transparent;
  border: 0px;
  padding: 0;
  color: #fff;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  width: 70px;
  border-radius: 0 50px 50px 0;
}

/* magnific pop up modal */
.mfp-bg.xs-promo-popup {
  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;
}

/* animation keyframes list */
@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
            transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
            transform: scale(0.02) translateY(0px);
  }
  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0px);
            transform: scale(0.04) translateY(0px);
  }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
            transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
            transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    transition: ease-out;
  }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
            transform: scale(0.02) translateY(0px);
  }
  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0px);
            transform: scale(0.04) translateY(0px);
  }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
            transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
/* Styles for dialog window */
.xs-promo-popup .themewinter-serach input.form-control {
  height: 60px;
  background: transparent;
  border-radius: 36px;
  padding: 0 30px;
  color: #fff;
}
.xs-promo-popup .themewinter-serach button.input-group-btn {
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  background: transparent;
  color: #fff;
  border: none;
}
.xs-promo-popup .modal-content {
  background-color: transparent;
  padding: 0px;
  border: 0px;
}
.xs-promo-popup .mfp-close {
  color: #fff;
  opacity: 0;
  -webkit-transition: all 1s ease 0.8s;
  transition: all 1s ease 0.8s;
  -webkit-transform: translateY(-500px);
          transform: translateY(-500px);
}
.xs-promo-popup .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 1s ease 0.8s;
  transition: all 1s ease 0.8s;
  -webkit-transform: translateY(-500px);
  transform: translateY(-500px);
}
.xs-promo-popup.mfp-ready .mfp-close {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.xs-promo-popup.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*================================
    banner area
    ================================*/
.banner-area {
  padding: 80px 0 80px;
}
.banner-area .banner-title {
  font-size: 36px;
}

/*================================
    envato theme slider
    ================================*/
.envato-theme-slider .xs_envato_product_grid_item,
.xs_envato_product_grid .xs_envato_product_grid_item,
.edd-theme-wrap .xs_envato_product_grid_item,
.tmw_edd_product_grid .xs_envato_product_grid_item {
  padding: 0;
  margin-bottom: 30px;
}
.envato-theme-slider .xs_envato_single_product,
.xs_envato_product_grid .xs_envato_single_product,
.edd-theme-wrap .xs_envato_single_product,
.tmw_edd_product_grid .xs_envato_single_product {
  padding: 45px 45px 0;
  text-align: center;
  background-color: #7527FF;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.envato-theme-slider .xs_envato_single_product:hover,
.xs_envato_product_grid .xs_envato_single_product:hover,
.edd-theme-wrap .xs_envato_single_product:hover,
.tmw_edd_product_grid .xs_envato_single_product:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.envato-theme-slider .xs_envato_single_product .xs_envato_entry_header,
.xs_envato_product_grid .xs_envato_single_product .xs_envato_entry_header,
.edd-theme-wrap .xs_envato_single_product .xs_envato_entry_header,
.tmw_edd_product_grid .xs_envato_single_product .xs_envato_entry_header {
  padding: 0;
  margin-bottom: 30px;
}
.envato-theme-slider .xs_envato_single_product .xs_envato_entry_header .xs_envato_product_meta i,
.xs_envato_product_grid .xs_envato_single_product .xs_envato_entry_header .xs_envato_product_meta i,
.edd-theme-wrap .xs_envato_single_product .xs_envato_entry_header .xs_envato_product_meta i,
.tmw_edd_product_grid .xs_envato_single_product .xs_envato_entry_header .xs_envato_product_meta i {
  font-family: "fontawesome";
}
.envato-theme-slider .xs_envato_single_product .xs_envato_product_title,
.xs_envato_product_grid .xs_envato_single_product .xs_envato_product_title,
.edd-theme-wrap .xs_envato_single_product .xs_envato_product_title,
.tmw_edd_product_grid .xs_envato_single_product .xs_envato_product_title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.envato-theme-slider .xs_envato_single_product .xs_envato_product_title a,
.xs_envato_product_grid .xs_envato_single_product .xs_envato_product_title a,
.edd-theme-wrap .xs_envato_single_product .xs_envato_product_title a,
.tmw_edd_product_grid .xs_envato_single_product .xs_envato_product_title a {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
.envato-theme-slider .xs_envato_single_product .xs_envato_product_title a span,
.xs_envato_product_grid .xs_envato_single_product .xs_envato_product_title a span,
.edd-theme-wrap .xs_envato_single_product .xs_envato_product_title a span,
.tmw_edd_product_grid .xs_envato_single_product .xs_envato_product_title a span {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
.envato-theme-slider .product-tag,
.xs_envato_product_grid .product-tag,
.edd-theme-wrap .product-tag,
.tmw_edd_product_grid .product-tag {
  padding: 0 6px;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 18px;
  color: #fff;
  vertical-align: middle;
  margin-left: 3px;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
}

.xs_envato_product_grid {
  margin: 0 -15px;
}
.xs_envato_product_grid .xs_envato_product_grid_item {
  padding: 0 15px;
  margin-bottom: 40px;
}

.ew-pagination {
  margin-top: 50px;
}
.ew-pagination a,
.ew-pagination span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #292a31;
}
.ew-pagination .current {
  background-image: linear-gradient(-110deg, #3bdfcd 0%, #008aff 60%, #008aff 100%);
  color: #fff;
}

.filter-button-wraper .xs_envato_product_filter {
  padding: 0;
  margin-bottom: 50px;
  text-align: center;
}
.filter-button-wraper li {
  display: inline-block;
}
.filter-button-wraper li a {
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.filter-button-wraper li a:before {
  position: absolute;
  left: 7px;
  top: 0;
  width: 3px;
  bottom: 0;
  margin: auto;
  height: 3px;
  background-color: #7527FF;
  content: "";
  opacity: 0.5;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.filter-button-wraper li a.selected {
  background: transparent;
  color: #7527FF;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.filter-button-wraper li a.selected:before {
  opacity: 1;
  width: 8px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}

/*------------------------
// edd archive 
-------------------------*/
.tmw-archive-title {
  margin-bottom: 30px;
}

.archive .xs_envato_product_grid_item {
  padding: 0;
}

.latest-blog .post-title {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
  font-weight: 500;
}
.latest-blog .post-title a {
  color: #292a31;
}
.latest-blog p {
  margin-bottom: 0;
}
.latest-blog .post-meta span {
  margin-right: 15px;
}
.latest-blog .post-meta span,
.latest-blog .post-meta a {
  font-size: 14px;
  color: #737373;
}
.latest-blog .owl-dots {
  padding: 20px 0 0 0;
}

/*-------------------------

// team slider
--------------------*/
.team-item {
  text-align: center;
  -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 0 0 10px 0;
  margin-bottom: 40px;
  margin-top: 80px;
  position: relative;
}
.team-item .team-img {
  position: relative;
  top: -60px;
  margin-bottom: -25px;
}
.team-item .team-img img {
  width: 160px;
  height: 160px;
  padding: 20px 20px 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  margin: auto;
}
.team-item .ts-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.team-item p {
  font-size: 14px;
  color: #7527FF;
}

/*-----------------------
    edd form
 -----------------------*/
#edd_login_form legend,
#edd_register_form legend {
  font-size: 22px;
}

.edd_form legend {
  text-align: center;
  color: #101010;
  font-weight: 500;
}
.edd_form p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #737373;
  position: relative;
}
.edd_form p i {
  position: absolute;
  left: 0;
  /* bottom: 0; */
  top: 50%;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.edd_form p label {
  display: block;
}
.edd_form p input {
  width: 100%;
  height: 45px;
  border: none;
  border-bottom: 1px solid #ececec;
  padding: 0 20px 0 25px;
}
.edd_form p.edd-login-remember label {
  display: inline-block;
}
.edd_form p.edd-login-remember input {
  width: auto;
  padding: 0;
  height: auto;
  position: relative;
  top: 2px;
  margin-right: 8px;
}
.edd_form .edd-submit {
  background: #222222;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 0;
  height: 45px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.edd_form .edd-submit:hover {
  background: #7527FF;
  color: #fff !important;
}
.edd_form .edd-lost-password {
  text-align: center;
}
.edd_form .edd-lost-password a {
  color: #737373;
  font-size: 16px;
}
.edd_form .edd-lost-password a:hover {
  color: #7527FF;
}

.p-navigation li a {
  background-image: linear-gradient(80deg, #3bdfcd 0%, #3bdfcd 59%);
  font-size: 14px;
  font-weight: 700;
}

/*-----------------------
    edd single page
 -----------------------*/
body.single-download .main-container {
  padding-top: 0;
}
body.single-download .header.header-transparent {
  position: absolute;
  background: transparent;
  border-bottom: 1px solid #ffffff33;
}
body.single-download .download-single-wrap {
  padding: 100px 0 0px;
}
body.single-download .download-single-wrap.download-single-plugin-wrap {
  padding: 80px 0 55px;
}

.download-single-wrap .banner-title {
  margin-bottom: 35px;
  color: #fff;
  font-size: 45px;
  line-height: 54px;
  letter-spacing: -1.5px;
}
.download-single-wrap .banner-title .edd-title {
  display: block;
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 15px;
}
.download-single-wrap .edd-btn-wraper {
  overflow: hidden;
  margin-bottom: 35px;
}
.download-single-wrap .edd-btn-wraper .edd_download_purchase_form {
  float: left;
}
.download-single-wrap .edd-btn-wraper .edd-add-to-cart,
.download-single-wrap .edd-btn-wraper .btn-primary {
  background-color: #0A1830;
  margin-right: 20px;
}
.download-single-wrap .edd-btn-wraper .edd-add-to-cart:hover,
.download-single-wrap .edd-btn-wraper .btn-primary:hover {
  background-color: #FF7D27;
}
.download-single-wrap .edd-btn-wraper .btn {
  background-image: none;
}
.download-single-wrap .edd-btn-wraper .btn-border {
  background-color: transparent;
  border: 2px solid #fff;
}
.download-single-wrap .edd-btn-wraper .btn-border:hover {
  border-color: #7527FF;
}
.download-single-wrap .theme-preview-cotnent {
  padding: 0;
  list-style-type: none;
}
.download-single-wrap .theme-preview-cotnent li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  color: #101010;
}
.download-single-wrap .theme-preview-cotnent li strong {
  min-width: 200px;
  display: inline-block;
}
.download-single-wrap .theme-preview-cotnent li a {
  color: #7527FF;
}
.download-single-wrap .tmw-edd-banner-content {
  padding-bottom: 50px;
}
.download-single-wrap input[type=checkbox] {
  display: none;
}
.download-single-wrap input[type=checkbox] + .edd_price_option_name:before {
  content: "✔";
  border: 0.1em solid #fff;
  border-radius: 0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: -0.8em;
  padding-bottom: 0.3em;
  margin-right: 10px;
  vertical-align: middle;
  color: transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 10px;
}
.download-single-wrap input[type=checkbox] + .edd_price_option_name:active:before {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.download-single-wrap input[type=checkbox]:checked + .edd_price_option_name:before {
  background-color: #fff;
  border-color: #fff;
  color: #7527FF;
}
.download-single-wrap input[type=checkbox]:disabled + .edd_price_option_name:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  border-color: #aaa;
}
.download-single-wrap input[type=checkbox]:checked:disabled + .edd_price_option_name:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}
.download-single-wrap .edd_price_options ul li {
  color: #fff;
}
.download-single-wrap.download-single-plugin-wrap {
  position: relative;
}
.download-single-wrap.download-single-plugin-wrap .banner-title,
.download-single-wrap.download-single-plugin-wrap .theme-preview-cotnent li,
.download-single-wrap.download-single-plugin-wrap .theme-preview-cotnent li a {
  color: #101010;
}
.download-single-wrap.download-single-plugin-wrap .theme-preview-cotnent li.tw-version-info a {
  color: #7527FF;
}
.download-single-wrap.download-single-plugin-wrap .banner-title .edd-title {
  color: #7527FF;
}
.download-single-wrap.download-single-plugin-wrap .edd-btn-wraper .btn-border {
  border-color: #7527FF;
  color: #7527FF;
}
.download-single-wrap.download-single-plugin-wrap .edd-btn-wraper .btn-border:hover {
  color: #FF7D27;
  border-color: #FF7D27;
}

/*-----------------------
    envato world single page
 -----------------------*/
.ew-portfolio-content .product-preview-img .content-inner {
  max-width: 100%;
}
.ew-portfolio-content .product-preview-img .content-inner img {
  width: 100%;
}
.ew-portfolio-content .btn-buy-template {
  background: transparent;
  background-image: linear-gradient(70deg, #3bdfcd 33%, #31b9aa 73%);
}
.ew-portfolio-content .btn-buy-template:hover {
  -webkit-box-shadow: 0px 7px 15px 0px rgba(152, 208, 202, 0.42);
          box-shadow: 0px 7px 15px 0px rgba(152, 208, 202, 0.42);
}
.ew-portfolio-content .ew-description > p > img {
  width: 100%;
}
.ew-portfolio-content h2,
.ew-portfolio-content h3,
.ew-portfolio-content h4 {
  margin-bottom: 20px;
  font-weight: 600;
}
.ew-portfolio-content pre {
  background: #f9f9f9;
  padding: 10px;
}
.ew-portfolio-content .product-preview-info {
  background: #fff;
  padding: 15px 15px;
  margin-bottom: 0;
  border: 1px solid #efeded;
  border-top: none;
}
.ew-portfolio-content .product-preview-info li {
  font-weight: 600;
  line-height: 32px;
}
.ew-portfolio-content .product-preview-info li:before {
  display: none;
}
.ew-portfolio-content .product-preview-info li i {
  color: #FF7D27;
  margin-right: 5px;
}
.ew-portfolio-content .product-preview-info li:not(:last-child) {
  margin-right: 25px;
}

/*--------------------
checkout page
--------------*/
#edd_checkout_wrap {
  padding: 40px;
  background-color: #F8FAFE;
  max-width: 920px;
  margin: auto;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart tr th {
  background: transparent;
  padding: 9px 30px;
  font-size: 18px;
  color: #222;
  text-align: center;
  font-weight: 500;
  border: none;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart tr th.edd_cart_item_name {
  text-align: left;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart tr td {
  padding: 30px;
  text-align: center;
  background-color: transparent;
  border: none;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart tr td img {
  width: 60px;
  margin-right: 15px;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart tr td .edd_checkout_cart_item_title {
  font-size: 16px;
  font-weight: 700;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart tr td.edd_cart_item_name {
  text-align: left;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart tr td:not(:last-child) {
  border-top: none;
  border-right: none;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart tr.edd_cart_footer_row th {
  border-top: none;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart tr.edd_cart_footer_row th.edd_cart_total {
  text-align: right;
  border-bottom: none;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart tr.edd_cart_footer_row th.edd_cart_total .edd_cart_amount {
  color: #7527FF;
}
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart tr th,
#edd_checkout_wrap #edd_checkout_cart_form #edd_checkout_cart tr td {
  border-bottom: 1px solid #eaeaea;
}

#edd_checkout_form_wrap .edd_form legend {
  text-align: left;
}
#edd_checkout_form_wrap input.edd-input,
#edd_checkout_form_wrap select.edd-select,
#edd_checkout_form_wrap #edd_show_discount,
#edd_checkout_form_wrap #edd_sl_show_renewal_form_wrap,
#edd_checkout_form_wrap #edd_final_total_wrap {
  padding: 14px 20px;
  height: 60px;
  border: 1px solid #D0DAEB;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  width: 100%;
  font-size: 16px;
}
#edd_checkout_form_wrap fieldset#edd_sl_renewal_fields {
  padding: 0;
  margin-bottom: 30px;
}
#edd_checkout_form_wrap #edd_show_discount {
  width: 100%;
}
#edd_checkout_form_wrap .edd-payment-icons {
  margin-bottom: 30px;
}
#edd_checkout_form_wrap fieldset {
  padding: 0 0 25px;
  margin-bottom: 50px;
  border: none;
}
#edd_checkout_form_wrap #edd_purchase_submit {
  margin-bottom: 0;
}
#edd_checkout_form_wrap #edd_register_fields {
  margin-bottom: 20px;
}
#edd_checkout_form_wrap .edd-submit {
  display: block;
  width: 100%;
}
#edd_checkout_form_wrap #edd_purchase_form_wrap label,
#edd_checkout_form_wrap #edd_purchase_form_wrap span.edd-description {
  display: inline-block;
}
#edd_checkout_form_wrap #edd_purchase_form_wrap label {
  margin-right: 20px;
}
#edd_checkout_form_wrap #edd_purchase_form_wrap #edd_checkout_user_info,
#edd_checkout_form_wrap #edd_purchase_form_wrap #edd_register_account_fields {
  padding: 0 30px 30px;
  border: 1px solid #D0DAEB;
}
#edd_checkout_form_wrap #edd_purchase_form_wrap #edd_checkout_user_info legend,
#edd_checkout_form_wrap #edd_purchase_form_wrap #edd_register_account_fields legend {
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
}
@media (min-width: 767px) {
  #edd_checkout_form_wrap #edd_purchase_form_wrap #edd_checkout_user_info #edd-user-pass-wrap,
#edd_checkout_form_wrap #edd_purchase_form_wrap #edd_checkout_user_info #edd-user-pass-confirm-wrap,
#edd_checkout_form_wrap #edd_purchase_form_wrap #edd_checkout_user_info #edd-first-name-wrap,
#edd_checkout_form_wrap #edd_purchase_form_wrap #edd_checkout_user_info #edd-last-name-wrap,
#edd_checkout_form_wrap #edd_purchase_form_wrap #edd_register_account_fields #edd-user-pass-wrap,
#edd_checkout_form_wrap #edd_purchase_form_wrap #edd_register_account_fields #edd-user-pass-confirm-wrap,
#edd_checkout_form_wrap #edd_purchase_form_wrap #edd_register_account_fields #edd-first-name-wrap,
#edd_checkout_form_wrap #edd_purchase_form_wrap #edd_register_account_fields #edd-last-name-wrap {
    width: 50%;
    float: left;
  }
  #edd_checkout_form_wrap #edd_purchase_form_wrap #edd_checkout_user_info #edd-first-name-wrap,
#edd_checkout_form_wrap #edd_purchase_form_wrap #edd_checkout_user_info #edd-user-pass-wrap,
#edd_checkout_form_wrap #edd_purchase_form_wrap #edd_register_account_fields #edd-first-name-wrap,
#edd_checkout_form_wrap #edd_purchase_form_wrap #edd_register_account_fields #edd-user-pass-wrap {
    padding-right: 15px;
  }
  #edd_checkout_form_wrap #edd_purchase_form_wrap #edd_checkout_user_info #edd-last-name-wrap,
#edd_checkout_form_wrap #edd_purchase_form_wrap #edd_checkout_user_info #edd-user-pass-confirm-wrap,
#edd_checkout_form_wrap #edd_purchase_form_wrap #edd_register_account_fields #edd-last-name-wrap,
#edd_checkout_form_wrap #edd_purchase_form_wrap #edd_register_account_fields #edd-user-pass-confirm-wrap {
    padding-left: 15px;
  }
}
#edd_checkout_form_wrap #edd_purchase_form_wrap p#edd-acq-wrap {
  clear: both;
}
#edd_checkout_form_wrap #edd_purchase_form_wrap #edd-privacy-policy-agreement {
  margin-bottom: 30px;
}
#edd_checkout_form_wrap #edd_purchase_form_wrap #edd-privacy-policy-agreement label {
  font-weight: 400;
}
#edd_checkout_form_wrap #edd_purchase_form_wrap fieldset#edd_cc_fields {
  background: transparent;
  position: relative;
}
#edd_checkout_form_wrap #edd_purchase_form_wrap #edd-card-country-wrap select.edd-select,
#edd_checkout_form_wrap #edd_purchase_form_wrap #edd-card-state-wrap select.edd-select {
  width: 70%;
  padding: 10px 8px;
  border: none;
  border-bottom: 1px solid #eaeaea;
}
#edd_checkout_form_wrap #edd_purchase_form_wrap .card-expiration select {
  padding: 10px 8px;
  border-color: #eaeaea;
}

#edd_purchase_receipt,
#edd_purchase_receipt_products {
  margin: 30px 0;
}
#edd_purchase_receipt tr td,
#edd_purchase_receipt tr th,
#edd_purchase_receipt_products tr td,
#edd_purchase_receipt_products tr th {
  padding: 12px 15px;
  border: 1px solid #f7f7f7;
}

body.edd-success .entry-content h3 {
  font-weight: 600;
  margin-bottom: 15px;
}

.tw_plugin-list-item {
  padding: 30px;
  position: relative;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-bottom: 2px solid #7527FF;
  min-height: 406px;
}
.tw_plugin-list-item .tw-product-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tw_plugin-list-item .tw-product-title-area h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
.tw_plugin-list-item .tw-product-title-area h3 span {
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  background-color: #7527FF;
  padding: 1px 5px;
  vertical-align: top;
  margin-left: 5px;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
}
.tw_plugin-list-item .tw-product-title-area h3 .edd-subtitle {
  display: block;
}
.tw_plugin-list-item .plugin-logo {
  max-width: 180px;
  margin-right: 15px;
}
.tw_plugin-list-item .plugin-list-content {
  position: relative;
}
.tw_plugin-list-item .plugin-list-content img {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.tw_plugin-list-item .plugin-list-content .readmore-btn {
  outline: none;
  display: block;
}
.tw_plugin-list-item .plugin-list-content .readmore-btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tw_plugin-list-item .plugin-list-content .readmore-btn:hover {
  color: #FF7D27;
}
.tw_plugin-list-item .btn.btn-link {
  position: absolute;
  right: 0;
  bottom: -2px;
  padding: 10px 15px;
  color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  line-height: 22px;
  font-size: 18px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  height: 44px;
}
.tw_plugin-list-item:hover {
  -webkit-box-shadow: 0px 10px 20px rgba(39, 40, 43, 0.06);
          box-shadow: 0px 10px 20px rgba(39, 40, 43, 0.06);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.coming-soon-active {
  pointer-events: none;
  cursor: default;
}

/* ====================
// Shortcode:  back to top
========================*/
.style2 .scroll-button a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  border-radius: 10px;
  height: 60px;
  display: inline-block;
  position: relative;
  font-size: 18px;
  padding: 9px;
}
.style2 .scroll-button a::after {
  background: #7527FF;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: -1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ts-testimonials .elementskit-commentor-bio {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 190px;
}
@media (max-width: 767px) {
  .ts-testimonials .elementskit-commentor-bio {
    max-width: 110px;
  }
}
.ts-testimonials .elementskit-commentor-image > img {
  width: 100%;
  border-radius: 0;
}
.ts-testimonials .ekit-wid-con .elementskit-profile-info .elementskit-author-name {
  display: inline-block;
  margin-right: 15px;
}
.ts-testimonials .elementskit-profile-info {
  border-top: 1px solid #CCD4E6;
  padding-top: 16px;
}
.ts-testimonials .elementskit-profile-info {
  position: relative;
}
.ts-testimonials .elementskit-profile-info:before {
  position: absolute;
  left: 31px;
  top: -8px;
  content: "";
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 1px solid #CCD4E6;
  border-bottom: 1px solid #CCD4E6;
  border-top: 10px solid #f2f6fd;
  border-left: 10px solid #f2f6fd;
}

.ts-recent-posts h5 {
  display: none;
}
.ts-recent-posts ul {
  padding: 0;
  list-style-type: none;
}
.ts-recent-posts ul li {
  position: relative;
  padding-left: 20px;
}
.ts-recent-posts ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #B6BAC1;
  content: "";
  border-radius: 50%;
}
.ts-recent-posts ul li a {
  color: #B6BAC1;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
  display: block;
}
.ts-recent-posts ul li a:hover {
  color: #FF7D27;
}

.footer-box .elementskit-infobox {
  display: block;
}

@media (max-width: 767px) {
  .footer-box .elementskit-infobox {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .footer-box .elementskit-infobox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.xs_envato_product_grid .xs_envato_product_grid_item {
  margin-bottom: 30px;
}

.banner-btn .ekit-double-btn:hover {
  background-color: #FF7D27 !important;
}

/*==================================================
      404
 ================================================== */
.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);
}
.error-page .error-body .btn {
  margin-top: 30px;
  font-weight: 700;
}

/*==================================================
      payment success
 ================================================== */
.edd-success .woo-xs-content .entry-content > p:first-of-type {
  background-color: #f7faff;
  text-align: center;
  padding: 10px 20px;
  font-size: 18px;
}

/*==================================================
      purchase history
 ================================================== */
#edd_user_history tr td,
#edd_user_history tr th {
  padding: 15px;
}

.ekit-wid-con .elementskit-commentor-bio .elementskit-commentor-image > img {
  border-radius: 0;
}

.ts-accordion .elementor-accordion .elementor-tab-title {
  border-top: 1px solid #ddd;
}

.ts-accordion .elementor-tab-title.elementor-active {
  border-width: 1px !important;
}

.ts-accordion .elementor-accordion .elementor-accordion-item:last-child {
  border-bottom: 1px solid #ddd;
  border-width: 0px 0px 1px 0px !important;
}

.ts-pricing-list .elementor-widget-container {
  border: 2px solid transparent;
  border-radius: 8px;
}

.ts-pricing-list:hover .elementor-widget-container {
  border: 2px solid #2B63DC;
  border-radius: 8px;
}

.ts-pricing-list.active .elementor-widget-container {
  border: 2px solid #2B63DC;
  border-radius: 8px;
}

.ts-pricing {
  position: relative;
}

.ts-pricing-list.active .elementor-widget-container:before {
  position: absolute;
  content: "Recommended";
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #2B63DC;
  width: 110px;
  height: 30px;
  z-index: 9;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}

.ts-screenshot .swiper-wrapper .swiper-slide:hover .swiper-slide-inner {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.xs_envato_product_meta {
  opacity: 0.05;
}

/*
.blog-single .post .entry-header .entry-title {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
}*/
.blog-single .post .entry-content h3 {
  font-size: 22px;
  line-height: 36px;
}

@media (max-width: 767px) {
  .blog-single .post .post-body {
    padding: 0px;
  }

  .ts-accordion .elementor-accordion .elementor-tab-title {
    padding-top: 15px !important;
  }

  .ts-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-title {
    font-size: 18px !important;
  }

  .ts-testimonials .elementskit-commentor-bio {
    position: relative !important;
  }

  .ts-testimonials .elementskit-testimonial-slider .slick-slide {
    padding-left: 30px !important;
  }
}
@media (min-width: 991px) {
  .header .navbar-light .dropdown-toggle::after {
    position: absolute;
  }
}
.download-single-plugin-wrap:before {
  position: absolute;
  content: "";
  background: url(../img/pattern3.png);
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  top: 25px;
  right: 50px;
  background-size: contain;
  background-position: center;
}

.download-single-plugin-wrap:after {
  position: absolute;
  content: "";
  background: url(../img/pattern.png);
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0%;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (max-width: 1600px) {
  .download-single-plugin-wrap:after {
    display: none;
  }
}

/*==================================================
      comparison table
 ================================================== */
.tw-single-feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}
.tw-single-feature-list li {
  display: block;
  font-size: 16px;
  color: #0A1830;
  padding: 20px 30px;
  border: 1px solid #EAEFF9;
}
.tw-single-feature-list li i {
  color: #2ED18F;
}
.tw-single-feature-list li:not(:last-child) {
  border-right: none;
}
.tw-single-feature-list li.feature-title {
  width: 60%;
}
.tw-single-feature-list li.free, .tw-single-feature-list li.pro {
  width: 20%;
  text-align: center;
}
.tw-single-feature-list li.pro {
  background-color: #F1F4FB;
}
.tw-single-feature-list.feature-list-header li {
  font-size: 22px;
  font-weight: 500;
}
.tw-single-feature-list.feature-list-header li.pro {
  background-color: #7527FF;
  color: #fff;
}
.tw-single-feature-list:not(:last-child) li {
  border-bottom: none;
}

.edd-manage-license-back {
  margin-top: 40px;
  margin-left: 40px;
}

#edd_sl_license_keys,
#edd_sl_license_sites,
#edd_sl_license_add_site_form {
  padding: 30px 40px;
  max-width: 1600px;
  margin: auto;
  border: none;
}

#edd_sl_license_keys {
  padding-bottom: 60px;
}

.edd-sl-active {
  color: #7527FF;
}

.edd-sl-inactive {
  color: #ff7d27;
}

.edd-sl-manage-license-details,
.edd-sl-manage-license-header {
  padding: 0 40px;
  max-width: 1600px;
  margin: auto;
}

/*==================================================
      testimonial
 ================================================== */
.themewinter-testimonial-slider {
  overflow: hidden;
}
.themewinter-testimonial-slider .slick-dots {
  position: relative;
  bottom: 0;
}
.themewinter-testimonial-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 0;
}
.themewinter-testimonial-slider .slick-dots li button:before {
  color: #7527FF;
  font-size: 10px;
}
.themewinter-testimonial-slider .slick-dots li.slick-active button:before {
  color: #7527FF;
}

.testimonial-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.testimonial-item .testimonial-img {
  max-width: 220px;
  margin-right: 20px;
}
.testimonial-item .testimonial-stars {
  padding: 0;
  margin-bottom: 10px;
}
.testimonial-item .testimonial-stars li {
  display: inline-block;
  font-size: 12px;
  color: #fec42d;
}
.testimonial-item .author-meta {
  border-top: 1px solid #CCD4E6;
  padding-top: 25px;
  position: relative;
}
.testimonial-item .author-meta:before {
  position: absolute;
  left: 31px;
  top: -8px;
  content: "";
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid #CCD4E6;
  border-bottom: 1px solid #CCD4E6;
  border-top: 10px solid #fff;
  border-left: 10px solid #fff;
}
.testimonial-item .author-meta strong {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.18px;
  margin-right: 20px;
}
.testimonial-item .author-meta span {
  font-size: 14px;
  font-weight: 400;
  color: #757575;
}

/*==================================================
      pricing table
 ================================================== */
.tw-pricing-nav .nav {
  margin-bottom: 40px;
}
.tw-pricing-nav .nav li a {
  font-size: 18px;
  font-weight: 500;
  padding: 0 30px;
  position: relative;
  color: #0A1830;
}
.tw-pricing-nav .nav li a:before, .tw-pricing-nav .nav li a:after {
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 1px solid #2B63DC;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
}
.tw-pricing-nav .nav li a:after {
  width: 10px;
  height: 10px;
  background-color: #7527FF;
  left: 4px;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.tw-pricing-nav .nav li a.active:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.tw-pricing-box {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.03);
  padding: 40px 40px;
  border: 2px solid transparent;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  position: relative;
  margin-bottom: 30px;
}
.tw-pricing-box .table-tag {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 10px;
  font-size: 12px;
  line-height: 20px;
  background-color: #7527FF;
  color: #fff;
}
.tw-pricing-box h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.44px;
  margin-bottom: 50px;
}
.tw-pricing-box .pricing-price {
  font-weight: 900;
  font-size: 56px;
  letter-spacing: -2.91px;
  color: #7527FF;
  margin-bottom: 40px;
}
.tw-pricing-box ul {
  padding: 0;
  margin-bottom: 30px;
}
.tw-pricing-box ul li:nth-child(1) i {
  color: #00c8ff;
}
.tw-pricing-box ul li:nth-child(2) i {
  color: #ed1c24;
}
.tw-pricing-box ul li:nth-child(3) i {
  color: #00a651;
}
.tw-pricing-box ul li:nth-child(4) i {
  color: #ff9c00;
}
.tw-pricing-box ul li:nth-child(5) i {
  color: #00c8ff;
}
.tw-pricing-box ul li:nth-child(6) i {
  color: #2ED18F;
}
.tw-pricing-box ul li:nth-child(7) i {
  color: #FF7D27;
}
.tw-pricing-box ul li:nth-child(8) i {
  color: #A352FF;
}
.tw-pricing-box ul li:nth-child(9) i {
  color: #00c8ff;
}
.tw-pricing-box ul li:nth-child(10) i {
  color: #ed1c24;
}
.tw-pricing-box ul li:nth-child(11) i {
  color: #00a651;
}
.tw-pricing-box ul li:nth-child(12) i {
  color: #ff9c00;
}
.tw-pricing-box ul li:nth-child(13) i {
  color: #00c8ff;
}
.tw-pricing-box ul li:nth-child(14) i {
  color: #ed1c24;
}
.tw-pricing-box ul li:nth-child(15) i {
  color: #00a651;
}
.tw-pricing-box ul li:nth-child(16) i {
  color: #ff9c00;
}
.tw-pricing-box ul li:nth-child(17) i {
  color: #00c8ff;
}
.tw-pricing-box ul li:nth-child(18) i {
  color: #ed1c24;
}
.tw-pricing-box ul li:nth-child(19) i {
  color: #00a651;
}
.tw-pricing-box ul li:nth-child(20) i {
  color: #ff9c00;
}
.tw-pricing-box ul li:nth-child(21) i {
  color: #00c8ff;
}
.tw-pricing-box ul li:nth-child(22) i {
  color: #ed1c24;
}
.tw-pricing-box ul li:nth-child(23) i {
  color: #00a651;
}
.tw-pricing-box ul li:nth-child(24) i {
  color: #ff9c00;
}
.tw-pricing-box ul li:nth-child(25) i {
  color: #00c8ff;
}
.tw-pricing-box ul li:nth-child(26) i {
  color: #ed1c24;
}
.tw-pricing-box ul li:nth-child(27) i {
  color: #00a651;
}
.tw-pricing-box ul li:nth-child(28) i {
  color: #ff9c00;
}
.tw-pricing-box ul li:nth-child(29) i {
  color: #00c8ff;
}
.tw-pricing-box ul li:nth-child(30) i {
  color: #ed1c24;
}
.tw-pricing-box ul li:nth-child(31) i {
  color: #00a651;
}
.tw-pricing-box ul li:nth-child(32) i {
  color: #ff9c00;
}
.tw-pricing-box ul li {
  display: block;
  font-size: 18px;
  list-style-type: none;
  line-height: 35px;
}
.tw-pricing-box ul li i {
  font-size: 14px;
  margin-right: 5px;
}
.tw-pricing-box .btn-outline {
  background-color: transparent;
  color: #7527FF;
  border: 2px solid #7527FF;
}
.tw-pricing-box .btn-outline:hover {
  background-color: #FF7D27 !important;
  border-color: #FF7D27 !important;
}
.tw-pricing-box:hover, .tw-pricing-box.pricing-featured {
  border-color: #7527FF;
}
.tw-pricing-box:hover .btn-outline, .tw-pricing-box.pricing-featured .btn-outline {
  background-color: #7527FF;
  color: #fff;
}

.ekit-wid-con .elementskit_inline_form .ekit_submit_input_holder {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0;
  margin: auto;
}

table#edd_subscription_receipt {
  margin-bottom: 30px;
}
table#edd_subscription_receipt tbody > tr > td {
  text-align: left;
}

table#edd_purchase_receipt_products li {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
table#edd_purchase_receipt_products .edd_bundled_product_files a {
  border: 1px solid #7527FF;
  padding: 5px 10px;
}

body.single-download .download-single-wrap.download-single-plugin-wrap {
  padding: 25px 0 0 0;
}

.download-single-plugin-wrap:after {
  bottom: 10%;
  left: -5%;
}

.download-single-wrap .tmw-edd-banner-content {
  padding-top: 45px;
}

.ts-plugin-video .ekit-video-popup-btn i {
  color: #0A1830;
}

.tw_plugin-list-item .plugin-logo {
  max-width: 47px;
}

@media (max-width: 767px) {
  .tw-single-feature-list li {
    font-size: 14px;
    padding: 18px 20px;
  }

  .download-single-plugin-wrap:before {
    display: none;
  }

  .download-single-plugin-wrap:after {
    display: none;
  }
}
.ts-testimonial-vertical .slick-slide img {
  max-width: 175px;
}

.download-single-wrap .edd-btn-wraper .btn {
  min-width: 150px;
}

.ts-testimonials .ekit-wid-con .elementskit-commentor-bio .elementskit-commentor-image > img {
  border-radius: 0;
}

.ts-screenshot .swiper-container .swiper-slide figure {
  border: 1px solid #EAEAEA;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ts-screenshot .swiper-container .swiper-slide figure:hover {
  border: 0;
}

.edd-theme-wrap .product-tag {
  line-height: 19px;
}

.wpcafe-pricing .tw-pricing-box {
  background: #fff;
}

.wpcafe-pricing .tw-pricing-nav .nav li a:before,
.wpcafe-pricing .tw-pricing-nav .nav li a:after {
  border: 1px solid #E7272D;
}

.tw-pricing-box .btn-outline i {
  margin-left: 5px;
}

@media (max-width: 768px) {
  .tw-pricing-box {
    padding: 40px 20px;
  }
}
.tw-pricing-box.pricing-featured {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.tw-pricing-box:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

.testimonial-item .author-meta:before {
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-top: 0;
  background: #fff;
  height: 11px;
  width: 11px;
  border-top: 0;
  border-left: 0;
  border-color: #CCD4E6;
  border-left: 0;
  top: -6px;
}

.tw-tab-content .tab-pane .row {
  margin: 0px;
}

.footer-product-list .elementor-icon-list-icon svg {
  max-width: 30px;
  -webkit-box-shadow: 0 10px 12px 0 rgba(55, 41, 134, 0.08);
          box-shadow: 0 10px 12px 0 rgba(55, 41, 134, 0.08);
  border-radius: 50%;
}

.ekit-double-btn > i,
.ekit-mail-submit i {
  vertical-align: middle;
}

.edd_sl_table.edd-table .edd_sl_license_row .edd_sl_url,
.edd_sl_license_row td:first-child,
.edd_sl_table .edd_sl_item {
  text-align: left;
}

#edd_sl_license_add_site_form > div span {
  margin-bottom: 10px;
  display: block;
}

#edd_sl_license_add_site_form > div {
  padding: 15px;
  border: 1px solid #eaeaea;
}

#edd_sl_license_add_site_form > div .edd-input {
  border: 1px solid #ddd;
  padding: 8px 25px;
  border-radius: 36px;
}

#edd_sl_license_add_site_form > div .button {
  height: 45px;
  line-height: 45px;
}

.edd-sl-manage-license-key, .edd-sl-manage-license-product {
  margin: 6px 0;
}

.edd_errors:not(.edd-alert) {
  max-width: 1525px;
  margin: auto auto 28px !important;
}

.post-body .lwptoc_items .lwptoc_item::before {
  content: "→";
  margin-right: 5px;
}

.login #nav {
  display: none;
}

.edd_form .edd-submit {
  line-height: 45px;
}

.tw-pricing-box h3 {
  font-size: 26px;
}

.tw-pricing-box h3 span {
  font-size: 16px;
  bottom: -0.15em;
  position: relative;
  color: #999;
  font-weight: 500;
}

/* Sticky */
.ekit-sticky {
  z-index: 0;
}

.tw-pl-stikcy.ekit-sticky--active {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999;
}

.tw-pl-stikcy .ekit-wid-con .elementskit-infobox {
  border: 0;
}

/* paddle */
.paddle_styled_button.green {
  padding: 10px 20px;
  font-size: 20px;
}

/* Blog */
.alert-success {
  padding: 20px;
}

.post .post-meta a {
  margin-right: 5px;
}

.blog .post-author {
  display: none !important;
}

/* topbar */
/* 
@media only screen and (min-width: 767px) {
  .topbar_section.elementor-element-4c97a490{
    position: fixed;
    z-index: 9999;
    bottom: 0;
		max-width:50%;
	} */
.edd_form .edd-submit {
  line-height: 45px;
}

.edd-theme-wrap .col-lg-4:nth-child(2) {
  margin-top: 70px;
}

@media (min-width: 1025px) {
  .tw-plugin-list-wrap .col-lg-4:nth-child(2) {
    margin-top: -70px;
  }
}
.elementskit-btn.btn-alt i {
  background: rgba(10, 24, 48, 0.25);
  width: 50px;
  height: 50px;
  padding: 14px;
  border-radius: 8px;
}

.elementskit-btn.btn-alt:hover i {
  background: #E31753;
}

#preloader {
  display: none;
}

@-moz-document url-prefix() {
  #preloader {
    display: block;
  }
}
.scroll-down-text .elementor-icon-list-text {
  position: absolute;
  top: -48px;
}

.elementor-element-4c97a490 {
  display: none;
}

/*  testimonial section for homepage */
.ekit-wid-con .ekit_testimonial_style_6 .elementskit-commentor-image > img {
  width: auto;
  height: auto;
}

.ekit_testimonial_style_6 .elementskit-single-testimonial-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ekit_testimonial_style_6 .elementskit-commentor-content {
  -webkit-box-ordinal-group: -2;
      -ms-flex-order: -3;
          order: -3;
}

.elementskit-stars {
  padding: 0 !important;
}

.entry-content h2 a {
  -webkit-text-decoration: revert;
          text-decoration: revert;
}

.entry-content h2 a:hover {
  text-decoration: none;
}

.wp-block-button__link {
  padding: 0.5em 1.333em;
}

.lwptoc-light .lwptoc_i {
  width: 100%;
}

/* table of content */
.lwptoc_i {
  width: 100%;
}

.lwptoc_header {
  font-size: 24px;
}

/*  for blog details page */
.wp-block-column.full-width {
  position: relative;
  background: #f5f8fe;
  padding: 50px 0 30px;
  margin: 50px 0;
}

.full-width:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: calc(50vw - 50% + 60px);
  height: 100%;
  background-color: inherit;
  z-index: 1;
  right: 100%;
}

.full-width:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: calc(50vw - 60% + 60px);
  height: 100%;
  background-color: inherit;
  z-index: 1;
  left: 100%;
}

.lwptoc {
  margin: 50px 0 !important;
}

.post-body .entry-content p {
  margin: 0 0 40px 0;
}

.ekit-heading__description {
  font-size: 17px;
  line-height: 28px;
}

/* outline button */
.blog-single .is-style-outline .wp-block-button__link {
  background: transparent !important;
  border-color: #FF7D27;
  color: #FF7D27 !important;
}

.ekit-wid-con .elementor-icon-list-item > a.elementor-repeater-item-91fdeeb .elementor-icon-list-text {
  color: #FF7D27;
}

.wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-single .wp-block-button__link {
  color: #fff;
  border-radius: 36px;
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - .5em);
}

.feature .ekit-wid-con .elementskit-infobox {
  padding: 0px;
}

@media (min-width: 1025px) and (max-width: 1400px) {
  .elementor-2514 .elementor-element.elementor-element-3acc4e3 > .elementor-widget-container {
    margin: 0 !important;
  }
}
/* reservation tab css */
.reservation-tabs .elementkit-tab-wraper .elementkit-nav-link.left-pos .ekit-icon-image {
  margin-right: -10px !important;
}

.reservation-tabs .elementkit-tab-wraper .elementkit-nav-link .ekit-icon-image {
  max-height: 60px;
  max-width: 60px;
  margin-top: 5px;
}

.reservation-tabs .elementkit-tab-wraper .tab-content .tab-pane > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.reservation-tabs .elementkit-tab-wraper .tab-content .ts-divided-tab-image {
  min-width: 550px;
}

.reservation-tabs .elementkit-tab-wraper .tab-content .ts-divided-tab-content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-left: 80px;
  padding-right: 40px;
}

/* .reservation-tabs .elementkit-tab-wraper .tab-content .tab-pane:nyh-child(2) .ts-divided-tab-image{
	margin-left: 50px;
} */
@media (max-width: 1024px) {
  .reservation-tabs .elementkit-tab-wraper .tab-content .tab-pane > div {
    display: block;
  }

  .reservation-tabs .elementkit-tab-wraper .tab-content .ts-divided-tab-image {
    min-width: auto;
  }

  .reservation-tabs .elementkit-tab-wraper .tab-content .ts-divided-tab-content {
    padding-left: 40px;
  }
}
/*-------------------------
  preloader 
  ---------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999999999999;
  overflow: hidden;
  background: #fff;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

#preloader.loaded {
  top: -200%;
}

#preloader.loaded .preloader-cancel-btn-wraper {
  bottom: 200%;
}

.preloader-cancel-btn-wraper {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 30px;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.spinner {
  width: 330px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FFFFFF;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FFFFFF;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@media (max-width: 991px) {
  .project-details {
    margin-bottom: 30px;
  }

  .ew-description p a {
    display: inline-block;
    margin-bottom: 10px;
  }

  .header {
    padding: 20px 0;
  }

  .header .tmw-mobile-device {
    border-bottom: 1px solid #eaeaea5c;
    padding-bottom: 20px;
    margin-bottom: 10px;
    padding: 0 0 20px;
  }

  .header .navbar-light .navbar-nav {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  }

  .header .navbar-light .navbar-nav > li > a {
    line-height: 56px;
  }

  .header .navbar-light .navbar-nav .dropdown-menu {
    background: transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .post-details .entry-header .entry-title {
    font-size: 26px;
  }

  body.single-download .download-single-wrap {
    padding: 125px 0 0px;
  }

  .download-single-wrap .tmw-edd-banner-content {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .blog-single .post .entry-header .entry-title {
    font-size: 26px;
    line-height: 34px;
  }

  .post-navigation .post-previous,
.post-navigation .post-next {
    width: 100%;
    float: none;
  }

  .post .entry-header .entry-title,
.search-results article .entry-header .entry-title {
    font-size: 20px;
    line-height: 28px;
  }

  .download-single-wrap .banner-title .edd-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 16px;
  }

  .download-single-wrap .banner-title {
    font-size: 30px;
    line-height: 35px;
  }

  .tw-single-feature-list.feature-list-header li {
    font-size: 18px;
  }

  .tw-single-feature-list li {
    padding: 20px 15px;
  }

  #edd_checkout_wrap {
    padding: 20px;
  }

  #edd_checkout_form_wrap #edd_show_discount,
#edd_checkout_form_wrap #edd_sl_show_renewal_form_wrap,
#edd_checkout_form_wrap #edd_final_total_wrap {
    height: auto;
  }

  div#edd_checkout_cart_wrap {
    width: 100%;
    overflow-x: scroll;
  }
}
.post-meta .post-author > img {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  -webkit-box-shadow: 4.95px 4.95px 15px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 4.95px 4.95px 15px 0 rgba(0, 0, 0, 0.07);
}

/*==================================================
      Reading progressbar
 ================================================== */
.reading-progressbar {
  position: fixed;
  top: 0;
  z-index: 33;
  width: 100%;
  background-color: #7527FF;
}

.progress-container {
  width: 100%;
  height: 4px;
  background: transparent;
}

.progress-bar {
  height: 4px;
  background: #7527FF;
  width: 0%;
}

.digiqole_progress_container {
  position: fixed;
  top: 0;
  z-index: 9999;
  height: 4px;
  width: 100%;
}

.sm-post-effect .ts-overlay-style {
  overflow: hidden;
}

.sm-post-effect .ts-overlay-style:hover::before {
  top: -100%;
}

@media (min-width: 1025px) {
  .post-feature-slider .post-slider .owl-prev, .post-feature-slider .post-slider .owl-next {
    width: 50px;
    height: 50px;
    line-height: 54px;
    opacity: 0;
    -webkit-transition: all ease 500ms;
    transition: all ease 500ms;
  }

  .post-feature-slider .post-slider .owl-prev {
    left: -25px;
  }

  .post-feature-slider .post-slider .owl-next {
    right: -25px;
  }

  .post-feature-slider:hover .post-slider .owl-prev, .post-feature-slider:hover .post-slider .owl-next {
    opacity: 1;
  }
}
.lwptoc.lwptoc-light .lwptoc_i {
  padding: 30px;
  border-radius: 8px;
  background-color: #F3F3FB;
  width: 100%;
}

.lwptoc .lwptoc_header {
  font-size: 26px;
  clear: both;
  margin-bottom: 18px;
}

.lwptoc_toggle {
  float: right;
}

.entry-content .lwptoc.lwptoc-light .lwptoc_i a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  border-bottom: 2px solid #eaeaea !important;
}

.lwptoc.lwptoc-light .lwptoc_i a:focus,
.lwptoc.lwptoc-light .lwptoc_i a:hover {
  outline: none;
  border-bottom: 2px solid !important;
  color: #7527FF;
}

.lwptoc_i.sticky {
  padding: 15px 30px 10px !important;
}

.wp-block-image figcaption {
  font-size: 14px;
  text-align: right;
}

.wp-block-embed {
  margin-bottom: 2em;
}

.blog-single .post-body .entry-content {
  font-size: 20px;
  line-height: 33px;
}

.blog-single .post-body .entry-content ol li {
  margin-bottom: 10px;
}

.alert-success {
  background-color: #cdedcc;
  border-color: #b4e4b3;
}

.post-body .lwptoc_items .lwptoc_item::before {
  content: "→";
  margin-right: 5px;
}

.blog-single blockquote.wp-block-quote {
  background: transparent;
  padding: 0px;
  font-size: 25px;
  line-height: 40px;
  font-weight: 700;
  border-bottom: 5px solid #7527ff;
  margin: 50px 50px 80px !important;
}

.blog-single .wp-block-buttons {
  margin: 40px 0;
}

.blog-single .wp-block-button__link {
  background-color: #7527FF !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 20px;
  padding: 13px 38px 13px 40px;
  border: 2px solid #7527FF;
}

.blog-single a.wp-block-button__link:hover {
  background: transparent !important;
  border: 2px solid #7527FF;
  color: #7527FF !important;
}

.blog--filter-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 20px;
  color: #222;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  font-family: "Bai Jamjuree", Sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
}

.blog--filter-nav > li > a {
    color: inherit;
    padding: 23px 16px 22px;
    display: inline-block;
    border-bottom: 2px solid transparent;
    font-size: 15px;
}

.blog--filter-nav > li > a:hover {
  color: #7527FF;
}

.blog--filter-nav > li.current-cat > a {
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 32px;
  padding-right: 32px;
  background-color: rgba(117, 39, 255, 0.08);
  border-bottom: 2px solid #7527FF;
}

@media (max-width: 767px) {
  .blog--filter {
    display: none;
  }
}
.banner-search .themewinter-serach {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 40px rgba(0, 69, 206, 0.05);
          box-shadow: 0 10px 40px rgba(0, 69, 206, 0.05);
  border-radius: 6px;
}
.banner-search .input-group-btn {
  padding: 5px 25px;
  color: #000;
  background-color: #fff;
  border-width: 0 0 0 1px;
  border-left-color: rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.banner-search .form-control {
  padding: 18px 15px 18px 30px;
  color: #222;
  border-width: 0;
  font-size: 18px;
  line-height: 24px;
}

/**
 * Embed Post
 */
.embed--post {
  margin-top: 2.5em;
}
.embed--post .ekit-template-content-footer {
  display: none !important;
}

.embed--post iframe.wp-embedded-content {
  clip: auto !important;
  position: relative !important;
  min-height: 615px;
}

.embed--post blockquote.wp-embedded-content {
  position: static;
  margin: 0;
  padding: 0;
  border-width: 0;
  font-size: 0;
  line-height: 0;
}

.embed--post blockquote.wp-embedded-content > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

body.is--embed .ekit-template-content-header, body.is--embed .ekit-template-content-footer {
  display: none;
}

body.is--embed .wp-embed {
  margin: 0;
  padding: 25px;
  border: 1px solid #dcdcde;
}

body.is--embed .wp-embed-heading {
  margin: 0;
  padding: 13px 0 0;
}

body.is--embed .wp-embed-heading > a {
  color: #313636;
  font-size: 22px;
  font-weight: 600;
}

body.is--embed .wp-embed-excerpt > p {
  color: #8c8f94;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

body.is--embed .wp-embed-excerpt > p > a {
  display: none;
}

body.is--embed .wp-embed-site-title > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8c8f94;
}

body.is--embed .wp-embed-site-title > a > img {
  margin-right: 8px;
}

body.is--embed .wp-embed-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 21px;
}

body.is--embed .wp-embed-comments, body.is--embed .wp-embed-share {
  display: none;
}

.embed--post .wp-block-embed__wrapper:before {
  padding-bottom: 574px;
}

@media (min-width: 768px) {
  .embed--post .wp-block-embed__wrapper:before {
    padding-bottom: 98.3%;
  }
}
@media (min-width: 1200px) {
  .embed--post .wp-block-embed__wrapper:before {
    padding-bottom: 86.3%;
  }
}
.affwp-form label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

.affwp-form input,
.affwp-form textarea,
.affwp-wrap.affwp-base-url-wrap input,
.affwp-wrap.affwp-campaign-wrap input {
  font-size: 16px;
  line-height: 15px;
  border: 1px solid #eaeaea;
  padding: 20px 25px 20px 25px;
  border-radius: 5px;
  background-color: transparent;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.affwp-form > fieldset > p {
  width: 50%;
  float: left;
  padding: 0 10px;
}

.affwp-form > fieldset > p:nth-last-child(3),
.affwp-form > fieldset > p:nth-last-child(2) {
  width: 100%;
  float: none;
}

#affwp-login-form > fieldset > p {
  margin: 0 0 10px 0;
}

#affwp-register-form > fieldset > p {
  margin: 0 0 25px 0;
}

#affwp-register-form legend {
  padding-bottom: 40px;
  text-align: center;
}

#affwp-login-form legend {
  font-size: 30px;
  margin-bottom: 1em;
  font-weight: 600;
  margin-left: 10px;
  padding-top: 20px;
}

.page-id-2499 .main-container .banner-area {
  padding-bottom: 0;
  margin-bottom: -15px;
}

.is-lightbox {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.blog-single-img-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none;
  overflow: hidden;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.blog-single-img-popup .tw-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}
.blog-single-img-popup .tw-img-show {
  min-height: calc(100% - (1.75rem * 2));
  max-width: 1000px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - (.5rem * 2));
  position: relative;
  width: auto;
  margin: 1.75rem auto;
  pointer-events: none;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.blog-single-img-popup .popup-inner {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
}
.blog-single-img-popup .tw-img-show img {
  width: 100%;
}
.blog-single-img-popup .tw-img-show .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  cursor: pointer;
}

.tw-subscription-form-wrapper {
  position: fixed;
  right: 15px;
  bottom: -150%;
  z-index: 99999;
  max-width: 320px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px #00000014;
          box-shadow: 0px 10px 20px #00000014;
  padding: 20px;
  border-radius: 15px;
  max-height: 98vh !important;
  overflow-y: auto;
  transition: 700ms 0.4s ease;
  -webkit-transition: 700ms 0.4s ease;
  -moz-transition: 700ms 0.4s ease;
  -ms-transition: 700ms 0.4s ease;
}
.tw-subscription-form-wrapper .subs-close-btn {
  display: block;
  text-align: right;
  margin-left: auto;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #f00;
}
.tw-subscription-form-wrapper .subs-close-btn:focus {
  outline: none;
  border: none;
}
.tw-subscription-form-wrapper.active {
  bottom: 20px;
}

@media (max-width: 991px) {
  .project-details {
    margin-bottom: 30px;
  }

  .ew-description p a {
    display: inline-block;
    margin-bottom: 10px;
  }

  .header {
    padding: 20px 0;
  }
  .header .tmw-mobile-device {
    border-bottom: 1px solid #eaeaea5c;
    padding-bottom: 20px;
    margin-bottom: 10px;
    padding: 0 0 20px;
  }
  .header .navbar-light .navbar-nav {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  }
  .header .navbar-light .navbar-nav > li > a {
    line-height: 56px;
  }
  .header .navbar-light .navbar-nav .dropdown-menu {
    background: transparent;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  .post-details .entry-header .entry-title {
    font-size: 26px;
  }

  body.single-download .download-single-wrap {
    padding: 125px 0 0px;
  }

  .download-single-wrap .tmw-edd-banner-content {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .blog-single .post .entry-header .entry-title {
    font-size: 26px;
    line-height: 34px;
  }

  .post-navigation .post-previous,
.post-navigation .post-next {
    width: 100%;
    float: none;
  }

  .post .entry-header .entry-title,
.search-results article .entry-header .entry-title {
    font-size: 20px;
    line-height: 28px;
  }

  .download-single-wrap .banner-title .edd-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 16px;
  }

  .download-single-wrap .banner-title {
    font-size: 30px;
    line-height: 35px;
  }

  .tw-single-feature-list.feature-list-header li {
    font-size: 18px;
  }

  .tw-single-feature-list li {
    padding: 20px 15px;
  }

  #edd_checkout_wrap {
    padding: 20px;
  }

  #edd_checkout_form_wrap #edd_show_discount,
#edd_checkout_form_wrap #edd_sl_show_renewal_form_wrap,
#edd_checkout_form_wrap #edd_final_total_wrap {
    height: auto;
  }

  div#edd_checkout_cart_wrap {
    width: 100%;
    overflow-x: scroll;
  }
}