@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: "Roboto", sans-serif;
  line-height: 22px;
  font-size: 14px;
  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: "Barlow", sans-serif;
  font-weight: 700;
}

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

h2 {
  font-size: 30px;
  line-height: 36px;
}

h3 {
  font-size: 24px;
  line-height: 28px;
}

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

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: #fc4a00;
  -o-transition: all 0.4s ease;
  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: #fc4a00;
}

a.read-more {
  color: #fc4a00;
  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 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #fc4a00;
  height: 45px;
  padding: 0 35px;
  line-height: 42px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-transition: all 0.4s ease;
  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;
  cursor: pointer;
  border: none;
}
.btn:focus {
  outline: none;
}
.btn:hover {
  color: #fc4a00;
  background: #fff;
}
.btn.fill {
  background: transparent;
  padding: 0 25px;
  color: #fff;
  margin-left: 20px;
  border: 2px solid #fff;
}
.btn.fill:hover {
  background: #fc4a00;
  border-color: #fc4a00;
}
.btn.btn-round {
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
}

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

.post-readmore {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #222222;
}
.post-readmore:hover {
  color: #fc4a00;
}
.post-readmore i {
  vertical-align: middle;
  margin-left: 5px;
}

.block-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  line-height: 36px;
}
.block-title.title-border {
  margin-left: 10px;
  border-bottom: 2px solid #fc4a00;
}
.block-title.title-border .title-bg {
  padding: 0px 27px;
  position: relative;
  background: #fc4a00;
  display: inline-block;
  top: 2px;
}
.block-title.title-border .title-bg:before {
  position: absolute;
  content: "";
  left: -9px;
  top: 0px;
  width: 2px;
  height: 100%;
  background: #fc4a00;
  bottom: 0;
  margin: auto;
}
.block-title.title-border .title-bg:after {
  position: absolute;
  content: "";
  right: -15px;
  top: 0px;
  width: 0;
  height: 0;
  border-top: 34px solid transparent;
  border-left: 15px solid #fc4a00;
  border-bottom: 0px solid transparent;
  height: 100%;
}
.block-title.no-left-border.title-border .title-bg:before {
  display: none;
}

.section-heading.no-title-shap .title-bg:after {
  display: none;
}

.heading-style2 .block-title {
  color: #222222;
}
.heading-style2 .block-title.title-border {
  position: relative;
  border-bottom: none !important;
  margin-left: 0;
}
.heading-style2 .block-title.title-border:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #eaeaea;
}
.heading-style2 .block-title.title-border .title-bg {
  background: #fff;
}
.heading-style2 .block-title.title-border .title-bg:after, .heading-style2 .block-title.title-border .title-bg:before {
  display: none;
}

.heading-style3 .block-title,
.heading-style3 .widget-title,
.sidebar .widget .block-title,
.sidebar .widget .widget-title {
  letter-spacing: 0.64px;
  color: #fc4a00;
  line-height: 25px;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
}
.heading-style3 .block-title .title-angle-shap,
.heading-style3 .widget-title .title-angle-shap,
.sidebar .widget .block-title .title-angle-shap,
.sidebar .widget .widget-title .title-angle-shap {
  display: inline-block;
  padding: 0 0 0 15px;
  position: relative;
}
.heading-style3 .block-title .title-angle-shap:before, .heading-style3 .block-title .title-angle-shap:after,
.heading-style3 .widget-title .title-angle-shap:before,
.heading-style3 .widget-title .title-angle-shap:after,
.sidebar .widget .block-title .title-angle-shap:before,
.sidebar .widget .block-title .title-angle-shap:after,
.sidebar .widget .widget-title .title-angle-shap:before,
.sidebar .widget .widget-title .title-angle-shap:after {
  position: absolute;
  top: 0;
  content: "";
  background: #fc4a00;
  left: 0;
}
.heading-style3 .block-title .title-angle-shap:before,
.heading-style3 .widget-title .title-angle-shap:before,
.sidebar .widget .block-title .title-angle-shap:before,
.sidebar .widget .widget-title .title-angle-shap:before {
  width: 3px;
  height: 12px;
}
.heading-style3 .block-title .title-angle-shap:after,
.heading-style3 .widget-title .title-angle-shap:after,
.sidebar .widget .block-title .title-angle-shap:after,
.sidebar .widget .widget-title .title-angle-shap:after {
  width: 12px;
  height: 3px;
}

.sidebar .widget .widget-title {
  color: #222222;
}

.sidebar .widget .widget-title .title-angle-shap:before,
.sidebar .widget .widget-title .title-angle-shap:after {
  background: #222;
}

.post-title {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  line-height: 24px;
}
.post-title a {
  color: #222222;
}
.post-title a:hover {
  color: #fc4a00;
}
.post-title.md {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.post-title.lg {
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.45px;
}

a.post-cat {
  position: relative;
  left: 0px;
  top: 0px;
  background: #fc4a00;
  color: #fff;
  padding: 0px 10px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 7px;
  z-index: 1;
  margin-right: 5px;
  height: 19px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  letter-spacing: 0.44px;
}
a.post-cat:last-child {
  margin-right: 0;
}
a.post-cat.only-color {
  padding: 0;
  height: auto;
  background: transparent;
  margin-bottom: 0px;
}

.grid-cat {
  position: absolute;
  bottom: 8px;
  left: 15px;
}

.post-content p {
  margin-top: 10px;
  margin-bottom: 12px;
}

.post-meta span {
  margin-right: 10px;
  font-size: 13px;
  color: #999999;
}
.post-meta span img {
  border-radius: 100%;
  height: calc(2.25 * 1rem);
  min-height: inherit;
  width: calc(2.25 * 1rem);
  display: inline-block !important;
  margin-right: 8px;
}
.post-meta span i {
  margin-right: 2px;
}
.post-meta span a {
  color: #999999;
}

.img-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.post-block-style .post-thumb,
.post-block-style .post-media {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.post-block-style .post-thumb img,
.post-block-style .post-media img {
  width: 100%;
  -o-transition: all 0.4s ease;
  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: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.post-block-style .post-video-content {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post-block-style:hover .post-thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.ts-overlay-style {
  position: relative;
}
.ts-overlay-style .item, .ts-overlay-style.item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  min-height: 260px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.ts-overlay-style::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.ts-overlay-style:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.ts-overlay-style .post-content {
  padding: 20px 20px 18px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.ts-overlay-style .post-title a {
  color: #fff;
}
.ts-overlay-style .post-title a:hover {
  color: #fff;
}
.ts-overlay-style .post-meta-info {
  padding: 0;
  margin: 0;
}
.ts-overlay-style .post-meta-info li {
  font-size: 13px;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  margin-right: 24px;
}
.ts-overlay-style .post-meta-info li img {
  border-radius: 100%;
  display: inline-block;
  height: calc(2.25 * 1rem);
  min-height: inherit;
  width: calc(2.25 * 1rem);
  margin-right: 8px;
}
.ts-overlay-style .post-meta-info li a {
  color: #fff;
}
.ts-overlay-style .post-meta-info li i {
  margin-right: 6px;
  font-size: 13px;
}
.ts-overlay-style .post-meta-info li:last-child {
  margin-right: 0;
}
.ts-overlay-style .post-meta-info li.active i {
  color: #fc4a00;
}
.ts-overlay-style .post-meta-info li.cat-item {
  display: block;
}
.ts-overlay-style:hover .item, .ts-overlay-style:hover.item {
  background-position: 40%;
}
.ts-overlay-style:hover .post-content {
  bottom: 10px;
}

.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}
.owl-carousel .owl-nav.disabled + .owl-dots span {
  width: 7px;
  height: 7px;
  margin: 5px 5px;
  -o-transition: all 0.4s ease;
  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: #fc4a00;
  border-color: #fc4a00;
  width: 20px;
  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;
}
.owl-dot span {
  border-radius: 50%;
  background: #d3d3d3;
  display: inline-block;
  text-align: center;
}
.owl-dot:first-child {
  padding-left: 15px;
}
.owl-dot:last-child {
  padding-right: 15px;
}
.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: #fc4a00;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.owl-prev {
  background: #fc4a00;
  left: 0;
  right: auto;
}

.main-container {
  padding-top: 40px;
}

.main-content-inner,
.main-container {
  padding-bottom: 40px;
}

.archive .category-main-title .block-title {
  margin-bottom: 0;
}

.body-box-layout .body-inner-content {
  max-width: 1160px;
  margin: auto;
  background: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
}
.body-box-layout .body-inner-content .navbar-sticky.sticky {
  max-width: 1160px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 1025px) {
  .body-box-layout .body-inner-content .header-bg-dark .container {
    max-width: 1160px;
    padding: 0;
  }
}

/*-------------------------
  preloader 
  ---------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999999999999;
  overflow: hidden;
  background-image: -o-linear-gradient(70deg, #f84270 0%, #fe803b 100%);
  background-image: linear-gradient(20deg, #f84270 0%, #fe803b 100%);
  -webkit-transition: all 1.5s ease-out;
  -o-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;
  -o-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.preloader-cancel-btn-wraper .preloader-cancel-btn {
  border-radius: 36px;
  font-size: 11px;
  padding: 4px 23px;
  background: #000;
  color: #fff !important;
}

.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-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);
  }
}
.preloader-logo {
  max-width: 200px;
  width: 180px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* 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;
  text-align: center;
  margin: 0 auto;
}
.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 4px;
  font-style: italic;
  color: #a9a9a9;
  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;
}

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

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

.widget_calendar td {
  line-height: 2em;
}
.widget_calendar td#today {
  background: #fc4a00;
  color: #fff;
}
.widget_calendar table th, .widget_calendar table td {
  padding: 0 !important;
}

.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;
  -o-transition: 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;
}

.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;
  color: #fc4a00;
}

a code {
  color: #fc4a00;
}

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

/*============================
   post
=============================== */
.post .post-media,
.post-wrapper .post-media {
  width: calc(100% - 0px);
  position: relative;
  overflow: hidden;
}
.post .post-media .video-link-btn,
.post-wrapper .post-media .video-link-btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.post .post-media .video-link-btn a,
.post-wrapper .post-media .video-link-btn a {
  background: #fc4a00;
  padding: 15px 20px;
  display: inline-block;
  color: #fff;
  font-size: 25px;
}
.post .post-body,
.post-wrapper .post-body {
  background: #f9f8fd;
  padding: 40px;
}
.post .entry-header .entry-title,
.post .entry-header .post-title.lg,
.post-wrapper .entry-header .entry-title,
.post-wrapper .entry-header .post-title.lg {
  margin-bottom: 20px;
  word-wrap: break-word;
}
.post .entry-header .entry-title a,
.post .entry-header .post-title.lg a,
.post-wrapper .entry-header .entry-title a,
.post-wrapper .entry-header .post-title.lg a {
  color: #222222;
}
.post .entry-header .entry-title a:hover,
.post .entry-header .post-title.lg a:hover,
.post-wrapper .entry-header .entry-title a:hover,
.post-wrapper .entry-header .post-title.lg a:hover {
  color: #fc4a00;
}
.post .entry-header .post-meta,
.post-wrapper .entry-header .post-meta {
  margin-bottom: 25px;
  padding-left: 0;
}
.post .entry-header .post-meta li,
.post-wrapper .entry-header .post-meta li {
  display: inline-block;
  margin-right: 20px;
}
.post .entry-header .post-meta li:last-child,
.post-wrapper .entry-header .post-meta li:last-child {
  margin-right: 0;
}
.post .entry-header .post-meta li i,
.post-wrapper .entry-header .post-meta li i {
  vertical-align: middle;
}
.post .entry-header .post-meta span,
.post-wrapper .entry-header .post-meta span {
  display: inline-block;
  margin-right: 28px;
  color: #666666;
  font-size: 14px;
}
.post .entry-header .post-meta span i,
.post-wrapper .entry-header .post-meta span i {
  margin-right: 6px;
}
.post .post-footer,
.post-wrapper .post-footer {
  clear: both;
}
.post .post-footer .readmore,
.post-wrapper .post-footer .readmore {
  font-weight: 700;
  padding: 10px 20px 10px 20px;
  background: #fc4a00;
  color: #fff;
  display: inline-block;
}
.post .post-footer .readmore i,
.post-wrapper .post-footer .readmore i {
  vertical-align: middle;
}
.post .post-footer .readmore:hover,
.post-wrapper .post-footer .readmore:hover {
  background: #000;
}
.post .post-footer.readmore-btn-area,
.post-wrapper .post-footer.readmore-btn-area {
  margin-bottom: 0;
}
.post.sticky .meta-featured-post,
.post-wrapper.sticky .meta-featured-post {
  display: block;
  position: absolute;
  right: -20px;
  top: 18px;
  background: #fc4a00;
  width: auto;
  height: auto;
  padding: 12px 45px;
  color: #fff;
  display: inline-block;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  font-size: 12px;
  font-weight: 700;
  -webkit-transform: rotate(45deg);
  z-index: 1;
}
.post.sticky .post-body,
.post-wrapper.sticky .post-body {
  overflow: hidden;
  position: relative;
}
.post.post-wrapper,
.post-wrapper.post-wrapper {
  margin-bottom: 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
}
.post.post-wrapper h2.entry-title,
.post-wrapper.post-wrapper h2.entry-title {
  font-size: 24px;
  line-height: 32px;
}

.post.sticky .post-block-style {
  overflow: hidden;
  position: relative;
  background: #f9f9f9;
  padding: 30px;
}

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

/*=========================== ===========
         sidebar
========================================*/
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar .widget .widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
}
.sidebar .widget.widget_media_image img {
  margin-top: 0;
}
.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: #fc4a00;
}
.sidebar .widget.widget_search .input-group-btn {
  background: #fc4a00;
  color: #fff;
  padding: 0 20px;
  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;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar .widget.widget-tags ul li a:hover {
  background: #fc4a00;
  color: #fff;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
.sidebar .widget.widget-tags ul li:last-child {
  margin-bottom: 0;
}
.sidebar .widget .block-title {
  margin-bottom: 30px;
}
.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: #fc4a00;
}
.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;
}

ul#recentcomments li a.url {
  font-weight: 600;
}

.tag-lists a,
.tagcloud a {
  border: 1px solid #3a3a3a;
  color: #232323;
  display: inline-block;
  font-size: 14px !important;
  padding: 4px 13px;
  margin-left: 3px;
  margin-bottom: 10px;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
}
.tag-lists a:hover,
.tagcloud a:hover {
  background: #fc4a00;
  color: #fff;
  border-color: #fc4a00;
}

.textwidget img {
  margin: 10px 0;
}

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

/*=======================================
 Post  Comments section
 ========================================*/
.blog-post-comment .comment-title {
  font-size: 24px;
}
.blog-post-comment .comment-info [class*=col-md-] {
  margin-bottom: 15px;
  position: inherit;
}
.blog-post-comment .comment-content > h3 {
  margin-bottom: 0.5rem;
}
.blog-post-comment .comment-respond {
  margin-bottom: 40px;
  margin-top: 40px;
}
.blog-post-comment .comment-respond .comment-reply-title {
  font-size: 24px;
}
.blog-post-comment .comment-respond .comment-form .form-control {
  border-radius: 0;
  height: 45px;
  margin-bottom: 15px;
}
.blog-post-comment .comment-respond .comment-form .form-control.msg-box {
  height: 245px;
}
.blog-post-comment .comment-respond .comment-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #fc4a00;
}
.blog-post-comment .comment-respond .comment-form .comment-form-cookies-consent {
  display: none;
}
.blog-post-comment .comment-respond .comment-form .comment-notes {
  font-style: italic;
}
.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
  margin-top: 40px;
}
.blog-post-comment .comments-list .trackback .comment-body {
  margin-left: 0;
}

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

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

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

.comments-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
.comments-list .comment {
  list-style: none;
}
.comments-list .comment .last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.comments-list .comment-author {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
  font-size: 15px;
  color: #1c1c24;
  font-style: normal;
}
.comments-list .comment-author a {
  color: #1c1c24;
}
.comments-list .comment-author a:hover {
  color: #fc4a00;
}
.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: #fc4a00;
}

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

.not-found h1 {
  margin-bottom: 20px;
}
.not-found .input-group-btn {
  background: #fc4a00;
  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: #fc4a00;
}
.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 {
  margin-bottom: 40px;
  padding: 15px 0;
}
.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 .post-previous img, .post-navigation .post-next img {
  width: 95px;
  height: 75px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.post-navigation .post-previous a p, .post-navigation .post-next a p {
  line-height: 1.2;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  color: #333333;
}
.post-navigation span:hover, .post-navigation h3:hover {
  color: #fc4a00;
}
.post-navigation h3 {
  font-size: 17px;
  line-height: 26px;
  margin: 5px 0;
  font-weight: bold;
  ms-word-wrap: break-word;
  word-wrap: break-word;
}
.post-navigation span {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #232323;
  text-transform: capitalize;
}
.post-navigation i {
  margin: 0 5px;
  color: #a9a9a9;
}
.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-previous img {
  float: left;
  margin-right: 15px;
}
.post-navigation .post-next {
  text-align: right;
  float: right;
  border-right: 0 none;
  padding: 0 0 0 40px;
}
.post-navigation .post-next img {
  float: right;
  margin-left: 15px;
}

/*==============================
 pagination
 ============================*/
.pagination {
  margin: 0;
}
.pagination li a, .pagination li span {
  margin-right: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dadada;
  text-align: center;
  display: inline-block;
  color: #666;
  border-radius: 3px;
  padding: 0;
}
.pagination li a i, .pagination li span i {
  line-height: 40px;
}
.pagination li.active a, .pagination li:hover a {
  color: #fff;
  background: #fc4a00;
  border: 1px solid transparent;
}
.pagination li.active a:hover, .pagination li:hover a:hover {
  background: #fc4a00;
}
.pagination li.pagination-dots {
  margin: 0 15px 0 10px;
}

.main-container.blog .pagination {
  margin-bottom: 30px;
}

.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: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.blog-single .post .post-body {
  background: #fff;
  border: 0;
  padding: 0;
}
.blog-single .embed-responsive {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .blog-single .embed-responsive {
    height: 550px;
  }
}
.blog-single .embed-responsive .embed-responsive-item {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
  margin: 0;
}

.breadcrumb {
  background: transparent;
  padding: 25px 0 17px;
  margin-bottom: 0;
}
.breadcrumb li {
  padding-right: 10px;
  color: #777777;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.breadcrumb li a {
  padding: 0 9px;
}
.breadcrumb li:last-child i {
  padding-right: 10px;
}

.single-post .post .entry-header .post-meta span {
  margin-right: 0;
}

.sidebar-active .alignfull {
  left: auto;
  right: auto;
  margin-left: 0;
  margin-right: 0;
  width: auto;
}
.sidebar-active .alignfull img {
  width: 100%;
}

article.tag-html.tag-layout.tag-title .post-title a {
  word-break: break-all;
}

/*
	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
*/
/*=============================================
      // header top area
===============================================*/
.topbar .top-info,
.topbar .top-nav {
  display: inline-block;
  list-style-type: none;
  padding: 5px 0;
  margin: 0;
}
.topbar .top-info li,
.topbar .top-nav li {
  font-size: 14px;
  display: inline-block;
}
.topbar .top-info li i,
.topbar .top-nav li i {
  margin-right: 6px;
}
.topbar .top-info li {
  padding-right: 15px;
  border-right: 1px solid #e2e2e2;
}
.topbar .top-nav li {
  display: inline-block;
  padding: 0 10px;
}
.topbar .top-nav li a {
  color: #222222;
  line-height: 35px;
  font-weight: 400;
}
.topbar .top-nav li a:hover {
  color: #fc4a00;
}
.topbar .b-bottom {
  border-bottom: 1px solid #e2e2e2;
}
.topbar.topbar-gray {
  background-color: whitesmoke;
}
.topbar.topbar-gray .tranding-bg-white .tranding-bar .container.clearfix {
  padding: 0;
}
.topbar.topbar-gray .tranding-bg-white .tranding-bar .trending-slide-bg {
  border-bottom: none;
}
.topbar.topbar-gray .tranding-bg-white .tranding-bar .trending-slide-bg .trending-title {
  background: transparent;
  color: #222222;
  padding: 0 10px 0 0;
  margin-right: 5px;
  border-right: 1px solid #dedbdb;
}
.topbar.topbar-gray .tranding-bg-white .tranding-bar .trending-slide-bg .trending-title i {
  color: #fc4a00;
}
.topbar.topbar-gray .tranding-bg-white .tranding-bar .trending-slide-bg .post-title a {
  color: #777777;
}
.topbar.topbar-gray .top-info li {
  color: #777777;
  font-size: 13px;
  border-right: none;
  padding-right: 0;
}
.topbar .social-links li {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.top-navbar li:first-child {
  padding-left: 0;
}

.topbar-dark .top-dark-info {
  background: #222222;
  margin-left: 0;
  margin-right: 0;
}
.topbar-dark .top-dark-info .top-info li {
  color: #bbbbbb;
  padding-right: 0;
  border-right: none;
}

.social-links {
  margin: 0;
}
.social-links li {
  display: inline-block;
  list-style-type: none;
  padding: 0 10px;
}
.social-links li a {
  color: #222222;
}
.social-links li a:hover {
  color: #fc4a00;
}
.social-links li:last-child {
  padding-right: 0;
}
@media (min-width: 1025px) {
  .social-links .header-date-info {
    padding-right: 20px;
  }
}

.header-date-info {
  border-right: 1px solid #eaeaea;
}
@media (min-width: 1025px) {
  .header-date-info {
    margin-right: 10px;
  }
}

.header-top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top-info .top-info,
.header-top-info .social-links {
  padding: 0;
}
.header-top-info .top-info li,
.header-top-info .social-links li {
  padding-right: 0;
  border-right: 0;
}
.header-top-info .social-links {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.tranding-bg-white.trending-light.bg-gray {
  background: #f5f5f5;
  padding: 0;
}

/*=========================
     header-middle-area
===========================*/
.header-middle-area {
  padding: 20px 0;
}
.header-middle-area .social-links {
  padding-left: 0;
}
.header-middle-area .social-links li:first-child {
  padding-left: 0;
}
.header-middle-area .social-links li a {
  font-size: 14px;
  font-weight: 400;
}
.header-middle-area .header-search .form-control {
  background: transparent;
  background: transparent;
  border: none;
  border-bottom: 1px solid #eaeaea;
  font-size: 13px;
}
.header-middle-area .header-search .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
.header-middle-area .header-search .form-control::-webkit-input-placeholder {
  color: #ddd;
}
.header-middle-area .header-search .form-control::-moz-placeholder {
  color: #ddd;
}
.header-middle-area .header-search .form-control:-ms-input-placeholder {
  color: #ddd;
}
.header-middle-area .header-search .form-control::-ms-input-placeholder {
  color: #ddd;
}
.header-middle-area .header-search .form-control::placeholder {
  color: #ddd;
}
.header-middle-area .header-search .search-button {
  background: transparent;
  border: none;
  outline: none;
  color: #b6b6b6;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.header-middle-area .header-search .search-button i {
  font-weight: 700;
}
.header-middle-area.style8 {
  padding: 45px 0;
}

.header-middle-gradent {
  background-image: -o-linear-gradient(70deg, #f84270 0%, #fe803b 100%);
  background-image: linear-gradient(20deg, #f84270 0%, #fe803b 100%);
  padding: 30px 0;
}
.header-middle-gradent .logo-area {
  margin: 20px 0;
}
.header-middle-gradent .social-links li a {
  color: #fff;
}
.header-middle-gradent .header-search .form-control {
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  color: #fff;
}
.header-middle-gradent .header-search .form-control::-webkit-input-placeholder {
  color: #fff;
}
.header-middle-gradent .header-search .form-control::-moz-placeholder {
  color: #fff;
}
.header-middle-gradent .header-search .form-control:-ms-input-placeholder {
  color: #fff;
}
.header-middle-gradent .header-search .form-control::-ms-input-placeholder {
  color: #fff;
}
.header-middle-gradent .header-search .form-control::placeholder {
  color: #fff;
}
.header-middle-gradent .header-search .search-button {
  color: #fff;
}

/*=========================
     header area
===========================*/
.logo {
  display: inline-block;
}
.logo img {
  width: 100%;
  max-width: 220px;
}
.logo-light {
  display: none;
}
.dark-mode .logo-light {
  display: block;
}
.logo-dark {
  display: block;
}
.dark-mode .logo-dark {
  display: none;
}

.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: #cc4209;
  padding: 7px 0;
  width: 40px;
}
.header .navbar-light .navbar-nav > li {
  padding: 0 24px;
  position: relative;
}
.header .navbar-light .navbar-nav > li:before {
  position: absolute;
  right: 0px;
  content: "";
  width: 1px;
  height: 20px;
  background: #e2e2e2;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header .navbar-light .navbar-nav > li > a {
  line-height: 70px;
  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.active > a:before {
  position: absolute;
  right: 0px;
  content: "";
  width: 15px;
  height: 2px;
  background: #fc4a00;
  bottom: 15px;
  margin: auto;
  left: 0;
  display: block;
}
.header .navbar-light .navbar-nav li a {
  font-weight: 700;
  color: #222222;
  text-transform: uppercase;
  font-size: 13px;
}
.header .navbar-light .navbar-nav li a:hover {
  color: #fc4a00;
}
.header .navbar-light .navbar-nav li.active > a {
  color: #fc4a00;
}
.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;
  -o-transition: all 500ms ease 0.4s ease;
  transition: all 500ms ease 0.4s ease;
  -webkit-transition: all 500ms ease 0.4s ease;
  -moz-transition: all 500ms ease 0.4s ease;
  -ms-transition: all 500ms ease 0.4s ease;
  margin: 0;
}
.header .navbar-light .navbar-nav li ul.dropdown-menu li a {
  font-size: 12px;
  border-top: 1px solid #eaeaea;
  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);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media (min-width: 992px) {
  .header .navbar-light .navbar-nav li:hover > .dropdown-menu {
    display: block;
  }
}
.header .navbar-light .dropdown-toggle::after {
  content: "";
  font-family: "fontawesome";
  border: 0;
  vertical-align: 0;
  float: right;
}
.header .navbar-light .nav-search-area {
  margin-left: auto;
}
.header .navbar-light .nav-search-area a {
  padding: 0;
  width: 35px;
  height: auto;
  min-height: 35px;
  line-height: 35px;
  text-align: center;
  background: #222222;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  font-size: 14px;
}
.header .navbar-light .nav-search-area a i {
  vertical-align: middle;
  font-weight: 700;
}

.header-gradient {
  background-image: -o-linear-gradient(70deg, #f84270 0%, #fe803b 100%);
  background-image: linear-gradient(20deg, #f84270 0%, #fe803b 100%);
}
.header-gradient .navbar-light .navbar-nav.ml-auto {
  margin-left: 0 !important;
}
.header-gradient .navbar-light .navbar-nav > li {
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.header-gradient .navbar-light .navbar-nav > li > a {
  color: #fff;
  font-size: 14px;
}
.header-gradient .navbar-light .navbar-nav > li > a:hover {
  color: #fff;
}
.header-gradient .navbar-light .navbar-nav > li:before {
  background: rgba(255, 255, 255, 0.2);
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.header-gradient .navbar-light .navbar-nav > li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  opacity: 0;
}
.header-gradient .navbar-light .navbar-nav > li.active, .header-gradient .navbar-light .navbar-nav > li:hover {
  background: rgba(255, 255, 255, 0.1);
}
.header-gradient .navbar-light .navbar-nav > li.active > a, .header-gradient .navbar-light .navbar-nav > li:hover > a {
  color: #fff;
}
.header-gradient .navbar-light .navbar-nav > li.active > a:before, .header-gradient .navbar-light .navbar-nav > li:hover > a:before {
  display: none;
}
.header-gradient .navbar-light .navbar-nav > li.active:before, .header-gradient .navbar-light .navbar-nav > li.active:after, .header-gradient .navbar-light .navbar-nav > li:hover:before, .header-gradient .navbar-light .navbar-nav > li:hover:after {
  opacity: 1;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.header-gradient .navbar-light .social-links {
  background: rgba(255, 255, 255, 0.05);
  padding: 0 20px 0 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.header-gradient .navbar-light .social-links li a {
  color: #fff;
  line-height: 70px;
}
.header-gradient .navbar-light .nav-search-area .header-search-icon a {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  width: 65px;
  height: auto;
  line-height: 70px;
  display: inline-block;
}
.header-gradient .m-auto .navbar-nav {
  margin: auto !important;
}
.header-gradient.style8 .logo {
  margin-right: 50px;
  max-width: 180px;
}

.header-gradient-area .topbar .tranding-bar .trending-slide .trending-title {
  color: #fff;
  border-right-color: rgba(255, 255, 255, 0.2);
}
.header-gradient-area .topbar .tranding-bar .trending-slide .trending-title i {
  color: #fff;
}
.header-gradient-area .topbar .top-info li,
.header-gradient-area .topbar .social-links li {
  color: #fff;
}
.header-gradient-area .topbar .top-info li a,
.header-gradient-area .topbar .social-links li a {
  color: #fff;
}
.header-gradient-area .topbar.b-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (min-width: 992px) {
  .header-gradient-area .header .navbar-light .logo {
    margin-right: 40px;
  }
}
@media (min-width: 992px) {
  .header-gradient-area .header .navbar-light .navbar-nav > li > a {
    line-height: 130px;
  }
}
.header-gradient-area .header .navbar-light .navbar-nav > li:after {
  display: none;
}
.header-gradient-area .header .navbar-light .navbar-nav > li.active, .header-gradient-area .header .navbar-light .navbar-nav > li:hover {
  background: transparent;
}
.header-gradient-area .header .navbar-light .navbar-nav > li.active > a, .header-gradient-area .header .navbar-light .navbar-nav > li:hover > a {
  color: #fff;
}
.header-gradient-area .header .navbar-light .navbar-nav > li.active > a:before, .header-gradient-area .header .navbar-light .navbar-nav > li:hover > a:before {
  display: none;
}
.header-gradient-area .header .navbar-light .navbar-nav > li.active:before, .header-gradient-area .header .navbar-light .navbar-nav > li:hover:before {
  height: 20px;
}
.header-gradient-area .header .navbar-light .nav-search-area .header-search-icon a {
  background: transparent;
  text-align: right;
  border-right: 0;
}

.header-gradient-area.header-gradient h1.logo-title a {
  color: #fff;
}

.header-dark .navbar-light {
  background: #222222;
  padding: 0 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
@media (max-width: 992px) {
  .header-dark .navbar-light {
    padding: 20px;
  }
}
.header-dark .navbar-light .logo {
  margin-right: 50px;
}
.header-dark .navbar-light .navbar-nav > li > a {
  color: #fff;
  line-height: 90px;
}
.header-dark .navbar-light .navbar-nav > li > a:focus {
  color: #fff;
}
.header-dark .navbar-light .navbar-nav > li:before {
  background: rgba(255, 255, 255, 0.1);
}

.navbar-solid .navbar-light {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.navbar-solid .navbar-nav {
  margin: auto !important;
}

.header-solid {
  background-color: white;
  -webkit-box-shadow: -2.088px 14.854px 40px 0px rgba(0, 0, 0, 0.07);
          box-shadow: -2.088px 14.854px 40px 0px rgba(0, 0, 0, 0.07);
}
.header-solid .logo {
  margin-right: 50px;
}
.header-solid .navbar-light .navbar-nav > li > a {
  line-height: 90px;
}
.header-solid .navbar-light .nav-search-area a {
  background: transparent;
  color: #222222;
  text-align: right;
}

.navbar-center {
  padding: 10px 0;
}
.navbar-center .navbar-nav.ml-auto {
  margin-right: auto;
}

.header-bg-dark {
  background: #222;
}

.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%);
      -ms-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;
    -o-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;
    -o-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 .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;
  -o-transition: all 1s ease 0.8s;
  transition: all 1s ease 0.8s;
  -webkit-transform: translateY(-500px);
      -ms-transform: translateY(-500px);
          transform: translateY(-500px);
}
.xs-promo-popup.mfp-ready .mfp-close {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.ts-search-form .form-control {
  height: 60px;
  border-radius: 36px !important;
}
.ts-search-form .vinkmag-serach {
  position: relative;
  overflow: hidden;
}
.ts-search-form .vinkmag-serach:before {
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  content: "";
  font-family: "Fontawesome";
  font-size: 20px;
  background: #f00;
  z-index: 333;
  padding: 18px 33px;
  margin: auto;
  color: #fff;
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
  cursor: pointer;
}
.ts-search-form.modal-searchPanel .xs-search-panel {
  margin: 0;
}

/* at start */
.xs-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 1s ease 0.8s;
  -o-transition: all 1s ease 0.8s;
  transition: all 1s ease 0.8s;
  -webkit-transform: translateY(-500px);
      -ms-transform: translateY(-500px);
          transform: translateY(-500px);
}

/* animate in */
.xs-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media (min-width: 1025px) {
  .navbar-sticky {
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
  }
  .navbar-sticky.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 22;
  }
  .navbar-sticky.sticky.fade_down_effect {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  .navbar-sticky.sticky.fade_down_effect.navbar-solid, .navbar-sticky.sticky.fade_down_effect.navbar-center, .navbar-sticky.sticky.fade_down_effect.navbar-solid-box {
    background: #fff;
  }

  .header-gradient .navbar-sticky.sticky {
    background-image: -o-linear-gradient(70deg, #f84270 0%, #fe803b 100%);
    background-image: linear-gradient(20deg, #f84270 0%, #fe803b 100%);
  }

  .header-bg-dark .navbar-sticky.sticky {
    background: #222222;
  }

  .header-gradient-area .header .navbar-sticky.sticky .ekit-wid-con .digiqole-elementskit-menu {
    height: 70px;
  }
  .header-gradient-area .header .navbar-sticky.sticky .navbar-light .navbar-nav > li > a {
    line-height: 70px;
  }
}
/*=================================
 header for mega menu
==================================*/
.header .digiqole-elementskit-menu-container .navbar-toggler {
  display: none;
}
.header .navbar-light .elementskit-menu-hamburger {
  float: left;
  background: #fc4a00;
  padding: 12px 10px;
  margin: 5px 5px 5px 10px;
  border: none;
}
.header .navbar-light .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
  background: #fff;
}
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu {
  height: 70px;
  z-index: 22;
}
@media (min-width: 1025px) {
  .header .navbar-light .ekit-wid-con .digiqole-elementskit-menu {
    position: static;
  }
}
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a {
  line-height: 70px;
  position: relative;
  padding: 0 22px;
}
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a:hover {
  background: transparent;
  color: #fc4a00;
}
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a:after {
  position: absolute;
  right: 0px;
  content: "";
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  margin: auto;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li:hover > a {
  background: transparent;
  color: #fc4a00;
}
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li.active > a:before {
  position: absolute;
  right: 0px;
  content: "";
  width: 15px;
  height: 2px;
  background: #fc4a00;
  bottom: 15px;
  margin: auto;
  left: 0;
  display: block;
}
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li:last-child > a:after {
  display: none;
}
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav li a {
  font-weight: 700;
  color: #222222;
  text-transform: uppercase;
  font-size: 13px;
}
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav li a:hover {
  color: #fc4a00;
}
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav li .elementskit-dropdown li a {
  font-size: 12px;
  letter-spacing: 0;
  padding-left: 25px;
  padding-right: 25px;
}
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav .dropdown-item.active {
  background: transparent;
  color: #fc4a00;
}
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav .tab__post--title,
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav .tab__post--title a {
  line-height: 18px;
  font-weight: 600;
  font-size: 16px;
  text-transform: inherit;
}
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-dropdown,
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-submenu-panel,
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-megamenu-panel {
  z-index: 22;
}
.header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li {
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a {
  color: #fff;
  font-size: 14px;
}
.header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a:hover {
  color: #fff;
}
.header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a:before {
  position: absolute;
  left: 0px;
  content: "";
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  right: auto;
  margin: auto;
}
.header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li.active, .header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li:hover {
  background: rgba(255, 255, 255, 0.1);
}
.header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li.active > a, .header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li:hover > a {
  color: #fff;
}
.header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li.active > a:after, .header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li.active > a:before, .header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li:hover > a:after, .header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li:hover > a:before {
  opacity: 1;
  height: 100%;
  visibility: visible;
  background: rgba(255, 255, 255, 0.2);
}
@media (min-width: 1025px) {
  .header.header-gradient .navbar-light.m-auto .ekit-wid-con {
    margin: auto;
  }
}
.header.header-gradient .social-links {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header.header-gradient .nav-search-area {
  margin-left: 0;
}
@media (min-width: 1025px) {
  .header.navbar-solid .navbar-light .ekit-wid-con {
    margin: auto;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  .header-gradient-area .navbar-light .ekit-wid-con {
    margin-left: auto;
  }
}
.header-gradient-area .navbar-light .ekit-wid-con .digiqole-elementskit-menu {
  height: 120px;
}
@media (min-width: 1025px) {
  .header-gradient-area .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a {
    color: #fff;
    line-height: 120px;
  }
}
@media (min-width: 1025px) {
  .header-gradient-area .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li:hover > a {
    color: #fff;
  }
}

@media (min-width: 1025px) {
  .header-dark .navbar-light .ekit-wid-con .digiqole-elementskit-menu {
    height: 90px;
  }
}
@media (min-width: 1025px) {
  .header-dark .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a {
    color: #fff;
    line-height: 90px;
  }
}

@media (min-width: 1025px) {
  .header-solid .navbar-light .ekit-wid-con .digiqole-elementskit-menu {
    height: 80px;
  }
}
@media (min-width: 1025px) {
  .header-solid .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a {
    line-height: 80px;
  }
}
.header-solid .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a:after {
  background: rgba(0, 0, 0, 0.09);
}

.elementskit-navbar-nav-default.elementskit_line_arrow .elementskit-submenu-panel > li > a .elementskit-submenu-indicator {
  float: right;
}
@media (max-width: 1024px) {
  .elementskit-navbar-nav-default.elementskit_line_arrow .elementskit-submenu-panel > li > a .elementskit-submenu-indicator {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

/*=================================
   tranding bar
=====================================*/
.tranding-bar .trending-slide {
  position: relative;
  padding: 8px 0px;
}
.tranding-bar .trending-slide .trending-title {
  display: inline-block;
  font-size: 12px;
  padding: 6px 10px;
  line-height: 15px;
  text-transform: uppercase;
  position: relative;
  margin: 0 15px 0 0;
  font-weight: 700;
  padding: 0 10px 0 0;
  margin-right: 5px;
  border-right: 1px solid #dedbdb;
}
.tranding-bar .trending-slide .trending-title i {
  color: #fc4a00;
}
.tranding-bar .trending-slide .carousel-inner {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.tranding-bar .trending-slide .post-title {
  margin: 0;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
}
.tranding-bar .trending-slide .post-title a {
  color: #fff;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-transition: 400ms;
}
.tranding-bar .tp-control {
  position: absolute;
  right: 12px;
  top: 13px;
}
.tranding-bar .tp-control a {
  margin: 0;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.tranding-bar .tp-control a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.trending-light {
  padding: 10px 0;
}
.trending-light .tranding-bar .trending-slide .trending-title {
  padding: 8px 10px 6px 10px;
  color: #fff;
  background: #fc4a00;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.trending-light .tranding-bar .trending-slide .trending-title i {
  color: #fff;
}
.trending-light .tranding-bar .trending-slide.trending-slide-bg {
  border-bottom: 0;
}

.tranding-bg-dark .tranding-bar .trending-slide-bg {
  padding-left: 0;
  padding-right: 0;
}
.tranding-bg-dark .tranding-bar .trending-slide-bg .trending-title {
  color: #fff;
  border-right-color: rgba(255, 255, 255, 0.15);
}
.tranding-bg-dark .tranding-bar .trending-slide-bg .post-title a {
  color: #bbbbbb;
}
.tranding-bg-dark .tranding-bar .tp-control {
  right: 0;
}

.tranding-bg-white .tranding-bar .trending-slide-bg {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #eaeaea;
}
.tranding-bg-white .tranding-bar .trending-slide-bg.trending-slide .post-title a {
  color: #222222;
}
.tranding-bg-white .tranding-bar .tp-control {
  right: 0;
}
.tranding-bg-white .tranding-bar .tp-control a {
  background: rgba(44, 44, 44, 0.2);
  color: #222222;
}

.tranding-gradient .tranding-bar {
  background-image: -o-linear-gradient(45deg, #009fff 0%, #ec2f4b 100%);
  background-image: linear-gradient(45deg, #009fff 0%, #ec2f4b 100%);
}
.tranding-gradient .tranding-bar .trending-slide {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.tranding-gradient .tranding-bar .tp-control {
  right: 0;
}

.tranding-box-gradient .tranding-bar .trending-slide {
  background-image: -o-linear-gradient(45deg, #009fff 0%, #ec2f4b 100%);
  background-image: linear-gradient(45deg, #009fff 0%, #ec2f4b 100%);
}

/*===================================
// Block shortcode: digiqole main slider
===================================*/
.digiqole-main-slider {
  position: relative;
}
.digiqole-main-slider .post-title a {
  color: #ffffff;
}
.digiqole-main-slider .post-content {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 40px;
  max-width: 600px;
  background: #222222;
  color: #fff;
}
.digiqole-main-slider .post-content p {
  color: #dddddd;
  margin-bottom: 20px;
}
.digiqole-main-slider .post-content .post-cat {
  padding: 1px 8px;
  margin-bottom: 10px;
}
.digiqole-main-slider .post-cat {
  background: #bc8a61;
  color: #fff;
  text-transform: uppercase;
  padding: 4px;
  z-index: 1;
}
.digiqole-main-slider .post-meta-info {
  padding: 0;
  margin-bottom: 10px;
}
.digiqole-main-slider .post-meta-info li {
  display: inline-block;
  font-size: 13px;
  color: #eeeeee;
  text-transform: capitalize;
}
.digiqole-main-slider .post-meta-info li a {
  color: #eeeeee;
}
.digiqole-main-slider .post-meta-info li a:hover {
  color: #bc8a61;
}
.digiqole-main-slider .post-meta-info li i {
  margin-right: 5px;
}
.digiqole-main-slider .post-meta-info li:not(:last-child) {
  margin-right: 20px;
}
.digiqole-main-slider .post-meta-info li.active i {
  color: #fc4a00;
}
.digiqole-main-slider .post-readmore {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.digiqole-main-slider .post-readmore i {
  margin-left: 10px;
}
.digiqole-main-slider .post-slide-item {
  min-height: 600px;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
}

.main-slider .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}
.main-slider .owl-nav i {
  font-size: 20px;
  color: #fff;
}
.main-slider .owl-prev, .main-slider .owl-next {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.2);
  position: static;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.main-slider .owl-prev:hover, .main-slider .owl-next:hover {
  background: #fc4a00;
}
.main-slider .owl-prev.disabled {
  background: #fc4a00;
}
.main-slider .owl-dots {
  position: absolute;
  left: 50px;
  top: 50%;
  padding: 0;
  text-align: left;
  width: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-slider .owl-dots .owl-dot {
  display: block;
}
.main-slider .owl-dots .owl-dot:first-child {
  padding-left: 0;
}
.main-slider .owl-dots .owl-dot.active span {
  width: 8px;
  height: 20px;
  background: #fff;
}

/*===================================
// Block shortcode: post slider
===================================*/
.post-slider {
  position: relative;
}
.post-slider.style1 .owl-nav {
  position: absolute;
  right: 30px;
  top: -50px;
}
.post-slider.style1 .owl-prev, .post-slider.style1 .owl-next {
  border-radius: 50%;
  left: 0;
  background: #fc4a00;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
.post-slider.style1 .owl-prev i, .post-slider.style1 .owl-next i {
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
.post-slider.style1 .owl-prev:hover, .post-slider.style1 .owl-next:hover {
  background: rgba(44, 44, 44, 0.1);
}
.post-slider.style1 .owl-prev:hover i, .post-slider.style1 .owl-next:hover i {
  color: #222222;
}
.post-slider.style1 .owl-prev {
  background: #fc4a00;
  right: 5px;
  left: auto;
}

/*===================================
// Block shortcode: post-tab
===================================*/
.featured-tab-item {
  position: relative;
}
.featured-tab-item .nav-tabs {
  border: 0;
  position: absolute;
  top: -5px;
  right: 0;
}
.featured-tab-item .nav-tabs .nav-item {
  margin-bottom: -1px;
}
.featured-tab-item .nav-tabs .nav-link {
  padding: 0px 7px;
  border: none;
  position: relative;
  display: inline-block;
}
.featured-tab-item .nav-tabs .nav-link.active {
  background: transparent;
}
.featured-tab-item .nav-tabs .nav-link.active .tab-head > span.tab-text-title {
  color: #fc4a00;
  background: transparent;
  border: none;
}
.featured-tab-item .nav-tabs .nav-link.active:before {
  position: absolute;
  content: "";
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fc4a00;
  top: -5px;
  bottom: 0;
  margin: auto;
}
.featured-tab-item .nav-tabs .nav-link .tab-head > span.tab-text-title {
  font-size: 17px;
}
.featured-tab-item .tab-content {
  border-top: 0;
  padding: 0;
  overflow: hidden;
}
.featured-tab-item .tab-content > .active {
  display: block;
}
.featured-tab-item .block-tab-item .second .post-block-list .list-post li {
  margin-bottom: 15px;
}
.featured-tab-item .block-tab-item .second .post-block-list .list-post li:last-child {
  margin-bottom: 0;
}

.block-tab-item .big-block .post-content .post-cat {
  margin-bottom: 10px;
}
.block-tab-item .big-block .post-content .post-meta {
  margin-bottom: 10px;
}

.post-block-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.post-block-list .post-thumb {
  margin-right: 15px;
}
.post-block-list .post-thumb img {
  width: 130px;
  height: 85px;
}
.post-block-list .post-block-style.post-float {
  margin-bottom: 5px;
}
.post-block-list .post-block-style .post-title {
  margin-bottom: 5px;
}

/*============================
   // Elementor Widget : Post Block
==============================*/
.block-item-post.style1 .post-block-style .post-thumb.ts-resize {
  margin-bottom: 30px;
}
.block-item-post.style1 .post-block-list .post-block-style.post-float {
  margin-bottom: 15px;
}
.block-item-post.post-block-style7 .list-item .item {
  margin-bottom: 15px;
}
.block-item-post.post-block-style7 .list-item .item .post-title {
  margin-bottom: 2px;
}
.block-item-post.post-block-style7 .list-item .item:last-of-type {
  margin-bottom: 0;
}

.post-block-item.style2 .post-block-style {
  margin-bottom: 15px;
}
.post-block-item.style2 .ts-overlay-style {
  margin-bottom: 20px;
}
.post-block-item.style4 .ts-overlay-style {
  margin-bottom: 25px;
}
.post-block-item.style4 .post-block-style .post-thumb {
  margin-bottom: 20px;
}
.post-block-item.style4 .post-cat {
  margin-bottom: 5px;
}

.post-block-item.style5 .post-block-style, .post-block-item.style3 .post-block-style {
  margin-bottom: 20px;
}
.post-block-item.style5 .bg-feature-post, .post-block-item.style5 .feature-grid-content, .post-block-item.style3 .bg-feature-post, .post-block-item.style3 .feature-grid-content {
  margin-bottom: 20px;
}
.post-block-item.style5 .bg-feature-post .post-title, .post-block-item.style5 .feature-grid-content .post-title, .post-block-item.style3 .bg-feature-post .post-title, .post-block-item.style3 .feature-grid-content .post-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.post-block-item.style5 .bg-feature-post a.post-cat, .post-block-item.style5 .feature-grid-content a.post-cat, .post-block-item.style3 .bg-feature-post a.post-cat, .post-block-item.style3 .feature-grid-content a.post-cat {
  position: relative;
  margin-bottom: 10px;
}
.post-block-item.style5 .post-thumb .item.ts-overlay-style:before, .post-block-item.style3 .post-thumb .item.ts-overlay-style:before {
  display: none;
}

.post-block-item.block-item-post.style6 .post-feature .post-block-style {
  margin-bottom: 25px;
}
.post-block-item.block-item-post.style6 .post-block-style .post-thumb .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.post-block-item.block-item-post.style6 .post-block-style .post-thumb .item a.post-cat {
  position: absolute;
  bottom: 0;
  top: auto;
  margin: 0;
  left: 0;
}
.post-block-item.style8 .post-content .post-meta {
  margin: 10px 0;
}
.post-block-item.style8 .post-content .xs-ratting-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post-block-item.style8 .post-content .xs-ratting-content .xs-review-rattting {
  line-height: 1;
}
.post-block-item.style8 .post-content .xs-ratting-content .wp-ratting-vote {
  margin-left: 5px;
}

.ts-review-post .item:before {
  display: none;
}
.ts-review-post .item .overlay-post-content {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 30px;
  background: #fff;
  border-radius: 10px;
  height: 212px;
  overflow: hidden;
  padding: 30px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.ts-review-post .item .overlay-post-content .post-content {
  position: static;
  padding: 0;
}
.ts-review-post .item .overlay-post-content .post-content p {
  color: #777777;
  opacity: 0;
  -webkit-transition: 0.4s opacity;
  -o-transition: 0.4s opacity;
  transition: 0.4s opacity;
}
.ts-review-post .item .overlay-post-content .post-content a.post-readmore:hover {
  color: #DFAC62;
}
.ts-review-post .item .overlay-post-content .post-content .post-review {
  margin: 20px 0;
}
.ts-review-post .item .overlay-post-content .post-content .post-review .xs-ratting-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ts-review-post .item .overlay-post-content .post-content .post-review .xs-ratting-content .wp-ratting-vote {
  margin-left: 5px;
}
.ts-review-post:hover .overlay-post-content {
  height: calc(100% - 60px);
}
.ts-review-post:hover .overlay-post-content .post-content p {
  opacity: 1;
  visibility: visible;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}
.ts-review-post:hover .overlay-post-content .post-content a.post-readmore {
  opacity: 1;
  visibility: visible;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}

/*============================
   // Elementor Widget : social share
==============================*/
.apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile {
  min-height: inherit;
  width: 48%;
  text-align: left;
  margin: 2px;
}
.apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  color: #222222 !important;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  min-height: 45px;
}
.apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a .apsc-inner-block {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 50px;
  position: relative;
}
.apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a .apsc-inner-block .social-icon {
  position: absolute;
  left: 8px;
}
.apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a .apsc-inner-block .social-icon i {
  font-size: 15px;
  width: 30px;
  height: 30px;
  background: #fc4a00;
  text-align: center;
  color: #fff !important;
  padding: 7px 0;
  -o-transition: all 0.4s ease;
  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: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a .apsc-inner-block .apsc-count {
  font-weight: 600;
}
.apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a.apsc-facebook-icon .apsc-inner-block .social-icon i {
  background: #3b5998;
}
.apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a.apsc-twitter-icon .apsc-inner-block .social-icon i {
  background: #1dcaff;
}
.apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a.apsc-google-plus-icon .apsc-inner-block .social-icon i {
  background: #dd4b39;
}
.apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a.apsc-instagram-icon .apsc-inner-block .social-icon i {
  background: #3f729b;
}
.apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a.apsc-youtube-icon .apsc-inner-block .social-icon i {
  background: #e52d27;
}
.apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a.apsc-dribble-icon .apsc-inner-block .social-icon i {
  background: #ea4c89;
}
.apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a:hover {
  transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
}
.apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a:hover .apsc-inner-block .social-icon i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

@media (max-width: 767px) {
  .vertical-grid-style .post-block-style {
    margin-bottom: 20px;
  }
}
.apsc-theme-4 .apsc-each-profile {
  margin: 3px;
  width: 48%;
}
.apsc-theme-4 .apsc-each-profile a {
  padding: 12px 15px;
  border-radius: 5px;
}

@media (max-width: 479px) {
  .apsc-theme-4 .apsc-each-profile {
    width: 47%;
    float: left;
  }
  .apsc-theme-4 .apsc-each-profile a {
    padding: 12px 15px;
    border-radius: 5px;
    display: block;
  }
  .apsc-theme-4 .apsc-each-profile .apsc-media-type {
    display: block;
  }
  .apsc-theme-4 .apsc-each-profile .media-name {
    font-size: 11px;
  }
  .apsc-theme-4 .apsc-each-profile .apsc-count {
    font-size: 12px;
  }
}
.block-item-post-tab h4 {
  line-height: 22px;
  padding-top: 10px;
  margin: 0;
}
.block-item-post-tab .post-block-style.media {
  margin-bottom: 0px;
}
.block-item-post-tab .post-block-style .post-thumb {
  margin-bottom: 0;
  max-width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.block-item-post-tab .post-block-style .post-thumb .post-video-content {
  z-index: 3;
}
.block-item-post-tab .post-block-style .post-thumb .post-video-content .ts-play-btn {
  position: absolute;
  margin: auto;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 18px 0;
  display: block;
  text-align: center;
  font-size: 15px;
  background: #fc4a00;
  color: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.block-item-post-tab .post-content .post-cat {
  background: #0a6dbe;
  color: #fff;
  padding: 2px 10px;
  margin-bottom: 10px;
}
.block-item-post-tab .post-content p {
  margin: 0;
  padding: 5px 0px;
}
.block-item-post-tab .post-content .post-readmore {
  text-transform: uppercase;
}
.block-item-post-tab .post-list {
  margin-top: 10px;
}
.block-item-post-tab .post-list .post-thumb img {
  height: 85px;
  width: 205px;
  margin-top: 13px;
}
.block-item-post-tab .post-list .post-content {
  padding-left: 15px;
}
.block-item-post-tab .post-title {
  font-size: 15px;
  font-weight: 700;
}

.ts-grid-box {
  position: relative;
  margin-bottom: 30px;
  padding: 15px 30px 30px 0px;
  background: #fff;
}
.ts-grid-box .popular-grid-slider {
  margin-top: 20px;
}
.ts-grid-box :last-of-type {
  margin-bottom: 0;
}
.ts-grid-box .post-cat {
  position: absolute;
  top: 0;
  z-index: 1;
  background: #d42f1f;
  color: #fff;
  left: 42%;
  padding: 0px 5px;
  text-transform: uppercase;
  -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ts-grid-box .ts-post-thumb {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  min-height: 10px;
}
.ts-grid-box .ts-post-thumb img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
}
.ts-grid-box .ts-post-thumb:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.ts-grid-box .post-date-info {
  font-size: 12px;
  display: block;
  position: relative;
  color: #8a8a8a;
}

/*====================================
// Elementor widget : post list tab
=====================================*/
.post-list-item .recen-tab-menu.nav-tabs {
  margin: 0px 0 0px 10px;
  border-bottom: none;
}
.post-list-item .recen-tab-menu.nav-tabs li {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
  text-align: center;
  margin-bottom: -2px;
  border-bottom: none;
  padding-bottom: 0;
}
.post-list-item .recen-tab-menu.nav-tabs li a {
  font-size: 16px;
  text-transform: uppercase;
  color: #999;
  line-height: 30px;
  font-weight: 800;
  position: relative;
  display: block;
  letter-spacing: 0.64px;
}
.post-list-item .recen-tab-menu.nav-tabs li a:before, .post-list-item .recen-tab-menu.nav-tabs li a:after {
  position: absolute;
  top: 0;
  content: "";
  background: #fc4a00;
  left: 0;
  opacity: 0;
}
.post-list-item .recen-tab-menu.nav-tabs li a:before {
  width: 3px;
  height: 12px;
}
.post-list-item .recen-tab-menu.nav-tabs li a:after {
  width: 12px;
  height: 3px;
}
.post-list-item .recen-tab-menu.nav-tabs li a.active {
  color: #fc4a00;
}
.post-list-item .recen-tab-menu.nav-tabs li a.active:before, .post-list-item .recen-tab-menu.nav-tabs li a.active:after {
  opacity: 1;
}
.post-list-item .recen-tab-menu.nav-tabs li a.active span {
  opacity: 0;
}
.post-list-item .recen-tab-menu.nav-tabs li a span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #d3d3d3;
  position: absolute;
  top: 0;
  margin-right: 5px;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  left: -3px;
  bottom: 0;
  margin: auto;
}
.post-list-item .post-thumb {
  position: relative;
}
.post-list-item .post-thumb .tab-post-count,
.post-list-item .post-thumb .post-index {
  position: absolute;
  top: -4px;
  left: 12px;
  background: #fc4a00;
  display: block;
  border-radius: 50%;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 11px;
  text-align: center;
  line-height: 18px;
  border: 2px solid #fff;
}
.post-list-item .post-content .media-body {
  padding-left: 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.post-list-item .post-content .post-title {
  margin-bottom: 4px;
  line-height: 18px;
}
.post-list-item .post-content.media .sidebar-img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  padding: 0px;
}
.post-list-item .post-tab-list .post-content {
  margin-top: 30px;
}
.post-list-item.recent-posts-widget .post-content.media .sidebar-img {
  width: 120px;
  height: 98px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}

/*===================================
// Elementor widget : video sync slider
=====================================*/
.video-sync-slider .ts-overlay-style.item {
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}
.video-sync-slider .ts-overlay-style.item:before {
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
}
.video-sync-slider .ts-overlay-style .post-content {
  left: 0;
}
.video-sync-slider .ts-overlay-style .post-video {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.video-sync-slider .ts-overlay-style .post-video .ts-play-btn {
  font-size: 25px;
}
.video-sync-slider .ts-overlay-style .post-video .ts-play-btn i {
  margin-left: 5px;
}

.video-sync-slider2 .item {
  background: #222222;
  position: relative;
}
.video-sync-slider2 .item .post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -o-transition: all 0.4s ease;
  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: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  overflow: hidden;
}
.video-sync-slider2 .item .post-thumb:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(34, 34, 34, 0.6)), to(transparent));
  background: -o-linear-gradient(bottom, rgba(34, 34, 34, 0.6) 50%, transparent 100%);
  background: linear-gradient(to top, rgba(34, 34, 34, 0.6) 50%, transparent 100%);
}
.video-sync-slider2 .post-content {
  padding: 20px;
  position: relative;
  min-height: 75px;
}
.video-sync-slider2 .post-content .post-title {
  color: #fff;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}
.video-sync-slider2 .post-content .ts-play-btn {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  padding: 7px 10px;
  font-size: 11px;
  margin-right: 16px;
  position: relative;
}
.video-sync-slider2 .post-content:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 20px;
  background: #444141;
  content: "";
  margin: auto;
}
.video-sync-slider2 .owl-stage-outer {
  padding-top: 20px;
  margin-top: -20px;
}
.video-sync-slider2 .owl-item.active:nth-of-type(4) .post-content:after {
  display: none;
}
.video-sync-slider2 .owl-item.active.current .item .post-thumb {
  margin-top: -20px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*===================================
// Elementor widget : post grid loadmore
=====================================*/
.post-gradient .ts-overlay-style:before,
.grid-loadmore-content .gradient-post .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00c8ff), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
}

.grid-loadmore-content .ts-overlay-style,
.post-gradient .ts-overlay-style {
  margin-bottom: 30px;
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(1) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(1) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(1) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(1) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00c8ff), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(2) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(2) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(2) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(2) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ed1c24), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(3) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(3) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(3) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(3) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00a651), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #00a651 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #00a651 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(4) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(4) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(4) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(4) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9c00), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(5) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(5) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(5) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(5) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00c8ff), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(6) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(6) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(6) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(6) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ed1c24), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(7) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(7) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(7) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(7) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00a651), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #00a651 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #00a651 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(8) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(8) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(8) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(8) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9c00), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(9) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(9) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(9) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(9) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00c8ff), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(10) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(10) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(10) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(10) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ed1c24), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(11) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(11) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(11) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(11) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00a651), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #00a651 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #00a651 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(12) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(12) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(12) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(12) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9c00), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(13) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(13) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(13) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(13) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00c8ff), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(14) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(14) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(14) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(14) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ed1c24), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(15) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(15) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(15) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(15) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00a651), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #00a651 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #00a651 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(16) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(16) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(16) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(16) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9c00), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(17) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(17) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(17) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(17) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00c8ff), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(18) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(18) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(18) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(18) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ed1c24), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(19) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(19) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(19) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(19) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00a651), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #00a651 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #00a651 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(20) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(20) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(20) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(20) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9c00), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(21) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(21) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(21) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(21) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00c8ff), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(22) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(22) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(22) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(22) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ed1c24), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(23) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(23) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(23) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(23) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00a651), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #00a651 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #00a651 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(24) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(24) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(24) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(24) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9c00), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(25) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(25) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(25) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(25) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00c8ff), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(26) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(26) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(26) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(26) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ed1c24), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(27) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(27) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(27) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(27) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00a651), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #00a651 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #00a651 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(28) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(28) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(28) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(28) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9c00), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(29) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(29) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(29) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(29) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00c8ff), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #00c8ff 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(30) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(30) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(30) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(30) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ed1c24), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #ed1c24 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(31) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(31) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(31) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(31) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00a651), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #00a651 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #00a651 0%, rgba(0, 200, 255, 0) 100%);
}
.grid-loadmore-content .gradient-post.grid-item:nth-child(32) .ts-overlay-style:before,
.grid-loadmore-content .owl-item:nth-child(32) .ts-overlay-style:before,
.post-gradient .gradient-post.grid-item:nth-child(32) .ts-overlay-style:before,
.post-gradient .owl-item:nth-child(32) .ts-overlay-style:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9c00), to(rgba(0, 200, 255, 0)));
  background-image: -o-linear-gradient(bottom, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
  background-image: linear-gradient(0deg, #ff9c00 0%, rgba(0, 200, 255, 0) 100%);
}

.load-more-btn {
  position: relative;
}
.load-more-btn:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #eaeaea;
  height: 1px;
  content: "";
  margin: auto;
}
.load-more-btn .digiqole-post-grid-loadmore {
  padding: 10px 55px;
  background: #fff;
  border: 1px solid #eaeaea;
  cursor: pointer;
  font-weight: 700;
  position: relative;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.load-more-btn .digiqole-post-grid-loadmore:hover {
  color: #fc4a00;
}

/*===================================
// Elementor widget : post grid slider
=====================================*/
.weekend-top .ts-overlay-style {
  margin-bottom: 0;
}
.weekend-top .ts-overlay-style .item {
  margin-bottom: 30px;
}
.weekend-top .ts-overlay-style .overlay-post-content .post-title {
  margin-bottom: 4px;
}
.weekend-top .owl-dots {
  padding: 0;
  position: absolute;
  right: 0;
  top: -40px;
  display: inline-block;
  text-align: right;
}
.weekend-top .owl-dots .owl-dot:last-child {
  padding-right: 0;
}

.block-slider .owl-item .post-block-style .post-thumb {
  margin-right: 15px;
  margin-bottom: 0;
}
.block-slider .owl-item .post-block-style .post-thumb a img {
  width: 95px;
  height: 70px;
}
.block-slider .owl-item .post-block-style .post-content .post-title {
  padding-top: 0px;
  margin-bottom: 2px;
}
.block-slider .owl-item .post-block-style .post-content .post-meta span {
  margin-right: 0px;
}

/*===================================
// Elementor widget : Digiqole Date
=====================================*/
.digiqole-date span {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
.digiqole-date span i {
  margin-right: 5px;
  vertical-align: baseline;
}

.category-block-title {
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 0 40px;
  border-bottom: 2px solid #1c1c1c;
}
.category-block-title > span {
  background: #1c1c1c;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 8px 15px;
  position: relative;
}

.entry-blog .entry-blog-header.feature {
  margin-bottom: 18px;
}
.entry-blog .entry-blog-meta.feature {
  margin-bottom: 18px;
}
.entry-blog .entry-blog-meta.feature .post-meta > span {
  font-size: 12px;
  margin-right: 10px;
  padding-right: 10px;
  color: #a3a3a3;
  line-height: 12px;
  display: inline-block;
  text-transform: capitalize;
}
.entry-blog .entry-blog-meta.feature .post-meta > span:first-child {
  border-right: 1px solid #dedede;
}
.entry-blog .entry-blog-meta.feature .post-meta > span a {
  padding-left: 5px;
}
.entry-blog .post-body {
  background: none;
  padding: 0px;
  margin-top: 10px;
}
.entry-blog .post-body.feature {
  margin-top: 0px;
}
.entry-blog .post-body .entry-blog-meta .post-meta > span {
  font-size: 12px;
  margin-right: 10px;
  padding-right: 10px;
  color: #999999;
  line-height: 12px;
  display: inline-block;
  text-transform: capitalize;
}
.entry-blog .post-body .entry-blog-meta .post-meta > span:first-child {
  border-right: 1px solid #dedede;
}
.entry-blog .post-body .entry-blog-meta .post-meta > span a {
  padding-left: 5px;
}
.entry-blog .post-media .meta-categories {
  position: absolute;
  left: 20px;
  top: 10px;
  background: black;
  padding: 0px 10px;
}
.entry-blog .post-media .meta-categories a {
  color: white;
}

.digiqole-category-style6 {
  padding-bottom: 20px;
}
.digiqole-category-style6 .feauted-tab-img img {
  width: 100%;
}
.digiqole-category-style6 .featured-tab-item .featured-tab-post {
  margin: 0;
  border-bottom: none;
}
.digiqole-category-style6 .featured-tab-item .featured-tab-post li {
  padding: 0;
  list-style: none;
}
.digiqole-category-style6 .featured-tab-item .featured-tab-post li .nav-link.active {
  color: #fff;
  background-color: #fc4a00;
  border-color: #dee2e6 #dee2e6 #fff;
  padding: 18px;
}
.digiqole-category-style6 .featured-tab-item .featured-tab-post li .nav-link.active .post-title {
  color: #fff;
}
.digiqole-category-style6 .featured-tab-item .featured-tab-post .post-meta-info li {
  color: #fff;
}

.feature-post.row {
  margin-bottom: 20px;
}
.feature-post.row h1 {
  margin-left: 15px;
}
.feature-post.row .card-columns .card-body {
  padding: 0;
}

.blog-single .meta-categories a {
  position: relative;
  font-size: 10px;
  padding: 0 6px;
  margin-right: 5px;
  background: #1c1c1c;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff !important;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-transition: 400ms;
  margin-bottom: 12px;
}
.blog-single .meta-categories:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 0;
  bottom: -7px;
  border-right: 5px solid transparent;
  -webkit-transition: 400ms;
}
.blog-single .xs-review-box {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.blog-single .xs-review-box .total-reivew-headding,
.blog-single .xs-review-box .write-reivew-headding {
  margin-bottom: 25px;
  padding-left: 0 !important;
  font-family: "Roboto";
}
.blog-single .xs-review-box .xs-reviewer-details {
  padding-left: 0;
}
.blog-single .xs-review-box .xs-reviewer-details .xs-overview-data {
  font-size: 15px;
  font-weight: 500;
  font-family: "Roboto";
}
.blog-single .xs-review-box .xs-reviewer-details .xs-review-rattting.xs-percentange {
  background: #f7f7f7;
}
.blog-single .xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(1) .data-rat .xs-review-rattting .percentange_check {
  background: #ce96fb;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(206, 150, 251, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(206, 150, 251, 0.3);
}
.blog-single .xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(2) .data-rat .xs-review-rattting .percentange_check {
  background: #ff8fcf;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(255, 143, 207, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(255, 143, 207, 0.3);
}
.blog-single .xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(3) .data-rat .xs-review-rattting .percentange_check {
  background: #00c2ba;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 194, 186, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(0, 194, 186, 0.3);
}
.blog-single .xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(4) .data-rat .xs-review-rattting .percentange_check {
  background: #00c8ff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 200, 255, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(0, 200, 255, 0.3);
}
.blog-single .xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(5) .data-rat .xs-review-rattting .percentange_check {
  background: #ed1c24;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(237, 28, 36, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(237, 28, 36, 0.3);
}
.blog-single .xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(6) .data-rat .xs-review-rattting .percentange_check {
  background: #00a651;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 166, 81, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(0, 166, 81, 0.3);
}
.blog-single .xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(7) .data-rat .xs-review-rattting .percentange_check {
  background: #ff9c00;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(255, 156, 0, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(255, 156, 0, 0.3);
}
.blog-single .xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(8) .data-rat .xs-review-rattting .percentange_check {
  background: #00c8ff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 200, 255, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(0, 200, 255, 0.3);
}
.blog-single .xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(9) .data-rat .xs-review-rattting .percentange_check {
  background: #ed1c24;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(237, 28, 36, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(237, 28, 36, 0.3);
}
.blog-single .xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(10) .data-rat .xs-review-rattting .percentange_check {
  background: #00a651;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 166, 81, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(0, 166, 81, 0.3);
}
.blog-single .xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(11) .data-rat .xs-review-rattting .percentange_check {
  background: #ff9c00;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(255, 156, 0, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(255, 156, 0, 0.3);
}
.blog-single .xs-review-box .xs-reviewer-details .xs-review-overview-list .xs-overview-percentage:nth-child(12) .data-rat .xs-review-rattting .percentange_check {
  background: #00c8ff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 200, 255, 0.3);
          box-shadow: 0px 3px 5px 0px rgba(0, 200, 255, 0.3);
}
.blog-single .xs-review-box .review-reviwer-info-section {
  font-size: 15px;
  color: #7c7c7c;
  padding-left: 20px;
}
.blog-single .xs-review-box .review-reviwer-info-section .xs-reviewer-author {
  text-transform: capitalize;
  font-weight: 400;
}
.blog-single .xs-review-box .border-div {
  margin: 20px 13px 40px;
}
.blog-single .xs-review-box .xs-review input, .blog-single .xs-review-box .xs-review textarea {
  border-radius: 0;
}
.blog-single .xs-review-box .xs-review .xs-btn {
  background: #fc4a00;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.blog-single .xs-review-box .xs-review .xs-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline-style: none;
}
.blog-single .xs-review-box .xs-review .xs-btn:hover {
  background: #e34300;
}
.blog-single .public-xs-review-box .write-reivew-headding {
  margin-left: 13px;
}
.blog-single form .xs-review-box {
  margin-left: -13px;
}
.blog-single .blog-post-comment {
  margin: 30px 0;
}
.blog-single .btn-comments:hover {
  color: #ffffff;
}
.blog-single .btn-comments:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.blog-single .btn-comments:not(.desable):active {
  background: #fc4a00;
  border-color: #fc4a00;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.post-header-style3 {
  margin: 0 0 50px;
}
.post-header-style3 .entry-header {
  position: relative;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.post-header-style3 .entry-header:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
}
.post-header-style3 .entry-header .meta-categories {
  position: absolute;
  left: 2%;
  top: 10%;
}
.post-header-style3 .entry-header .entry-header-content {
  position: absolute;
  padding: 50px 0 25px;
  left: 25%;
  color: white;
}
.post-header-style3 .entry-header .entry-header-content .entry-title {
  font-size: 32px;
  line-height: 42px;
  margin-top: 15px;
  margin-bottom: 12px;
  text-transform: capitalize;
  max-width: 500px;
  color: white;
}
.post-header-style3 .entry-header .entry-header-content .post-meta span {
  margin-right: 10px;
}
.post-header-style3 .entry-header .entry-header-content .post-meta span a,
.post-header-style3 .entry-header .entry-header-content .post-meta span span {
  padding-left: 10px;
}
.post-header-style3 .entry-header .entry-header-content .post-meta a,
.post-header-style3 .entry-header .entry-header-content .post-meta i {
  color: #fff;
}

.post-layout-style4 .post-single .entry-header {
  margin-top: -150px;
  background: #fff;
  padding-top: 30px;
}
.post-layout-style4 .post-single .entry-header .entry-title {
  margin-top: 15px;
  margin-bottom: 12px;
  text-transform: capitalize;
  line-height: 42px;
}

.post-header-style6 {
  margin: 0 0 50px;
}
.post-header-style6 .entry-header-content {
  margin: 20px 0px;
}
.post-header-style6 .entry-header {
  position: relative;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.post-header-style6 .entry-header:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
}
.post-header-style6 .post-meta {
  margin-bottom: 20px;
}
.post-header-style6 .post-meta span {
  margin-right: 10px;
}
.post-header-style6 .post-meta span a,
.post-header-style6 .post-meta span span {
  padding-left: 3px;
}

.post-header-style7 {
  margin: 0 0 10px;
}
.post-header-style7 .entry-header {
  position: relative;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.post-header-style7 .entry-header:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
}
.post-header-style7 .entry-header .meta-categories {
  position: absolute;
  padding: 20px;
  bottom: 18%;
}
.post-header-style7 .entry-header .entry-header-content {
  position: absolute;
  bottom: 0;
  padding: 20px 40px;
  color: white;
}
.post-header-style7 .entry-header .entry-header-content .entry-title {
  font-size: 32px;
  line-height: 42px;
  margin-top: 15px;
  margin-bottom: 12px;
  text-transform: capitalize;
  color: white;
}
.post-header-style7 .entry-header .entry-header-content .post-meta span {
  margin-right: 10px;
}
.post-header-style7 .entry-header .entry-header-content .post-meta span a,
.post-header-style7 .entry-header .entry-header-content .post-meta span span {
  padding-left: 10px;
}
.post-header-style7 .entry-header .entry-header-content .post-meta a,
.post-header-style7 .entry-header .entry-header-content .post-meta i {
  color: #fff;
}

.blog-single.post-layout-style8 .post-content .post-body .entry-content .wp-block-column {
  padding: 0;
}
.blog-single.post-layout-style8 .post-content .post-body .entry-content .wp-block-column ul {
  list-style: none;
  padding-left: 0;
}
.blog-single.post-layout-style8 .post-content .post-body .entry-content .wp-block-column ul li {
  border-bottom: 1px dashed #BBBBBB;
  padding: 15px 0;
}
.blog-single.post-layout-style8 .post-content .post-body .entry-content .wp-block-column .wp-block-image img {
  border-radius: 15px;
}
.blog-single.post-layout-style8 .post-content .post-meta .post-category a.post-cat {
  color: #DFAC62;
}

.social-share-post {
  position: relative;
}
.social-share-post > i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fc4a00;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
}
.social-share-post .social-list {
  position: absolute;
  right: 40px;
  top: 0;
  padding: 0;
  z-index: 1;
  background: #f7f7f7;
  min-height: 50px;
  min-width: 235px;
  padding: 12px 18px;
  opacity: 0;
  visibility: hidden;
  width: 0;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

.ts-category-list-item .ts-category-list {
  padding: 0;
  margin: 0;
}
.ts-category-list-item .ts-category-list li {
  list-style-type: none;
  margin-bottom: 5px;
  position: relative;
}
.ts-category-list-item .ts-category-list li a {
  position: relative;
  width: 100%;
  padding: 20px;
  background-size: cover;
  background-position: center;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
}
.ts-category-list-item .ts-category-list li a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.ts-category-list-item .ts-category-list li a span {
  position: relative;
  white-space: nowrap;
}
.ts-category-list-item .ts-category-list li a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.05);
      transform: scale(1.05);
  will-change: transform;
  transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ts-category-list-item .ts-category-list li a span.bar {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 65px 0 25px;
}
.ts-category-list-item .ts-category-list li a .category-count {
  position: absolute;
  background: #fff;
  color: #000;
  padding: 5px;
  width: 40px;
  right: 20px;
  top: 44px;
  margin-top: 12px;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  text-align: center;
  line-height: 32px;
  top: 0px;
  bottom: 0;
  margin: auto;
}
.ts-category-list-item .ts-category-list li a:last-child {
  margin-bottom: 0;
}
.ts-category-list-item.widgets_category .ts-category-list li {
  padding-bottom: 0;
}
.ts-category-list-item.widgets_category .ts-category-list li a {
  min-height: 90px;
}
.ts-category-list-item.widgets_category .ts-category-list li a:hover {
  color: #fff;
}

.ts-grid-item-2 .item .post-content {
  border-bottom: 1px solid #e8e8e8;
  z-index: 1;
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.ts-grid-item-2 .item .post-content .post-cat {
  color: #fff !important;
  padding: 0px 10px;
  margin-bottom: 5px;
}
.ts-grid-item-2 .item .post-content .post-title {
  font-size: 18px;
  font-weight: 700;
  color: #151515;
  margin-bottom: 5px;
  line-height: 20px;
}

.post-list-3 .feature-item {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 5px;
}
.post-list-3 .feature-item .post-thumb {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  margin-right: 0;
}
.post-list-3 .feature-item .post-thumb .post-video-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  text-align: center;
}
.post-list-3 .feature-item .post-content .post-title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
}
.post-list-3 .post-block-style {
  margin-bottom: 20px;
}
.post-list-3 .post-meta.meta_title_before .post-cat {
  margin-right: 15px;
}
.post-list-3 .post-meta.meta_title_before .post-cat span {
  margin-right: 0;
}

.ts-grid-item-3 .ts-overlay-style .item:first-child {
  min-height: 203px;
}
.ts-grid-item-3 .ts-overlay-style .item:first-child .post-content {
  border: none;
}
.ts-grid-item-3 .post-content .post-title {
  margin-bottom: 3px;
}

.post-list-6 .post-block-style {
  margin-bottom: 30px;
}

.digiqole-video-post .video-tab-list {
  height: 360px;
  padding: 10px 5px 10px 20px;
  overflow: hidden;
}
.digiqole-video-post .video-tab-list .post-tab-list {
  padding: 0;
}
.digiqole-video-post .video-tab-list .post-tab-list li {
  display: block;
  width: 100%;
  padding: 14px 0 5px;
}
.digiqole-video-post .video-tab-list .post-tab-list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.digiqole-video-post .video-tab-list .post-tab-list li .post-content img {
  width: 80px;
  margin-right: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.digiqole-video-post .video-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 450px;
  position: relative;
  overflow: hidden;
}
.digiqole-video-post .video-item .post-video {
  position: absolute;
  top: 46%;
  margin: auto;
  text-align: center;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  left: -40px;
  right: 0;
  z-index: 2;
  margin: auto;
}
.digiqole-video-post .video-item .post-video .ts-play-btn {
  z-index: 1;
  border: none;
}
.digiqole-video-post .video-item .post-video .ts-play-btn {
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  font-size: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 18px 0;
  display: block;
  text-align: center;
  font-size: 26px;
  background: #fc4a00;
  float: left;
  color: #fff;
  margin-right: 20px;
}
.digiqole-video-post .video-item .post-video .ts-play-btn i {
  padding-left: 5px;
}

.video-tab-list.bg-dark-item {
  background: #1b1b1b;
}
.video-tab-list.bg-dark-item .post-title {
  color: #fff;
}

.video-tab-list-title {
  width: 100%;
  padding: 20px;
  background: #fc4a00;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-tab-list-title .ts-play-btn {
  width: 30px;
  height: 30px;
  padding: 4px 0;
  background: #fff;
  color: #fc4a00;
  margin-right: 20px;
}
.video-tab-list-title .ts-play-btn:hover {
  color: #fc4a00;
}
.video-tab-list-title .ts-play-btn i {
  padding-left: 5px;
}
.video-tab-list-title h3 {
  color: #fff;
  margin-bottom: 0;
}
.video-tab-list-title p {
  margin: 0;
}

.post-thumb-bg.post-tab-bg .post-thumb {
  position: relative;
  margin-right: 15px;
}
.post-thumb-bg.post-tab-bg .post-thumb .bg-wrap {
  padding-bottom: 62%;
}
.post-thumb-bg.post-tab-bg .post-thumb .bg-wrap .digiqole-sm-bg-img {
  border-radius: 5px;
}
.feature-tab-inner .post-thumb-bg .post-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  width: 30%;
}
.feature-tab-inner .post-thumb-bg .post-thumb .bg-wrap {
  padding-bottom: 95%;
}
.feature-tab-inner .post-thumb-bg .post-thumb .bg-wrap .digiqole-sm-bg-img {
  border-radius: 50%;
}

/*==================================================
   shortcode:    commment list
 ================================================== */
.ts-comments-row {
  position: relative;
}
.ts-comments-row:last-child {
  margin-bottom: 0;
}
.ts-author {
  color: #777777;
}
.ts-author a {
  color: #777777;
}
.ts-author a:hover {
  color: #fc4a00;
}
.ts-author-comments {
  position: relative;
}
.ts-author-comments::after {
  position: absolute;
  content: "";
  left: 36px;
  bottom: 20%;
  width: 1px;
  z-index: -1;
  height: 60%;
  background: #eaeaea;
}
.ts-author-thumb {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}
.ts-author-thumb img {
  width: 100%;
}
.ts-author-media {
  background: #fff;
  padding: 20px 0;
}
.ts-author-content {
  padding: 30px;
  border: 1px solid #eaeaea;
  position: relative;
}
.ts-author-content::after {
  position: absolute;
  content: "";
  left: -9px;
  top: 50%;
  width: 16px;
  height: 16px;
  background: #fff;
  -webkit-transform: translateY(-100%) rotate(45deg);
      -ms-transform: translateY(-100%) rotate(45deg);
          transform: translateY(-100%) rotate(45deg);
  border: 1px solid #ddd;
  border-width: 0 0px 1px 1px;
}
.ts-author-content::before {
  position: absolute;
  content: "";
  left: 20px;
  top: -10px;
  font-size: 20px;
  font-family: "ts-iconfont";
  background: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
}
.ts-author-content .comment {
  margin-bottom: 12px;
}
.ts-author-content .comment a {
  font-weight: 500;
  font-style: italic;
  color: #222222;
  line-height: 20px;
}

@media (min-width: 600px) {
  .post-slider .owl-dots::after, .post-slider .owl-dots::before {
    display: block;
  }
  .post-slider .owl-prev, .post-slider .owl-next {
    width: 40px;
    height: 40px;
    line-height: 44px;
    padding: 0;
  }
}
.ts-play-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 18px 0;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  background: #fc4a00;
  color: #fff;
}
.ts-play-btn:hover {
  color: #fff;
}

/*============================
    shortcode: post list
========================================*/
.post-list-5 .post-block-style {
  padding-top: 0;
  padding-bottom: 15px;
}
.post-list-5 .post-block-style .post-thumb {
  width: 100%;
  margin-bottom: 15px;
}
.post-list-5 .post-block-style .post-content {
  width: 100%;
}

.post-list-2 .feature-item {
  margin-bottom: 20px;
}
.post-list-2 .item {
  margin-bottom: 15px;
}

.ts-grid-item-4 .post-meta {
  margin-bottom: 10px;
}
.ts-grid-item-4 p {
  margin-bottom: 10px;
}
.ts-grid-item-4 .post-readmore {
  font-weight: 700;
  text-transform: uppercase;
  color: #222222;
  position: relative;
}
.ts-grid-item-4 .post-readmore i {
  margin-left: 5px;
}
.ts-grid-item-4 .post-block-style {
  padding: 20px 0;
  position: relative;
}
.ts-grid-item-4 .post-block-style:first-child {
  padding-top: 0;
}
.ts-grid-item-4.show-border .post-block-style:not(:last-child):after {
  position: absolute;
  left: 0;
  width: 96%;
  content: "";
  height: 1px;
  background: #eaeaea;
  margin: auto;
  text-align: center;
  display: block;
  right: 0;
  bottom: 0;
}
.ts-grid-item-4.post-list-5 .post-block-style .post-thumb {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .ts-grid-item-4 .post-block-style .post-thumb {
    margin-bottom: 0;
  }
}
/*==================================================
      category layout style
 ================================================== */
.category-main-title .block-title {
  margin-bottom: 30px;
  border-color: #222222;
  font-size: 16px;
}
.category-main-title .block-title .title-bg {
  background: #222222;
}
.category-main-title .block-title .title-bg::before {
  background: #222222;
}
.category-main-title .block-title .title-bg::after {
  border-left-color: #222222;
}

.entry-blog-header .post-cat {
  margin-bottom: 10px;
}

.archive .entry-blog-summery .readmore-btn,
.entry-blog-summery.ts-post .readmore-btn {
  margin-top: 10px;
  display: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222222;
}
.archive .entry-blog-summery .readmore-btn .ts-icon,
.entry-blog-summery.ts-post .readmore-btn .ts-icon {
  margin-left: 10px;
}

.blog .entry-blog-summery.ts-post .readmore-btn {
  display: block;
}

.sub-category-list {
  margin-top: 20px;
}
.sub-category-list a {
  margin-right: 10px;
  margin-bottom: 0;
}

.category-layout1 .post-block-style {
  margin-bottom: 25px;
}

.category-layout2 .entry-blog-summery p {
  margin-bottom: 0;
}
.category-layout2 .entry-blog-summery .readmore-btn {
  display: block;
}
.category-layout2 .post-block-style {
  margin-bottom: 30px;
}

.category-layout3 .post-block-style {
  margin-bottom: 25px;
}
.category-layout3 .post-block-style .post-thumb {
  margin-bottom: 25px;
}
.category-layout3 .post-block-style .post-title {
  font-size: 30px;
  line-height: 40px;
}

.category-layout4 .ts-overlay-style {
  margin-bottom: 30px;
}
.category-layout4 .ts-overlay-style .post-content {
  padding: 30px;
}

.category-layout5 .feature-big {
  margin-bottom: 30px;
}
.category-layout5 .feature-big .post-title.md {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0.45px;
}
.category-layout5 article.post-layout {
  margin-bottom: 15px;
}

.category-layout6 .post-meta {
  margin-bottom: 17px;
}
.category-layout6 .post-block-style {
  margin-bottom: 30px;
}
.category-layout6 .entry-blog-summery .readmore-btn {
  display: block;
  margin-top: 20px;
}
.category-layout6 .post-layout + .post-layout .post-meta {
  margin-bottom: 10px;
}

.category-layout7 .post-block-style .grid-cat {
  position: relative;
  bottom: 0;
  left: 0;
}
.category-layout7 .post-block-style .grid-cat a.post-cat {
  background: transparent;
  color: #8DB392;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding-left: 40px;
  padding-right: 40px;
}
.category-layout7 .post-block-style .grid-cat a.post-cat:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 25px;
  height: 1px;
  background: #8DB392;
  bottom: 0;
  margin: auto;
}
.category-layout7 .post-block-style .grid-cat a.post-cat:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 25px;
  height: 1px;
  background: #8DB392;
  bottom: 0;
  margin: auto;
}
.category-layout7 .post-block-style .post-title .entry-blog-header .post-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}
.category-layout7 .post-block-style .post-title .post-meta {
  margin-bottom: 35px;
}
.category-layout7 .post-block-style .post-title .post-meta span {
  font-size: 12px;
  font-weight: 400;
  color: #101010;
}
.category-layout7 .post-block-style .post-title .post-meta span.post-author a {
  color: #8DB392;
}
.category-layout7 .post-block-style .post-content .post-thumb {
  border-radius: 0px;
  margin-bottom: 35px;
}
.category-layout7 .post-block-style .post-content .entry-blog-summery {
  padding: 0 30px;
  margin-bottom: 50px;
}
.category-layout7 .post-block-style.small-post .post-thumb {
  border-radius: 0px;
}
.category-layout7 .post-block-style.small-post .grid-cat {
  margin-top: 35px;
  margin-bottom: 10px;
}
.category-layout7 .post-block-style.small-post .post-content .entry-blog-header .post-title {
  font-weight: 400;
}
.category-layout7 .post-block-style.small-post .post-meta span {
  color: #101010;
}
.category-layout7 .post-block-style.small-post .post-meta span.post-author a {
  font-weight: 700;
  color: #101010;
}

.category-layout8 .ts-overlay-review-style .post-content {
  left: 30px;
  right: 30px;
  bottom: 30px;
  border-radius: 15px;
  background: #fff;
  text-align: center;
}
.category-layout8 .ts-overlay-review-style .post-content .post-title a {
  color: #101010;
}
.category-layout8 .ts-overlay-review-style .post-content .post-meta-info {
  display: block;
}
.category-layout8 .ts-overlay-review-style .post-content .post-meta-info li {
  color: #101010;
}
.category-layout8 .ts-overlay-review-style .post-content .post-meta-info li a {
  color: #101010;
}
.category-layout8 .ts-overlay-review-style .post-content a.post-cat {
  background: transparent;
  color: #DFAC62;
  font-size: 12px;
  font-weight: 400;
  padding: 0px 40px;
}
.category-layout8 .ts-overlay-review-style .post-content a.post-cat:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 25px;
  height: 1px;
  background: #DFAC62;
  bottom: 0;
  margin: auto;
}
.category-layout8 .ts-overlay-review-style .post-content a.post-cat:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 25px;
  height: 1px;
  background: #DFAC62;
  bottom: 0;
  margin: auto;
}
.category-layout8 .ts-overlay-review-style:before {
  display: none;
}
.category-layout8 .ts-overlay-review-style .item {
  border-radius: 15px;
  min-height: 420px;
}

/*==================================================
      single post layout
 ================================================== */
.blog-single .post-meta {
  margin-bottom: 10px;
  padding-left: 0;
  position: relative;
}
.blog-single .post-meta li {
  font-size: 14px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  font-weight: 400;
  color: #666;
}
.blog-single .post-meta li i {
  margin-right: 6px;
  font-size: 15px;
}
.blog-single .post-meta li a {
  color: #5c5c5c;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.blog-single .post-meta li a:hover {
  color: #fc4a00;
}
.blog-single .post-meta li a.post-cat {
  margin-left: 0;
  color: #fff;
}
.blog-single .post-meta li.post-author {
  padding-left: 0px;
}
.blog-single .post-meta li.post-author img {
  position: relative;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  margin-right: 6px;
  display: inline-block;
  border-radius: 50%;
}
.blog-single .post-meta li.post-author a {
  color: #232323;
  margin-left: 6px;
  font-weight: 600;
  text-transform: capitalize;
}
.blog-single .post-meta li:not(:last-child) {
  margin-right: 20px;
}
.blog-single .post-meta li.meta-post-view {
  color: #fc4a00;
}
.blog-single .post-meta .social-share {
  position: absolute;
  margin-left: 50px;
  right: 0;
}
@media (min-width: 1200px) {
  .blog-single .post-meta .social-share {
    top: 5px;
  }
}
.blog-single .post-meta .social-share i.fa-share {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fc4a00;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  padding: 10px 0;
  font-size: 12px;
}
.blog-single .post-meta .social-share .social-list {
  position: absolute;
  right: 36px;
  top: -8px;
  padding: 0;
  z-index: 1;
  background: #f7f7f7;
  min-width: 200px;
  padding: 12px 18px;
  display: none;
  text-align: center;
}
.blog-single .post-meta .social-share .social-list li:last-child {
  margin-right: 0;
}
.blog-single .post-meta .social-share:hover .social-list {
  display: block;
}
.blog-single p {
  line-height: 28px;
}
.blog-single p.img-caption-text {
  font-style: italic;
  color: #232323;
  font-weight: 500;
}
.blog-single ul li, .blog-single ol li {
  line-height: 28px;
}
.blog-single blockquote {
  margin: 0 !important;
}
.blog-single blockquote.wp-block-quote {
  background: transparent;
  text-align: center;
}
.blog-single .wp-block-image figure {
  margin-bottom: 30px;
}
.blog-single .tag-lists span {
  padding: 4px 13px;
  background: #fc4a00;
  color: #fff;
  border-radius: 35px;
  margin-right: 6px;
  display: inline-block;
}
.blog-single .tag-lists a {
  border-color: #aaaaaa;
  color: #aaaaaa;
}
.blog-single .tag-lists a:hover {
  border-color: #fc4a00;
  color: #fff;
}
.blog-single .tag-lists a:not(:first-child) {
  margin-left: 6px;
}

.wp-block-quote::before {
  color: #222222;
}
.wp-block-quote cite {
  font-style: italic;
  font-weight: 700;
  color: #333333;
  font-size: 16px;
}
.wp-block-quote cite::after {
  position: absolute;
  top: 0;
  width: 30px;
  height: 1px;
  background: #6c757d;
  content: "";
  bottom: 0;
  margin: 10px -40px 13px 0px;
  right: 0;
}

blockquote.wp-block-quote {
  background: transparent;
}
blockquote p {
  font-size: 17px;
  font-weight: 600;
  font-style: italic;
  line-height: 24px;
  color: #222222;
}

.author-box {
  padding: 20px 0;
  margin-bottom: 15px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  clear: both;
  overflow: hidden;
}
.author-box .author-info h3 {
  font-size: 14px;
  text-transform: capitalize;
}
.author-box .author-info p {
  margin-bottom: 0;
}

.author-item {
  margin-bottom: 30px;
}
.author-item .author-box {
  min-height: 110px;
  padding: 20px;
  border: 1px solid #eaeaea;
}

.post-footer {
  margin: 20px 0;
}

.ts-related-post .section-heading .block-title.title-border {
  margin-bottom: 30px;
}

.popular-grid-slider .ts-post-thumb {
  margin-bottom: 10px;
}

.post-header-style3 {
  margin-bottom: 30px !important;
}
.post-header-style3 p.img-caption-text {
  display: none;
}

.post-layout-style4 .post-single .entry-header {
  padding-right: 35px;
}

.post-layout-style5 .post-header-style7 .entry-header {
  margin-bottom: 20px;
}
.post-layout-style5 .post-meta li {
  color: #eeeeee;
}
.post-layout-style5 .post-meta li span {
  color: #eeeeee;
}
.post-layout-style5 .post-meta li.meta-post-view {
  color: #eeeeee;
}
.post-layout-style5 .post-meta li.meta-post-view .ts-icon {
  color: #fc4a00 !important;
}
.post-header-style7 .post-layout-style5 .post-meta li.post-author a {
  color: #eeeeee;
}
.post-layout-style5 .post-meta li.social-share {
  position: relative;
}
.post-layout-style5 .post-meta li.social-share .social-list li a {
  color: #222222;
}
.post-layout-style5 .post-meta li.social-share .social-list li a i {
  color: #222222;
}

.post-layout-style6 .post-meta li.social-share {
  position: relative;
}

@media (max-width: 767px) {
  .ts-author-comments::after {
    display: none;
  }

  .ts-comments-row.mb-50 {
    margin-bottom: 25px;
  }

  .post-navigation .post-previous a,
.post-navigation .post-next a {
    width: 100%;
    float: left;
    margin-top: 10px;
  }
}
/*==================================================
      footer
 ================================================== */
.footer-bar {
  border-bottom: 1px solid #333333;
  margin-bottom: 30px;
}

.ts-footer {
  background: #222222;
}
.ts-footer .widget-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 28px;
  padding-left: 0px;
  position: relative;
  margin-bottom: 40px;
}
.ts-footer .widget-title span {
  background: #222222;
  padding-right: 40px;
  position: relative;
}
.ts-footer .widget-title:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  margin: auto;
  content: "";
  background: #504f4f;
}
.ts-footer .footer-left-widget,
.ts-footer .footer-widget {
  margin-bottom: 30px;
}
.ts-footer .footer-left-widget p,
.ts-footer .footer-widget p {
  color: #eaeaea;
  font-weight: 400;
}
.ts-footer .footer-left-widget .tagcloud a,
.ts-footer .footer-widget .tagcloud a {
  color: #fff;
}
.ts-footer .footer-left-widget .footer-social,
.ts-footer .footer-widget .footer-social {
  padding: 0;
}
.ts-footer .footer-left-widget .footer-social li a,
.ts-footer .footer-widget .footer-social li a {
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  color: #fff;
  font-size: 22px;
  margin: 0 35px 0 0;
}
.ts-footer .footer-left-widget .footer-social li a:hover,
.ts-footer .footer-widget .footer-social li a:hover {
  color: #fc4a00;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.ts-footer .footer-left-widget .footer-social li:last-child a,
.ts-footer .footer-widget .footer-social li:last-child a {
  margin-right: 0;
}
.ts-footer .footer-bottom-center-widget .widget-title {
  padding-left: 0;
}
.ts-footer .footer-bottom-center-widget .widget-title:before {
  display: none;
}
.ts-footer .footer-bottom-center-widget .address-info {
  float: left;
  width: 50%;
}
.ts-footer .footer-bottom-center-widget .footer-contact-info-right {
  float: right;
  width: 50%;
}
.ts-footer .recent-posts-widget .post-content .post-title {
  line-height: 20px;
}
.ts-footer .recent-posts-widget .post-content .post-title a {
  color: #fff;
}
.ts-footer .recent-posts-widget .post-content .post-title a:hover {
  color: #fc4a00;
}
.ts-footer .recent-posts-widget .post-content .post-meta span {
  color: #999999;
  font-weight: 400;
}
.ts-footer .recent-posts-widget .post-content.media .sidebar-img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  width: 80px;
  height: 65px;
}
.ts-footer .recent-posts-widget .post-content.media .post-index,
.ts-footer .recent-posts-widget .post-content.media .post-tag {
  display: none;
}
.ts-footer .recent-posts-widget .post-tab-list .post-content {
  margin-top: 20px;
}
.ts-footer .footer-info {
  padding: 0;
  margin-bottom: 40px;
}
.ts-footer .footer-info li {
  color: #cccccc;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  font-weight: 400;
}
.ts-footer .footer-info li:last-child {
  margin-bottom: 0;
}
.ts-footer .footer-info li i {
  margin-right: 15px;
  font-size: 18px;
}
.ts-footer .footer-info li i.fa-home {
  color: #f45946;
}
.ts-footer .footer-info li i.ts-icon-phone2 {
  color: #3fa4f3;
}
.ts-footer .footer-info li i.fa-envelope {
  color: #04aea0;
}
@media (min-width: 1200px) {
  .ts-footer .footer-right-widget {
    padding-left: 60px;
  }
}

.newsletter-area {
  background-image: -o-linear-gradient(70deg, #f84270 0%, #fe803b 100%);
  background-image: linear-gradient(20deg, #f84270 0%, #fe803b 100%);
  padding: 40px 0;
}
.newsletter-area .ts-subscribe {
  padding: 0;
}
.newsletter-area .footer-newsletter {
  position: relative;
}
.newsletter-area .footer-newsletter p {
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 1200px) {
  .newsletter-area .footer-newsletter p {
    margin-right: 130px;
  }
}
.newsletter-area .footer-newsletter i.fa {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 17px;
}
.newsletter-area .footer-newsletter input[type=email] {
  background: transparent;
  height: 48px;
  color: #fff;
  border: none;
  width: 100%;
  padding: 0 40px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.newsletter-area .footer-newsletter input[type=email]::-webkit-input-placeholder {
  color: #fff;
}
.newsletter-area .footer-newsletter input[type=email]::-moz-placeholder {
  color: #fff;
}
.newsletter-area .footer-newsletter input[type=email]:-ms-input-placeholder {
  color: #fff;
}
.newsletter-area .footer-newsletter input[type=email]::-ms-input-placeholder {
  color: #fff;
}
.newsletter-area .footer-newsletter input[type=email]::placeholder {
  color: #fff;
}
.newsletter-area .footer-newsletter input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: #222222;
  border: none;
  color: #fff;
  cursor: pointer;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.newsletter-area .footer-newsletter input[type=submit]:hover {
  background: #fc4a00;
}

.block-elements .post-block-list .post-thumb img {
  height: 98px;
}

.ts-subscribe {
  padding: 30px 0px;
}

.newsletter-form {
  text-align: center;
  padding: 50px 40px;
  border: 10px solid #3a3a3a;
  position: relative;
}
.newsletter-form span {
  position: absolute;
  right: 0;
  top: -31px;
  width: 80px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  margin: auto;
  color: #fff;
  background: #222222;
  left: 0;
}
.newsletter-form span i {
  background: #3a3a3a;
  display: block;
  width: 50px;
  height: 50px;
  padding: 17px 0;
  border-radius: 50%;
  text-align: center;
  margin: auto;
}
.newsletter-form p {
  margin-bottom: 0;
  color: #fff;
}
.newsletter-form input[type=email] {
  height: 40px;
  width: 100%;
  color: #fff;
  text-align: center;
  background: transparent;
  border: 1px solid #3a3a3a;
  margin-bottom: 10px;
  font-size: 14px;
}
.newsletter-form input[type=email]::-webkit-input-placeholder {
  color: #cccccc;
}
.newsletter-form input[type=email]::-moz-placeholder {
  color: #cccccc;
}
.newsletter-form input[type=email]:-ms-input-placeholder {
  color: #cccccc;
}
.newsletter-form input[type=email]::-ms-input-placeholder {
  color: #cccccc;
}
.newsletter-form input[type=email]::placeholder {
  color: #cccccc;
}
.newsletter-form input[type=submit] {
  display: block;
  width: 100%;
  background: #ec0000;
  color: #fff;
  border: none;
  height: 40px;
  cursor: pointer;
  margin-bottom: 10px;
}
.newsletter-form h3 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 17px;
}

.recent-posts-widget .post-thumb,
.post-thumb-bg .post-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
  width: 38%;
  display: block;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.recent-posts-widget .post-thumb a,
.post-thumb-bg .post-thumb a {
  padding-bottom: 80%;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  overflow: hidden;
}
.recent-posts-widget .post-thumb .digiqole-sm-bg-img,
.post-thumb-bg .post-thumb .digiqole-sm-bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  display: block;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 4px;
}
.recent-posts-widget .post-thumb.post-thumb-low-padding a,
.post-thumb-bg .post-thumb.post-thumb-low-padding a {
  padding-bottom: 65%;
}
.recent-posts-widget .post-thumb.post-thumb-full,
.post-thumb-bg .post-thumb.post-thumb-full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}
.recent-posts-widget .post-thumb a.post-cat,
.post-thumb-bg .post-thumb a.post-cat {
  display: inline-block;
}
.recent-posts-widget .post-thumb:hover .digiqole-sm-bg-img,
.post-thumb-bg .post-thumb:hover .digiqole-sm-bg-img {
  background-position: center 45%;
}
.recent-posts-widget .post-thumb.post-thumb-radius,
.post-thumb-bg .post-thumb.post-thumb-radius {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27%;
          flex: 0 0 27%;
  width: 27%;
}
.recent-posts-widget .post-thumb.post-thumb-radius a,
.post-thumb-bg .post-thumb.post-thumb-radius a {
  padding-bottom: 92%;
}
.recent-posts-widget .post-thumb.post-thumb-radius .digiqole-sm-bg-img,
.post-thumb-bg .post-thumb.post-thumb-radius .digiqole-sm-bg-img {
  border-radius: 50%;
}
.recent-posts-widget .post-thumb .grid-cat a.post-cat,
.post-thumb-bg .post-thumb .grid-cat a.post-cat {
  padding-bottom: 0;
}
.recent-posts-widget .post-thumb .ts-play-btn,
.post-thumb-bg .post-thumb .ts-play-btn {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  margin: auto;
  padding: 18px 0 !important;
}
.recent-posts-widget .post-block-style .post-thumb .digiqole-sm-bg-img,
.post-thumb-bg .post-block-style .post-thumb .digiqole-sm-bg-img {
  background-size: auto;
  background-position: center;
}
.recent-posts-widget .post-block-style:hover .post-thumb .digiqole-sm-bg-img,
.post-thumb-bg .post-block-style:hover .post-thumb .digiqole-sm-bg-img {
  background-position: 45%;
}

.featured-tab-item .block-tab-item .post-block-list .post-thumb a {
  padding-bottom: 65%;
}

.recent-posts-widget .posts-thumb img {
  width: 95px;
  height: 75px;
}
.recent-posts-widget .post-info .entry-title {
  font-size: 14px;
  line-height: 20px;
}
.recent-posts-widget .post-info .entry-title a {
  color: #fff;
}
.recent-posts-widget .post-info .entry-title a:hover {
  color: #fc4a00;
}
.recent-posts-widget .post-info p.post-meta {
  margin-bottom: 0;
}
.recent-posts-widget .post-info p.post-meta span {
  color: #fff;
}
.recent-posts-widget ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #3a3a3a;
}
.recent-posts-widget ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.recent-posts-widget.post-list-item .post-tab-list .post-content:first-of-type {
  margin-top: 0;
}

.digiqole-rating {
  width: 70px;
  position: absolute;
  height: 70px;
  border-radius: 50%;
  right: 25px;
  top: 25px;
  text-align: center;
}
.digiqole-rating .digiqole-review-percent {
  width: 100%;
  height: 100%;
  position: relative;
  right: 0;
  top: 0;
}
.digiqole-rating .review-chart {
  color: #fff;
  padding: 15px;
}
.digiqole-rating .review-chart .ts-icon {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
}
.digiqole-rating .review-chart canvas {
  position: absolute;
  left: 0;
  top: 0;
}

.footer-social .widget-title {
  padding-left: 0;
}
.footer-social .widget-title:before {
  display: none;
}
.footer-social ul {
  padding: 0;
}
.footer-social ul.xs-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-social ul li {
  display: inline-block;
}
.footer-social ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  font-size: 14px;
  display: block;
  background: #fc4a00;
  padding: 10px 0px;
  color: #fff;
  text-align: center;
  margin: 5px;
}
.footer-social ul li a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.footer-social ul li.ts-facebook a {
  background: #3b5998;
}
.footer-social ul li.ts-linkedin a {
  background: #0077b5;
}
.footer-social ul li.ts-twitter a {
  background: #1da1f2;
}
.footer-social ul li.ts-pinterest a {
  background: #bd081c;
}
.footer-social ul li.ts-instagram a {
  background: #262626;
}
.footer-social ul li.ts-youtube a {
  background: #ff0000;
}
.footer-social ul li.ts-dribbble a {
  background: #ea4c89;
}

.copy-right {
  background: #000000;
  padding: 15px 0px;
}
.copy-right p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.footer-nav {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.footer-nav li {
  display: inline-block;
}
.footer-nav li a {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin: 0 8px;
}
.footer-nav li a:hover {
  color: #fc4a00;
}

/*------------back to top-------------*/
.BackTo {
  background: #fc4a00 none repeat scroll 0 0;
  border-radius: 50%;
  color: #979797;
  cursor: pointer;
  height: 44px;
  position: relative;
  text-align: center;
  width: 44px;
  display: block;
  padding: 12px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: auto;
}
.BackTo:hover {
  background: #000;
}
.BackTo a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

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

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

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

.progress-bar {
  height: 4px;
  background: #676666;
  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;
    -o-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;
  }
}
/* ******************************
// feature post tab

*******************************/
.digiqole-feature-post-tab {
  position: relative;
}
.digiqole-feature-post-tab .fade {
  -webkit-transition: 0.9s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: 0.9s cubic-bezier(0.7, 0, 0.3, 1);
  transition: 0.9s cubic-bezier(0.7, 0, 0.3, 1);
}
.digiqole-feature-post-tab .fade.show {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation: scaleUp 0.8s forwards ease-in;
          animation: scaleUp 0.8s forwards ease-in;
  -webkit-transition: 0.9s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: 0.9s cubic-bezier(0.7, 0, 0.3, 1);
  transition: 0.9s cubic-bezier(0.7, 0, 0.3, 1);
}
.digiqole-feature-post-tab .grid_container {
  max-width: 1140px;
  margin: auto;
}
.digiqole-feature-post-tab .video-item.ts-overlay-style {
  min-height: 600px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.digiqole-feature-post-tab .video-item.ts-overlay-style:before {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
}
.digiqole-feature-post-tab .video-item.ts-overlay-style .post-content {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  top: 50%;
  max-width: 700px;
}
.digiqole-feature-post-tab .video-item.ts-overlay-style .post-content p {
  color: #fff;
}
.digiqole-feature-post-tab .grid_container1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.digiqole-feature-post-tab .feature-tab-inner {
  max-width: 1140px;
  margin: auto;
  position: relative;
  top: 20%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.digiqole-feature-post-tab .video-tab-list.bg-dark-item {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 1;
  height: 350px;
  width: 350px;
  overflow: hidden;
  background: transparent;
}
.digiqole-feature-post-tab .video-tab-list.bg-dark-item .post-tab-list li {
  margin-bottom: 15px;
}
.digiqole-feature-post-tab .video-tab-list.bg-dark-item .post-tab-list .side-img {
  position: relative;
  margin-right: 20px;
}
.digiqole-feature-post-tab .video-tab-list.bg-dark-item .post-tab-list .side-img img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.digiqole-feature-post-tab .video-tab-list.bg-dark-item .post-tab-list .post-cat {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.digiqole-feature-post-tab .video-tab-list.bg-dark-item .post-tab-list .post-meta-info {
  padding: 0;
}
.digiqole-feature-post-tab .video-tab-list.bg-dark-item .post-tab-list .post-meta-info li {
  color: #fff;
  list-style-type: none;
  font-size: 12px;
}
.digiqole-feature-post-tab .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 1px;
}
.digiqole-feature-post-tab .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(228, 182, 182, 0.4);
}

/* video post tab  */
.video-tab-list .post-tab-list li a.active h4.post-title,
.video-tab-list .post-tab-list li a:hover h4.post-title {
  color: #fc4a00;
}

.digiqole-feature-post-tab .grid_container1 {
  width: 35%;
  left: auto;
}
@media (min-width: 768px) {
  .digiqole-feature-post-tab .grid_container1 {
    right: 50px;
  }
}

@media (max-width: 767px) {
  .digiqole-feature-post-tab .grid_container1 {
    width: 100%;
    position: static;
    margin-top: 20px;
  }
}
@media (max-widh: 479px) {
  .digiqole-feature-post-tab .video-item.ts-overlay-style .post-content {
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes scaleUp {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleUp {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
/* =======================
// Sticky sidebar
=========================== */
@media (min-width: 1025px) {
  #sidebar.fixed {
    position: fixed;
    top: 0;
    max-width: 350px;
  }
}
/* =======================
// dark mode
=========================== */
.form-control,
.header-middle-area,
.body-inner-content {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.tranding-bg-white.trending-light.bg-gray,
.topbar.topbar-gray {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.dark-mode {
  background: #000000;
  position: relative;
}
.dark-mode body {
  background: #000000;
}
.dark-mode .tranding-bg-white .tranding-bar .tp-control a {
  background: #ddd;
}
.dark-mode .tranding-bar .trending-slide .trending-title {
  border-right: none;
}
.dark-mode .comments-list .comment-reply-link,
.dark-mode .comments-list .comment-author,
.dark-mode .topbar.topbar-gray .top-info li,
.dark-mode .load-more-btn .digiqole-post-grid-loadmore,
.dark-mode .public-xs-review-box .xs-review textarea,
.dark-mode .form-control,
.dark-mode #xs_review_form_public_data .xs-review-box .xs-review input[type=text],
.dark-mode .topbar.topbar-gray .tranding-bg-white .tranding-bar .trending-slide-bg .trending-title,
.dark-mode .topbar .top-nav li a,
.dark-mode .style8 .social-links li a {
  color: #fff;
}
.dark-mode .post-list-3 .feature-item {
  border-bottom: none;
}
.dark-mode .comments-list .comment-body {
  border-bottom-color: #2d2727;
}
.dark-mode .author-box {
  border-top-color: #2d2727;
  border-bottom-color: #2d2727;
}
.dark-mode .xs-review-overview-list {
  border-right-color: #2d2727;
}
.dark-mode .apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a,
.dark-mode .load-more-btn .digiqole-post-grid-loadmore,
.dark-mode #xs_review_form_public_data .xs-review-box .xs-review input[type=text],
.dark-mode .public-xs-review-box .xs-review input, .dark-mode .public-xs-review-box .xs-review textarea,
.dark-mode .form-control,
.dark-mode .ts-author-content {
  border-color: #2d2727;
}
.dark-mode .ts-author-comments::after,
.dark-mode .load-more-btn .digiqole-post-grid-loadmore,
.dark-mode .load-more-btn:before,
.dark-mode .main-slide.style4 .digiqole-main-slider .post-content,
.dark-mode .ts-review-post .item .overlay-post-content,
.dark-mode .main-slide.style4 .owl-nav .owl-prev, .dark-mode .main-slide.style4 .owl-nav .owl-next,
.dark-mode .category-layout8 .ts-overlay-review-style .post-content,
.dark-mode .banner.food-banner {
  background: #1f1f1f;
}
.dark-mode .tranding-bg-white.trending-light.bg-gray,
.dark-mode .topbar.topbar-gray {
  background-color: #333;
}
.dark-mode .form-control,
.dark-mode .header-middle-area,
.dark-mode .body-inner-content {
  background-color: #1f1f1f;
}
.dark-mode body,
.dark-mode .tranding-bg-white .tranding-bar .trending-slide-bg .post-title a,
.dark-mode .heading-style3 .block-title,
.dark-mode .heading-style2 .block-title,
.dark-mode .apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a .apsc-inner-block,
.dark-mode .nav-tabs .nav-item .nav-link,
.dark-mode .nav-tabs .nav-item .nav-link h3,
.dark-mode .nav-tabs .nav-item .nav-link.active,
.dark-mode .post-title a,
.dark-mode .post-meta span,
.dark-mode .post-meta span a,
.dark-mode .ts-author,
.dark-mode .ts-author a,
.dark-mode .post-content p,
.dark-mode .post-list-item .recen-tab-menu.nav-tabs li a,
.dark-mode .ts-author-content:before,
.dark-mode .ts-author-content .comment a,
.dark-mode .ts-author-media .ts-author-meta,
.dark-mode .breadcrumb li,
.dark-mode .breadcrumb li a,
.dark-mode .post-title,
.dark-mode .blog-single .post-meta li,
.dark-mode .blog-single .post-meta li.post-author a,
.dark-mode .blog-single .post-meta li.post-comment a,
.dark-mode .wp-block-quote:before,
.dark-mode .wp-block-quote p,
.dark-mode .wp-block-quote cite,
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6,
.dark-mode .blog-single .tag-lists a,
.dark-mode .blog-single ul li,
.dark-mode .blog-single ol li,
.dark-mode .post-date-info,
.dark-mode .error-page .error-code,
.dark-mode .pagination li a i,
.dark-mode .pagination li span i,
.dark-mode .author-box .author-url a,
.dark-mode .post-content .post-meta-info li,
.dark-mode .post-content .post-meta-info li a,
.dark-mode .ekit-wid-con .elementskit-section-title-wraper .elementskit-section-subtitle,
.dark-mode .ekit-wid-con .elementskit-infobox .elementskit-info-box-icon i,
.dark-mode .ekit-wid-con .ekit-offcanvas-toggle-wraper .ekit_offcanvas-sidebar i,
.dark-mode .sidebar ul li a,
.dark-mode .post-readmore,
.dark-mode .heading-style4 .title-border .title-bg,
.dark-mode .elementor-social-icons-wrapper .elementor-social-icon i,
.dark-mode .ts-category-classic .ts-category-list li a,
.dark-mode .digiqole-serach .ts-icon-search1,
.dark-mode .post-navigation span,
.dark-mode .post-navigation .post-next a p,
.dark-mode .post-navigation .post-previous a p,
.dark-mode .weekend-top .owl-nav .owl-next,
.dark-mode .weekend-top .owl-nav .owl-prev,
.dark-mode .ts-grid-item-2 .item .post-content .post-cat,
.dark-mode a.post-cat.only-color,
.dark-mode .sidebar .widget .widget-title,
.dark-mode .main-slider.style5 .post-content .grid-category .post-cat,
.dark-mode .ekit-wid-con .ekit-btn-wraper .elementskit-btn,
.dark-mode .main-slide.style4 .owl-nav .owl-prev i, .dark-mode .main-slide.style4 .owl-nav .owl-next i,
.dark-mode .elementor-widget-elementskit-social-share .ekit_socialshare li a,
.dark-mode .blog-single .xs-review-box .review-reviwer-info-section .xs-reviewer-author,
.dark-mode .view-review-list .xs-review-date,
.dark-mode .xs-reviewer-details .xs-review-summery > p {
  color: #fff !important;
}
.dark-mode .heading-style3 .block-title .title-angle-shap:before,
.dark-mode .heading-style3 .block-title .title-angle-shap:after,
.dark-mode .post-meta span a:before,
.dark-mode .ts-author-comments:after,
.dark-mode .ts-grid-item-2 .item .post-content .post-cat:before,
.dark-mode a.post-cat.only-color:before,
.dark-mode .sidebar .widget .widget-title .title-angle-shap:before,
.dark-mode .sidebar .widget .widget-title .title-angle-shap:after,
.dark-mode .main-slider.style5 .post-content .grid-category .post-cat:before,
.dark-mode .main-slide.style4 .digiqole-main-slider .post-content .post-meta-info li::before,
.dark-mode .post-meta span::before,
.dark-mode .post-meta .post-meta-date::before,
.dark-mode .post-meta-info li::before,
.dark-mode .elementskit-infobox.text-left.icon-lef-right-aligin {
  background: #fff !important;
}
.dark-mode .heading-style2 .block-title.title-border .title-bg {
  background: #000;
}
.dark-mode .apsc-icons-wrapper.apsc-theme-2 .apsc-each-profile a,
.dark-mode .ts-author-content,
.dark-mode .blog-single .tag-lists a,
.dark-mode #xs_review_form_public_data .xs-review-box .xs-review input[type=text],
.dark-mode #xs_review_form_public_data .xs-review-box .xs-review input,
.dark-mode #xs_review_form_public_data .xs-review-box .xs-review textarea,
.dark-mode .form-control {
  border-color: #fff !important;
}
.dark-mode .ts-author-content:before {
  background: #1f1f1f !important;
}
.dark-mode .blog-single .tag-lists a:hover {
  border-color: #fc4a00;
}
.dark-mode .changemode-icon:before {
  content: "";
}
.dark-mode .ts-author-media {
  background-color: transparent !important;
}
.dark-mode .load-more-btn:before {
  background: #2d2727 !important;
}
.dark-mode .ts-category-list-item.widgets_category .ts-category-list li {
  border-bottom: none;
}
.dark-mode .xs_reviw_title::-webkit-input-placeholder, .dark-mode .xs_reviwer_website::-webkit-input-placeholder, .dark-mode .xs_reviw_summery::-webkit-input-placeholder, .dark-mode .form-control::-webkit-input-placeholder {
  color: #fff;
}
.dark-mode .xs_reviw_title::-moz-placeholder, .dark-mode .xs_reviwer_website::-moz-placeholder, .dark-mode .xs_reviw_summery::-moz-placeholder, .dark-mode .form-control::-moz-placeholder {
  color: #fff;
}
.dark-mode .xs_reviw_title:-ms-input-placeholder, .dark-mode .xs_reviwer_website:-ms-input-placeholder, .dark-mode .xs_reviw_summery:-ms-input-placeholder, .dark-mode .form-control:-ms-input-placeholder {
  color: #fff;
}
.dark-mode .xs_reviw_title::-ms-input-placeholder, .dark-mode .xs_reviwer_website::-ms-input-placeholder, .dark-mode .xs_reviw_summery::-ms-input-placeholder, .dark-mode .form-control::-ms-input-placeholder {
  color: #fff;
}
.dark-mode .xs_reviw_title::placeholder,
.dark-mode .xs_reviwer_website::placeholder,
.dark-mode .xs_reviw_summery::placeholder,
.dark-mode .form-control::placeholder {
  color: #fff;
}
.dark-mode .author-box {
  border-top-color: #fff !important;
  border-bottom-color: #fff !important;
}
.dark-mode .body-box-layout .elementor-section.elementor-section-boxed > .elementor-container {
  background: #1f1f1f;
}
.dark-mode .ekit-wid-con .elementskit-infobox {
  border-color: #101010;
  background: none;
}
.dark-mode .ekit-wid-con .ekit_social_media {
  margin-bottom: 0;
}
.dark-mode .elementor-social-icons-wrapper .elementor-grid-item {
  padding-top: 5px;
}
.dark-mode .elementor-widget-elementskit-social-share .ekit_socialshare {
  margin-bottom: 0;
}
.dark-mode .elementskit-navbar-nav > li > a {
  color: #fff !important;
}
.dark-mode .elementskit-navbar-nav > li > a .elementskit-submenu-indicator {
  color: #fff !important;
}
.dark-mode .header6 .elementskit-navbar-nav > li > a {
  color: #222222 !important;
}
.dark-mode .header6 .elementskit-navbar-nav > li > a .elementskit-submenu-indicator {
  color: #222222 !important;
}
.dark-mode .personal-blog-newsletter-sec .elementskit-section-title {
  color: #222;
}
.dark-mode .social-links.social-dark li a {
  color: #fff;
}
.dark-mode .elementor-section-wrap .elementor-section,
.dark-mode .elementor-column-wrap.elementor-element-populated {
  background-color: transparent !important;
  background-image: none !important;
}
.dark-mode .header .elementor-section-wrap > .elementor-section {
  background-color: #fff !important;
}

@-webkit-keyframes ts_spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes ts_spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.dark-light-mode-icon {
  position: fixed;
  top: 45%;
  right: 0;
  background: #444444;
  text-align: center;
  z-index: 99;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.dark-light-mode-icon a {
  color: #fff;
  display: block;
  padding: 13px 0;
  line-height: 0.8;
}

.changemode-icon {
  -webkit-animation: ts_spin 5000ms linear infinite;
          animation: ts_spin 5000ms linear infinite;
}

.post-meta-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-meta-info li.ts-author-avatar {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-meta-info li.ts-author-avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  margin-right: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-meta-info li.ts-author-avatar a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.single-post-gallery-wrap {
  margin-bottom: 30px;
}
.single-post-gallery-wrap #single-post-sync-slider1 {
  margin-bottom: 10px;
}

/*===============================
        Personal Blog
================================*/
.digiqole-blog-slider {
  position: relative;
}
.digiqole-blog-slider .item.post-slide-item {
  position: relative;
  border-radius: 0;
  background-position: top;
  background-size: cover;
}
.digiqole-blog-slider .item.post-slide-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.digiqole-blog-slider .item.post-slide-item .post-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -40%);
      -ms-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  background: transparent;
  max-width: 800px;
  color: #fff;
  text-align: center;
  padding: 40px 0;
}
.digiqole-blog-slider .item.post-slide-item .post-content .grid-category a.post-cat {
  background-color: transparent;
  font-weight: 400;
}
.digiqole-blog-slider .item.post-slide-item .post-content .post-meta-info {
  display: inline-block;
}
.digiqole-blog-slider .item.post-slide-item .post-content .post-meta-info li {
  text-transform: uppercase;
}
.digiqole-blog-slider .item.post-slide-item .post-content .post-readmore::after {
  background: #fff;
}
.digiqole-blog-slider .item .post-readmore {
  font-size: 14px;
  font-weight: 400;
}
.digiqole-blog-slider .item .post-readmore i {
  margin-left: 5px;
}
.digiqole-blog-slider .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}

.ts-category-list-classic .ts-category-list li a {
  border-radius: 0px;
}
.ts-category-list-classic .ts-category-list li a:before {
  background: none;
}
.ts-category-list-classic .ts-category-list li a span {
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #8DB392;
  padding: 5px 15px;
}
.ts-category-list-classic .ts-category-list li a span:after {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  width: 25px;
  height: 1px;
  top: 50%;
  right: -20px;
  background: #fff;
}
.ts-category-list-classic .ts-category-list li a span:before {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  width: 25px;
  height: 1px;
  top: 50%;
  left: -20px;
  background: #fff;
}

.personal-blog-cta input[type=email] {
  height: 48px;
  color: #fff;
  border: none;
  min-width: 320px;
  padding: 0 20px;
  background: #fff;
  border-radius: 0px;
}
.personal-blog-cta input[type=submit] {
  position: absolute;
  right: 35px;
  top: 0;
  padding: 0 40px;
  border-radius: 0px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  background: #8DB392;
  border: none;
  color: #fff;
  cursor: pointer;
}

.food-blog-cta input[type=email] {
  height: 48px;
  color: #fff;
  border: none;
  min-width: 320px;
  padding: 0 20px;
  background: #fff;
  border-radius: 10px;
}
.food-blog-cta input[type=submit] {
  position: absolute;
  right: 35px;
  top: 0;
  padding: 0 40px;
  border-radius: 10px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  background: #DFAC62;
  border: none;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .food-blog-cta input[type=submit] {
    position: static;
    left: 0;
    bottom: 0;
    margin: 10px 0;
  }
}

.heading-style4 .title-border {
  border: none;
}
.heading-style4 .title-border .title-bg {
  color: #101010;
  background: transparent;
}
.heading-style4 .title-border .title-bg:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 50px;
  height: 1px;
  background: #8DB392;
  bottom: 0;
  margin: auto;
}
.heading-style4 .title-border .title-bg:after {
  display: none;
}

.recent-post-classic .post-list-item .post-tab-list .post-content .post-thumb a img.sidebar-img {
  width: 111px;
  border-radius: 0px;
}
.recent-post-classic .post-list-item .post-tab-list .post-content .post-info .post-tag a.post-cat {
  color: #8DB392;
  padding: 0 0 0 35px;
}
.recent-post-classic .post-list-item .post-tab-list .post-content .post-info .post-tag a.post-cat:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 25px;
  height: 1px;
  background: #8DB392;
  bottom: 0;
  margin: auto;
}
.recent-post-classic .post-list-item .post-tab-list .post-content .post-info .post-title {
  line-height: 26px;
}
.recent-post-classic .post-list-item .post-tab-list .post-content .post-info .post-title a {
  font-weight: 400;
}

.food-recent-post .post-list-item .post-tab-list .post-content .post-info .post-tag a.post-cat {
  color: #DFAC62;
}
.food-recent-post .post-list-item .post-tab-list .post-content .post-info .post-tag a.post-cat:before {
  background: #DFAC62;
}
.food-recent-post .post-list-item .post-tab-list .post-content .post-info .post-meta .post-date {
  color: #101010;
}
.food-recent-post .post-list-item .post-tab-list .post-content .post-info .post-title a {
  font-size: 20px;
  font-weight: 700;
}

.ts-category-classic .ts-category-list li a {
  padding: 0px;
  color: #101010;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
}
.ts-category-classic .ts-category-list li a:before {
  background: transparent;
}
.ts-category-classic .ts-category-list li a .category-count {
  color: #fff;
  background: #8DB392;
  border-radius: 0;
}
.ts-category-classic .ts-category-list li a span.bar {
  border-color: #707070;
  margin: 0 85px 0 25px;
}

.ts-category-list-thumb .ts-category-list a {
  border-radius: 15px;
  position: relative;
  width: 100%;
  padding: 20px;
  background-size: cover;
  background-position: center;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  overflow: hidden;
}
.ts-category-list-thumb .ts-category-list a .category-details {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: #DFAC62;
  width: 100%;
  padding: 15px 0;
}
.ts-category-list-thumb .ts-category-list a .category-details h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: -5px;
}
.ts-category-list-thumb .ts-category-list a span.category-count {
  background: transparent;
  color: #fff;
  padding: 5px;
  width: 0;
  display: contents;
  font-weight: 400;
}
.ts-category-list-thumb .ts-category-list a:before {
  display: none;
}
.ts-category-list-thumb.style3 .ts-category-list a {
  margin-bottom: 30px;
  border-radius: 15px;
}
.ts-category-list-thumb.style3 .ts-category-list a .category-details h4 {
  margin-bottom: 6px;
}

.blog-author .ts-grid-box {
  background: transparent;
}
.blog-author .ts-grid-box .ts-post-thumb a img {
  border-radius: 50%;
}
.blog-author .ts-grid-box .ts-post-thumb:hover img {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.blog-author .ts-grid-box .post-content .post-title {
  margin-top: 35px;
}
.blog-author .ts-grid-box .post-content .post-title a {
  color: #fff;
  font-weight: 400;
}
.blog-author .ts-grid-box .post-content p {
  font-size: 16px;
  color: #fff;
}

.ts-blog-footer .menu-footer-menu-container ul.menu {
  text-align: center;
}
.ts-blog-footer .menu-footer-menu-container ul.menu li {
  display: inline-block;
  padding: 0px 20px;
  position: relative;
}
.ts-blog-footer .menu-footer-menu-container ul.menu li a {
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #fff;
}
.ts-blog-footer .menu-footer-menu-container ul.menu li a::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #8DB392;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto 0;
}

.ts-food-footer .menu-footer-menu-container ul.menu {
  text-align: center;
}
.ts-food-footer .menu-footer-menu-container ul.menu li {
  display: inline-block;
  padding: 0px 20px;
  position: relative;
}
.ts-food-footer .menu-footer-menu-container ul.menu li a {
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #fff;
}
.ts-food-footer .menu-footer-menu-container ul.menu li a::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #DFAC62;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto 0;
}

.horizontal-post-block .post-block-style .post-thumb {
  border-radius: 0px;
}
.horizontal-post-block .post-block-style .post-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}
.horizontal-post-block .post-block-style .post-content a.post-cat {
  background: transparent;
  color: #8DB392;
  font-size: 12px;
  font-weight: 400;
  padding-left: 40px;
}
.horizontal-post-block .post-block-style .post-content a.post-cat:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 25px;
  height: 1px;
  background: #8DB392;
  bottom: 0;
  margin: auto;
}
.horizontal-post-block .post-block-style .post-content .post-readmore {
  font-weight: 400;
}

/* ===========================
// Shortcode : Style 9 
=============================*/
.block-item-post.style9 .post-thumb-wrap {
  margin: 40px 0;
}

/* ===========================
// Instgram Feed : 
=============================*/
.ekit-ins-feed .instagram-btn {
  background: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  color: #333;
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 40px;
  margin: auto;
  max-width: 150px;
}
.ekit-ins-feed .instagram-btn i {
  margin-right: 5px;
}

/* ===========================
// Shortcode : Main Slider Style 3 
=============================*/
.main-slider.style3 .owl-nav {
  top: 0;
  left: 0;
  margin: auto;
  position: static;
}
.main-slider.style3 .owl-nav .owl-prev, .main-slider.style3 .owl-nav .owl-next {
  width: 46px;
  height: 46px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  line-height: 40px;
  padding: 5px;
  left: 50px;
}
.main-slider.style3 .owl-nav .owl-prev i, .main-slider.style3 .owl-nav .owl-next i {
  font-size: 24px;
}
@media (max-width: 767px) {
  .main-slider.style3 .owl-nav .owl-prev, .main-slider.style3 .owl-nav .owl-next {
    display: none;
  }
}
.main-slider.style3 .owl-nav .owl-next {
  left: auto;
  right: 50px;
}

/* ===========================
// Shortcode : Main Slider Style 4
=============================*/
.main-slide.style4 .digiqole-main-slider .post-content {
  background: #fff;
  border-radius: 15px;
  padding: 50px 60px;
  min-height: 320px;
  bottom: 0;
  top: auto;
  -webkit-transform: translate(-50%, -16%);
      -ms-transform: translate(-50%, -16%);
          transform: translate(-50%, -16%);
}
.main-slide.style4 .digiqole-main-slider .post-content .grid-category .post-cat {
  color: #DFAC62 !important;
  font-size: 12px;
  margin-bottom: 15px;
  background: transparent !important;
  padding: 0 40px !important;
}
.main-slide.style4 .digiqole-main-slider .post-content .grid-category .post-cat::before, .main-slide.style4 .digiqole-main-slider .post-content .grid-category .post-cat::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 25px;
  height: 1px;
  background: #DFAC62;
}
.main-slide.style4 .digiqole-main-slider .post-content .grid-category .post-cat::after {
  left: auto;
  right: 0;
}
.main-slide.style4 .digiqole-main-slider .post-content .grid-category .post-cat:hover .post-cat {
  color: #DFAC62;
}
.main-slide.style4 .digiqole-main-slider .post-content .post-title.lg {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 30px;
}
.main-slide.style4 .digiqole-main-slider .post-content .post-title.lg a {
  color: #101010;
}
.main-slide.style4 .digiqole-main-slider .post-content .post-title.lg:hover a {
  color: #DFAC62;
}
.main-slide.style4 .digiqole-main-slider .post-content .post-meta-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-slide.style4 .digiqole-main-slider .post-content .post-meta-info li {
  color: #101010;
  font-weight: 400;
  padding: 0 10px;
  margin-right: 10px;
}
.main-slide.style4 .digiqole-main-slider .post-content .post-meta-info li::before {
  background: #101010;
}
.main-slide.style4 .digiqole-main-slider .post-content .post-meta-info li i {
  margin: 0;
  display: none;
}
.main-slide.style4 .digiqole-main-slider .post-content .post-meta-info li a {
  color: inherit;
  font-weight: 700;
}
.main-slide.style4 .digiqole-main-slider .post-slide-item {
  border-radius: 15px;
}
.main-slide.style4 .owl-nav .owl-prev,
.main-slide.style4 .owl-nav .owl-next {
  width: 46px;
  height: 46px;
  background: #fff;
  position: absolute;
  line-height: 40px;
  padding: 7px;
  left: 15%;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.main-slide.style4 .owl-nav .owl-prev i,
.main-slide.style4 .owl-nav .owl-next i {
  color: #101010;
  font-size: 22px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.main-slide.style4 .owl-nav .owl-prev:hover,
.main-slide.style4 .owl-nav .owl-next:hover {
  background: #DFAC62;
}
.main-slide.style4 .owl-nav .owl-prev:hover i,
.main-slide.style4 .owl-nav .owl-next:hover i {
  color: #fff;
}
.main-slide.style4 .owl-nav .owl-next {
  left: auto;
  right: 15%;
}
@media (max-width: 1024px) {
  .main-slide.style4 .owl-nav .owl-prev,
.main-slide.style4 .owl-nav .owl-next {
    left: 5%;
  }
  .main-slide.style4 .owl-nav .owl-next {
    left: auto;
    right: 5%;
  }
}
@media (max-width: 991px) {
  .main-slide.style4 .owl-nav .owl-prev,
.main-slide.style4 .owl-nav .owl-next {
    display: none;
  }
  .main-slide.style4 .digiqole-blog-slider .item.post-slide-item .post-content {
    max-width: 550px;
  }
}

/* ===========================
// Shortcode : Main Slider Style5
=============================*/
.main-slider.style5 .post-content {
  padding: 25px 0;
}
.main-slider.style5 .post-content .grid-category .post-cat {
  font-size: 13px;
  text-transform: uppercase;
  background: transparent !important;
  color: #777777 !important;
  position: relative;
  padding-left: 13px;
}
.main-slider.style5 .post-content .grid-category .post-cat::before {
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  background: #777;
  border-radius: 50%;
  margin: auto;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.main-slider.style5 .post-content .grid-category .post-cat:hover {
  color: #fc4a00 !important;
}
.main-slider.style5 .post-content .grid-category .post-cat:hover::before {
  background: #fc4a00;
}
.main-slider.style5 .post-content .post-meta-info li {
  margin-right: 25px;
}
.main-slider.style5 .owl-nav {
  position: static;
  bottom: auto;
  top: 30%;
}
.main-slider.style5 .owl-nav .owl-prev, .main-slider.style5 .owl-nav .owl-next {
  position: absolute;
  left: 20px;
  top: 30%;
  width: 36px;
  height: 36px;
  line-height: 32px;
}
.main-slider.style5 .owl-nav .owl-prev:hover, .main-slider.style5 .owl-nav .owl-next:hover {
  background: #101010;
}
.main-slider.style5 .owl-nav .owl-next {
  left: auto;
  right: 20px;
}

.weekend-top .owl-nav .owl-prev,
.weekend-top .owl-nav .owl-next {
  width: 46px;
  height: 46px;
  background: transparent;
  border: 1px solid #EAEAEA;
  color: #101010;
  left: -90px;
  border-radius: 50%;
  line-height: 43px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: none;
}
.weekend-top .owl-nav .owl-prev:hover,
.weekend-top .owl-nav .owl-next:hover {
  background: transparent;
}
.weekend-top .owl-nav .owl-prev i,
.weekend-top .owl-nav .owl-next i {
  color: #101010;
}
.weekend-top .owl-nav .owl-next {
  left: auto;
  right: -90px;
}
@media (min-width: 1366px) {
  .weekend-top .owl-nav .owl-prev,
.weekend-top .owl-nav .owl-next {
    display: block;
  }
}

/* style for covid tracker */
.ncov2019 .one_fourth {
  width: 100% !important;
}
.ncov2019 .title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.ncov2019 .text-center {
  text-align: left !important;
}
.ncov2019 .has-vivid-green-cyan-color {
  color: #27CF16;
}
.ncov2019 #cov-total-dead {
  color: #FF0000;
}
.ncov2019 .one_fourth h3 i {
  display: none !important;
}
.ncov2019 .leaflet-bottom.leaflet-right {
  display: none;
}
.ncov2019 .cov_map {
  height: 150px;
}
.ncov2019 .one_fourth {
  display: none;
  padding-top: 0;
}
.ncov2019 .one_fourth:nth-child(1), .ncov2019 .one_fourth:nth-child(2), .ncov2019 .one_fourth:nth-child(3), .ncov2019 .one_fourth:nth-child(4), .ncov2019 .one_fourth:nth-child(5), .ncov2019 .one_fourth:nth-child(6) {
  display: block;
  padding: 10px 0;
}
.ncov2019 .one_fourth h3 {
  padding-left: 15px;
}
.ncov2019 .one_fourth h5 {
  padding-left: 30px;
  position: relative;
}
.ncov2019 .one_fourth h5::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #FF0000;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 10px;
  -webkit-animation: pulsed 3s ease-in-out infinite;
  animation: pulsed 3s ease-in-out infinite;
}

@-webkit-keyframes pulsed {
  0%, 70% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 0, 0, 0.5);
            box-shadow: 0px 0px 0px 0px rgba(255, 0, 0, 0.5);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(255, 0, 0, 0);
            box-shadow: 0px 0px 0px 15px rgba(255, 0, 0, 0);
  }
}

@keyframes pulsed {
  0%, 70% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 0, 0, 0.5);
            box-shadow: 0px 0px 0px 0px rgba(255, 0, 0, 0.5);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(255, 0, 0, 0);
            box-shadow: 0px 0px 0px 15px rgba(255, 0, 0, 0);
  }
}
/* Food Receipe banner */
.banner.food-banner {
  min-height: 350px;
  background: #F9F6F1;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 50px;
}
.banner.food-banner .breadcrumb {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Newspaper Post Top Title Widget */
.ts-posts-toptitle-item {
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.ts-posts-toptitle-item .post-title {
  margin-bottom: 15px;
}
.ts-posts-toptitle-item .post-title a {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
}
.ts-posts-toptitle-item .post-meta {
  margin-bottom: 15px;
}
.ts-posts-toptitle-item .post-content p {
  margin-top: 0;
}
.ts-posts-toptitle-item .post-thumb {
  border-radius: 0;
}

.ts-posts-toptitle-item:last-child {
  border-bottom: none;
}

.digiqole-post-slider .post-thumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  min-height: 200px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.digiqole-post-slider:hover .post-thumb {
  background-position: 40%;
}

/*------tooltip-----------*/
.tooltip {
  opacity: 1 !important;
  position: relative !important;
  display: inline-block !important;
  border-bottom: 1px dotted #101010;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #101010;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #a9a9a9 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/*----------elementor box layout background------------*/
.body-box-layout .elementor-section.elementor-section-boxed > .elementor-container {
  background: #fff;
}

/*-------------infinite scroll------------------------*/
.blog-ajax-load-more-trigger {
  text-align: center;
}
.blog-ajax-load-more-trigger i {
  font-size: 44px;
}

/* dark swicher */
.color_swicher {
  width: 70px;
  height: 30px;
  background: #222222;
  -webkit-box-shadow: 0px 0 5px rgba(119, 119, 119, 0.7);
          box-shadow: 0px 0 5px rgba(119, 119, 119, 0.7);
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 9;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(-270deg);
      -ms-transform: rotate(-270deg);
          transform: rotate(-270deg);
  top: 0;
  margin: auto;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  z-index: 99;
}
.dark-mode .color_swicher {
  background: white;
}
.color_swicher .fa-moon {
  display: none;
}
@media (max-width: 768px) {
  .color_swicher {
    display: none;
  }
}

.color_swicher:hover {
  cursor: pointer;
}

.switch_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 40px;
  width: 40px;
  background: #ecc355;
  border: 5px solid white;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  font-size: 20px;
  color: white;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.switch_container i {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.dark-mode .switch_container {
  -webkit-transform: translateX(40px) rotate(1turn);
      -ms-transform: translateX(40px) rotate(1turn);
          transform: translateX(40px) rotate(1turn);
  background: #333333;
}
.dark-mode .switch_container .fa-moon {
  display: block;
}
.dark-mode .switch_container .fa-sun {
  display: none;
}

.digiqole-darklight-widget .color_swicher {
  position: static;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  margin: 0;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header .navbar-light .navbar-nav > li {
    padding: 0 18px;
  }

  .footer-social ul li a {
    width: 30px;
    height: 30px;
    padding: 5px 0px;
  }

  .navbar-center.header .navbar-light .elementskit-menu-hamburger,
.navbar-solid-box.header .navbar-light .elementskit-menu-hamburger {
    float: right;
  }

  .container {
    max-width: 1140px;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 100%;
  }

  .header-classic .navbar-light.navbar-light,
.navbar-solid .navbar-light.navbar-light,
.header-solid .navbar-light {
    padding: 10px 0;
  }

  .header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a,
.header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li.active > a,
.header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li:hover > a,
.header.header-gradient .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a,
.header-solid .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a,
.header-solid .navbar-light .navbar-nav > li > a,
.header-solid .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a,
.header.header-classic-box .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li:hover > a,
.header.header-solid .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li:hover > a,
.header-classic .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li.active > a {
    color: #232323;
  }

  .header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li.active > a:before {
    margin: 0;
    left: 22px;
  }

  .header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li > a:after,
.header .navbar-light .ekit-wid-con .digiqole-elementskit-menu .elementskit-navbar-nav > li.active > a:before {
    display: none;
  }

  .elementskit-navbar-nav-default .elementskit-dropdown {
    padding-left: 20px;
  }

  .header .navbar-light .ekit-wid-con .elementskit-nav-identity-panel {
    display: block !important;
  }
  .header .navbar-light .ekit-wid-con .elementskit-nav-identity-panel .elementskit-site-title {
    padding-top: 20px;
    padding-left: 20px;
  }

  .header-top-info {
    display: none;
  }

  .elementskit-nav-logo {
    max-width: 230px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-classic .navbar-light {
    padding: 10px 0;
  }
  .header .navbar-collapse {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 22;
    background: #222222;
  }
  .header .navbar-light .navbar-nav > li > a {
    line-height: 50px;
    color: #fff;
  }
  .header .navbar-light .navbar-nav > li::before {
    display: none;
  }
  .header .navbar-light .navbar-nav > li.active > a:before {
    display: none;
  }
  .header .navbar-light .navbar-nav li ul.dropdown-menu {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown:after {
    right: 6px;
    color: #fff;
    font-size: 14px;
  }
  .header .navbar-light .navbar-nav li ul.dropdown-menu li a {
    color: #fff;
    border-top: none;
  }

  /* Toggle */
  .header .navbar-light .dropdown-toggle::after {
    padding-right: 15px;
  }

  .header .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown > a:after {
    right: 5px;
  }

  .digiqole-video-post .pr-0 {
    padding-right: 15px !important;
  }
  .digiqole-video-post .pl-0 {
    padding-left: 15px !important;
  }

  .post-block-item.block-item-post.style6 .col-lg-3 .post-block-style {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }

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

  .header-middle-area.style8 {
    padding: 22px 0;
  }
  .header-middle-area.style8 .logo-area {
    padding: 20px 0;
  }

  .post-title.lg {
    font-size: 26px;
    line-height: 30px;
  }

  .tranding-bar .trending-slide .trending-title {
    margin-bottom: 5px;
  }

  .header .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown > a:after {
    right: -8px;
  }

  .xs-center,
ul.social-links.text-right {
    text-align: center !important;
  }

  .topbar {
    padding-top: 10px;
  }
  .topbar.topbar-dark {
    padding-top: 0;
  }
  .topbar.topbar-dark .top-dark-info {
    padding-top: 10px;
  }
  .topbar.topbar-gray {
    padding-bottom: 10px;
  }
  .topbar.topbar-gray .tranding-bg-white .tranding-bar .trending-slide-bg {
    text-align: center;
  }
  .topbar.topbar-gray .tranding-bg-white .tranding-bar .trending-slide-bg .trending-title {
    display: block;
  }
  .topbar.topbar-gray .tranding-bg-white .tranding-bar .trending-slide-bg .post-title {
    line-height: 15px;
  }

  .topbar .social-links {
    padding-bottom: 10px;
    padding-left: 0;
  }

  .header-middle-area .banner-img {
    display: none;
  }
  .header-middle-area .logo-area {
    text-align: center;
  }

  .logo {
    max-width: 160px;
  }

  .header-classic .navbar-light {
    padding: 10px 0;
  }
  .header .navbar-collapse {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 22;
    background: #222222;
  }
  .header .navbar-light .navbar-nav > li > a {
    line-height: 50px;
    color: #fff;
  }
  .header .navbar-light .navbar-nav > li > a:hover, .header .navbar-light .navbar-nav > li > a:focus {
    color: #fff;
  }
  .header .navbar-light .navbar-nav > li::before {
    display: none;
  }
  .header .navbar-light .navbar-nav > li.active > a:before {
    display: none;
  }
  .header .navbar-light .navbar-nav li ul.dropdown-menu {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown:after {
    right: -9px;
    color: #fff;
  }
  .header .navbar-light .navbar-nav li ul.dropdown-menu li a {
    color: #fff;
    border-top: none;
  }

  .topbar .top-info, .topbar .top-nav {
    padding-bottom: 15px;
  }

  .trending-slide .carousel-inner {
    height: 25px;
    overflow: hidden;
  }
  .trending-slide .carousel-inner .post-title {
    line-height: 28px !important;
  }

  .header-gradient-area .nav-search-area {
    display: none;
  }

  .header-gradient-area .header {
    padding: 15px 0;
  }

  .navbar-center .logo img,
.navbar-solid-box .logo img {
    max-width: 160px;
  }

  .digiqole-video-post .pr-0 {
    padding-right: 15px !important;
  }
  .digiqole-video-post .pl-0 {
    padding-left: 15px !important;
  }

  .featured-tab-item .nav-tabs {
    position: relative;
    margin-bottom: 15px;
  }
  .featured-tab-item .post-block-element .post-block-style.big-block {
    margin-bottom: 20px;
  }

  .post-block-style7 .item.ts-overlay-style {
    margin-bottom: 20px;
  }

  .post-block-item.block-item-post.style6 .col-lg-3 .post-block-style {
    margin-bottom: 30px;
  }

  .block-item-post.style1 .post-list.post-block-list {
    margin-top: 20px;
  }

  .footer-nav {
    margin: 10px 0;
  }

  .category-layout2 .post-media.post-image {
    margin-bottom: 20px;
  }

  .category-layout3 .post-block-style .post-title {
    font-size: 24px;
    line-height: 30px;
  }

  .post-header-style7 .entry-header {
    height: 410px;
  }
  .post-header-style7 .entry-header .entry-header-content .entry-title {
    font-size: 24px;
    line-height: 30px;
  }

  .footer-logo {
    margin-bottom: 30px;
  }

  .category-layout5 .feature-big .post-title.md,
.post-title.lg {
    font-size: 26px;
    line-height: 30px;
  }

  .digiqole-feature-post-tab .grid_container1 {
    position: relative;
  }
  .digiqole-feature-post-tab .video-item.ts-overlay-style .post-content {
    width: 100%;
  }
  .digiqole-feature-post-tab .feature-tab-inner {
    top: 0;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  .digiqole-feature-post-tab .video-tab-list.bg-dark-item {
    position: relative;
    right: 0;
    width: 100%;
    background: #1b1b1b;
    padding: 15px;
  }

  .weekend-top .owl-nav .owl-prev,
.weekend-top .owl-nav .owl-next {
    display: none;
  }
}