@charset "UTF-8";
/*
	Template Name: Vinkmag
	Author: Xpeedstudio
	Author URI: https://themeforest.net/user/Xpeedstudio
	Description: vinkmag
  Version: 1.1

=====================
   table of content 
====================

1.   Typography
2.   Global Styles
3.   Top Bar
4.   header middle area
5.   Header area
5.   breaking post area
6.   Slider
7.   Content area
8.   blog section
9.   Footer
10.  post single page
11.  sidebar css
12.  Sub Pages
13.  home veriation css
14.  Error page

*/
/*------- social color -----*/
/* Typography
================================================== */
:root {
  font-size: 16px;
}

body {
  color: #232323;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  line-height: 24px;
  font-family: "Arimo", sans-serif;
  background: #e9edf2;
}

.body-color {
  background: #f0f1f4;
}

p {
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-container .navbar .nav-item a,
.post-cat,
.post-list-item .nav-tabs li a,
.ts-social-list li b,
.widgets.ts-social-list-item ul li a b,
.footer-social li a,
.ts-cat-title span,
.view-link-btn span {
  font-family: "Heebo", sans-serif;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Global styles
================================================== */
a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0 solid;
}

a {
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}

a:hover {
  color: #d72924;
}

.btn {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  outline: none;
  border: none;
  padding: 13px 37px;
  border-radius: 0;
  font-weight: 600;
}
.btn.btn-primary {
  background: #d72924;
}
.btn:hover {
  background: #222;
}

.read-more-btn {
  font-size: 11px;
  font-weight: 500;
  color: #888888;
  text-transform: uppercase;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 4px 20px;
}

.older-post-btn .read-more-btn {
  background: #fff;
  color: #232323;
  border: none;
}

.view-link-btn,
.view-link-btns {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin: auto;
  text-align: center;
  margin: auto;
  -webkit-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
          transform: translateY(-20%);
}
.view-link-btn span,
.view-link-btns span {
  background: #fff;
  height: 48px;
  line-height: 48px;
  padding: 2px 20px;
  min-width: 140px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  color: #222222;
  font-weight: 500;
}

button:focus,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none !important;
}

section, .section {
  padding: 15px 0;
}

.section-bg {
  background: #f7f7f7;
}

.hidden {
  display: none !important;
}

.pl-0 {
  padding-left: 0;
}

.pl-10 {
  padding-left: 10px;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.p-0 {
  padding: 0;
}

.pr-10 {
  padding-right: 10px;
}

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

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

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

.pt-110 {
  padding-top: 110px;
}

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

.plr-30 {
  padding: 0 30px;
}

.plr-1 {
  padding: 0 5px;
}

.plr-10 {
  padding: 0 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-30 {
  height: 30px;
}

.post-cat {
  background: #007dff;
}

/*Text color --*/
.green-color {
  color: #4ab106;
}

.blue-color {
  color: #007dff;
}

.blue-dark-color {
  color: #005689;
}

.bl-light-color {
  color: #007dff;
}

.pink-color {
  color: #ff5575;
}

.yellow-color {
  color: #ffaf31;
}

.purple-color {
  color: #6200ee !important;
}

/*---- Background color --*/
.ts-green-bg {
  background: #4ab106;
}

.ts-blue-bg {
  background: #007dff;
}

.ts-blue-dark-bg {
  background: #005689;
}

.ts-blue-light-bg {
  background: #007dff;
}

.ts-pink-bg {
  background: #ff5575;
}

.ts-yellow-bg {
  background: #ffaf31;
}

.ts-orange-bg {
  background: #ff6e0d;
}

.ts-purple-bg {
  background: #6200ee;
}

.ts-white-bg {
  background: #fff;
}

.ts-blue-light-heighlight {
  background: #007dff;
}

/* social color */
.ts-facebook a i {
  background: #3b5999;
}

.ts-google-plus a i {
  background: #dd4b39;
}

.ts-twitter a i {
  background: #55acee;
}

.ts-pinterest a i {
  background: #bd081c;
}

.ts-linkedin a i {
  background: #007bb6;
}

.ts-youtube a i {
  background: #f33220;
}

/* defailt title setting */
.ts-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  color: #151515;
}
.ts-title .title-before {
  position: absolute;
  left: -30px;
  top: 0;
  width: 3px;
  height: 100%;
  content: "";
  background: #d72924;
}
.ts-title.white {
  color: #fff;
}
.ts-title.block-title-style2 .view-all-link {
  min-width: 55px;
  margin-left: 10px;
}
.ts-title.title-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0 !important;
}
.ts-title.title-bg .title-text {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  background: #d72924;
  color: #fff;
  line-height: 26px;
  padding: 0 5px;
  padding: 2px 15px;
  display: inline-block;
  z-index: 1;
  white-space: nowrap;
  margin-right: 20px;
}
.ts-title.title-bg .title-after {
  width: 100%;
  height: 1px;
  background: #d72924;
}
.ts-title.block-title-style3, .ts-title.block-title-style5 {
  margin-left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ts-title.block-title-style3 .title-text, .ts-title.block-title-style5 .title-text {
  white-space: nowrap;
  margin-right: 20px;
}
.ts-title.block-title-style3 .title-after, .ts-title.block-title-style5 .title-after {
  width: 100%;
  height: 1px;
  background: #d72924;
}
.ts-title.block-title-style3 .title-text {
  background: transparent !important;
}
.ts-title.block-title-style7 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ts-title.block-title-style7 .title-text {
  margin-right: 0;
}
.ts-title.block-title-style7 .view-all-link {
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 1;
}

.title-area .block-title-style1,
.title-area .block-title-style5,
.grid-no-shadow .block-title-style1,
.grid-no-shadow .block-title-style5 {
  margin-left: 30px !important;
}

.ts-grid-box.ts-col-box .block-title-style1,
.widgets-populer-post .block-title-style1 {
  margin-left: 15px;
}

.most-populer-item .block-title-style2,
.most-populer-item .block-title-style3,
.most-populer-item .block-title-style5,
.has-block-title-style5 .block-title-style2,
.has-block-title-style5 .block-title-style3,
.has-block-title-style5 .block-title-style5,
.has-block-title-style2 .block-title-style2,
.has-block-title-style2 .block-title-style3,
.has-block-title-style2 .block-title-style5,
.has-block-title-style3 .block-title-style2,
.has-block-title-style3 .block-title-style3,
.has-block-title-style3 .block-title-style5,
.ts-grid-box-heighlight .block-title-style2,
.ts-grid-box-heighlight .block-title-style3,
.ts-grid-box-heighlight .block-title-style5 {
  padding-right: 50px;
}

.post-title {
  font-size: 15px;
  font-weight: 500;
  color: #151515;
  margin-bottom: 5px;
  line-height: 20px;
}
.post-title.lg {
  font-size: 36px;
  margin-bottom: 17px;
  word-break: break-word;
  line-height: 40px;
}
.post-title.ex-lg {
  font-weight: 700;
  font-size: 44px;
  color: #212121;
  margin-bottom: 15px;
}
.post-title.md {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
.post-title.md-title {
  font-size: 24px;
  margin-bottom: 10px;
}
.post-title.large {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 36px;
}
.post-title a {
  color: #222222;
}
.post-title a:hover {
  color: #d72924;
}

.section-bg .ts-cat-title span:before {
  background: #f7f7f7;
}

.border-top {
  border-top: 1px solid #e9e9e9;
}
.border-top.bar1 {
  border-color: #4d4d70;
}

#featured-slider .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
}
#featured-slider .owl-nav .owl-prev:before {
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0;
  width: 1px;
  height: 15px;
  background: #406a91;
  content: "";
  margin: auto;
}
#featured-slider .owl-nav .owl-prev,
#featured-slider .owl-nav .owl-next {
  font-size: 14px;
  background: #00386c;
  color: #fff;
  width: 28px;
  height: 28px;
  display: inline-block;
  position: relative;
  margin: 0;
}

/* post meta --*/
.post-meta-info {
  margin-bottom: 10px;
  padding-left: 0;
}
.post-meta-info li {
  font-size: 12px;
  display: inline-block;
  position: relative;
  margin-right: 20px;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  font-weight: 600;
  color: #5c5c5c;
}
.post-meta-info li i {
  margin-right: 6px;
  font-size: 15px;
}
.post-meta-info li a {
  color: #5c5c5c;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
}
.post-meta-info li a:hover {
  color: #d72924;
}
.post-meta-info li a.post-cat {
  margin-left: 0;
  color: #fff;
}
.post-meta-info li.author {
  padding-left: 0px;
}
.post-meta-info li.author img {
  position: relative;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  margin-right: 6px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.post-meta-info li.author a {
  color: #232323;
}
.post-meta-info li:last-child {
  margin-right: 0;
}
.post-meta-info li.active {
  color: #d72924;
  font-weight: 600;
}
.post-meta-info .share-post {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #d72924;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
}
.post-meta-info .share-post i {
  margin-right: 0;
}
.post-meta-info .social-share-post .social-list {
  position: absolute;
  right: 40px;
  top: 0;
  padding: 0;
  z-index: 1;
  background: #f7f7f7;
  min-width: 235px;
  padding: 12px 18px;
  display: none;
  text-align: center;
}
.post-meta-info .social-share-post .social-list li:last-child {
  margin-right: 0;
}
.post-meta-info .social-share-post:hover .social-list {
  display: block;
}

/*- blocqoute */
blockquote {
  font-weight: 400;
  font-style: italic;
  color: #232323;
  border-left: 4px solid #d72924;
  line-height: 36px;
  padding: 0 0 0 75px;
  position: relative;
  z-index: 1;
  padding: 0 30px 0 1em;
  margin: 30px 0;
  position: relative;
}
blockquote cite {
  font-weight: 700;
  /* float: right; */
  position: relative;
  font-size: 16px;
  display: block;
  /* text-align: right; */
}

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

iframe {
  border: none;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
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: 5px 0;
}

select {
  width: 100%;
}
select.postform {
  height: 40px;
}

div#calendar_wrap caption {
  margin: 10px;
}

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

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

/* Sticky */
.meta-featured-post {
  display: none;
}

.grid-no-desc .post-content p {
  display: none;
}

.grid-md .post-title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
}
.grid-md .ts-overlay-style .overlay-post-content .post-title {
  margin-bottom: 10px;
}

.entry-header .entry-title {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
}
.entry-header .entry-title a {
  color: #222222;
}

.post-meta {
  color: #a9a9a9;
  font-size: 14px;
  padding: 20px 0 15px;
}
.post-meta span {
  padding-right: 5px;
  margin-right: 5px;
}
.post-meta span i {
  margin-right: 5px;
  color: #007dff;
}
.post-meta a {
  color: #a9a9a9;
}

/* Global */
.post-password-form input[type=password] {
  padding: 4px 15px;
  margin-right: 10px;
}
.post-password-form input[type=submit] {
  padding: 5px 15px;
  background: #d72924;
  color: #fff;
  border: none;
  cursor: pointer;
}

/* Image */
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-block-gallery img {
  margin: 0;
}

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

.wp-caption {
  margin-bottom: 8px;
  max-width: 100%;
  border-radius: 0;
  padding: 0;
  clear: both;
}
.wp-caption.aligncenter {
  margin-bottom: 10px;
}
.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 4px;
  font-style: italic;
  color: #a9a9a9;
  margin-bottom: 0;
}

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

p {
  margin: 0 0 15px;
}

/*------------------ owl carosel ---*/
.owl-nav {
  position: absolute;
  right: 0;
  top: -50px;
}
.owl-nav .owl-next,
.owl-nav .owl-prev {
  margin: 0 0 0 20px;
  display: inline-block;
  position: relative;
}
.owl-nav .owl-next i,
.owl-nav .owl-prev i {
  font-size: 20px;
  line-height: 27px;
}
.owl-nav .owl-next:hover i,
.owl-nav .owl-prev:hover i {
  color: #d72924;
}
.owl-nav .owl-prev:before {
  position: absolute;
  right: -11px;
  top: 0px;
  width: 1px;
  height: 15px;
  background: #ddd;
  content: "";
  bottom: 0;
  margin: auto;
  display: block;
  text-align: center;
}

.owl-dots {
  position: absolute;
  right: 0;
  top: -49px;
  z-index: 1;
}
.owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d72924;
  display: inline-block;
  opacity: 1;
  margin: 0 3px;
  opacity: 0.5;
}
.owl-dots .owl-dot.active span {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: relative;
  top: 2px;
  opacity: 1;
}

#more-news-slider .owl-dots .owl-dot span {
  background: #fff;
}

.not-found {
  text-align: center;
  clear: both;
}
.not-found h1.error-title {
  font-size: 36px;
  font-weight: 800;
}
.not-found .search-forms {
  margin-top: 50px;
  margin-bottom: 40px;
}
.not-found .search-forms .form-control {
  height: 40px;
  outline: none;
}
.not-found .search-forms .form-control:focus {
  border-color: #d72924;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

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

/*------- social color -----*/
.no-author .post-meta-info .author {
  display: none;
}

/*-------------------------
  preloader 
  ---------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999999999999;
  overflow: hidden;
  background-color: #d72924;
  -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: 13px 23px;
  background: #9a2521;
}

.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);
  }
}
/*------------------------------
  top bar
------------------------------*/
.ts-top-nav {
  padding-left: 0;
}
.ts-top-nav li {
  display: inline-block;
  margin-right: 16px;
}
.ts-top-nav li a {
  font-size: 12px;
  color: #151515;
  line-height: 40px;
  padding: 0;
  font-weight: 600;
}
.ts-top-nav li a:hover {
  color: #d72924;
}
.ts-top-nav li:last-of-type {
  margin-right: 0;
}
.ts-top-nav li .dropdown-toggle::after {
  border: 0;
}
.ts-top-nav li .dropdown-menu {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 0;
  font-size: 13px;
  border-top: solid 1px #f0f0f0;
  min-width: 160px;
  border-radius: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  width: 100%;
}
.ts-top-nav li .dropdown-menu > li {
  margin: 0;
  display: block;
}
.ts-top-nav li .dropdown-menu > li.dropdown > a:before {
  content: "";
  font-size: 10px;
  font-family: "Fontawesome";
  position: absolute;
  right: 8px;
  top: 5px;
}
.ts-top-nav li .dropdown-menu .dropdown-item.active, .ts-top-nav li .dropdown-menu .dropdown-item:hover, .ts-top-nav li .dropdown-menu .dropdown-item:focus {
  color: #d72924;
}

.top-social li {
  display: inline-block;
  line-height: 41px;
}
.top-social li a {
  color: #151515;
  font-size: 14px;
  padding: 0 7px;
}
.top-social li a:hover {
  color: #232323;
}
.top-social li.ts-date {
  padding: 0 14px;
  margin-left: 19px;
  background: #d72924;
  color: #fff;
  font-weight: 600;
}
.top-social li.ts-subscribe {
  padding: 0 30px;
  margin-left: 19px;
  background: #d72924;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.top-social li.ts-subscribe a {
  color: #fff;
}

.top-bar {
  background: #fff;
  padding: 0;
  border-top: 0 !important;
  /*index 2----*/
  /*---- version  ---*/
}
.top-bar dl, .top-bar ol, .top-bar ul {
  margin-bottom: 0;
}
.top-bar .ts-temperature {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.top-bar .ts-temperature:before {
  position: absolute;
  right: 0;
  top: 3px;
  width: 1px;
  height: 20px;
  content: "";
  background: #e9e9e9;
}
.top-bar .ts-temperature i {
  color: #ffaf31;
}
.top-bar .ts-temperature span b {
  font-weight: 400;
  position: relative;
  top: -4px;
}
.top-bar .ts-top-nav {
  display: inline-block;
}
.top-bar.v2 {
  background: #c2211c;
}
.top-bar.v2 .ts-breaking-news {
  margin-bottom: 0;
  background: transparent;
  padding: 0;
}
.top-bar.v2 .ts-breaking-news .breaking-title {
  color: #fff;
}
.top-bar.v2 .ts-breaking-news p a {
  color: #fff;
}
.top-bar.v2 .top-social li a {
  color: #fff;
}
.top-bar.v3 .ts-date {
  display: inline-block;
  padding-right: 50px;
  font-size: 14px;
  color: #8a8a8a;
}
.top-bar.v3 .ts-temperature {
  border-right: none;
  padding-right: 0;
}
.top-bar .ts-date {
  font-size: 13px;
  color: #606060;
}
.top-bar .ts-date-item {
  background: #d72924;
  display: inline-block;
  line-height: 42px;
  padding: 0 14px;
  color: #fff;
}
.top-bar.top-bg {
  background: #f4f4f4;
}
.top-bar .top-nav li {
  display: inline-block;
}
.top-bar .top-nav li a {
  font-size: 13px;
  color: #606060;
  line-height: 26px;
  line-height: 34px;
  margin-left: 35px;
}
.top-bar.bg-blue-dark {
  background: #004e7c;
}
.top-bar.bg-blue-dark .ts-date {
  color: #fff;
}
.top-bar.bg-blue-dark .ts-top-nav li a {
  color: #dde7ee;
}
.top-bar.v4 {
  background: #2c2c2c;
}
.top-bar.v4 .ts-breaking-news {
  margin-bottom: 0;
  background: transparent;
  padding: 8px 20px 8px 0;
}
.top-bar.v4 .ts-breaking-news .breaking-post-content p a {
  color: #fff;
}
.top-bar.v5 .ts-breaking-news {
  padding: 7px 20px 7px 0;
  margin-bottom: 0;
}
.top-bar.bg-dark-item .ts-top-nav li a,
.top-bar.bg-dark-item .top-social li a {
  color: #fff;
}

.logo {
  padding: 0 10px;
}

.vinkmag-date .ts-date-item {
  background: #d72924;
  display: inline-block;
  line-height: 42px;
  padding: 0 14px;
  color: #fff;
}

/*--------------------------------
          sport index css 
------------------------------------*/
.top-bar.transparent {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 2;
}
.top-bar.transparent #breaking_slider .owl-nav {
  top: 0;
  right: -46px;
}
.top-bar.transparent #breaking_slider .owl-nav .owl-prev,
.top-bar.transparent #breaking_slider .owl-nav .owl-next {
  color: #fff;
  background: #111c20;
}
.top-bar.transparent .ts-breaking-news {
  background: transparent;
  padding: 8px 20px 8px 0;
}
.top-bar.transparent .ts-breaking-news .breaking-news-content {
  width: 85%;
}
.top-bar.transparent .ts-breaking-news p a {
  color: #fff;
}

#breaking_slider1 {
  max-height: 30px;
  overflow: hidden;
}

/*=============================
         header middle
 =============================*/
.header-white {
  background-color: #fff;
}

.header-middle {
  padding: 20px 0;
}
.header-middle .banner-img {
  text-align: center;
}
.header-middle.v2 {
  background: #d72924;
  padding: 14px 0;
  margin-bottom: 5px;
}
.header-middle.v2 .logo a {
  text-align: left;
}
.header-middle.v3 {
  padding: 25px 0;
}
.header-middle.v4 {
  padding: 38px 0;
}
.header-middle.v8 {
  margin-bottom: 0;
}

.banner-img img {
  max-width: 100%;
}

.bg-blue {
  background: #005689;
}

.currency-list-item ul li {
  display: inline-block;
  border-right: 1px solid #1a6795;
  padding-right: 10px;
}
.currency-list-item ul li .currency-item {
  display: inline-block;
  padding: 0 14px;
}
.currency-list-item ul li .currency-item label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.currency-list-item ul li .currency-item span {
  font-size: 12px;
}
.currency-list-item ul li .currency-item.right {
  text-align: right;
}
.currency-list-item ul li:nth-child(odd) .currency-item span {
  color: #ff433d;
}
.currency-list-item ul li:nth-child(even) .currency-item span {
  color: #11e260;
}
.currency-list-item ul li:last-child {
  padding-right: 0;
  border-right: none;
}
.currency-list-item ul li:last-child .currency-item.right {
  padding-right: 0;
}

ul.right-menu.align-to-right {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

/*------ nav top ------ */
.header-nav-item {
  padding-left: 5px;
}

.breaking-title {
  font-size: 13px;
  text-transform: uppercase;
  color: #d72924;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 26px;
  padding-right: 10px;
}
.breaking-title i {
  font-size: 15px;
  margin-right: 6px;
}

.mobile-logo {
  display: none;
}

.ts-breaking-news {
  background: #fff;
  padding: 12px 20px;
  margin-bottom: 5px;
}
.ts-breaking-news p {
  margin-bottom: 0 !important;
}
.ts-breaking-news p a {
  font-size: 13px;
  line-height: 26px;
  color: #5c5c5c;
  font-weight: 600;
}
.ts-breaking-news .breaking-news-content {
  width: 80%;
}
.ts-breaking-news.breaking-sliders-item {
  background: transparent;
  padding: 0 50px 0 0;
}
.ts-breaking-news.breaking-sliders-item .vinkmag-breaking-slider .owl-nav .owl-next,
.ts-breaking-news.breaking-sliders-item .vinkmag-breaking-slider .owl-nav .owl-prev {
  color: #fff;
  background: #d72924;
  font-size: 12px;
}
.ts-breaking-news.breaking-sliders-item .vinkmag-breaking-slider .owl-nav .owl-next i,
.ts-breaking-news.breaking-sliders-item .vinkmag-breaking-slider .owl-nav .owl-prev i {
  font-size: 14px;
}
.ts-breaking-news.breaking-sliders-item .vinkmag-breaking-slider .owl-nav .owl-next:hover i,
.ts-breaking-news.breaking-sliders-item .vinkmag-breaking-slider .owl-nav .owl-prev:hover i {
  color: #fff;
}

#breaking_slider .owl-nav,
.vinkmag-breaking-slider .owl-nav {
  position: absolute;
  right: -49px;
  top: 1px;
}
#breaking_slider .owl-nav .owl-prev,
#breaking_slider .owl-nav .owl-next,
.vinkmag-breaking-slider .owl-nav .owl-prev,
.vinkmag-breaking-slider .owl-nav .owl-next {
  width: 24px;
  background: #f0f1f4;
  color: #222;
  line-height: 19px;
  margin-left: 5px;
  height: 24px;
  font-size: 16px;
}
#breaking_slider .owl-nav .owl-prev:before,
#breaking_slider .owl-nav .owl-next:before,
.vinkmag-breaking-slider .owl-nav .owl-prev:before,
.vinkmag-breaking-slider .owl-nav .owl-next:before {
  display: none;
}
#breaking_slider .owl-nav .owl-prev:hover,
#breaking_slider .owl-nav .owl-next:hover,
.vinkmag-breaking-slider .owl-nav .owl-prev:hover,
.vinkmag-breaking-slider .owl-nav .owl-next:hover {
  background: #d72924;
  color: #fff;
}

.header-default {
  position: relative;
}

.logo {
  background: #d72924;
  height: 115px;
}
.logo a {
  display: block;
  text-align: center;
  line-height: 115px;
}
.logo img {
  max-width: 100%;
}

.nav-header {
  padding: 0;
  margin: 0;
  width: 0;
}

.navigation {
  height: 60px;
  display: block;
}

.nav-menu > li > a {
  height: 60px;
  padding: 22px 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #232323;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
}
.nav-menu > li > a .submenu-indicator {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  margin-top: 0px;
}
.nav-menu > li > a .submenu-indicator:before {
  content: "";
  font-size: 14px;
  font-family: "FontAwesome";
}
.nav-menu > li > a .submenu-indicator .submenu-indicator-chevron {
  display: none;
}
.nav-menu > li > a:hover {
  background: #d72924;
  color: #fff !important;
}
.nav-menu > li .nav-dropdown li a {
  font-weight: 700;
  height: 50px;
  padding: 16px 20px;
}
.nav-menu > li.focus > a {
  color: #d72924;
}
.nav-menu > li.active > a {
  background: #d72924;
  color: #fff;
}
.nav-menu > li.active > a .submenu-indicator-chevron {
  border-color: transparent #ffffff #ffffff transparent;
}
.nav-menu > li .nav-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.nav-menu > li .nav-dropdown li a {
  font-size: 14px;
  color: #232323;
  border: none;
  padding: 14px 16px;
  font-weight: 400;
}
.nav-menu > li .nav-dropdown li a:hover {
  color: #d72924;
}
.nav-menu > li .nav-dropdown li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85%;
  right: 0;
  margin: auto;
  height: 1px;
  background: #eae8e8;
  content: "";
}
.nav-menu > li .nav-dropdown li:last-child a:before {
  display: none;
}
.nav-menu .megamenu-panel {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.nav-menu .megamenu-lists .megamenu-list > li > a {
  font-size: 14px;
  color: #232323;
}
.nav-menu .megamenu-lists .megamenu-list > li > a:hover {
  color: #d72924;
  background: transparent;
}
.nav-menu .megamenu-tabs-nav {
  background: #f0f1f4;
}
.nav-menu .megamenu-tabs-nav > li > a {
  font-size: 14px;
  color: #232323;
  border: none;
  padding: 14px 16px 14px 30px;
}
.nav-menu .megamenu-tabs-nav > li > a:hover {
  color: #d72924;
  background: #f0f1f4;
}
.nav-menu .megamenu-tabs-nav > li.active a {
  background: transparent;
  color: #d72924;
}
.nav-menu .megamenu-tabs {
  padding: 15px 0;
}
.nav-menu .megamenu-tabs-pane {
  border: none;
  border-left: 1px solid #f0f1f4;
  padding-left: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.right-menu li {
  float: left;
}
.right-menu li a {
  line-height: 61px;
  width: 60px;
  height: 60px;
  font-size: 19px;
  display: block;
  text-align: center;
  border-left: 1px solid #e9e9e9;
  color: #5c5c5c;
}
.right-menu li .nav-search {
  height: 60px;
}
.right-menu li .nav-search .nav-search-button {
  height: 100%;
  line-height: 64px;
  color: #fff;
  font-size: 17px;
  width: 60px;
  background: #d72924;
}
.right-menu .nav-search-inner input[type=text],
.right-menu .nav-search-inner input[type=search] {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}
.right-menu .nav-search-close-button {
  top: 16px;
}

/*----------- header-standerd---------*/
.header-standerd {
  background: #d72924;
}
.header-standerd .navigation {
  background: transparent;
}
.header-standerd .nav-menu > li > a {
  color: #fff;
}
.header-standerd .nav-menu > li > a:hover {
  background: #c2211c;
}
.header-standerd .nav-menu > li.active > a {
  background: #c2211c;
}
.header-standerd .right-menu li a {
  border-left: none;
  color: #fff;
  position: relative;
}
.header-standerd .right-menu li a:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 20px;
  content: "";
  bottom: 0;
  margin: auto;
  background: #fff;
}

.ekit-menu-simple {
  padding: 0 !important;
}
.ekit-menu-simple a .sub-arrow::before {
  content: "" !important;
  font-size: 14px;
  font-family: "FontAwesome";
}
.ekit-menu-simple li ul li a .sub-arrow::before {
  content: "" !important;
}
.ekit-menu-simple .travel-logo a {
  text-indent: -9999px;
  min-width: 300px;
  margin: 0 20px;
  background-image: url(../images/logo/travel_logo.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.ekit-menu-simple .travel-logo a:hover {
  background-color: transparent;
  background-image: url(../images/logo/travel_logo.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.ekit-menu-simple .features-mega-menu ul li {
  border-top: 1px solid #f7f7f7 !important;
}
.ekit-menu-simple .features-mega-menu ul li a {
  line-height: inherit;
  padding: 0 20px !important;
}
.ekit-menu-simple .features-mega-menu ul li a:hover {
  background: #fff !important;
}
.ekit-menu-simple .features-mega-menu ul li:first-child {
  border-top: none !important;
}

/*------------ Header Classic -----------*/
.header-classic .nav-classic .ekit-menu-simple a .sub-arrow {
  line-height: 62px;
  right: 0px;
  top: 0px;
  -webkit-transform: translate(0px);
      -ms-transform: translate(0px);
          transform: translate(0px);
}
.header-classic .nav-classic .ekit-menu-simple .ekit-has-submenu li a.has-submenu .sub-arrow {
  line-height: 38px;
  right: 20px;
  top: 0px;
  -webkit-transform: translate(0px);
      -ms-transform: translate(0px);
          transform: translate(0px);
}

/*------- nav menu  vertion 3 ------*/
.menu-centerd .ts-main-menu {
  text-align: center !important;
}

.nav-menu-item {
  position: relative;
}
.nav-menu-item .ts-main-menu .nav-menu > li > a {
  font-size: 16px;
  height: 70px;
  font-weight: 400;
  color: #212121;
  padding: 22px 28px;
  text-transform: capitalize;
}
.nav-menu-item .ts-main-menu .nav-menu > li > a:hover {
  background: #fff;
}
.nav-menu-item .ts-main-menu .nav-menu > li .nav-dropdown li a:hover {
  background: #6cba40;
  color: #fff;
}
.nav-menu-item .ts-main-menu .nav-menu li.active > a {
  background: transparent;
  color: #6cba40;
}
.nav-menu-item .ts-main-menu .right-menu li .nav-search .nav-search-button {
  background: transparent;
  color: #212121;
  width: 50px;
  height: auto;
  line-height: 69px;
  font-size: 16px;
}

.nav-menu-item.nav-icon-item .navigation {
  height: 114px;
}
.nav-menu-item.nav-icon-item .nav-menu > li > a {
  padding: 22px 58px;
  height: 100% !important;
  font-size: 14px;
  font-weight: 500 !important;
  color: #383838;
  text-transform: uppercase !important;
}
.nav-menu-item.nav-icon-item .nav-menu > li > a i {
  display: block;
  width: auto;
  text-align: center;
  margin-bottom: 12px;
  font-size: 35px;
  height: auto;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  line-height: 34px;
}
.nav-menu-item.nav-icon-item .nav-menu > li .nav-dropdown li a:hover {
  color: #fff;
}
.nav-menu-item.nav-icon-item .ts-main-menu .right-menu li .nav-search .nav-search-button {
  width: auto;
  line-height: 36px;
  padding: 25px 61px;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
}
.nav-menu-item.nav-icon-item .ts-main-menu .right-menu li .nav-search .nav-search-button i {
  font-size: 24px;
}
.nav-menu-item.nav-icon-item .ts-main-menu .right-menu li .nav-search .nav-search-button b {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
}
.nav-menu-item.nav-icon-item .ts-main-menu .right-menu li .nav-search .nav-search-button:hover {
  color: #6cba40;
}

/*---- vertion 4 header transparent---*/
.header-transparent {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  border-bottom: 1px solid #33335b;
}
.header-transparent .nav-header {
  width: auto;
}
.header-transparent .nav-header .nav-brand {
  padding: 0;
  line-height: 80px;
}
.header-transparent .navigation {
  background: transparent;
  height: 80px;
}
.header-transparent .nav-menu > li > a {
  color: #fff;
  height: 80px;
  padding: 31px 26px;
  position: relative;
}
.header-transparent .nav-menu > li > a .submenu-indicator {
  margin-top: 0;
}
.header-transparent .nav-menu > li > a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #007dff;
  content: "";
  opacity: 0;
  visibility: hidden;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.header-transparent .nav-menu > li > a:hover {
  background: transparent;
}
.header-transparent .nav-menu > li > a:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.header-transparent .nav-menu > li.active > a {
  background: transparent;
  color: #007dff;
}
.header-transparent .nav-menu > li .nav-dropdown {
  border-top: none;
  background: #fff;
}
.header-transparent .right-menu li .nav-search {
  width: 80px;
  height: 80px;
  margin-left: 15px;
}
.header-transparent .right-menu li .nav-search .nav-search-button {
  width: 100%;
  height: 100%;
  line-height: 80px;
  background: transparent;
  border-left: 1px solid #33335b;
  border-right: 1px solid #33335b;
}

/*----------------------------
    travel menu css 
---------------------------*/
.header-transprent {
  top: 25px;
}
.header-transprent .ts-main-menu {
  background: transparent;
}
.header-transprent .ts-main-menu .nav-menu > li > a {
  font-weight: 400;
}
.header-transprent .ts-main-menu .nav-menu > li.header-search .header-search-form {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
}

.home .menu-transparent {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  z-index: 9;
  background: transparent !important;
}

.header-box .navigation {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
  height: 50px;
}
.header-box .right-menu li .nav-search {
  height: 50px;
}
.header-box .right-menu li .nav-search .nav-search-button {
  line-height: 56px;
}
.header-box .nav-menu > li > a {
  padding: 16px 25px;
  height: 50px;
}
.header-box .nav-menu > li > a:hover {
  background: #fff;
  color: #005689 !important;
}
.header-box .nav-menu > li > a:hover::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.header-box .nav-menu > li > a .submenu-indicator {
  margin-top: 0;
}
.header-box .nav-menu > li > a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #005689;
  content: "";
  opacity: 0;
  visibility: hidden;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
}
.header-box .nav-menu > li.active > a {
  background: transparent;
  color: #005689;
}
.header-box .right-menu li .nav-search .nav-search-button {
  background: #fff;
  color: #232323;
}

.ts-mega-menu.megamenu-panel {
  max-width: 500px;
  padding: 15px 0;
}
.ts-mega-menu.megamenu-panel .megamenu-list li a {
  height: 46px;
  padding: 15px 20px;
}

.header-box-transprent {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  top: 40px;
  height: auto;
  z-index: 2;
}
.header-box-transprent .ts-main-menu {
  height: 65px;
  background: rgba(0, 0, 0, 0.6);
}
.header-box-transprent .ts-main-menu .nav-header {
  width: auto;
  height: 100%;
}
.header-box-transprent .ts-main-menu .nav-header .nav-brand {
  line-height: 64px;
  padding: 0 18px;
}
.header-box-transprent .ts-main-menu .nav-menu > li > a {
  height: 65px;
  padding: 24px 20px;
  font-weight: 500;
  color: #fff;
}
.header-box-transprent .ts-main-menu .nav-menu > li > a:hover {
  background: transparent;
}
.header-box-transprent .ts-main-menu .nav-menu > li > a .submenu-indicator:before {
  content: "";
}
.header-box-transprent .ts-main-menu .nav-menu > li.active a {
  background: transparent;
}
.header-box-transprent .ts-main-menu .nav-menu > li:first-child a {
  padding-left: 30px;
}
.header-box-transprent .ts-main-menu .right-menu li a {
  height: 65px;
  line-height: 65px;
  width: 65px;
  color: #fff;
  border-left: none;
  border-right: 1px solid #ff3639;
}
.header-box-transprent .ts-main-menu .right-menu li .nav-search {
  height: 65px;
  width: 65px;
  border-left: 1px solid #bb1619;
}
.header-box-transprent .ts-main-menu .right-menu li .nav-search .nav-search-button {
  line-height: 67px;
  width: 100%;
  background: transparent;
}

/*--------------------------
navbar-style
---------------------------*/
.navbar-container {
  position: relative;
  background-color: #fff;
}
.navbar-container:after {
  content: "";
  display: block;
  clear: both;
}
.navbar-container .nav-search-button {
  background-color: #d72924;
  color: #fff;
  padding-top: 2px !important;
}
.navbar-container .nav-search-button:before {
  display: none;
}
.navbar-container .right-menu {
  position: absolute;
  right: 0;
  top: 0;
}
.navbar-container .navbar {
  background-color: #fff;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #232323;
}
.navbar-container .navbar .navbar-toggler {
  border: 0;
}
.navbar-container .navbar .navbar-brand {
  height: 50px;
  margin: 5px 0 5px 20px;
}
.navbar-container .navbar .navbar-brand img {
  max-height: 100%;
}
.navbar-container .navbar .main-menu .nav-item > a {
  color: #232323;
  font-size: 14px;
}
.navbar-container .navbar .main-menu .nav-item > a.active, .navbar-container .navbar .main-menu .nav-item > a:hover, .navbar-container .navbar .main-menu .nav-item > a:focus {
  background-color: #d72924;
  color: #fff;
}
.navbar-container .navbar .main-menu .nav-item .dropdown-menu {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 0;
  font-size: 13px;
  border-top: solid 1px #f0f0f0;
  min-width: 220px;
  border-radius: 0;
  padding: 0 10px;
}
.navbar-container .navbar .main-menu .nav-item .dropdown-menu li.dropdown > a:before {
  content: "";
  font-size: 10px;
  font-family: "Fontawesome";
  position: absolute;
  right: 8px;
  top: 12px;
}
.navbar-container .navbar .main-menu .nav-item .dropdown-menu > li > .dropdown-item {
  background-color: #fff !important;
  padding: 14px 16px;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  white-space: pre-wrap;
}
.navbar-container .navbar .main-menu .nav-item .dropdown-menu > li > .dropdown-item.active, .navbar-container .navbar .main-menu .nav-item .dropdown-menu > li > .dropdown-item:hover, .navbar-container .navbar .main-menu .nav-item .dropdown-menu > li > .dropdown-item:focus {
  color: #d72924;
}
.navbar-container .navbar .main-menu .nav-item > a {
  padding: 18px 18px;
}
.navbar-container .ekit-menu-simple > li > a {
  font-weight: 700;
}
.navbar-container .ekit-megamenu-holder .ekit-menu-simple ul > li {
  border-top: 1px solid #f7f7f7;
}
.navbar-container .menu-fallback .navbar-nav {
  display: block;
  width: 100%;
  float: right;
  text-align: right;
}
.navbar-container .menu-fallback .navbar-nav li a {
  padding: 18px 15px;
  display: inline-block;
  color: #232323;
}
.navbar-container .main-menu > .menu-item > .dropdown-menu > .menu-item > .dropdown-menu {
  right: 100%;
  top: 0;
  left: auto;
}
.navbar-container .vinkmag-serach {
  display: none;
}
.navbar-container .vinkmag-serach .input-group {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}
.navbar-container .vinkmag-serach .input-group .form-control {
  border: 0;
  line-height: 60px;
  font-size: 20px;
  border-radius: 0;
}
.navbar-container .vinkmag-serach .input-group .form-control:focus, .navbar-container .vinkmag-serach .input-group .form-control:active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar-container .vinkmag-serach .input-group .nav-search-close-button {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 28px;
  line-height: normal;
  color: #70798b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  padding-top: 0px;
  padding-right: 15px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.navbar-container.navbar-style1 .navbar-nav > .current-menu-parent {
  background: #d72924;
}
.navbar-container.navbar-style1 .navbar-nav > .current-menu-parent > a {
  color: #fff;
}
.navbar-container.navbar-style1 .ekit-menu-container,
.navbar-container.navbar-style1 .ekit-megamenu-holder {
  background: transparent;
}
.navbar-container.navbar-style1 .ekit-menu-container .ekit-menu > li > a,
.navbar-container.navbar-style1 .ekit-megamenu-holder .ekit-menu > li > a {
  color: #232323 !important;
}
.navbar-container.navbar-style1 .ekit-menu-container .ekit-menu > li:hover > a, .navbar-container.navbar-style1 .ekit-menu-container .ekit-menu > li.current-menu-parent > a,
.navbar-container.navbar-style1 .ekit-megamenu-holder .ekit-menu > li:hover > a,
.navbar-container.navbar-style1 .ekit-megamenu-holder .ekit-menu > li.current-menu-parent > a {
  background: #d72924;
  color: #fff !important;
}
.navbar-container.navbar-style1 .ekit-menu-container .tab__post--title a:hover,
.navbar-container.navbar-style1 .ekit-megamenu-holder .tab__post--title a:hover {
  color: #d72924;
}
.navbar-container.navbar-style2 {
  background-color: #d72924;
  color: #fff;
}
.navbar-container.navbar-style2 .navbar {
  background-color: #d72924;
  color: #fff;
}
.navbar-container.navbar-style2 .navbar-toggler {
  padding: 15px 0;
}
.navbar-container.navbar-style2 .main-menu .nav-item a {
  padding: 18px 18px;
}
.navbar-container.navbar-style2 .main-menu .nav-item a.active, .navbar-container.navbar-style2 .main-menu .nav-item a:hover, .navbar-container.navbar-style2 .main-menu .nav-item a:focus {
  background-color: #c2211c;
  color: #fff;
}
.navbar-container.navbar-style2 .main-menu > li > a {
  color: #fff;
}
.navbar-container.navbar-style2 .ekit-menu .tab__post--title a {
  color: #232323;
}
.navbar-container.navbar-style2 .ekit-menu .tab__post--title a:hover {
  color: #d72924;
}
.navbar-container.navbar-style2 .ekit-menu-container,
.navbar-container.navbar-style2 .ekit-megamenu-holder {
  background: transparent;
}
.navbar-container.navbar-style3 {
  background-color: #fff;
  color: #232323;
  border-top: 1px solid #ddd;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid #ddd;
}
.navbar-container.navbar-style3 .navbar-brand {
  margin: 15px 0;
}
.navbar-container.navbar-style3 .container {
  position: relative;
}
.navbar-container.navbar-style3 .navbar-toggler {
  padding-right: 0;
}
.navbar-container.navbar-style3 .navbar {
  background-color: transparent;
}
.navbar-container.navbar-style3 .main-menu .nav-item a {
  padding: 28px 18px;
}
.navbar-container.navbar-style3 .main-menu .nav-item a.active, .navbar-container.navbar-style3 .main-menu .nav-item a:hover, .navbar-container.navbar-style3 .main-menu .nav-item a:focus {
  background-color: transparent;
  color: #d72924;
}
.navbar-container.navbar-style3 .right-menu {
  top: 10px;
}
.navbar-container.navbar-style3 .right-menu li > a {
  background-color: transparent !important;
  color: #232323;
  border-left: 0;
  position: relative;
}
.navbar-container.navbar-style3 .right-menu li > a.nav-search-button:after {
  content: "";
  width: 1px;
  height: 20px;
  top: 50%;
  left: 0;
  background-color: #232323;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.navbar-container.navbar-style3.navbar-dark {
  background-color: #232323;
  color: #fff;
  border-top: 0;
}
.navbar-container.navbar-style3.navbar-dark .main-menu .nav-item a {
  color: #fff;
  padding: 28px 18px;
}
.navbar-container.navbar-style3.navbar-dark .main-menu .nav-item a.active, .navbar-container.navbar-style3.navbar-dark .main-menu .nav-item a:hover, .navbar-container.navbar-style3.navbar-dark .main-menu .nav-item a:focus {
  background-color: #d72924;
  color: #fff;
}
.navbar-container.navbar-style3.navbar-dark .main-menu .nav-item ul a {
  color: #232323;
  -webkit-transition: all ease 0s;
  -o-transition: all ease 0s;
  transition: all ease 0s;
}
.navbar-container.navbar-style3.navbar-dark .main-menu .nav-item ul a:hover {
  background: #fff;
  color: #d72924;
}
.navbar-container.navbar-style3.navbar-dark .right-menu li > a {
  color: #fff;
}
.navbar-container.navbar-style3.navbar-dark .right-menu li > a.nav-search-button:after {
  background-color: #fff;
}
.navbar-container.navbar-style3.navbar-dark .ekit-menu-container,
.navbar-container.navbar-style3.navbar-dark .ekit-megamenu-holder {
  background: transparent;
}
.navbar-container.navbar-style3.navbar-dark .ekit-menu-container .ekit-menu-simple > li > a,
.navbar-container.navbar-style3.navbar-dark .ekit-megamenu-holder .ekit-menu-simple > li > a {
  color: #fff !important;
}
.navbar-container.navbar-style3.navbar-dark .ekit-menu-container .ekit-menu-simple > li ul li a,
.navbar-container.navbar-style3.navbar-dark .ekit-megamenu-holder .ekit-menu-simple > li ul li a {
  padding: 18px 20px;
}
.navbar-container.navbar-style3 .ekit-menu-container,
.navbar-container.navbar-style3 .ekit-megamenu-holder {
  background: #fff;
}
.navbar-container.navbar-style3 .ekit-menu-container ul > li > a,
.navbar-container.navbar-style3 .ekit-megamenu-holder ul > li > a {
  color: #232323 !important;
}
.navbar-container.navbar-style3 .ekit-menu-container ul > li > a:hover,
.navbar-container.navbar-style3 .ekit-megamenu-holder ul > li > a:hover {
  color: #fff !important;
}
.navbar-container.navbar-style3 .ekit-menu-container ul > li:hover > a,
.navbar-container.navbar-style3 .ekit-megamenu-holder ul > li:hover > a {
  color: #fff;
}
.navbar-container.navbar-style3 .ekit-menu-container ul > li ul li a,
.navbar-container.navbar-style3 .ekit-megamenu-holder ul > li ul li a {
  padding: 15px 18px;
}
.navbar-container.navbar-style3 .ekit-menu-container ul > li ul li a:hover,
.navbar-container.navbar-style3 .ekit-megamenu-holder ul > li ul li a:hover {
  color: #d72924 !important;
}
.navbar-container.navbar-style3 .ekit-menu-container .ekit-menu-simple,
.navbar-container.navbar-style3 .ekit-megamenu-holder .ekit-menu-simple {
  text-align: right;
  float: right;
}
.navbar-container.navbar-style5 {
  background-color: #fff;
  color: #232323;
  border-top: 1px solid #ddd;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
}
.navbar-container.navbar-style5 .container {
  position: relative;
}
.navbar-container.navbar-style5 .navbar-toggler {
  padding: 15px 0;
}
.navbar-container.navbar-style5 .navbar {
  background-color: transparent;
}
.navbar-container.navbar-style5 .nav-item a {
  position: relative;
}
.navbar-container.navbar-style5 .nav-item a.active, .navbar-container.navbar-style5 .nav-item a:hover, .navbar-container.navbar-style5 .nav-item a:focus {
  background-color: transparent;
  color: #d72924;
}
.navbar-container.navbar-style5 .main-menu > li > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #d72924;
  opacity: 0;
}
.navbar-container.navbar-style5 .main-menu > li.current-menu-item > a:before {
  opacity: 1;
}
.navbar-container.navbar-style5 .right-menu li > a {
  background-color: transparent !important;
  color: #232323;
  border-left: 0;
  position: relative;
}
.navbar-container.navbar-style5 .right-menu li > a.nav-search-button:after {
  content: "";
  width: 1px;
  height: 20px;
  top: 50%;
  left: 0;
  background-color: #232323;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.navbar-container .ekit-menu-container .ekit-menu > li > a,
.navbar-container .ekit-megamenu-holder .ekit-menu > li > a {
  text-transform: uppercase;
}
.navbar-container .ekit-menu-simple a .sub-arrow {
  right: 10px;
}
.navbar-container .ekit-menu-simple ul > li {
  border-color: #e3e3e3;
}
.navbar-container .ekit-menu-simple ul > li a {
  background: transparent;
}
.navbar-container .ekit-menu-simple ul > li a:before {
  display: none;
}
.navbar-container .ekit-menu-simple ul > li a:hover {
  background: transparent;
}
.navbar-container .ekit-menu-simple ul > li:hover {
  background: transparent;
}
.navbar-container .ekit-menu-simple a .ekit-menu-badge {
  top: 17px !important;
}
.navbar-container .ekit-menu-simple a .ekit-menu-badge .ekit-menu-badge-arrow {
  display: none;
}

.ekit-menu-simple li:hover a {
  color: #232323;
}

.nav-bg-white .ekit-menu-container,
.nav-bg-white .ekit-megamenu-holder,
.header-bg-white .ekit-menu-container,
.header-bg-white .ekit-megamenu-holder {
  background: #fff;
}
.nav-bg-white .ekit-menu-container .ekit-menu-simple > li > a,
.nav-bg-white .ekit-megamenu-holder .ekit-menu-simple > li > a,
.header-bg-white .ekit-menu-container .ekit-menu-simple > li > a,
.header-bg-white .ekit-megamenu-holder .ekit-menu-simple > li > a {
  color: #232323 !important;
}
.nav-bg-white .ekit-menu-container .ekit-menu-simple > li > a:hover,
.nav-bg-white .ekit-megamenu-holder .ekit-menu-simple > li > a:hover,
.header-bg-white .ekit-menu-container .ekit-menu-simple > li > a:hover,
.header-bg-white .ekit-megamenu-holder .ekit-menu-simple > li > a:hover {
  background: transparent;
}
.nav-bg-white .ekit-menu-container .ekit-menu-simple > li:hover a,
.nav-bg-white .ekit-megamenu-holder .ekit-menu-simple > li:hover a,
.header-bg-white .ekit-menu-container .ekit-menu-simple > li:hover a,
.header-bg-white .ekit-megamenu-holder .ekit-menu-simple > li:hover a {
  background: transparent;
}

.tab__post__single--item a {
  background: transparent !important;
  padding: 0 !important;
}
.tab__post__single--item a:hover {
  background: transparent !important;
  border: none;
}
.tab__post__single--item a:hover:before {
  display: none !important;
}
.tab__post__single--item .tab__post--title {
  line-height: 20px;
}

.tab__post--title a {
  color: #232323 !important;
}

.custom-tabmenu-class .post--tab .tabHeader .tab__list > .tab__list__item {
  font-size: 12px;
  text-transform: capitalize;
}

.post--tab .tabHeader ul > li {
  text-transform: capitalize;
  font-weight: 500;
}

.entry-content ul {
  list-style-position: inside;
}

.blog-navbar {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
}
.blog-navbar .top-social {
  padding-left: 0;
  margin-bottom: 0;
}
.blog-navbar .navbar-container.navbar-style5 {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: transparent;
}
.blog-navbar .navbar-container.navbar-style5 .main-menu > li > a {
  font-size: 13px;
}
.blog-navbar .navbar-container.navbar-style5 .main-menu ul {
  text-transform: capitalize;
  font-weight: normal;
}
.blog-navbar .right-menu li > a {
  font-size: 16px;
}
.blog-navbar .right-menu li > a.nav-search-button:after {
  display: none;
}

.footer-menu-inline.footer-menu {
  padding: 28px 0;
  border-bottom: 1px solid #e3e3e3;
}
.footer-menu-inline.footer-menu ul li a {
  color: #232323;
  text-transform: uppercase;
}

/*------------------------ navbar style 9 -------------*/
.navbar-standerd.navbar-darks .navbar-style5 {
  border-top: none;
}
.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar {
  background: #1f2024;
  margin-right: 0 !important;
  padding-right: 120px;
}
.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu > li {
  position: relative;
}
.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu > li > a {
  color: #fff;
  -webkit-transition: all ease 0s;
  -o-transition: all ease 0s;
  transition: all ease 0s;
}
.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu > li > a:hover:before {
  display: none;
}
.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu > li:after {
  position: absolute;
  right: -8px;
  top: -7px;
  content: "";
  border-style: solid;
  border-width: 7px 0 0 8px;
  border-color: transparent transparent transparent #909090;
  -webkit-transition: all ease 0s;
  -o-transition: all ease 0s;
  transition: all ease 0s;
  opacity: 0;
  visibility: hidden;
}
.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu > li:before {
  bottom: auto;
  top: -7px;
  height: 15px;
  -webkit-transition: all ease 0s;
  -o-transition: all ease 0s;
  transition: all ease 0s;
  content: "";
  background: #d72924;
  position: absolute;
  display: block;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu > li:hover:after, .navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu > li:hover:before, .navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu > li.current-menu-ancestor.current-menu-parent:after, .navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu > li.current-menu-ancestor.current-menu-parent:before, .navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu > li.current-menu-item:after, .navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu > li.current-menu-item:before {
  opacity: 1;
  visibility: visible;
}
.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu > li:hover > a, .navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu > li.current-menu-ancestor.current-menu-parent > a, .navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu > li.current-menu-item > a {
  background: #d72924;
  color: #fff;
}
.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu > li:hover > a:focus, .navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu > li.current-menu-ancestor.current-menu-parent > a:focus, .navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .main-menu > li.current-menu-item > a:focus {
  opacity: 1;
  visibility: visible;
}
.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .navbar-toggler {
  padding-left: 15px;
}
.navbar-standerd.navbar-darks .navbar-style5 .xs-navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-standerd.navbar-darks .navbar-style5 .right-menu {
  right: 10px;
}
.navbar-standerd.navbar-darks .navbar-style5 .right-menu li a {
  color: #fff;
}
.navbar-standerd.navbar-darks .navbar-style5 .right-menu li a.nav-search-button:after {
  background-color: #3c3c3c;
}
.navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple > li > a {
  font-weight: 700;
  position: relative;
}
.navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple > li > a:before {
  bottom: auto;
  top: -7px;
  height: 15px;
  -webkit-transition: all ease 0s;
  -o-transition: all ease 0s;
  transition: all ease 0s;
  content: "";
  background: #dd3333;
  position: absolute;
  display: block;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  left: 0;
}
.navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple > li > a:after {
  position: absolute;
  right: -8px;
  top: -7px;
  content: "";
  border-style: solid;
  border-width: 7px 0 0 8px;
  border-color: transparent transparent transparent #909090;
  -webkit-transition: all ease 0s;
  -o-transition: all ease 0s;
  transition: all ease 0s;
  opacity: 0;
  visibility: hidden;
}
.navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple > li:hover a:before, .navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple > li:hover a:after {
  opacity: 1;
  visibility: visible;
}
.navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple > li.current-menu-parent > a, .navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple > li.current-menu-item > a {
  background: #dd3333;
}
.navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple > li.current-menu-parent > a:before, .navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple > li.current-menu-parent > a:after, .navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple > li.current-menu-item > a:before, .navbar-standerd.navbar-darks .navbar-style5 .ekit-menu-simple > li.current-menu-item > a:after {
  opacity: 1;
  visibility: visible;
}
.navbar-standerd.navbar-darks .navbar-style5 .menu-toggler {
  padding: 12px;
  background: #cf2c03;
  border-radius: 0;
}
.navbar-standerd.navbar-darks .navbar-style5 .menu-toggler .menu-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*--------------- crypto css --------------*/
.header-box-right {
  background: #10181f;
}
.header-box-right .navigation {
  height: 85px;
  background: #ffaf31;
  position: relative;
}
.header-box-right .navigation:before {
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  content: "";
  height: 100%;
  background: #ffaf31;
}
.header-box-right .nav-menu > li > a {
  height: 85px;
  line-height: 45px;
}
.header-box-right .nav-menu > li > a:before {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #fff;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
}
.header-box-right .nav-menu > li > a:hover {
  background: transparent;
  color: #fff;
}
.header-box-right .nav-menu > li > a:hover:before {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.header-box-right .nav-menu > li.active > a {
  background: transparent;
  color: #fff;
}
.header-box-right .nav-menu > li.active > a:before {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.header-box-right .nav-menu > li .megamenu-list li a:hover {
  color: #ffaf31;
}
.header-box-right .nav-menu > li .nav-dropdown li a:hover {
  color: #ffaf31;
}
.header-box-right .nav-menu > li:first-child a {
  padding-left: 35px;
}
.header-box-right .right-menu li .nav-search {
  height: 85px;
}
.header-box-right .right-menu li .nav-search .nav-search-button {
  line-height: 88px;
  text-align: right;
  background: transparent;
  color: #232323;
}

@media (min-width: 1200px) {
  .navbar-fixed.sticky {
    position: fixed;
    z-index: 9999;
    background: #fff;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
    top: 0;
    z-index: 9999;
    max-width: 1110px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .navbar-fixed.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;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*------------------------------
    featured post area 
 ------------------------------*/
.ts-overlay-style {
  position: relative;
}
.ts-overlay-style .item:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.75) 100%);
}
.ts-overlay-style .item:after {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
.ts-overlay-style .item:hover:after {
  opacity: 1;
}
.ts-overlay-style.ts-featured .item {
  min-height: 573px;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-backface-visibility: hidden;
}
.ts-overlay-style.ts-featured .item .post-content {
  padding: 40px;
}
.ts-overlay-style.ts-featured .item .post-title {
  margin-bottom: 24px;
}
.ts-overlay-style .post-meta-info {
  margin-bottom: 0;
}
.ts-overlay-style.featured-post .ts-post-thumb {
  margin-bottom: 0;
}
.ts-overlay-style .item.item-before:before {
  display: none;
}
.ts-overlay-style .item .gradient-overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), to(rgba(0, 0, 0, 0.95)));
  background: -o-linear-gradient(top, transparent 55%, rgba(0, 0, 0, 0.95) 100%);
  background: linear-gradient(to bottom, transparent 55%, rgba(0, 0, 0, 0.95) 100%);
}

.vinazine-featured-post .ts-overlay-style .item .gradient-overlay {
  opacity: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), to(rgba(0, 0, 0, 0.9)));
  background: -o-linear-gradient(top, transparent 70%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.9) 100%);
}

#featured-slider-2 .item {
  min-height: 418px;
}
#featured-slider-2 .owl-dots {
  right: 20px;
  top: 5px;
}
#featured-slider-2 .owl-dots .owl-dot span {
  background: #fff;
}
#featured-slider-2 .post-title.lg {
  font-size: 30px;
}

.slider-grid-style4 .row {
  margin: 0;
}
.slider-grid-style4 .owl-nav {
  position: absolute;
  right: auto;
  top: auto;
  left: 35px;
  bottom: 50px;
}
.slider-grid-style4 .owl-nav .owl-prev:before {
  display: none;
}
.slider-grid-style4 .owl-nav .owl-next i,
.slider-grid-style4 .owl-nav .owl-prev i {
  font-size: 16px;
}

.featured-area:before {
  display: none;
}
.featured-area .item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 900px;
}
.featured-area .item .hero-content {
  margin-top: 0;
}
.featured-area .item .hero-content h2 {
  font-weight: 500;
  margin-bottom: 60px;
  font-size: 48px;
}
.featured-area .item .hero-content .featurd-video-icon {
  font-size: 80px;
  color: #fff;
}

.grid-style-2 .ts-overlay-style .item {
  min-height: 456px;
}

/*---------------------
     hero area section 
-----------------*/
.featured-table {
  width: 100%;
  height: 100%;
  display: table;
}
.featured-table .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.hero-area {
  padding: 0;
  position: relative;
}
.hero-area:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 130px;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, white), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(0, white 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(0, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.featured-slider-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 960px;
}
.featured-slider-item::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.2);
}

.hero-content {
  position: relative;
  padding: 20px;
  margin-top: -180px;
}
.hero-content .post-cat {
  margin-bottom: 12px;
  left: 0;
}
.hero-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 22px;
}
.hero-content p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

.featured-bottom-post {
  margin-top: -260px;
  position: relative;
  z-index: 1;
}

#hero-slider,
.hero-slider {
  position: relative;
}
#hero-slider .hero-title a,
.hero-slider .hero-title a {
  color: #fff;
}
#hero-slider .owl-nav,
.hero-slider .owl-nav {
  position: relative;
  right: auto;
  top: 0%;
  left: 0%;
  z-index: 3;
}
#hero-slider .owl-prev,
.hero-slider .owl-prev {
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px;
}
#hero-slider .owl-prev:before,
.hero-slider .owl-prev:before {
  display: none;
}
#hero-slider .owl-next,
.hero-slider .owl-next {
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px;
  margin-left: 80px;
}
#hero-slider .owl-dots,
.hero-slider .owl-dots {
  counter-reset: slides-num;
  margin-top: 15px;
  right: auto;
  left: 0;
}
#hero-slider .owl-dots:after,
.hero-slider .owl-dots:after {
  content: "0" counter(slides-num);
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
  padding-left: 20px;
  margin-top: -10px;
  font-weight: 400;
  color: #fff;
}
#hero-slider .owl-dot,
.hero-slider .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  /* Increment counter */
  margin-right: 5px;
}
#hero-slider .owl-dot span,
.hero-slider .owl-dot span {
  display: none;
}
#hero-slider .owl-dot.active:before,
.hero-slider .owl-dot.active:before {
  content: "0" counter(slides-num) " /  ";
  /* Use the same counter to get current item. */
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  color: #d72924;
}
#hero-slider .featured-slider-item::before,
.hero-slider .featured-slider-item::before {
  background: transparent;
}

#hero-slider .owl-item.active .hero-content a.post-cat,
#hero-slider .owl-item.active .hero-content .post-tag,
.hero-slider .owl-item.active .hero-content a.post-cat,
.hero-slider .owl-item.active .hero-content .post-tag,
.vinkmag-featured-slider .owl-item.active .hero-content a.post-cat,
.vinkmag-featured-slider .owl-item.active .hero-content .post-tag {
  -webkit-animation-name: animLeft;
  animation-name: animLeft;
  -webkit-animation: animLeft 1s ease 100ms both;
  animation: animLeft 1s ease 100ms both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
#hero-slider .owl-item.active .hero-content h2,
.hero-slider .owl-item.active .hero-content h2,
.vinkmag-featured-slider .owl-item.active .hero-content h2 {
  -webkit-animation-name: animLeft;
  animation-name: animLeft;
  -webkit-animation: animLeft 1s ease 100ms both;
  animation: animLeft 1s ease 100ms both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}
#hero-slider .owl-item.active .hero-content p,
.hero-slider .owl-item.active .hero-content p,
.vinkmag-featured-slider .owl-item.active .hero-content p {
  -webkit-animation-name: animLeft;
  animation-name: animLeft;
  -webkit-animation: animLeft 1s ease 100ms both;
  animation: animLeft 1s ease 100ms both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

@-webkit-keyframes animLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40%, 0, 0);
    transform: translate3d(40%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.slider-dot-item {
  position: absolute;
  left: 0;
  width: 100%;
  top: 59.6%;
  right: 0;
  margin: auto;
  padding-left: 90px;
}

.slider-arrow-item {
  position: absolute;
  left: 0;
  width: 100%;
  top: 55.8%;
  right: 0;
  margin: auto;
}
.slider-arrow-item .owl-nav .owl-next i,
.slider-arrow-item .owl-nav .owl-prev i {
  font-size: 16px;
  color: #fff;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 5px;
  background-color: #414450;
}

.featured-post-style .item {
  min-height: 498px;
}
.featured-post-style .post-cat {
  left: 0;
  margin-bottom: 19px;
}
.featured-post-style .overlay-post-content .post-title {
  margin-bottom: 15px;
}

.slider-grid-style1 .ts-overlay-style .overlay-post-content .post-content {
  padding: 24px 30px 30px;
}
.slider-grid-style1 .ts-overlay-style .overlay-post-content .post-title {
  margin-bottom: 15px;
}

/*----------------------------
      watch now featured 
  ------------------------------*/
.ts-video-btn {
  position: absolute;
  bottom: 0;
  font-size: 80px;
  right: 0;
  left: 0;
  top: 100px;
  margin: auto;
  display: block;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.ts-video-btn:hover {
  color: #fff;
}

.post-list-box .nav-link {
  padding: 20px 0;
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
  display: block;
}
.post-list-box .nav-link:first-of-type {
  padding-top: 0;
}
.post-list-box .nav-link:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.post-list-box .post-content img {
  width: 128px;
  height: 85px;
  margin-right: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-list-box .post-content .post-title:hover {
  color: #d72924;
}
.post-list-box.ts-list-post-box.ts-grid-content .post-content img {
  width: 110px;
  height: auto;
  margin-right: 15px;
}

.elementor-widget-wp-widget-vinkmag_latest_news_widget h5 {
  font-size: 20px;
  margin-bottom: 20px;
}

.recent-posts-widget ul li {
  min-height: 100px;
}
.recent-posts-widget ul li .posts-thumb img {
  width: 110px;
  height: 80px;
}
.recent-posts-widget ul li .post-info .entry-title {
  font-size: 14px;
}
.recent-posts-widget ul li .post-info .entry-title a {
  color: #232323;
}
.recent-posts-widget ul li .post-info .entry-title a:hover {
  color: #d72924;
}
.recent-posts-widget ul li .post-info .post-meta {
  padding: 0px 0 0px;
}
.recent-posts-widget ul li:last-child {
  min-height: 1px;
}

.watch-post .ts-overlay-style .post-video:before {
  display: none;
}
.watch-post .ts-overlay-style .post-video .post-video-content h3 {
  font-size: 20px;
}
.watch-post .post-list-box .post-title {
  margin-bottom: 5px;
}

.item:hover .ts-post-thumb img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.post-content {
  z-index: 1;
  position: relative;
}
.post-content p {
  font-size: 15px;
  line-height: 24px;
  color: #232323;
}

.ts-overlay-style .overlay-post-content {
  position: absolute;
  bottom: 0;
}
.ts-overlay-style .overlay-post-content .post-content {
  padding: 24px 24px 18px;
}
.ts-overlay-style .overlay-post-content .post-content .post-cat {
  left: 0;
  top: -10px;
}
.ts-overlay-style .overlay-post-content .post-date-info {
  color: #d2d2d2;
}
.ts-overlay-style .overlay-post-content .post-title {
  margin-bottom: 5px;
}
.ts-overlay-style .overlay-post-content .post-title a {
  color: #fff;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.ts-overlay-style .overlay-post-content .post-title.md {
  margin-bottom: 10px;
}
.ts-overlay-style .overlay-post-content .post-meta-info li {
  color: #fff;
}
.ts-overlay-style .overlay-post-content .post-meta-info li a {
  color: #fff;
}
.ts-overlay-style .overlay-post-content .post-meta-info li a:hover {
  color: #d72924;
}
.ts-overlay-style .overlay-post-content .post-meta-info li.active {
  color: #d72924;
}

.post-cat {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 0px 10px;
  left: 30px;
  line-height: 21px;
  height: 19px;
  top: -3px;
  letter-spacing: 0.55px;
}
.post-cat:hover {
  color: #fff;
}

.cat-name {
  font-size: 11px;
  color: #d72924;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}

.post-date-info {
  font-size: 12px;
  display: block;
  position: relative;
  color: #8a8a8a;
}

.format-video .ts-post-thumb a:before,
.format-video.ts-overlay-style:before {
  position: absolute;
  left: 0;
  top: 45%;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
  font-size: 50px;
  z-index: 1;
  color: #fff;
  font-family: "Fontawesome";
  text-align: center;
  cursor: pointer;
}
.format-video .ts-post-thumb a.post-cat:before,
.format-video.ts-overlay-style.post-cat:before {
  display: none;
}

/*--------- grid box style ---*/
.ts-grid-box {
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
}
.ts-grid-box.ts-grid-content {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ts-grid-box.ts-grid-content .post-content {
  padding: 0 20px 10px 20px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
}
.ts-grid-box.ts-grid-content:hover .ts-post-thumb img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.ts-grid-box.ts-grid-content.grid-no-shadow .post-content {
  padding: 0 0px 10px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ts-grid-box .post-cat {
  position: absolute;
  top: 0;
}
.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 {
  width: 100%;
  -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;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.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:last-of-type {
  margin-bottom: 0;
}
.ts-grid-box.ts-grid-content-1 .post-cat {
  position: relative;
  margin-bottom: 16px;
  left: 0;
}
.ts-grid-box.ts-grid-content-1 .ts-post-thumb {
  margin-bottom: 0;
}
.ts-grid-box.ts-grid-content-1 .post-content {
  padding: 20px 22px 18px 22px;
}
.ts-grid-box.ts-grid-content-1 .post-meta-info {
  margin-bottom: 0;
}
.ts-grid-box.ts-grid-content-1 .post-meta-info li a:hover {
  color: #005689;
}
.ts-grid-box.ts-grid-content-1.featured-item .post-content {
  padding: 20px 28px 18px 28px;
}
.ts-grid-box.ts-grid-content-1.featured-item .ts-post-thumb .link-img {
  min-height: 290px;
}
.ts-grid-box.grid-no-shadow {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.ts-grid-box.grid-no-shadow .ts-title,
.ts-grid-box.grid-no-shadow .widget-title {
  margin-left: 30px;
}
.ts-grid-box.post-col-list-item .post-content {
  padding: 0 20px 20px 20px;
}
.ts-grid-box.most-populer-item {
  padding-bottom: 25px;
}

.ts-post-overlay-style-1 {
  background: transparent;
  padding: 0;
}
.ts-post-overlay-style-1 .ts-post-thumb {
  margin-bottom: 10px;
}
.ts-post-overlay-style-1 .ts-post-thumb img {
  min-height: 204px;
}
.ts-post-overlay-style-1 .ts-overlay-style:last-of-type .ts-post-thumb {
  margin-bottom: 0;
}

/*------- post tab list ---*/
.post-list-item {
  position: relative;
  background: #fff;
}
.post-list-item .nav-tabs {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.post-list-item .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: 0;
}
.post-list-item .nav-tabs li a {
  font-size: 13px;
  text-transform: uppercase;
  color: #5c5c5c;
  line-height: 50px;
  font-weight: 500;
  position: relative;
  display: block;
}
.post-list-item .nav-tabs li a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #6200ee;
  content: "";
  opacity: 0;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
}
.post-list-item .nav-tabs li a i {
  margin-right: 6px;
}
.post-list-item .nav-tabs li a.active {
  color: #6200ee;
}
.post-list-item .nav-tabs li a.active::before {
  opacity: 1;
}
.post-list-item.blue-dark .nav-tabs li a:before {
  background: #005689;
}
.post-list-item.blue-dark .nav-tabs li a.active {
  color: #005689;
}
.post-list-item.blue-dark .post-title a:hover {
  color: #005689;
}
.post-list-item.widgets.grid-no-shadow .ts-grid-box {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

/*---------- tab list -----*/
.post-tab-list {
  margin-bottom: 0;
  padding: 15px;
}
.post-tab-list .post-content.media {
  border-bottom: 1px solid #ededed;
  margin-bottom: 16px;
  padding-bottom: 15px;
}
.post-tab-list .post-content.media .sidebar-img {
  width: 70px;
  height: 50px;
}
.post-tab-list .post-content.media .post-title {
  margin-bottom: 0;
  line-height: 19px;
}
.post-tab-list .post-content.media:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 5px;
}
.post-tab-list .post-tag {
  line-height: 11px;
  margin-bottom: 6px;
  display: block;
}
.post-tab-list .post-tag a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

img.sidebar-img {
  width: 90px;
  height: 65px;
  margin-right: 15px;
}

/*---------------------------
      hot topics
  ---------------------------*/
.hot-topics-slider {
  margin-bottom: -60px;
}
.hot-topics-slider .owl-item.active:nth-child(1) .heighlight {
  background: #ff6e0d !important;
}
.hot-topics-slider .owl-item.active:nth-child(1) .heighlight .ts-post-thumb .post-cat span {
  border-left-color: #ff6e0d !important;
}
.hot-topics-slider .owl-item.active:nth-child(1) .heighlight .ts-post-thumb .post-cat {
  background: #ff6e0d !important;
}
.hot-topics-slider .owl-item.active:nth-child(2) .heighlight {
  background: #4ab106 !important;
}
.hot-topics-slider .owl-item.active:nth-child(2) .heighlight .ts-post-thumb .post-cat span {
  border-left-color: #4ab106 !important;
}
.hot-topics-slider .owl-item.active:nth-child(2) .heighlight .ts-post-thumb .post-cat {
  background: #4ab106 !important;
}
.hot-topics-slider .owl-item.active:nth-child(3) .heighlight {
  background: #ff5575 !important;
}
.hot-topics-slider .owl-item.active:nth-child(3) .heighlight .ts-post-thumb .post-cat span {
  border-left-color: #ff5575 !important;
}
.hot-topics-slider .owl-item.active:nth-child(3) .heighlight .ts-post-thumb .post-cat {
  background: #ff5575 !important;
}
.hot-topics-slider .owl-item.active:nth-child(4) .heighlight {
  background: #007bff !important;
}
.hot-topics-slider .owl-item.active:nth-child(4) .heighlight .ts-post-thumb .post-cat span {
  border-left-color: #007bff !important;
}
.hot-topics-slider .owl-item.active:nth-child(4) .heighlight .ts-post-thumb .post-cat {
  background: #007bff !important;
}
.hot-topics-slider .heighlight {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 3px;
  margin-right: 1px;
  margin-left: 1px;
}

.grid-slider .post-meta-info {
  margin-bottom: 0;
}

.heighlight {
  background: #007dff;
}
.heighlight .ts-post-thumb .post-cat {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  padding: 4px 15px 0 20px;
}
.heighlight .ts-post-thumb .post-cat span {
  border-style: solid;
  background-color: transparent !important;
  border-width: 28px 0 0 20px;
  border-color: transparent transparent transparent #007bff;
  position: absolute;
  right: -20px;
  top: 0;
  content: "";
}
.heighlight .post-content {
  padding: 0 20px 20px;
}
.heighlight .post-content .post-title a {
  color: #fff;
}
.heighlight .post-content .post-title a:hover {
  opacity: 0.8;
}
.heighlight .post-content .post-meta-info li {
  color: #fff;
}
.heighlight .post-content .post-date-info {
  color: #fff;
}
.heighlight .post-content p {
  color: #fff;
}
.heighlight.ts-green-heighlight {
  background: #4ab106;
}
.heighlight.ts-green-heighlight .post-cat {
  background: #4ab106;
}
.heighlight.ts-green-heighlight .post-cat:before {
  border-color: transparent transparent transparent #4ab106;
}
.heighlight.ts-blue-heighlight {
  background: #007dff;
}
.heighlight.ts-blue-heighlight .post-cat {
  background: #007dff;
}
.heighlight.ts-blue-heighlight .post-cat:before {
  border-color: transparent transparent transparent #007dff;
}
.heighlight.ts-blue-light-heighlight {
  background: #007dff;
}
.heighlight.ts-blue-light-heighlight .post-cat {
  background: #007dff;
}
.heighlight.ts-blue-light-heighlight .post-cat:before {
  border-color: transparent transparent transparent #007dff;
}
.heighlight.ts-pink-heighlight {
  background: #ff5575;
}
.heighlight.ts-pink-heighlight .post-cat {
  background: #ff5575;
}
.heighlight.ts-pink-heighlight .post-cat:before {
  border-color: transparent transparent transparent #ff5575;
}
.heighlight.ts-yellow-heighlight {
  background: #ffaf31;
}
.heighlight.ts-yellow-heighlight .post-cat {
  background: #ffaf31;
}
.heighlight.ts-yellow-heighlight .post-cat:before {
  border-color: transparent transparent transparent #ffaf31;
}
.heighlight .post-meta-info li.author a {
  color: #fff;
}

/*---------------------------------
    tranding post 
------------------------------------*/
.ts-grid-box.ts-col-box {
  padding: 30px 15px 22px 15px;
}
.ts-grid-box.ts-col-box .post-cat {
  margin-left: 0;
}
.ts-grid-box.ts-col-box .ts-title:before {
  left: -15px;
}
.ts-grid-box.ts-col-box .item {
  margin-bottom: 26px;
  position: relative;
}
.ts-grid-box.ts-col-box .item:last-of-type {
  margin-bottom: 0;
}
.ts-grid-box.ts-col-box .post-date-info {
  display: block;
}
.ts-grid-box.ts-col-box .post-content p {
  margin-top: 8px;
}
.ts-grid-box.ts-col-box.grid-no-shadow {
  padding: 0;
}
.ts-grid-box.ts-col-box.grid-no-shadow .title-before {
  left: -30px;
}

.vinkmag-trending-1 .grid-md .overlay-post-content .post-content {
  padding: 24px 30px 20px;
}
.vinkmag-trending-1 .grid-md .overlay-post-content .post-title {
  margin-bottom: 10px;
}

.no-post-cat .post-cat {
  display: none;
}
.no-post-cat .post-meta-info li.active, .no-post-cat .post-meta-info li.author {
  display: none;
}
.no-post-cat .ts-col-box-item {
  margin-bottom: 15px;
}

.grid-only-text.ts-grid-box.ts-col-box {
  padding-top: 35px;
  padding-bottom: 10px;
}
.grid-only-text.ts-grid-box.ts-col-box .item {
  position: static;
}
.grid-only-text.ts-grid-box.ts-col-box .item .post-cat {
  left: 20px;
}

.ts-tranding-post {
  padding: 30px 0 0 0;
}
.ts-tranding-post .ts-post-thumb {
  margin-bottom: 0;
}
.ts-tranding-post .ts-title {
  margin-left: 30px;
}
.ts-tranding-post .slider-indicators {
  list-style: none;
  padding: 0;
  display: block;
  margin: 0;
  width: 100%;
  bottom: 0;
  position: static;
  background: #2e55bd;
}
.ts-tranding-post .slider-indicators .item {
  cursor: pointer;
  margin: 0;
  height: auto;
  text-indent: 1px;
  background: transparent;
  min-height: 112px;
  position: relative;
}
.ts-tranding-post .slider-indicators .item .post-title {
  color: #fff;
  margin-bottom: 5px;
  height: 40px;
  overflow: hidden;
}
.ts-tranding-post .slider-indicators .item:last-of-type:before, .ts-tranding-post .slider-indicators .item:last-of-type:after {
  display: none;
}
.ts-tranding-post .slider-indicators .owl-item.active.current {
  border-bottom: 4px solid #ff5500;
}
.ts-tranding-post .slider-indicators .post-content {
  padding: 25px 20px 25px;
}
.ts-tranding-post .slider-indicators .post-content .post-count {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 1px solid #adc3ff;
  font-size: 20px;
  text-align: center;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  /* margin: auto; */
  display: block;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 17px;
  margin-right: 10px;
  background: #2b50b1;
}
.ts-tranding-post .owl-nav {
  bottom: auto;
  top: 30px;
  right: 20px;
}

/*------------------------
   more news 
--------------------------*/
.ts-grid-box-heighlight {
  background: #7f85ff;
}
.ts-grid-box-heighlight .ts-title {
  color: #fff;
}
.ts-grid-box-heighlight .ts-title::before {
  background: #fff;
}
.ts-grid-box-heighlight .vinazine-more-post .ts-post-thumb {
  margin-bottom: 0;
}

/*-----------------------
  footer social
--------------------------*/
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ts-footer-social-list {
  background: #fff;
  padding: 30px 0;
  margin-bottom: 5px;
  margin-top: 3px;
}
.ts-footer-social-list.section-bg {
  background: #f7f7f7;
}

.footer-social li {
  display: inline-block;
  margin-right: 30px;
}
.footer-social li a {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  color: #888888;
  text-transform: uppercase;
}
.footer-social li a i {
  font-size: 16px;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  padding: 9px 0px;
  margin-right: 8px;
}
.footer-social li a span:hover {
  color: #222;
}
.footer-social li:last-child {
  margin-right: 0;
}

.footer-social-list li {
  display: inline-block;
}
.footer-social-list li a {
  font-size: 14px;
  margin-left: 18px;
}
.footer-social-list li a i {
  background: transparent;
}
.footer-social-list li.ts-facebook a {
  color: #3b5999;
}
.footer-social-list li.ts-twitter a {
  color: #55acee;
}
.footer-social-list li.ts-google-plus a {
  color: #dd4b39;
}
.footer-social-list li.ts-pinterest a {
  color: #bd081c;
}
.footer-social-list li.ts-youtube a {
  color: #f33220;
}
.footer-social-list li.ts-linkedin a {
  color: #007bb6;
}

/*-----------------------------
    ts-newslatter for bottom area
 ------------------------------*/
.ts-newslatter {
  background: #fff;
  padding: 40px 0;
}
.ts-newslatter.section-bg {
  background: #f7f7f7;
}
.ts-newslatter.section-bg .newsletter-form .email-form-group .form-control {
  background: transparent;
}
.ts-newslatter .ts-newslatter-content h2 {
  margin-bottom: 17px;
  font-size: 30px;
  font-weight: 500;
}
.ts-newslatter .ts-newslatter-content p {
  margin-bottom: 0;
  padding-right: 50px;
  color: #888;
}
.ts-newslatter .newsletter-form .email-form-group {
  padding-left: 40px;
  position: relative;
}
.ts-newslatter .newsletter-form .email-form-group i {
  position: absolute;
  left: 0;
  font-size: 20px;
  top: 15px;
}
.ts-newslatter .newsletter-form .email-form-group .form-control {
  border: none;
  outline: none;
  border-bottom: 1px solid #a9a9a9;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  padding: 9px 0;
  font-size: 12px;
}
.ts-newslatter .newsletter-form .email-form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ts-newslatter .newsletter-form .email-form-group .form-control::-webkit-input-placeholder {
  letter-spacing: 1.2px;
}
.ts-newslatter .newsletter-form .email-form-group .form-control::-moz-placeholder {
  letter-spacing: 1.2px;
}
.ts-newslatter .newsletter-form .email-form-group .form-control:-ms-input-placeholder {
  letter-spacing: 1.2px;
}
.ts-newslatter .newsletter-form .email-form-group .form-control::-ms-input-placeholder {
  letter-spacing: 1.2px;
}
.ts-newslatter .newsletter-form .email-form-group .form-control::placeholder {
  letter-spacing: 1.2px;
}
.ts-newslatter .newsletter-form .ts-submit-btn {
  margin-left: 20px;
}
.ts-newslatter .newsletter-form .ts-submit-btn .btn {
  background: #e91e63;
}
.ts-newslatter .newsletter-form .ts-submit-btn .btn:hover {
  background: #d72924;
}

/*---------------------------
    ts-footer
 --------------------------*/
.footer-menu {
  margin-bottom: 14px;
}
.footer-menu ul li {
  display: inline-block;
}
.footer-menu ul li a {
  font-size: 14px;
  color: #fff;
  margin: 0 20px;
  opacity: 0.7;
  padding: 0;
}
.footer-menu ul li a:hover {
  opacity: 1;
}

.ts-footer {
  background: #4e65ff;
  padding: 25px 0;
}
.ts-footer.ts-footer-1 {
  background: #f8f8f8;
  padding-bottom: 15px;
}
.ts-footer.ts-footer-1 .footer-social {
  padding-bottom: 22px;
  border-bottom: 1px solid #ddd;
}
.ts-footer.ts-footer-1 .footer-social li a i {
  background: transparent;
  color: #888888;
  width: auto;
  height: auto;
}
.ts-footer.ts-footer-1 .footer-social li a span {
  letter-spacing: 1px;
}
.ts-footer.ts-footer-1 .copyright-text {
  padding-top: 15px;
}
.ts-footer.ts-footer-1 .copyright-text p {
  color: #888;
}
.ts-footer.ts-footer-1 .copyright-text p a {
  color: #6cba40;
  text-transform: uppercase;
}
.ts-footer.ts-footer-1 .copyright-text.white p {
  color: #fff;
}
.ts-footer.ts-footer-2 {
  background: transparent;
}
.ts-footer.ts-footer-2 .copyright-text p {
  color: #232323;
}
.ts-footer.ts-footer-2 .copyright-text p a {
  color: #6cba40;
}
.ts-footer.ts-footer-3 {
  background: #000032;
}
.ts-footer.ts-footer-3 .footer-logo {
  padding: 34px 0 44px;
}
.ts-footer.ts-footer-3 .footer-menu {
  margin-bottom: 22px;
}
.ts-footer.ts-footer-3 .footer-menu li a {
  text-transform: uppercase;
  opacity: 1;
  font-weight: 700;
  position: relative;
}
.ts-footer.ts-footer-3 .footer-menu li a:hover {
  color: #007dff;
}
.ts-footer.ts-footer-3 .footer-menu li a:after {
  position: absolute;
  right: -24px;
  top: 4px;
  width: 1px;
  height: 12px;
  background: #4d4d70;
  content: "";
  -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.ts-footer.ts-footer-3 .footer-menu li:last-child a:after {
  display: none;
}
.ts-footer.ts-footer-3 .copyright-text {
  margin-top: 32px;
}
.ts-footer.ts-footer-3 .copyright-text p {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 1;
  color: #fff;
}
.ts-footer.ts-footer-3 .copyright-text span,
.ts-footer.ts-footer-3 .copyright-text a {
  font-size: 14px;
  font-weight: 400;
  color: #6f6f8b;
}
.ts-footer.ts-footer-3 .copyright-text.white p {
  color: #fff;
}
.ts-footer.ts-footer-3 .footer-social-list {
  margin-top: 32px;
}
.ts-footer.ts-footer-3 .footer-social-list li a {
  color: #fff;
  margin-left: 54px;
}
.ts-footer.ts-footer-3 .footer-social-list li a:hover {
  color: #007dff;
}

.copyright-text p {
  color: #cad0ff;
  margin-bottom: 0;
  font-size: 14px;
}
.copyright-text.white p {
  color: #fff;
}

/*------------------------------ 
      single post page 
-------------------------------*/
#content {
  padding: 30px 0;
}

.page-links {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 15px;
}
.page-links a {
  color: #232323;
}
.page-links a span {
  color: #232323;
}
.page-links a,
.page-links span {
  display: inline-block;
}
.page-links .page-link:hover {
  background: #ff5500;
  color: #fff;
}

/*-------------- breadcrumb ---------------- */
.post-featured-image {
  position: relative;
}

.breadcrumb {
  background: #fff;
  webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
  padding: 0;
  border-radius: 0;
}
.breadcrumb li {
  display: inline-block;
  padding: 7px 15px 7px 15px;
  color: #232323;
  position: relative;
  font-size: 14px !important;
  word-wrap: break-word;
  white-space: pre-wrap;
  max-width: 100%;
}
.breadcrumb li:before {
  position: absolute;
  right: 0;
  top: 8px;
  content: "/";
  height: 100%;
  color: #999;
}
.breadcrumb li a {
  color: #232323;
}
.breadcrumb li a i {
  margin-right: 8px;
}
.breadcrumb li:last-child:before {
  content: "";
  position: relative;
  color: #fff;
}

.ts-breadcrumb {
  padding: 0;
}
.ts-breadcrumb li {
  display: inline-block;
  list-style: none;
  font-size: 13px;
  color: #a9a9a9;
}
.ts-breadcrumb li a {
  color: #a9a9a9;
}
.ts-breadcrumb > li + li:before {
  content: "";
  font-family: FontAwesome;
  padding: 0 6px;
  color: #777;
}

.single-post-wrapper .content-wrapper,
.comments-form.ts-grid-box {
  padding: 30px 80px 40px;
}

.single-post-wrapper code {
  white-space: pre-wrap;
}
.single-post-wrapper table {
  margin-bottom: 20px;
}
.single-post-wrapper .post-title.lg {
  line-height: 40px;
}
.single-post-wrapper .post-meta-info {
  margin-bottom: 35px;
  padding-left: 0;
  position: relative;
}
.single-post-wrapper .post-meta-info li {
  font-size: 12px;
}
.single-post-wrapper .post-meta-info li.author a img {
  width: 40px;
  height: 40px;
}
.single-post-wrapper .post-meta-info li a.post-cat {
  position: relative;
  left: 0;
}
.single-post-wrapper .post-meta-info li.share-post a {
  color: #fff;
}
.single-post-wrapper .post-meta-info li.share-post a i {
  font-size: 16px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  padding: 9px 0px;
  margin-right: 0px;
  background: #d72924;
}
.single-post-wrapper .post-meta-info li.share-post .social-share-list {
  position: absolute;
  top: 0%;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
  display: block;
  width: 100%;
  right: 50px;
  z-index: 1;
  padding: 0 0 0 20px;
  height: 50px;
}
.single-post-wrapper .post-meta-info li.share-post .social-share-list li {
  margin: 0;
}
.single-post-wrapper .post-meta-info li.share-post .social-share-list li a.facebook i {
  background: #3b5999;
}
.single-post-wrapper .post-meta-info li.share-post .social-share-list li a.twitter i {
  background: #55acee;
}
.single-post-wrapper .post-meta-info li.share-post .social-share-list li a.googlePlus i {
  background: #dd4b39;
}
.single-post-wrapper .post-meta-info li.share-post .social-share-list li a.linkedin i {
  background: #007bb6;
}
.single-post-wrapper .post-meta-info li.share-post:hover .social-share-list {
  opacity: 1;
  visibility: visible;
  right: 0;
  background: #fff;
}
.single-post-wrapper .post-media {
  margin: 0 -80px;
}
.single-post-wrapper p {
  line-height: 28px;
  margin-bottom: 25px;
}
.single-post-wrapper .text-bg {
  background: #f7f7f7;
  font-size: 13px;
  font-style: italic;
  text-align: center;
  padding: 9px;
  margin-bottom: 30px;
}
.single-post-wrapper .entry-content .tie-dropcap {
  color: #a7a7a7;
  float: left;
  font-size: 120px;
  line-height: 80px;
  font-weight: 700;
  background: transparent;
  margin-right: 17px;
  padding: 0;
}
.single-post-wrapper .entry-content h3 {
  font-size: 20px;
  margin-bottom: 26px;
  line-height: 28px;
}
.single-post-wrapper .gallery-img {
  position: relative;
  padding: 20px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
}
.single-post-wrapper .gallery-img:after {
  display: block;
  clear: both;
  content: "";
}
.single-post-wrapper .gallery-img img {
  float: left;
  width: 20%;
}

p img.float-left {
  margin-right: 30px;
  margin-bottom: 30px;
}

.post-video {
  position: relative;
}
.post-video img {
  width: 100%;
}
.post-video:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
}
.post-video .post-video-content {
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.post-video .post-video-content h3 {
  margin-bottom: 10px;
}
.post-video .post-video-content h3 a {
  color: #fff;
}
.post-video .post-video-content h3 a:hover {
  color: #fff;
}
.post-video .post-video-content .post-meta-info li {
  color: #fff;
}
.post-video .post-video-content .post-meta-info li a {
  color: #fff;
}
.post-video .post-video-content .post-meta-info li.active {
  color: #d72924;
}
.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: 15px;
  background: #d72924;
  float: left;
  color: #fff;
  margin-right: 20px;
}
.post-video .ts-play-btn:hover {
  background: #d72924;
}

.ts-overlay-style .post-video .ts-play-btn {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 1;
}

/* author box --*/
.author-box {
  position: relative;
  padding: 25px 0 0;
  border-top: 1px solid #e7e7e7;
  margin-bottom: 20px;
}
.author-box img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  float: left;
  margin-right: 20px;
}
.author-box .author-info {
  padding-top: 5px;
}
.author-box .author-name {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.author-box p {
  margin-bottom: 0;
}
.author-box .authors-social {
  float: right;
}
.author-box .authors-social a {
  font-size: 14px;
  margin-left: 33px;
}
.author-box .authors-social a:first-of-type {
  margin-left: 0;
}
.author-box .authors-social a.ts-twitter {
  color: #55acee;
}
.author-box .authors-social a.ts-google-plus {
  color: #dd4b39;
}
.author-box .authors-social a.ts-facebook {
  color: #3b5999;
}
.author-box .authors-social a.ts-linkedin {
  color: #007bb6;
}
.author-box .authors-social a:hover {
  color: #d72924;
}
.author-box.author-box-item {
  border: none;
  padding: 0 0 0 0px;
  margin-bottom: 0;
}
.author-box.author-box-item .author-name a {
  text-transform: lowercase;
}
.author-box.author-box-item p {
  margin: 15px 0 20px;
}
.author-box.author-box-item .post-meta-info {
  margin-bottom: 0;
}
.author-box.author-box-item .post-meta-info li a {
  font-size: 14px;
  color: #232323;
}

/* post navigation --*/
.post-navigation {
  padding-top: 30px;
  border-top: 1px solid #e7e7e7;
}
.post-navigation a span {
  font-size: 14px;
  font-weight: 600;
  display: block;
  color: #222222;
}
.post-navigation a p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 20px;
}
.post-navigation .post-previous,
.post-navigation .post-next {
  width: 50%;
  position: relative;
}
.post-navigation .post-previous:hover span,
.post-navigation .post-next:hover span {
  color: #d72924;
}
.post-navigation .post-next {
  text-align: right;
  padding-left: 30px;
}
.post-navigation .post-next img {
  float: right;
  margin-left: 15px;
}
.post-navigation .post-previous {
  border-right: 1px solid #e7e7e7;
  padding-right: 30px;
}
.post-navigation .post-previous img {
  float: left;
  margin-right: 15px;
}
.post-navigation img {
  width: 100px;
  height: 70px;
}

/*-------------- right sidebar ---*/
.widgets {
  margin-bottom: 30px;
}
.widgets .ts-social-list li {
  margin-bottom: 15px;
}
.widgets .ts-social-list li:nth-last-child(1), .widgets .ts-social-list li:nth-last-child(2), .widgets .ts-social-list li:nth-last-child(3) {
  margin-bottom: 0;
}
.widgets:last-of-type {
  margin-bottom: 0;
}
.widgets .ts-overlay-style .item {
  min-height: inherit;
}
.widgets .ts-overlay-style .item .post-content {
  padding: 13px 20px;
}
.widgets ul li {
  font-size: 14px;
  color: #232323;
  margin-bottom: 12px;
}
.widgets ul li:last-child {
  margin-bottom: 0;
}
.widgets ul li a {
  font-size: 14px;
  color: #232323;
}
.widgets ul li a:hover {
  color: #d72924;
}
.widgets.post-tab-list .widget-title:before {
  left: -15px;
}
.widgets.post-tab-list .post-content.media {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.widgets.post-tab-list .post-content.media:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0px;
}
.widgets.ts-grid-box.ts-col-box {
  padding: 30px 15px 22px;
}
.widgets.widgets-populer-post {
  padding: 30px 15px 20px;
}
.widgets.widgets-populer-post .widget-title {
  margin-left: 15px;
}
.widgets.widgets-populer-post .ts-title:before {
  left: -15px;
}
.widgets.widgets-populer-post .post-content.media {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ececec;
}
.widgets.widgets-populer-post .post-content.media:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widgets.widgets-populer-post.grid-no-shadow {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.widgets.widgets-populer-post.grid-no-shadow .block-title-style .title-before {
  left: -30px;
}
.widgets.widgets-populer-post h4.post-title {
  margin-bottom: 0;
}
.widgets.ts-social-list-item ul {
  margin: -4px 0;
}
.widgets.ts-social-list-item ul li {
  display: inline-block;
}
.widgets.ts-social-list-item ul li a {
  text-align: center;
  display: block;
  min-width: 57px;
  font-size: 13px;
  padding: 8px 0;
  margin: 4px 2px;
  color: #fff;
}
.widgets.ts-social-list-item ul li a i {
  display: block;
  font-size: 16px;
  margin-bottom: 9px;
}
.widgets.ts-social-list-item ul li a b,
.widgets.ts-social-list-item ul li a span {
  display: block;
  margin-bottom: 0;
  line-height: 13px;
  cursor: pointer;
}
.widgets.ts-social-list-item ul li a b {
  font-weight: 600;
  margin-bottom: 4px;
}
.widgets.ts-social-list-item ul li a span {
  font-size: 10px;
}
.widgets.ts-social-list-item ul .ts-facebook a {
  background: #3b5999;
}
.widgets.ts-social-list-item ul .ts-twitter a {
  background: #55acee;
}
.widgets.ts-social-list-item ul .ts-google-plus a {
  background: #dd4b39;
}
.widgets.ts-social-list-item ul .ts-linkedin a {
  background: #007bb6;
}
.widgets.ts-social-list-item ul .ts-pinterest a {
  background: #bd081c;
}
.widgets.ts-social-list-item ul .ts-youtube a {
  background: #f33220;
}
.widgets.ts-social-list-item ul .ts-instragram a {
  background: #517fa3;
}
.widgets.ts-social-list-item ul .ts-dribble a {
  background: #ea4c89;
}
.widgets.ts-social-list-item ul .ts-behance a {
  background: #0079fe;
}
.widgets.widgets-item .widget-title {
  margin-left: 20px;
}
.widgets.widgets-item .widget-title:before {
  left: -20px;
  background: #6cba40;
}
.widgets.single-widget .widget-title {
  margin-left: 20px;
}
.widgets.single-widget .widget-title:before {
  left: -20px;
  background: #007dff;
}
.widgets.single-widget .post-tab-list {
  padding: 0;
}
.widgets .blue-dark-heighlight .post-cat {
  color: #005689;
}
.widgets .blue-dark-heighlight .post-content .post-title a {
  color: #fff;
}
.widgets .blue-dark-heighlight .post-content .post-title a:hover {
  color: #fff;
}
.widgets .blue-dark-heighlight .post-content .post-title.md {
  margin-bottom: 15px;
}
.widgets .blue-dark-heighlight .post-content p {
  color: #fff;
}
.widgets .blue-dark-heighlight .post-content .post-date-info {
  color: #a3b7ca;
}

.category-list {
  padding-left: 0;
}
.category-list li {
  display: block;
  clear: both;
  margin-bottom: 20px;
}
.category-list li span {
  float: right;
  color: #fff;
  padding: 0px 0px;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  height: 25px;
  width: 25px;
  display: block;
  text-align: center;
}
.category-list li:last-child {
  margin-bottom: 0;
}

.elementor-widget-wp-widget-recent-posts ul {
  padding: 0;
}
.elementor-widget-wp-widget-recent-posts ul li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
}
.elementor-widget-wp-widget-recent-posts ul li a {
  color: #232323;
  display: block;
  font-weight: 600;
}
.elementor-widget-wp-widget-recent-posts ul li:last-child {
  border-bottom: none;
}

.widgets.post-list-tab .nav-tabs li a {
  line-height: 20px;
  padding-bottom: 12px;
}
.widgets.post-list-tab img.sidebar-img {
  width: 86px;
  height: 63px;
}
.widgets.vinkmag_latest_post_tab_widget {
  padding: 0;
}
.widgets.vinkmag_latest_post_tab_widget .post-tab-list {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.widgets.widget_text .textwidget img {
  margin: 10px 0;
}
.widgets.widget_text select {
  height: 35px;
}
.widgets.widget_archive select {
  height: 35px;
}
.widgets.widget_search .form-control {
  text-align: left !important;
  font-size: 14px;
}

.sticky.post {
  position: relative;
  overflow: hidden;
}
.sticky.post .meta-featured-post {
  display: block;
  position: absolute;
  right: -44px;
  top: 10px;
  background: #d72924;
  width: auto;
  height: auto;
  padding: 12px 45px;
  color: #fff;
  display: inline-block;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 16px;
  z-index: 11;
  -webkit-transform: rotate(46deg);
}

.default-content {
  background: #fff;
}
.default-content .ts-post-thumb {
  margin-bottom: 0;
}
.default-content .ts-post-thumb img {
  width: auto;
}
.default-content .post-content {
  padding: 30px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
}
.default-content .post-content .post-title {
  word-break: break-all;
}
.default-content .read-more-btn {
  background: #d72924;
  color: #fff;
  border: none;
  font-weight: 600;
}
.default-content.sticky .post-content {
  padding-top: 30px;
}
.default-content.format-video .ts-post-thumb a:before, .default-content.format-video.ts-overlay-style:before {
  display: none;
}

.tagcloud strong {
  margin-right: 15px;
  color: #232323;
  display: inline-block;
}
.tagcloud a {
  border: 1px solid #e7e7e7;
  padding: 5px 12px;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
  line-height: 22px;
  font-size: 14px !important;
  color: #232323 !important;
  display: inline-block;
  margin-bottom: 5px;
}
.tagcloud a:hover {
  background: #d72924;
  border-color: #d72924;
  color: #fff !important;
}
.tagcloud.post-tag-colud {
  margin-top: 20px;
}

.ts-widget-newsletter {
  background: #d72924;
  padding: 30px;
}
.ts-widget-newsletter .newsletter-introtext h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}
.ts-widget-newsletter .newsletter-introtext p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 18px;
}
.ts-widget-newsletter .newsletter-form .form-group {
  margin-bottom: 0;
}
.ts-widget-newsletter .newsletter-form .form-control {
  width: 100%;
  border-radius: 0;
  outline: none;
  margin-bottom: 25px;
  height: 40px;
  font-size: 12px;
}
.ts-widget-newsletter .newsletter-form .btn {
  background: #861714;
  padding: 12px 30px;
}
.ts-widget-newsletter .newsletter-form .btn:hover {
  background: #d72924;
}

.elementor-widget-wp-widget-tag_cloud .elementor-widget-container {
  padding: 30px;
}
.elementor-widget-wp-widget-tag_cloud .elementor-widget-container h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
}
.elementor-widget-wp-widget-tag_cloud .elementor-widget-container h5:before {
  position: absolute;
  left: -30px;
  top: 0;
  width: 3px;
  height: 100%;
  content: "";
  background: #d72924;
}

.elementor-widget-wp-widget-archives ul {
  padding-left: 0;
}
.elementor-widget-wp-widget-archives ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  line-height: 34px;
}
.elementor-widget-wp-widget-archives ul li:before {
  position: absolute;
  left: 0;
  top: 13px;
  width: 10px;
  height: 10px;
  content: "";
  background: #036;
}

.widget-banner img,
.posts-ad img {
  max-width: 100%;
}

.ts-block-social-list li {
  margin-bottom: 10px;
}
.ts-block-social-list li:last-child {
  margin-bottom: 0;
}
.ts-block-social-list li a {
  display: block;
  padding: 7px 10px;
  color: #fff;
  position: relative;
}
.ts-block-social-list li a i {
  width: 34px;
  height: 34px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  margin-right: 5px;
}
.ts-block-social-list li a b,
.ts-block-social-list li a span {
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}
.ts-block-social-list li a span {
  position: absolute;
  right: 10px;
  top: 14px;
  bottom: 0;
  margin: auto;
  font-weight: 400;
}
.ts-block-social-list li.ts-facebook a {
  background: #3b5999;
}
.ts-block-social-list li.ts-facebook a i {
  background: #324c82;
}
.ts-block-social-list li.ts-twitter a {
  background: #55acee;
}
.ts-block-social-list li.ts-twitter a i {
  background: #4892cb;
}
.ts-block-social-list li.ts-google-plus a {
  background: #dd4b39;
}
.ts-block-social-list li.ts-google-plus a i {
  background: #bc4031;
}
.ts-block-social-list li.ts-pinterest a {
  background: #bd081c;
}
.ts-block-social-list li.ts-pinterest a i {
  background: #a10718;
}
.ts-block-social-list li.ts-linkedin a {
  background: #007bb6;
}
.ts-block-social-list li.ts-linkedin a i {
  background: #11638a;
}
.ts-block-social-list li.ts-youtube a {
  background: #f33220;
}
.ts-block-social-list li.ts-youtube a i {
  background: #ce3425;
}

.widget-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
  position: relative;
}
.widget-title:before {
  position: absolute;
  left: -30px;
  top: 0;
  width: 3px;
  height: 100%;
  content: "";
  background: #d72924;
}

.widgets-title {
  margin-bottom: 30px;
  position: relative;
}
.widgets-title span {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  background: #6cba40;
  color: #fff;
  line-height: 26px;
  padding: 0 5px;
  padding: 2px 15px;
  display: inline-block;
}
.widgets-title span:before {
  position: absolute;
  width: 20px;
  height: 100%;
  content: "";
  background: #fff;
  right: -20px;
  top: 0;
}
.widgets-title:after {
  position: absolute;
  right: 0;
  bottom: 13px;
  width: 100%;
  height: 1px;
  background: #84be38;
  content: "";
  z-index: -1;
}

.author-box-widget {
  padding: 0;
  text-align: center;
}
.author-box-widget .ts-post-thumb {
  margin-bottom: 0;
}
.author-box-widget .post-content {
  padding: 20px;
  text-align: center;
}
.author-box-widget .post-content p {
  font-size: 14px;
  color: #585858;
}
.author-box-widget .authors-social li {
  display: inline-block;
}
.author-box-widget .authors-social a {
  color: #8a8a8a;
  margin: 0 8px;
}

.post-details .entry-header .entry-title {
  font-size: 36px;
}
.post-details table td,
.post-details table th {
  border: 1px solid #f1f1f1;
}

.single-post-wrapper table td,
.single-post-wrapper table th {
  border: 1px solid #f1f1f1;
  padding: 5px;
}

.entry-content h3 {
  font-size: 24px;
}
.entry-content table {
  margin: 20px 0;
}

/* Post social */
.post-social-icons > li {
  display: inline-block;
}

.post-social-icons a {
  margin-left: 10px;
  font-size: 16px;
  color: #5a5a5a;
  text-align: center;
}
.post-social-icons a:hover {
  color: #007dff;
}

/* tags list */
.post-tag-container {
  display: inline-block;
}
.post-tag-container span {
  color: #5a5a5a;
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
}

.tag-lists a {
  border: 1px solid #f1f1f1;
  color: #5a5a5a;
  display: inline-block;
  font-size: 12px;
  padding: 3px 13px;
  margin-left: 3px;
  border-radius: 25px;
  margin-bottom: 20px;
}
.tag-lists a:hover {
  background: #007dff;
  color: #fff;
  border: 1px solid transparent;
}

/* Post social */
.post-social-share-container {
  float: right;
}
.post-social-share-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-social-share-container ul li {
  display: inline-block;
}
.post-social-share-container ul li a {
  color: #5a5a5a;
  margin-left: 10px;
}
.post-social-share-container ul li a:hover {
  color: #007dff;
}

.right-sidebar,
.left-sidebar {
  margin-bottom: 20px;
}
.right-sidebar ul.sub-menu,
.left-sidebar ul.sub-menu {
  padding: 15px 0px 0px 10px;
}
.right-sidebar ul.children,
.left-sidebar ul.children {
  padding: 15px 0px 10px 20px;
}
.right-sidebar .apsc-theme-2 .apsc-each-profile,
.left-sidebar .apsc-theme-2 .apsc-each-profile {
  width: 65px;
  margin: 0 0px;
}
.right-sidebar .vinkmag_latest_news_widget .recent-posts-widget .list-unstyled,
.left-sidebar .vinkmag_latest_news_widget .recent-posts-widget .list-unstyled {
  margin: 0 -15px;
}
.right-sidebar .vinkmag_latest_news_widget .recent-posts-widget .list-unstyled li,
.left-sidebar .vinkmag_latest_news_widget .recent-posts-widget .list-unstyled li {
  min-height: 80px;
  border-bottom: 1px solid #eae8e8;
  padding: 5px 0;
}
.right-sidebar .vinkmag_latest_news_widget .recent-posts-widget .list-unstyled li:last-child,
.left-sidebar .vinkmag_latest_news_widget .recent-posts-widget .list-unstyled li:last-child {
  border-bottom: none;
}
.right-sidebar .vinkmag_latest_news_widget .recent-posts-widget .list-unstyled li .post-meta,
.left-sidebar .vinkmag_latest_news_widget .recent-posts-widget .list-unstyled li .post-meta {
  margin-bottom: 0;
  font-size: 11px;
}
.right-sidebar .vinkmag_latest_news_widget .recent-posts-widget .posts-thumb img,
.left-sidebar .vinkmag_latest_news_widget .recent-posts-widget .posts-thumb img {
  width: 70px;
  height: 55px;
}
.right-sidebar .ts-grid-box.widget_media_image,
.left-sidebar .ts-grid-box.widget_media_image {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  text-align: center;
}
.right-sidebar .ts-grid-box.widget_media_image img,
.left-sidebar .ts-grid-box.widget_media_image img {
  margin: 0;
}
.right-sidebar .ts-grid-box.widget_categories ul li,
.left-sidebar .ts-grid-box.widget_categories ul li {
  text-align: right;
  clear: both;
  overflow: hidden;
  display: block;
}
.right-sidebar .ts-grid-box.widget_categories ul li a,
.left-sidebar .ts-grid-box.widget_categories ul li a {
  float: left;
}
.right-sidebar .post-tab-list .post-title,
.left-sidebar .post-tab-list .post-title {
  font-size: 14px;
}
.right-sidebar .widgets.ts-grid-box.pu_media_upload,
.left-sidebar .widgets.ts-grid-box.pu_media_upload {
  padding: 0;
}
.right-sidebar .widgets.ts-grid-box.pu_media_upload .widgets.author-box-widget.ts-grid-box,
.left-sidebar .widgets.ts-grid-box.pu_media_upload .widgets.author-box-widget.ts-grid-box {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.right-sidebar-1 .widgets.widgets-item .widget-title {
  margin-left: 0;
}
.right-sidebar-1 .widgets.widgets-item .widget-title span {
  background: #fff;
  padding-right: 10px;
  position: relative;
}
.right-sidebar-1 .widgets.widgets-item .widget-title:before {
  left: 0;
  background: #d72924;
  width: 100%;
  height: 1px;
  bottom: 0;
  margin: auto;
}

.sidebar-2 .widgets-populer-post .post-content.media {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.sidebar-2 .widgets-populer-post .post-content.media:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.topic-list {
  text-align: center;
  position: relative;
  display: block;
  margin: -30px auto 30px;
  border: none;
  background: #d72924;
  color: #fff;
  padding: 10px 40px;
  outline: none;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 200px;
}

.apsc-theme-1 {
  display: block;
  clear: both;
}
.apsc-theme-1 .apsc-each-profile {
  width: 60px;
  min-height: inherit;
}
.apsc-theme-1 .apsc-each-profile a {
  border-radius: 0;
}
.apsc-theme-1 .apsc-each-profile .social-icon i {
  font-size: 14px;
}

.apsc-theme-2 {
  clear: both;
  display: block;
}
.apsc-theme-2 .apsc-each-profile {
  width: 70px;
  margin: 0 5px;
}
.apsc-theme-2 .apsc-each-profile a {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.apsc-theme-2 .apsc-each-profile a .apsc-inner-block {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.apsc-theme-2 .apsc-each-profile a .apsc-inner-block .social-icon i {
  font-size: 16px;
  width: 45px;
  height: 45px;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  padding: 15px 0;
  margin: auto auto 8px;
  background: #d72924;
}
.apsc-theme-2 .apsc-each-profile a .apsc-inner-block .social-icon i.apsc-facebook {
  background: #3b5999;
}
.apsc-theme-2 .apsc-each-profile a .apsc-inner-block .social-icon i.apsc-twitter {
  background: #55acee;
}
.apsc-theme-2 .apsc-each-profile a .apsc-inner-block .social-icon i.apsc-googlePlus {
  background: #dd4b39;
}
.apsc-theme-2 .apsc-each-profile a .apsc-inner-block .social-icon i.apsc-instagram {
  background: #517fa3;
}
.apsc-theme-2 .apsc-each-profile a .apsc-inner-block .social-icon i.apsc-youtube {
  background: #f33220;
}
.apsc-theme-2 .apsc-each-profile a .apsc-inner-block .social-icon i.apsc-soundcloud {
  background: #f50;
}
.apsc-theme-2 .apsc-each-profile a .apsc-inner-block .social-icon i.apsc-dribbble {
  background: #ea4c89;
}
.apsc-theme-2 .apsc-each-profile a .apsc-inner-block .apsc-count {
  color: #222222;
}
.apsc-theme-2 .apsc-each-profile a .apsc-inner-block .apsc-media-type {
  color: #a9a9a9;
}
.apsc-theme-2 .apsc-each-profile a:hover {
  -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}

.apsc-theme-4 {
  display: block;
  clear: both;
}
.apsc-theme-4 .apsc-each-profile {
  float: none;
  margin: 0 0 10px;
}
.apsc-theme-4 .apsc-each-profile a {
  height: 48px;
  line-height: 48px;
  border-radius: 0;
  display: block;
}
.apsc-theme-4 .apsc-each-profile a i {
  width: 34px;
  height: 34px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  margin-right: 5px;
  font-size: 16px;
  background: #d72924;
}
.apsc-theme-4 .apsc-each-profile a i.apsc-facebook {
  background: #324c82;
}
.apsc-theme-4 .apsc-each-profile a i.apsc-twitter {
  background: #4892cb;
}
.apsc-theme-4 .apsc-each-profile a i.apsc-googlePlus {
  background: #bc4031;
}
.apsc-theme-4 .apsc-each-profile a i.apsc-instagram {
  background: #517fa3;
}
.apsc-theme-4 .apsc-each-profile a i.apsc-youtube {
  background: #da1300;
}
.apsc-theme-4 .apsc-each-profile a i.apsc-soundcloud {
  background: #f50;
}
.apsc-theme-4 .apsc-each-profile a i.apsc-dribbble {
  background: #dc3274;
}
.apsc-theme-4 .apsc-each-profile a .apsc-count {
  float: right;
}
.apsc-theme-4 .apsc-each-profile:last-of-type {
  margin-bottom: 0;
}

/*------------------------- 
comments-form
--------------------------*/
.comments-form .comment-respond {
  margin-bottom: 15px;
}
.comments-form .comment-reply-title {
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 20px;
  font-size: 20px;
  clear: both;
}
.comments-form .comment-reply-title #cancel-comment-reply-link {
  float: right;
  color: #232323;
}
.comments-form .comment-form-cookies-consent {
  margin-bottom: 30px;
}
.comments-form .comment-form-cookies-consent label {
  font-size: 15px;
  color: #232323;
  cursor: pointer;
  display: inline;
}
.comments-form a {
  color: #232323;
}

.ts-form .form-control,
.comment-form .form-control {
  height: 45px;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  margin-bottom: 20px;
  font-size: 14px;
}
.ts-form .form-control:focus,
.comment-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #d72924;
}
.ts-form .form-control.msg-box,
.comment-form .form-control.msg-box {
  height: 185px;
  resize: none;
}
.ts-form textarea.form-control,
.comment-form textarea.form-control {
  height: 200px;
  margin-bottom: 30px;
  resize: none;
}
.ts-form p.form-submit,
.comment-form p.form-submit {
  margin-bottom: 0;
}

.view-all-link {
  font-size: 14px;
  color: #5c5c5c;
  font-weight: 600;
}

/* Post comment */
.blog-post-comment .comment-title {
  font-size: 18px;
}
.blog-post-comment .comment-info [class*=col-md-] {
  margin-bottom: 15px;
  position: inherit;
}
.blog-post-comment .comment-respond .comment-reply-title {
  font-size: 24px;
}
.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;
}

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

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

.single-post-wrapper .comments-list {
  margin-bottom: 0;
  padding-left: 0;
}
.single-post-wrapper .comments-list li.comment {
  list-style: none;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 30px 0 0px 0;
}
.comments-list .pingback .comment-body {
  margin-left: 0;
}
.comments-list img {
  float: left;
  margin-right: 15px;
}
.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: 18px;
  color: #222222;
  font-style: normal;
}
.comments-list .comment-author cite {
  font-style: normal;
}
.comments-list .comment-date {
  color: #222222;
  font-size: 14px;
  display: block;
  margin-top: -5px;
}
.comments-list .comment-content {
  margin: 15px 0;
}
.comments-list .comment-content p img {
  float: none;
}
.comments-list .comment-body {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-left: 110px;
}
.comments-list img.avatar {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 30px;
}
.comments-list ul.children img.avatar {
  width: 60px;
  height: 60px;
}
.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: #007dff;
}

.comments-counter {
  font-size: 18px;
}
.comments-counter a {
  color: #5a5a5a;
}

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

/*-- my blog --*/
/*------------- single post style 2 ---------------*/
.category-name-list {
  margin-bottom: 20px;
}
.category-name-list .post-cat {
  position: relative;
  left: 0;
  margin-right: 10px;
}

.post-layout-1 .post-meta-info {
  margin-bottom: 40px;
}
.post-layout-1 .post-meta-info li.author a {
  text-transform: uppercase;
  font-weight: 500;
  color: #232323;
}
.post-layout-1 .post-meta-info li.author a img {
  width: 40px;
  height: 40px;
}
.post-layout-1 .breadcrumb {
  margin-bottom: 2px;
}
.post-layout-1 .vinkmag-single p span {
  background: transparent;
}
.post-layout-1 .gallery-img {
  margin: 40px 0;
}

.single-big-img {
  min-height: 550px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
}
.single-big-img .ts-video-btn {
  top: 50%;
  -webkit-transform: translateY(-15%);
      -ms-transform: translateY(-15%);
          transform: translateY(-15%);
}

.img-ovarlay:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}

/*------------ post layout 3 ----------------*/
.post-layout-2 .single-big-img:before {
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
  content: "";
  width: 100%;
  height: 100%;
}
.post-layout-2 .single-big-img .entry-header {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px 80px;
}
.post-layout-2 .single-big-img .entry-header .post-title {
  color: #fff;
}
.post-layout-2 .post-meta-info > li {
  color: #fff;
}
.post-layout-2 .post-meta-info > li > a {
  color: #fff;
}
.post-layout-2 .post-meta-info > li.author a {
  text-transform: uppercase;
}
.post-layout-2 .post-meta-info > li.share-post a i {
  font-size: 16px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  padding: 9px 0px;
  margin-right: 0px;
  background: #d72924;
}
.post-layout-2 .breadcrumb {
  margin-bottom: 2px;
}

/*--------------------post-layout-4 ------------*/
.post-layout-3 .content-wrapper.vinkmag-single {
  padding-top: 0;
}

.post-layout-7 {
  padding-top: 0;
}
.post-layout-7 .single-big-img:before {
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.85) 100%);
  content: "";
  width: 100%;
  height: 100%;
}
.post-layout-7 .single-big-img .entry-header-item {
  padding-top: 332px;
  padding-bottom: 40px;
}
.post-layout-7 .single-big-img .entry-header .post-title {
  color: #fff;
}
.post-layout-7 .post-meta-info li {
  color: #fff;
}
.post-layout-7 .post-meta-info li a {
  color: #fff;
}
.post-layout-7 .post-meta-info li.author a {
  text-transform: uppercase;
}
.post-layout-7 .post-meta-info li.share-post a i {
  font-size: 16px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  padding: 9px 0px;
  margin-right: 0px;
  background: #d72924;
}

/*------------------ pos layout 6 -----------*/
.post-layout-6 .vinkmag-single.content-wrapper {
  margin-top: -150px;
}

/*-------------- post-layout-10--------*/
.post-layout-10 .entry-header {
  background: #fff;
  padding: 30px;
}
.post-layout-10 .entry-header .post-cat {
  left: 0;
  margin-right: 15px;
  margin-bottom: 20px;
}

/*----------- ----------------------------------
      home 2
 ----------------------------------*/
.ts-grid-box.ts-category-title {
  padding: 18px 30px;
}
.ts-grid-box.ts-category-title .ts-title {
  margin-bottom: 0;
}

.ts-list-post-box .ts-post-thumb {
  margin-bottom: 0;
}
.ts-list-post-box.ts-grid-content .post-content {
  padding-top: 20px;
  padding-bottom: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #f0f1f4;
}
.ts-list-post-box.ts-grid-content .item .post-title {
  margin-bottom: 5px;
}
.ts-list-post-box.ts-grid-content .item:last-of-type {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
}
.ts-list-post-box.ts-grid-content .item:last-of-type .post-content {
  border-bottom: none;
}

.post-list-box.ts-list-post-box.ts-grid-content .post-content:last-of-type {
  border-bottom: none;
}

/*-------- video slider ----*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.video-slider {
  overflow: hidden;
  position: relative;
}
.video-slider .slider-link.next {
  position: relative;
}
.video-slider .post-video {
  margin-bottom: 0;
}
.video-slider .post-video .post-video-content {
  padding: 40px;
}
.video-slider .post-video .post-video-content h3 {
  margin-bottom: 12px;
}
.video-slider .post-video .ts-play-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  background: #d72924;
  border-color: #d72924;
}
.video-slider .post-video img {
  max-height: 500px;
}
.video-slider .owl-nav {
  left: 0;
  top: 50%;
  right: auto;
  background: #272727;
  color: #fff;
  padding: 0 10px;
  margin-left: 40px;
}
.video-slider .owl-nav .owl-prev {
  margin-left: 0;
}

.category-style .ts-col-box.ts-grid-box {
  padding: 30px 15px 22px;
}
.category-style .ts-col-box.ts-grid-box .post-cat {
  left: 20px;
}
.category-style .ts-col-box.ts-grid-box .ts-title {
  padding-left: 15px;
}

.ts-video-icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  font-size: 48px;
  color: #fff;
  z-index: 2;
}
.ts-video-icon:hover {
  color: #fff;
}

.category-box-item .ts-grid-box .ts-post-thumb img {
  max-height: 340px;
}

.category-post-item1 .ts-grid-box .ts-post-thumb img {
  max-height: 194px;
}

.category-item {
  padding-bottom: 24px;
}

.category-box-item-3 {
  padding-bottom: 20px;
}
.category-box-item-3 .item p {
  margin-bottom: 0;
}

.archive .grid-sm .post-content {
  min-height: 95px;
}
.archive .grid-md .post-content {
  min-height: 192px;
}
.archive .category-layout-1 .grid-md .post-content {
  min-height: 1px;
}
.archive .category-layout-1 .ts-grid-box.ts-grid-content,
.archive .category-layout-2 .ts-grid-box.ts-grid-content {
  background: #fff;
}
.archive .category-layout-1 .ts-grid-box.ts-grid-content .post-content,
.archive .category-layout-2 .ts-grid-box.ts-grid-content .post-content {
  padding: 0 20px 10px 20px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
}
.archive .category-layout-1 .ts-grid-box.ts-grid-content .post-content .post-title,
.archive .category-layout-2 .ts-grid-box.ts-grid-content .post-content .post-title {
  margin-bottom: 5px;
}
.archive .category-layout-1 .ts-grid-box.ts-grid-content .post-content p,
.archive .category-layout-2 .ts-grid-box.ts-grid-content .post-content p {
  display: none;
}
.archive .category-layout-1 .ts-grid-box.ts-grid-content .post-meta-info li.author,
.archive .category-layout-1 .ts-grid-box.ts-grid-content .post-meta-info li.active,
.archive .category-layout-2 .ts-grid-box.ts-grid-content .post-meta-info li.author,
.archive .category-layout-2 .ts-grid-box.ts-grid-content .post-meta-info li.active {
  display: none;
}
.archive .category-layout-3 .ts-grid-box.ts-grid-content {
  background: #fff;
}
.archive .category-layout-3 .ts-grid-box.ts-grid-content .post-content {
  padding: 0 20px 10px 20px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
}
.archive .category-layout-4 .grid-md .post-content {
  min-height: 125px;
}
.archive .category-layout-4 .grid-md .post-content .post-title {
  font-size: 20px;
}
.archive .category-layout-5 .grid-md .post-content {
  min-height: inherit;
}
.archive .category-layout-5 .grid-md .ts-overlay-style .ts-post-thumb .post-cat {
  position: absolute;
  top: 0;
}
.archive .category-layout-5 .grid-md .ts-overlay-style .post-title {
  font-size: 20px;
}
.archive.author .ts-grid-box .ts-breadcrumb {
  display: none;
}
.archive.author .ts-grid-box .ts-title {
  display: none;
}

.entry-cat-header .ts-title {
  margin-bottom: 0;
}

.category-layout-3 .post-meta-info li a {
  color: #232323;
  text-transform: uppercase;
}

.post-cat.no-bg {
  margin-left: 0;
  background: transparent;
  color: #d72924;
  margin-bottom: 10px;
}

.post-cat.no-bg.pink-color {
  color: #ff5575;
}

.post-cat.orange-color.no-bg {
  color: #ff6e0d;
}

.post-cat.blue-color.no-bg {
  color: #007dff;
}

.post-cat.green-color.no-bg {
  color: #4ab106;
}

.post-cat.yellow-color.no-bg {
  color: #ffaf31;
}

.category-layout-5 .ts-grid-box {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.category-layout-5 .ts-overlay-style .ts-post-thumb {
  margin-bottom: 0;
}

.category-layout-6 .entry-cat-header .ts-title {
  margin-left: 0px;
}
.category-layout-6 .post-list.ts-grid-box {
  padding-bottom: 15px;
}

.ts-post-thumb {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.ts-post-thumb img {
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  width: 100%;
}

/*--------------------- ts-category-list----------*/
.ts-category-list li {
  display: inline-block;
}
.ts-category-list li a {
  font-size: 13px;
  color: #232323;
  background: #e9e9e9;
  display: block;
  line-height: 22px;
  padding: 2px 11px;
  margin-left: 6px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
}
.ts-category-list li a.ts-blue-bg {
  background: #007dff;
  color: #fff;
}

/*------------------------- pagination --------------*/
.pagination {
  display: block;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  line-height: 31px;
  font-size: 14px;
  color: #888888;
}
.pagination li.active a, .pagination li:hover a {
  background: #d72924;
  color: #fff;
}

.ts-pagination-1 {
  margin-top: 30px;
}
.ts-pagination-1 .pagination li a:hover {
  background: #6cba40;
}
.ts-pagination-1 .pagination li.active a {
  background: #6cba40;
}

/*-------- post box veriation css -----*/
.post-style-1 {
  position: relative;
  margin: 0;
}
.post-style-1 .p-1 {
  padding: 0 2px !important;
}
.post-style-1 .item {
  min-height: 500px;
}
.post-style-1.ts-overlay-style .overlay-post-content .post-title {
  margin-bottom: 5px;
}

.post-box-style .ts-grid-box {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.post-box-style .ts-grid-content .post-content {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.post-box-style .ts-grid-content .item:last-of-type {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.post-box-style .ts-grid-content .item:last-of-type .post-content {
  border-bottom: none;
}
.post-box-style .ts-overlay-style .overlay-post-content .post-meta-info li.active {
  color: #6cba40;
}

/*---------- ts-title-item -------------*/
.ts-title-item {
  position: relative;
  margin-bottom: 30px;
}
.ts-title-item .view-all-link {
  position: relative;
  top: -8px;
}
.ts-title-item.title-item-1 .ts-title:before {
  background: #005689;
}
.ts-title-item.title-item-1 .ts-title:after {
  display: none;
}
.ts-title-item.white .ts-title {
  color: #fff;
}

.ts-grid-item {
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ts-grid-item .overlay-post-content .post-title a:hover {
  color: #fff;
}
.ts-grid-item.widgets-populer-post {
  padding: 0;
}
.ts-grid-item.widgets-populer-post .post-content.media {
  padding-bottom: 17px;
  margin-bottom: 17px;
  border-bottom: 1px solid #ededed;
}
.ts-grid-item.widgets-populer-post .post-content.media:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.ts-grid-item .ts-grid-content .item:last-of-type {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ts-grid-item .ts-grid-content .item:last-of-type .post-content {
  border-bottom: none;
}
.ts-grid-item.ts-grid-item1 .col-lg-6 .ts-post-thumb img {
  max-height: 230px;
  width: 100%;
}
.ts-grid-item .ts-overlay-style .post-meta-info li.author a:hover {
  color: #6cba40;
}

.ts-post-style-2 .ts-overlay-style .item {
  min-height: 450px;
}

.grid-style-1 .ts-post-thumb {
  margin-bottom: 15px;
}

.ts-grid-style-2 .post-cat {
  left: 0;
  margin-bottom: 12px;
}

/*--------------------- food css -----*/
.slider-grid-style3 .item {
  min-height: 430px;
}
.slider-grid-style3 .owl-dots {
  position: absolute;
  right: 0;
  top: auto;
  z-index: 1;
  bottom: 21px;
  left: 0;
  margin: auto;
  display: block;
  text-align: center;
}
.slider-grid-style3 .owl-dots .owl-dot span {
  background: #fff;
}
.slider-grid-style3 .owl-dots .owl-dot.active span {
  background: #fff;
}

.ts-featured-post .item {
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-backface-visibility: hidden;
}
.ts-featured-post .overlay-post-content {
  max-width: 520px;
  right: 0;
  top: 50%;
  bottom: 0;
  margin: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  text-align: center;
}
.ts-featured-post .overlay-post-content .post-cat-name {
  margin-bottom: 30px;
  padding-bottom: 25px;
  position: relative;
  display: block;
}
.ts-featured-post .overlay-post-content .post-cat-name:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 1px;
  background: #897f7a;
  margin: auto;
  content: "";
}
.ts-featured-post .overlay-post-content .post-title {
  margin-bottom: 20px;
}

.post-cat-name {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #6cba40;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: 0.65px;
}
.post-cat-name:hover {
  color: #6cba40;
}

.post-author-name {
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
}
.post-author-name:hover {
  color: #6cba40;
}

.post-content-box .ts-post-thumb {
  margin-bottom: 0;
}
.post-content-box .post-content {
  padding: 18px 15px;
  margin: -20px 20px 0px;
  background: #fff;
  text-align: center;
}
.post-content-box .post-content .post-cat {
  left: 0;
}

.featured-content-box .post-content {
  padding: 35px 35px;
  margin: -40px 40px 0px;
}

/*----- post-list-tab------*/
.post-list-tab .post-tab-list {
  padding: 20px 0 0;
}

.ts-title-item .ts-title:after {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 100%;
  height: 1px;
  background: #e4e4e4;
  content: "";
  z-index: 0;
}
.ts-title-item .ts-title span {
  background: #fff;
  z-index: 1;
  position: relative;
  padding: 0px 20px 0 0;
}
.ts-title-item.bg-gray .ts-title span {
  background: #f7f7f7;
}

.ts-overlay-item .ts-overlay-style .item .ts-post-thumb {
  margin-bottom: 0;
}
.ts-overlay-item .ts-overlay-style .ts-video-icon:hover {
  color: #fff;
}

.post-list .post-meta-info li {
  margin-right: 18px;
}
.post-list .post-meta-info li a {
  color: #232323;
  font-weight: 500;
}
.post-list .post-content-box .post-content {
  padding: 26px 15px;
  margin: -40px 20px 0px;
}
.post-list .ts-post-thumb {
  position: relative;
}
.post-list .ts-post-thumb .post-cat {
  position: absolute;
}

.hot-topics-item .post-list .post-content p {
  padding-right: 20px;
}
.hot-topics-item .widgets.widgets-item.widgets-populer-post {
  padding: 0;
}

/*-----------------------------
 instragram photo 
 --------------------------*/
.instagramPhoto {
  padding: 0;
  position: relative;
}

.ts-single-inst {
  width: 100%;
  overflow: hidden;
}
.ts-single-inst img {
  width: 100%;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
}
.ts-single-inst img:hover {
  opacity: 0.7;
  -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
          transform: scale(1.06);
}

/*----------- ---------------
       technology index css
   ----------------------------*/
.featured-section-item {
  background: #000032;
}

.ts-grid-features-box {
  padding: 60px 40px 100px;
  background: #fff;
}
.ts-grid-features-box .post-cat {
  left: 0;
  margin-bottom: 20px;
}
.ts-grid-features-box .post-content p {
  font-size: 15px;
  margin-bottom: 25px;
  color: #777777;
}
.ts-grid-features-box .post-meta-info li.active {
  color: #007dff;
}

.overlay-heighlight-blue .item .post-date-info {
  color: #fff;
}
.overlay-heighlight-blue .item:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#40c3f6), to(rgba(43, 192, 245, 0)));
  background-image: -o-linear-gradient(bottom, #40c3f6 0%, rgba(43, 192, 245, 0) 100%);
  background-image: linear-gradient(0deg, #40c3f6 0%, rgba(43, 192, 245, 0) 100%);
  opacity: 0.6;
}

.overlay-heighlight-green .post-date-info {
  color: #fff;
}
.overlay-heighlight-green .item:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0cd31f), to(rgba(12, 211, 31, 0)));
  background-image: -o-linear-gradient(bottom, #0cd31f 0%, rgba(12, 211, 31, 0) 100%);
  background-image: linear-gradient(0deg, #0cd31f 0%, rgba(12, 211, 31, 0) 100%);
  opacity: 0.6;
}

.overlay-heighlight-red .post-date-info {
  color: #fff;
}
.overlay-heighlight-red .item:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f71b30), to(rgba(211, 12, 35, 0)));
  background-image: -o-linear-gradient(bottom, #f71b30 0%, rgba(211, 12, 35, 0) 100%);
  background-image: linear-gradient(0deg, #f71b30 0%, rgba(211, 12, 35, 0) 100%);
  opacity: 0.6;
}

.overlay-heighlight-blue .post-date-info {
  color: #fff;
}
.overlay-heighlight-blue .item:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#40c3f6), to(rgba(43, 192, 245, 0)));
  background-image: -o-linear-gradient(bottom, #40c3f6 0%, rgba(43, 192, 245, 0) 100%);
  background-image: linear-gradient(0deg, #40c3f6 0%, rgba(43, 192, 245, 0) 100%);
  opacity: 0.6;
}

.overlay-heighlight-orange .post-date-info {
  color: #fff;
}
.overlay-heighlight-orange .item:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f2520b), to(rgba(43, 192, 245, 0)));
  background-image: -o-linear-gradient(bottom, #f2520b 0%, rgba(43, 192, 245, 0) 100%);
  background-image: linear-gradient(0deg, #f2520b 0%, rgba(43, 192, 245, 0) 100%);
  opacity: 0.7;
}

.overlay-heighlight-blue-dark .post-date-info {
  color: #fff;
}
.overlay-heighlight-blue-dark .item:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#007dff), to(rgba(43, 192, 245, 0)));
  background-image: -o-linear-gradient(bottom, #007dff 0%, rgba(43, 192, 245, 0) 100%);
  background-image: linear-gradient(0deg, #007dff 0%, rgba(43, 192, 245, 0) 100%);
  opacity: 0.7;
}
.overlay-heighlight-blue-dark .post-meta-info li.active {
  color: #007dff !important;
}

.overlay-heighlight-yellow .post-date-info {
  color: #fff;
}
.overlay-heighlight-yellow .item:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#b18e15), to(rgba(255, 178, 45, 0)));
  background-image: -o-linear-gradient(bottom, #b18e15 0%, rgba(255, 178, 45, 0) 100%);
  background-image: linear-gradient(0deg, #b18e15 0%, rgba(255, 178, 45, 0) 100%);
  opacity: 0.8;
}
.overlay-heighlight-yellow .post-meta-info li.active {
  color: #007dff !important;
}

.ts-heading {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.ts-heading .ts-title {
  margin-bottom: 0;
}
.ts-heading .ts-title:before {
  left: -30px;
  background: #007dff;
}
.ts-heading .view-all-link:hover {
  color: #007dff;
}
.ts-heading.white .ts-title {
  color: #fff;
}
.ts-heading.white .view-all-link {
  position: relative;
  color: #fff;
}

.featured-post .item {
  background-position: 50% 50%;
  background-size: cover;
  -webkit-backface-visibility: hidden;
}

.featured-post-1 .item {
  min-height: 460px;
}

.featured-post-2 .item {
  min-height: 314px;
}

/*----------------------------
  vedio-section
  ------------------------------*/
.vedio-section {
  padding: 30px 0 10px;
  position: relative;
}
.vedio-section:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 50, 0.7);
}

.post-category-item .item {
  min-height: 330px;
}

/*-----------------------
  load-more
  -------------------------*/
.load-more {
  margin-top: 20px;
}
.load-more a {
  color: #a9a9a9;
  font-size: 14px;
}
.load-more i {
  display: block;
  font-size: 50px;
  margin-bottom: 5px;
}

.blue-dark-heighlight {
  background: #005689;
  color: #fff;
}

/*----------------------------
  footer 4 
  ------------------------*/
.footer-logo img {
  max-height: 44px;
}

.ts-footer-4 {
  background: #1a2130;
  padding: 40px 0;
}
.ts-footer-4 .footer-top {
  padding: 0px 0 35px;
}
.ts-footer-4 .border-top {
  border-color: #313845;
}
.ts-footer-4 .footer-social-list li a {
  color: #fff;
}

.footer-widget {
  position: relative;
}
.footer-widget .widget-title,
.footer-widget h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  margin-bottom: 25px;
}
.footer-widget .widget-title:before,
.footer-widget h5:before {
  display: none;
}
.footer-widget ul li {
  font-size: 14px;
  line-height: 32px;
  color: #a8a9ad;
}
.footer-widget ul li a {
  color: #ffffff;
}
.footer-widget ul li a:hover {
  color: #005689;
}
.footer-widget p {
  color: #f0f0f1;
  font-size: 15px;
}
.footer-widget.newsletter-widgets {
  padding-left: 50px;
  padding-top: 20px;
}
.footer-widget.newsletter-widgets h4 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 40px;
}
.footer-widget.newsletter-widgets .newsletter-widgets-form {
  position: relative;
  margin-bottom: 30px;
}
.footer-widget.newsletter-widgets .newsletter-widgets-form .newsletter-email {
  width: 100%;
  height: 40px;
  padding: 0 100px 0 20px;
}
.footer-widget.newsletter-widgets .newsletter-widgets-form .newsletter-email::-webkit-input-placeholder {
  letter-spacing: 1.2px;
  color: #a9a9a9;
}
.footer-widget.newsletter-widgets .newsletter-widgets-form .newsletter-email::-moz-placeholder {
  letter-spacing: 1.2px;
  color: #a9a9a9;
}
.footer-widget.newsletter-widgets .newsletter-widgets-form .newsletter-email:-ms-input-placeholder {
  letter-spacing: 1.2px;
  color: #a9a9a9;
}
.footer-widget.newsletter-widgets .newsletter-widgets-form .newsletter-email::-ms-input-placeholder {
  letter-spacing: 1.2px;
  color: #a9a9a9;
}
.footer-widget.newsletter-widgets .newsletter-widgets-form .newsletter-email::placeholder {
  letter-spacing: 1.2px;
  color: #a9a9a9;
}
.footer-widget.newsletter-widgets .newsletter-widgets-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  padding: 10px 37px;
  background: #ffaf31;
}
.footer-widget.newsletter-widgets .newsletter-widgets-form .btn:hover {
  background: #232323;
}
.footer-widget.newsletter-widgets .newsletter-widgets-form p {
  color: #8b9196;
}

.ts-footer-5 .footer-widget.border-right:after {
  position: absolute;
  right: -10px;
  top: 0;
  width: 1px;
  height: 150px;
  bottom: 0;
  margin: auto;
  content: "";
  background: #454e56;
}
.ts-footer-5 .footer-widget .footer-logo {
  padding: 20px 0;
}
.ts-footer-5 .footer-widget .footer-social-list li a:hover {
  color: #ffaf31;
}
.ts-footer-5 .footer-widget .footer-social-list li:first-child a {
  margin-left: 0;
}
.ts-footer-5 .footer-widget p {
  padding-right: 50px;
}

.copyright-section {
  background: #101727;
}
.copyright-section .footer-menu {
  margin-bottom: 0;
}

.link-img {
  display: block;
  width: 100%;
  min-height: 100px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.img-height-310 {
  min-height: 324px;
}

/*-------------- footer nine ------------------*/
.ts-footer.dark-skin {
  padding: 60px 0 0;
}
.ts-footer .bar {
  border-top: 1px solid #535252;
}
.ts-footer .footer-widgets {
  margin-bottom: 50px;
}

.footer-widgets.tag-list ul li a {
  color: #fff;
  border-color: #383534;
  line-height: 26px;
  margin-bottom: 10px;
  display: inline-block;
  padding: 0px 10px;
}
.footer-widgets .widget-title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 35px;
}
.footer-widgets .widget-title:before {
  display: none;
}
.footer-widgets .footer-post-list .post-content {
  margin-bottom: 20px;
}
.footer-widgets .footer-post-list .post-content:last-of-type {
  margin-bottom: 0;
}
.footer-widgets .footer-post-list .sidebar-img {
  width: 85px;
  height: 60px;
}
.footer-widgets .footer-post-list .post-title {
  font-weight: 400;
}
.footer-widgets .footer-post-list .post-title a {
  color: #fff;
}
.footer-widgets .post-rating i.fa-star {
  color: #ffd529;
}
.footer-widgets .widget-gallery img {
  width: 75px;
  height: 60px;
  margin-right: 5px;
  margin-bottom: 9px;
}

.footer-bottom {
  padding: 40px 0;
}
.footer-bottom .footer-content {
  padding-right: 20px;
}
.footer-bottom .footer-content p {
  color: #fff;
  margin-bottom: 0;
}
.footer-bottom .footer-social li {
  margin-right: 0;
}

.copyright-section.dark-skin {
  background: #111111;
}

/*--------------- crypto css --------------*/
.top-bar-item .ts-date {
  color: #fff;
}
.top-bar-item .ts-top-nav li a {
  color: #fff;
}

.category-post-style1 .post-content .post-cat {
  left: 0;
  margin-bottom: 15px;
}
.category-post-style1 .post-content p {
  font-size: 15px;
  color: #232323;
}

/*-------------- -------------
breakink-news-section
----------------------------------*/
.breakink-news-section {
  border-bottom: 1px solid #e5e5e5;
}
.breakink-news-section .ts-breaking-news {
  padding: 7px 20px 1px 0;
}
.breakink-news-section #breaking_slider .owl-nav {
  top: -7px;
}
.breakink-news-section #breaking_slider .owl-nav .owl-prev,
.breakink-news-section #breaking_slider .owl-nav .owl-next {
  width: 34px;
  margin-left: 0;
  height: 38px;
  font-size: 24px;
  border-left: 1px solid #e5e5e5;
  background: transparent;
}
.breakink-news-section #breaking_slider .owl-nav .owl-prev:hover,
.breakink-news-section #breaking_slider .owl-nav .owl-next:hover {
  color: #ffaf31;
}
.breakink-news-section #breaking_slider .owl-nav .owl-next {
  border-right: 1px solid #e5e5e5;
}

.ts-grid-style-3 .ts-overlay-style {
  margin-bottom: 4px;
}
.ts-grid-style-3 .ts-overlay-style .item {
  min-height: 247px;
}
.ts-grid-style-3 .ts-overlay-style .item .post-cat {
  left: 0;
  margin-bottom: 13px;
}
.ts-grid-style-3.p-1 {
  padding-top: 0 !important;
}

.currency-list-items {
  padding: 18px;
  position: relative;
  overflow: hidden;
  padding-right: 80px;
  display: block;
}
.currency-list-items h4 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
.currency-list-items span {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 15px;
  color: #efefef;
  display: block;
}
.currency-list-items .currency-right-content {
  position: absolute;
  right: 15px;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.currency-list-items img {
  position: absolute;
  right: 29px;
  bottom: -15px;
  opacity: 0.8;
}
.currency-list-items.currency-blue-dark-heighlight {
  background-image: -webkit-gradient(linear, left top, right top, from(#242279), to(#6663ae));
  background-image: -o-linear-gradient(left, #242279, #6663ae);
  background-image: linear-gradient(to right, #242279, #6663ae);
}
.currency-list-items.currency-yellow-heighlight {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff8f00), to(#ffbd00));
  background-image: -o-linear-gradient(left, #ff8f00, #ffbd00);
  background-image: linear-gradient(to right, #ff8f00, #ffbd00);
}
.currency-list-items.currency-gray-heighlight {
  background-image: -webkit-gradient(linear, left top, right top, from(#556685), to(#98a2b5));
  background-image: -o-linear-gradient(left, #556685, #98a2b5);
  background-image: linear-gradient(to right, #556685, #98a2b5);
}
.currency-list-items.currency-blue-heighlight {
  background-image: -webkit-gradient(linear, left top, right top, from(#0d21b6), to(#2a6cd4));
  background-image: -o-linear-gradient(left, #0d21b6, #2a6cd4);
  background-image: linear-gradient(to right, #0d21b6, #2a6cd4);
}
.currency-list-items.currency-green-heighlight {
  background-image: -webkit-gradient(linear, left top, right top, from(#63a20a), to(#a2c821));
  background-image: -o-linear-gradient(left, #63a20a, #a2c821);
  background-image: linear-gradient(to right, #63a20a, #a2c821);
}

.bg-dark-item.post-list-item {
  background: #121524;
}
.bg-dark-item.post-list-item .ts-grid-box {
  background: transparent;
}
.bg-dark-item.post-list-item .nav-tabs {
  border-bottom: none;
  margin-bottom: 8px;
}
.bg-dark-item.post-list-item .nav-tabs li a {
  color: #fff;
  background: #896122;
}
.bg-dark-item.post-list-item .nav-tabs li a:hover {
  color: #fff;
}
.bg-dark-item.post-list-item .nav-tabs li a.active {
  background: transparent;
  color: #ffaf31;
}
.bg-dark-item.post-list-item .nav-tabs li a.active:before {
  opacity: 0;
}
.bg-dark-item.post-list-item .post-title a {
  color: #fff;
}
.bg-dark-item.post-list-item .post-tag a {
  color: #ffaf31;
}
.bg-dark-item.post-list-item .post-tab-list .post-content.media {
  border-bottom: 1px solid #2b2b2b;
}
.bg-dark-item.post-list-item .post-tab-list .post-content.media:last-of-type {
  border-bottom: none;
}

.bg-dark-item {
  background: #121524;
}
.bg-dark-item .ts-grid-box {
  background: transparent;
}
.bg-dark-item .nav-tabs {
  border-bottom: none;
  margin-bottom: 8px;
}
.bg-dark-item .nav-tabs li a {
  color: #fff;
  background: #896122;
}
.bg-dark-item .nav-tabs li a:hover {
  color: #fff;
}
.bg-dark-item .nav-tabs li a.active {
  background: transparent;
  color: #ffaf31;
}
.bg-dark-item .nav-tabs li a.active:before {
  opacity: 0;
}
.bg-dark-item .post-title a {
  color: #fff;
}
.bg-dark-item .post-tag a {
  color: #ffaf31;
}
.bg-dark-item .post-tab-list .post-content.media {
  border-bottom: 1px solid #2b2b2b;
}
.bg-dark-item .post-tab-list .post-content.media:last-of-type {
  border-bottom: none;
}
.bg-dark-item.white-text .tab-menu-item li a {
  color: #fff;
}
.bg-dark-item.white-text .tab-menu-item li a.active {
  color: #d72924;
}
.bg-dark-item.white-text .post-list-box .post-title {
  color: #fff;
}
.bg-dark-item.white-text .post-list-box .nav-link {
  border-color: #333333;
}
.bg-dark-item.white-text .post-date-info {
  color: #fff;
}
.bg-dark-item .ts-tab-style .tab-menu-item {
  margin-top: 0;
}

.ts-tab-style {
  margin-bottom: 25px;
}
.ts-tab-style .ts-title {
  float: left;
  margin-bottom: 0;
}
.ts-tab-style .ts-title.block-title-style7 {
  float: none;
}
.ts-tab-style .tab-menu-item {
  margin-top: -28px;
  position: relative;
}
.ts-tab-style .tab-menu-item li a.active {
  color: #d72924;
}

.tabs-item .featured-post .ts-overlay-style .post-title {
  font-size: 30px;
  margin-bottom: 12px;
  line-height: 36px;
}

.post-style-3 .featured-post.ts-overlay-style .item {
  min-height: 500px;
}
.post-style-3 .post-cat {
  left: 20px;
}
.post-style-3 .post-title.large {
  margin-bottom: 15px;
  font-weight: 500;
}

.height-310 {
  min-height: 305px !important;
}

.height-190 {
  height: 190px !important;
}

.post-style-4 .ts-overlay-style {
  margin-bottom: 4px;
}

.ts-grid-box.bg-dark-item .ts-heading-item .ts-title span {
  background: #121212;
  color: #fff;
}
.ts-grid-box.bg-dark-item .ts-heading-item .ts-title:after {
  background: #252525;
}
.ts-grid-box.bg-dark-item .post-content {
  border-color: #252525;
}
.ts-grid-box.bg-dark-item .post-meta-info li.active a {
  color: #d72924;
}

.ts-grid-item-2 .post-cat {
  left: 0;
  margin-bottom: 14px;
}
.ts-grid-item-2 .ts-post-thumb {
  margin-bottom: 0;
}
.ts-grid-item-2 .item .post-content {
  padding: 18px 0;
  border-bottom: 1px solid #e8e8e8;
}
.ts-grid-item-2 .item .post-meta-info {
  margin-bottom: 0;
}
.ts-grid-item-2 .item:last-of-type .post-content {
  border-bottom: none;
}
.ts-grid-item-2.ts-grid-content {
  background: #fff;
}
.ts-grid-item-2.ts-grid-content .item .post-content {
  padding: 18px 20px;
}

.ts-grid-box.widgets.border {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e3e3e3;
}

/*------------------ home default 5------------*/
.slider-grid-style2 .item:hover:after {
  display: none;
}
.slider-grid-style2 .item:before {
  background: rgba(0, 0, 0, 0.3);
}
.slider-grid-style2 .overlay-post-content {
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-31%);
      -ms-transform: translateY(-31%);
          transform: translateY(-31%);
  max-width: 570px;
}
.slider-grid-style2 .overlay-post-content .post-content {
  padding: 0 40px;
}
.slider-grid-style2 .overlay-post-content .post-title {
  margin-bottom: 20px;
}
.slider-grid-style2 .post-cat {
  left: 0;
  margin-bottom: 15px;
}
.slider-grid-style2 .owl-dots {
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slider-grid-style2 .owl-dots .owl-dot {
  display: block;
  margin: 0;
  top: 0;
  line-height: 16px;
}
.slider-grid-style2 .owl-dots .owl-dot span {
  background: #fff;
}
.slider-grid-style2 .owl-dots .owl-dot.active span {
  margin: 0;
}

/*------------------------------
    404 
------------------------------*/
.error-page {
  padding: 80px 30px;
}
.error-page .error-code h2 {
  font-size: 220px;
  font-weight: 500;
  color: #222222;
  line-height: 220px;
}
.error-page .error-message h3 {
  font-size: 40px;
  margin-bottom: 16px;
}
.error-page .error-body h4 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 34px;
}
.error-page .error-body a {
  background: #d72924;
}
.error-page .error-body a.btn {
  padding: 17px 37px;
}
.error-page .error-body a.btn:hover {
  background: #c2211c;
}

/*--------------
tab-menu-item
-----------*/
.tab-menu-item li a {
  font-size: 15px;
  font-weight: 400;
  color: #5a5c66;
  padding: 0 15px;
}
.tab-menu-item li a.active {
  color: #fff;
}
.tab-menu-item li:last-child a {
  padding-right: 0;
}

.ts-tabs-content .tab-pane.fade.active {
  opacity: 1;
}

.video-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 450px;
  position: relative;
  overflow: hidden;
}
.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: 0;
  right: 0;
  z-index: 2;
  margin: auto;
}
.video-item .post-video:before {
  display: none;
}
.video-item .post-video .ts-play-btn {
  z-index: 1;
  border: none;
}

.video-tab-list {
  height: 450px;
  padding: 30px 5px 30px 30px;
  overflow: hidden;
}
.video-tab-list .post-content.media img.sidebar-img {
  width: 100px;
  height: auto;
}
.video-tab-list .post-tab-list {
  padding: 0;
}
.video-tab-list .post-tab-list li {
  margin-bottom: 15px;
  display: block;
  width: 100%;
}
.video-tab-list .post-tab-list li .post-title {
  color: #fff;
}
.video-tab-list .post-tab-list li:last-child {
  margin-bottom: 0;
}

.fade.in {
  opacity: 1;
}

.post-style-item4 {
  padding-bottom: 0;
}
.post-style-item4 .ts-post-thumb {
  margin-bottom: 0;
}
.post-style-item4 .item:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.75) 100%);
}

/*------------------ accordion post style ------------*/
.accordion-post-style .card {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.accordion-post-style .card:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(24, 106, 179, 0.7)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(24, 106, 179, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(24, 106, 179, 0.7) 100%);
}
.accordion-post-style .card .space {
  height: 125px;
  text-align: center;
  display: block;
}
.accordion-post-style .card .btn {
  position: relative;
  z-index: 1;
  padding: 8px 20px;
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
  opacity: 0;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  background: #d72924;
}
.accordion-post-style .card .btn:hover {
  color: #fff;
}
.accordion-post-style .card .card-header {
  padding: 0;
}
.accordion-post-style .card .card-header a {
  display: block;
  padding: 20px 20px 15px 55px;
  position: relative;
  color: #fff;
  z-index: 1;
}
.accordion-post-style .card .card-header a .post-title {
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}
.accordion-post-style .card .card-header a i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 35px;
  left: 20px;
  top: 20px;
}
.accordion-post-style .card:hover .btn {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.post-overflow-style {
  overflow: hidden;
}
.post-overflow-style .ts-title:after {
  display: none;
}
.post-overflow-style .ts-post-thumb {
  overflow: visible;
  margin-right: -230px;
  width: auto;
  z-index: 2;
  margin-top: 55px;
}
.post-overflow-style .post-content-item {
  background: #f7f7f7;
  padding: 70px 20px 55px 200px;
  margin-left: 30px;
}
.post-overflow-style .post-content-item .post-title {
  margin-bottom: 24px;
}
.post-overflow-style .post-content-item p {
  margin-bottom: 28px;
}
.post-overflow-style .owl-nav {
  position: relative;
  right: 0;
  top: -65px;
  left: 65px;
  margin: auto;
  text-align: center;
  padding-left: 55px;
}
.post-overflow-style .owl-nav .owl-prev i,
.post-overflow-style .owl-nav .owl-next i {
  font-size: 12px;
}

.watching-section {
  padding: 60px 0 50px;
}
.watching-section .post-title a {
  color: #fff;
}
.watching-section .post-title a:hover {
  color: #fff;
}

.border-style.ts-grid-box.ts-grid-content .post-content {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 25px;
  border: 1px solid #e6e6e6;
  border-top: none;
}
.border-style.ts-grid-box.ts-grid-content .ts-post-thumb {
  margin-bottom: 0;
}

.ts-grid-box.ts-grid-content.border-style .post-cat {
  left: 20px;
  top: -12px;
  border-radius: 36px;
}

/*-----------------
featured tab personal blog 
--------------*/
.featured-tab-item {
  margin-bottom: 40px;
}
.featured-tab-item .featured-tab-post {
  margin: 0;
  border-bottom: none;
}
.featured-tab-item .featured-tab-post .post-content {
  padding: 26px 30px 10px;
  background: #fff;
}
.featured-tab-item .featured-tab-post > li {
  padding: 0;
}
.featured-tab-item .featured-tab-post > li:last-child {
  border-right: none;
}
.featured-tab-item .featured-tab-post > li a {
  padding: 0;
}
.featured-tab-item .featured-tab-post > li a .post-content {
  min-height: 122px;
}
.featured-tab-item .featured-tab-post > li a.active .post-content {
  background: #d72924;
}
.featured-tab-item .featured-tab-post > li a.active:before {
  position: absolute;
  right: 0;
  top: -14px;
  width: 100%;
  height: 15px;
  content: "";
  background: #d72924;
}
.featured-tab-item .featured-tab-post > li a.active .post-title,
.featured-tab-item .featured-tab-post > li a.active .post-meta-info li,
.featured-tab-item .featured-tab-post > li a.active .post-meta-info li.cat-name span {
  color: #fff !important;
}
.featured-tab-item .featured-tab-post .post-meta-info li {
  color: #888888;
}
.featured-tab-item .featured-tab-post .post-meta-info li.cat-name {
  font-weight: 500;
  font-size: 10px;
}
.featured-tab-item .featured-post .item {
  background-position: top center;
}
.featured-tab-item .feauted-tab-img img {
  width: 100%;
}

.blog-post-slider-item .ts-grid-box {
  padding: 90px 230px 90px 30px;
}
.blog-post-slider-item .ts-post-thumb {
  overflow: visible;
  margin-left: -244px;
  width: auto;
  z-index: 2;
  margin-bottom: 0;
}
.blog-post-slider-item .ts-post-thumb img {
  max-height: 310px;
  width: 100%;
}
.blog-post-slider-item .owl-nav {
  position: absolute;
  right: auto;
  top: auto;
  left: 14px;
  bottom: 41px;
}

.ts-post-style-3 {
  margin-left: -2px;
  margin-right: -2px;
}
.ts-post-style-3 .ts-post-thumb {
  margin-bottom: 0;
}
.ts-post-style-3 .p-1 {
  padding: 2px !important;
}
.ts-post-style-3 .post-content .post-cat {
  left: 0;
  margin-bottom: 10px;
}

.ts-grid-content-1.ts-blue-light-heighlight {
  background: #007dff;
}
.ts-grid-content-1.ts-blue-light-heighlight p,
.ts-grid-content-1.ts-blue-light-heighlight .post-date-info,
.ts-grid-content-1.ts-blue-light-heighlight .post-title a {
  color: #fff;
}
.ts-grid-content-1.ts-blue-light-heighlight .post-cat {
  color: #007dff;
}

.img-height-520 {
  min-height: 522px;
}

.ts-post-style-4 .ts-grid-style-3 .item {
  min-height: 235px;
  margin-bottom: 10px;
}

.border-top1 {
  border-color: #cfd2da;
}

.box-shadow-disabled .ts-grid-box.ts-grid-content .post-content,
.box-shadow-disabled .ts-grid-box {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.box-shadow-disabled .navbar-style1,
.box-shadow-disabled .ts-breaking-news {
  border: 1px solid #e9ecef;
}

.content-centerd-item {
  text-align: center;
}
.content-centerd-item .post-cat {
  border-radius: 36px;
  line-height: 24px;
  height: 22px;
}

.footer-standard a {
  color: #fff !important;
}
.footer-standard .elementor-widget-wp-widget-tag_cloud .elementor-widget-container {
  padding: 0;
}
.footer-standard .elementor-widget-wp-widget-tag_cloud .elementor-widget-container .tagcloud a {
  border-color: #333242;
  color: #fff;
}
.footer-standard .elementor-widget-container h5 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
}
.footer-standard .elementor-widget-container h5:before {
  display: none;
}
.footer-standard .recent-posts-widget ul li {
  min-height: 85px;
}
.footer-standard .recent-posts-widget ul li .entry-title a {
  color: #fff;
}
.footer-standard .recent-posts-widget ul li .entry-title a:hover {
  color: #d72924;
}
.footer-standard .recent-posts-widget ul li .posts-thumb img {
  width: 75px;
  height: 65px;
}
.footer-standard .elementor-widget-wp-widget-recent-posts ul li {
  margin-bottom: 10px;
  border-bottom-color: #242425;
}
.footer-standard .elementor-widget-wp-widget-recent-posts ul li a {
  font-size: 14px;
  display: block;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
}
.footer-standard .elementor-widget-wp-widget-recent-posts ul li a:hover {
  color: #d72924;
}
.footer-standard .elementor-widget-wp-widget-recent-posts ul li span {
  color: #a9a9a9;
}

.copyright-sec .elementor-widget-wp-widget-nav_menu .menu li {
  display: inline-block;
  margin-left: 15px;
}
.copyright-sec .elementor-widget-wp-widget-nav_menu .menu li a {
  color: #fff;
}

section.yikes-mailchimp-container {
  padding: 0;
}

.yikes-easy-mc-form {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.yikes-easy-mc-form .EMAIL-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72%;
          flex: 0 0 72%;
  margin: 0 15px 0 0;
  max-width: 72%;
}
.yikes-easy-mc-form .EMAIL-label .newsletter-mail {
  background: transparent;
  margin: 0;
  border: none;
  border-bottom: 1px solid #2e2d3c;
  color: #fff;
}
.yikes-easy-mc-form .EMAIL-label .newsletter-mail::-webkit-input-placeholder {
  color: #fff;
}
.yikes-easy-mc-form .EMAIL-label .newsletter-mail::-moz-placeholder {
  color: #fff;
}
.yikes-easy-mc-form .EMAIL-label .newsletter-mail:-ms-input-placeholder {
  color: #fff;
}
.yikes-easy-mc-form .EMAIL-label .newsletter-mail::-ms-input-placeholder {
  color: #fff;
}
.yikes-easy-mc-form .EMAIL-label .newsletter-mail::placeholder {
  color: #fff;
}
.yikes-easy-mc-form .yikes-easy-mc-submit-button {
  margin: 0 !important;
  padding: 0 25px !important;
  width: auto !important;
}
.yikes-easy-mc-form.widgets-newsletter-form .EMAIL-label {
  margin: 0;
}
.yikes-easy-mc-form.widgets-newsletter-form .newsletter-mail {
  background: #fff;
  border: none;
  height: 40px;
  padding: 15px;
  color: #232323;
}
.yikes-easy-mc-form.widgets-newsletter-form .newsletter-mail::-webkit-input-placeholder {
  letter-spacing: 1.2px;
  color: #a9a9a9;
}
.yikes-easy-mc-form.widgets-newsletter-form .newsletter-mail::-moz-placeholder {
  letter-spacing: 1.2px;
  color: #a9a9a9;
}
.yikes-easy-mc-form.widgets-newsletter-form .newsletter-mail:-ms-input-placeholder {
  letter-spacing: 1.2px;
  color: #a9a9a9;
}
.yikes-easy-mc-form.widgets-newsletter-form .newsletter-mail::-ms-input-placeholder {
  letter-spacing: 1.2px;
  color: #a9a9a9;
}
.yikes-easy-mc-form.widgets-newsletter-form .newsletter-mail::placeholder {
  letter-spacing: 1.2px;
  color: #a9a9a9;
}
.yikes-easy-mc-form.footer-newsletter {
  display: block !important;
  position: relative;
  width: 100%;
}
.yikes-easy-mc-form.footer-newsletter .EMAIL-label {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.yikes-easy-mc-form.footer-newsletter .newsletter-mail {
  background: #fff;
  height: 45px;
  border-radius: 36px;
  padding: 0 20px;
  font-size: 14px;
  color: #232323;
  outline: none;
}
.yikes-easy-mc-form.footer-newsletter .newsletter-mail::-webkit-input-placeholder {
  color: #232323;
}
.yikes-easy-mc-form.footer-newsletter .newsletter-mail::-moz-placeholder {
  color: #232323;
}
.yikes-easy-mc-form.footer-newsletter .newsletter-mail:-ms-input-placeholder {
  color: #232323;
}
.yikes-easy-mc-form.footer-newsletter .newsletter-mail::-ms-input-placeholder {
  color: #232323;
}
.yikes-easy-mc-form.footer-newsletter .newsletter-mail::placeholder {
  color: #232323;
}
.yikes-easy-mc-form.footer-newsletter .btn {
  position: absolute;
  right: 3px;
  top: 2px;
  border-radius: 36px;
  padding: 10px 24px;
  bottom: 0;
  height: 40px;
  margin: auto;
  font-size: 12px;
}

.ts-newslatter .yikes-easy-mc-form .EMAIL-label .newsletter-mail {
  color: #232323;
}
.ts-newslatter .yikes-easy-mc-form .EMAIL-label .newsletter-mail::-webkit-input-placeholder {
  color: #888;
}
.ts-newslatter .yikes-easy-mc-form .EMAIL-label .newsletter-mail::-moz-placeholder {
  color: #888;
}
.ts-newslatter .yikes-easy-mc-form .EMAIL-label .newsletter-mail:-ms-input-placeholder {
  color: #888;
}
.ts-newslatter .yikes-easy-mc-form .EMAIL-label .newsletter-mail::-ms-input-placeholder {
  color: #888;
}
.ts-newslatter .yikes-easy-mc-form .EMAIL-label .newsletter-mail::placeholder {
  color: #888;
}
.ts-newslatter .yikes-easy-mc-form .EMAIL-label:before {
  content: "";
  font: normal normal normal 20px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 0;
  margin: auto;
  color: #888;
}
.ts-newslatter .yikes-easy-mc-form .EMAIL-label {
  padding-left: 15px;
}

.col-post .ts-grid-box.ts-grid-content .post-content {
  padding: 0 20px 5px 20px;
}

.block-post .vinazine-featured-post .ts-overlay-style .item .gradient-overlay {
  opacity: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(rgba(0, 0, 0, 0.9)));
  background: -o-linear-gradient(top, transparent 60%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.9) 100%);
}
.block-post .ts-overlay-style .item .gradient-overlay {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), to(rgba(0, 0, 0, 0.95)));
  background: -o-linear-gradient(top, transparent 45%, rgba(0, 0, 0, 0.95) 100%);
  background: linear-gradient(to bottom, transparent 45%, rgba(0, 0, 0, 0.95) 100%);
}
.block-post .post-title {
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 1100px) {
  .header-white .header-logo img {
    margin-top: -5px;
  }
}
.most-populers .owl-nav {
  top: -52px;
}

.custom-footer-menu .footer-menu ul li a {
  font-weight: 700;
  text-transform: uppercase;
  opacity: 1;
}

.has-ekit-megamenu .navbar-toggler {
  display: none !important;
}

.menu-toggler {
  padding: 12px;
  background: #cf2c03 !important;
  border-radius: 0 !important;
}
.menu-toggler .menu-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

#instafeed-gallery-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#instafeed-gallery-feed a {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
  position: relative;
}
#instafeed-gallery-feed a img {
  width: 100%;
}
#instafeed-gallery-feed a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
#instafeed-gallery-feed a:hover:before {
  opacity: 1;
}

.instagram-area {
  position: relative;
}
.instagram-area .follow-btn-area {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  right: 0;
  margin: auto;
  text-align: center;
  /* bottom: 0; */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.instagram-area .follow-btn-area .btn {
  background: #fff;
  color: #232323;
}
.instagram-area .follow-btn-area .btn:hover {
  background: #d72924;
  color: #fff;
}

.personal-blog .post-title {
  font-size: 14px;
  line-height: 22px;
}
.personal-blog .grid-md .post-title {
  font-size: 18px;
  font-weight: 400 !important;
}
.personal-blog .ts-grid-box.ts-grid-content .post-content {
  padding-bottom: 20px;
}
.personal-blog .recent-posts-widget .post-info .entry-title {
  line-height: 22px;
}

.logo-area.p-60 {
  padding-bottom: 30px;
}

.widgets.ts-grid-box.widget_mc4wp_form_widget {
  padding: 0;
}

.back-to-top {
  position: fixed;
  right: 60px;
  bottom: 40px;
  z-index: 10;
  -webkit-backface-visibility: hidden;
}
.back-to-top .btn {
  padding: 6px 10px;
}

.blog-navbar .navbar-container .navbar .main-menu .nav-item > a.active,
.blog-navbar .navbar-container.navbar-style5 .main-menu > li.current-menu-item > a:before,
.blog-navbar .navbar-container .navbar .main-menu .nav-item > a:hover {
  background: #d72924;
}

.vinkmag-featured-slider .featured-slider-item {
  height: 550px;
}
.vinkmag-featured-slider .featured-table .table-cell {
  vertical-align: bottom;
}
.vinkmag-featured-slider .hero-content {
  padding: 45px 20px;
}
.vinkmag-featured-slider .hero-content .hero-title a {
  color: #fff;
}
.vinkmag-featured-slider .hero-content .post-tag {
  font-size: 12px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: uppercase;
}
.vinkmag-featured-slider .owl-dots {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
.vinkmag-featured-slider .owl-dots .owl-dot {
  display: block;
}
.vinkmag-featured-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
}
.vinkmag-featured-slider .owl-dots .owl-dot.active span {
  border: 2px solid #fff;
  background: transparent;
}

.vinkmag-masonary-grid .card-columns {
  -webkit-column-gap: 1.85rem;
     -moz-column-gap: 1.85rem;
          column-gap: 1.85rem;
}
.vinkmag-masonary-grid .card-columns .card {
  border: none;
  text-align: center;
  margin-bottom: 30px;
}
.vinkmag-masonary-grid .card-columns .card .post-title {
  padding-bottom: 20px;
  font-size: 18px;
  margin-bottom: 15px;
}
.vinkmag-masonary-grid .card-columns .card .post-title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 45px;
  height: 1px;
  background: #b9b9b9;
}
.vinkmag-masonary-grid .card-columns .card .post-tag {
  text-transform: uppercase;
  font-size: 12px;
}

.post-content-loading {
  margin-bottom: 30px;
}
.post-content-loading a {
  padding: 10px 40px;
  display: inline-block;
  border: 1px solid #ddd;
  text-transform: uppercase;
  padding: 12px 60px;
  color: #232323;
  font-size: 12px;
}
.post-content-loading a:hover {
  background: #d72924;
  color: #fff;
}

.navbar.xs-navbar ul > li .ekit--tab__post__details .tab__post--title a {
  line-height: 1.3 !important;
}
.navbar .elementor-icon-list-item:hover a {
  background: transparent !important;
}

.dark-themes .post-tab-list .post-content.media,
.dark-themes .post-list-box .nav-link,
.dark-themes .widgets.widgets-populer-post .post-content.media,
.dark-themes .nav-tabs,
.dark-themes .elementor-widget-wp-widget-recent-posts ul li,
.dark-themes .comments-list .comment-body {
  border-bottom-color: #101010;
}
.dark-themes .author-box,
.dark-themes .post-navigation {
  border-top-color: #101010;
}
.dark-themes .post-navigation .post-previous {
  border-right-color: #101010;
}
.dark-themes .right-menu li a {
  border-left-color: #101010;
}
.dark-themes .form-control,
.dark-themes .tagcloud a,
.dark-themes .read-more-btn,
.dark-themes .ts-tranding-post .slider-indicators .post-content .post-count {
  border-color: #101010;
}
.dark-themes blockquote,
.dark-themes .form-control {
  background: #0c0c0c;
}
.dark-themes #breaking_slider .owl-nav .owl-prev,
.dark-themes #breaking_slider .owl-nav .owl-next,
.dark-themes .vinkmag-breaking-slider .owl-nav .owl-prev,
.dark-themes .vinkmag-breaking-slider .owl-nav .owl-next {
  background: #151313;
}
.dark-themes .ts-tranding-post .owl-nav,
.dark-themes .top-social li a,
.dark-themes .ts-top-nav li a,
.dark-themes .yikes-easy-mc-form .yikes-easy-mc-submit-button span, .dark-themes.single-post .post-title a,
.dark-themes .post-meta-info li,
.dark-themes blockquote:before,
.dark-themes .owl-nav,
.dark-themes .navbar-container .navbar .main-menu > .nav-item > a,
.dark-themes .comments-list .comment-author cite,
.dark-themes .comments-list .comment-reply-link {
  color: #fff;
}
.dark-themes .ts-tranding-post .slider-indicators .post-content .post-count {
  background: #101010;
}

.dark-themes .tagcloud a {
  color: #fff !important;
}

.widgets-populer-post .post-content a {
  display: block;
  position: relative;
}

.xs-ratting-content.popular-review {
  position: absolute;
  bottom: 0;
  left: 20px;
}

.dark-themes .public-xs-review-box,
.dark-themes .view-review-list,
.dark-themes .view-review-list .xs-review-date,
.dark-themes #xs_review_form_public_data .xs-review-box .xs-review input[type=text] {
  color: #fff;
}
.dark-themes .public-xs-review-box,
.dark-themes .view-review-list,
.dark-themes .view-review-list .border-div {
  border: 1px solid #202020;
}
.dark-themes .xs-review-overview-list-right.custom-rat {
  border-left-color: #202020;
}
.dark-themes .xs-review-media {
  border-right: 1px solid #202020;
}

.public-xs-review-box,
.view-review-list {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.xs-review-overview-list-right.custom-rat {
  padding-left: 7px;
  margin-left: 22px;
  border-radius: 0;
}

.public-xs-review-box .xs-save-button button {
  border-radius: 0;
  border: none;
  cursor: pointer;
}

.xs-review-box .xs-review-box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.xs-review-box .xs-review-media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  margin-right: 10px;
}

.xs-review-box .total_overview_rattings_value {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
  text-align: center;
}

.xs-review-box .total_overview_rattings_value span {
  font-weight: 700;
  font-size: 20px;
}

.xs-review-box.view-review-list .xs-reviewer-author-image {
  padding-right: 7px;
}

.xs-review-box .xs-reviewer-details .review-reviwer-info-section {
  padding-left: 10px;
}

@media (max-width: 992px) {
  .navbar-container .ekit-menu-simple a .sub-arrow {
    border: 1px solid;
    border-radius: 30px;
    display: inline-block;
    line-height: 1;
    width: 15px;
    height: 15px;
  }
}
/*==================================================
      Reading progressbar
 ================================================== */
.reading-progressbar {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  background-color: #676666;
}

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

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

.single-post-ad {
  margin-bottom: 20px;
}

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

.navbar-style3 h1.logo-title a.navbar-brand {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .navbar-style1 h1.logo-title a.navbar-brand {
    padding-top: 20px;
  }
}
/*=====================
Classic Home
==================*/
.classic-grid-slider .xs-ratting-content {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}

.archive .category-layout-3.classic-category-layout .ts-grid-box.ts-grid-content {
  background: transparent;
}
.archive .category-layout-3.classic-category-layout .ts-grid-box .ts-post-thumb {
  border-radius: 5px;
}
.archive .category-layout-3.classic-category-layout .ts-grid-box .post-cat {
  border-radius: 3px;
  position: absolute;
  top: 20px;
}
.archive .category-layout-3.classic-category-layout .ts-grid-box .post-content {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.archive .category-layout-3.classic-category-layout .ts-grid-box .ts-overlay-style .item:after {
  background: #000000;
  opacity: 0.4;
}
.archive .category-layout-3.classic-category-layout .ts-post-thumb .grid-cat {
  position: absolute;
  bottom: 40px;
}
.archive .category-layout-3.classic-category-layout .ts-post-thumb .grid-cat .post-cat {
  position: relative;
}

.classic-overlay-style .item:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  content: "";
  opacity: 0.4;
  border-radius: 5px;
}
.classic-overlay-style .item:hover:after {
  opacity: 0.3;
}

.classic-post-layout .single-post-wrapper .post-media {
  margin: 0px;
  border-radius: 5px;
}
.classic-post-layout .single-post-wrapper .content-wrapper {
  padding: 60px 0px 40px 0px;
}
.classic-post-layout .ts-grid-box {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

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

/* dark light swicher   */
.vinkmag-darklight-widget .color_swicher {
  position: static;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  margin: 0;
}

.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-themes .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-themes {
  -webkit-transition: all 1.5s linear;
  -o-transition: all 1.5s linear;
  transition: all 1.5s linear;
  background: #000;
}
.dark-themes .switch_container {
  -webkit-transform: translateX(40px) rotate(1turn);
      -ms-transform: translateX(40px) rotate(1turn);
          transform: translateX(40px) rotate(1turn);
  background: #333333;
}
.dark-themes .switch_container .fa-moon {
  display: block;
}
.dark-themes .switch_container .fa-sun {
  display: none;
}

/* Dark Style */
.body-inner-content,
.top-bar,
.ts-grid-box,
.post-list-item,
.breadcrumb,
.navbar-container,
.ts-breaking-news,
.ts-grid-box-heighlight,
.elementor-widget-container,
.elementor-section,
.nav-tabs,
.archive.body-inner-content,
.apsc-theme-2 .apsc-each-profile a .apsc-inner-block .apsc-count,
.default-content,
.single-post-wrapper .text-bg,
.bg-white,
.post-overflow-style .post-content-item,
footer,
header {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.navbar-container .navbar,
.ekit-megamenu-holder {
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.dark-themes .body-inner-content {
  background-color: #000000;
}
.dark-themes .top-bar,
.dark-themes .ts-grid-box,
.dark-themes .form-control,
.dark-themes .post-list-item,
.dark-themes .breadcrumb,
.dark-themes .ts-breaking-news,
.dark-themes .elementor-widget-containerm,
.dark-themes .ekit-megamenu-holder,
.dark-themes .blog-navbar {
  background-color: transparent;
}
.dark-themes footer {
  background-color: #121026 !important;
}
.dark-themes .dark-light .elementor-column-wrap,
.dark-themes .dark-light .ts-grid-box-heighlight,
.dark-themes .dark-light .elementor-widget-container {
  background-color: #1f1f1f !important;
}
.dark-themes .ts-widget-newsletter .newsletter-form .form-control::-webkit-input-placeholder {
  color: #fff !important;
}
.dark-themes .ts-widget-newsletter .newsletter-form .form-control::-moz-placeholder {
  color: #fff !important;
}
.dark-themes .ts-widget-newsletter .newsletter-form .form-control:-ms-input-placeholder {
  color: #fff !important;
}
.dark-themes .ts-widget-newsletter .newsletter-form .form-control::-ms-input-placeholder {
  color: #fff !important;
}
.dark-themes .entry-header .post-title,
.dark-themes .post-meta-info li,
.dark-themes body,
.dark-themes .single-post .post-title a,
.dark-themes .post-meta-info li.author a,
.dark-themes blockquote,
.dark-themes .post-navigation a span,
.dark-themes .ts-top-nav li a,
.dark-themes .widgets ul li a,
.dark-themes .navbar-container.navbar-style1 .ekit-megamenu-holder .ekit-menu > li > a,
.dark-themes .breadcrumb li a,
.dark-themes .post-title a,
.dark-themes .ts-title,
.dark-themes .post-title,
.dark-themes .tagcloud a,
.dark-themes .apsc-theme-2 .apsc-each-profile a .apsc-inner-block .apsc-count,
.dark-themes .ts-breaking-news p a,
.dark-themes .recent-posts-widget ul li .post-info .entry-title a,
.dark-themes .post-content p,
.dark-themes .navbar-container.navbar-style3 .ekit-menu-container ul > li > a,
.dark-themes .navbar-container.navbar-style3 .right-menu li > a,
.dark-themes .nav-bg-white .ekit-menu-container .ekit-menu-simple > li > a,
.dark-themes .nav-bg-white .ekit-megamenu-holder .ekit-menu-simple > li > a,
.dark-themes .header-bg-white .ekit-menu-container .ekit-menu-simple > li > a,
.dark-themes .header-bg-white .ekit-megamenu-holder .ekit-menu-simple > li > a,
.dark-themes .navbar-container.navbar-style5 .right-menu li > a,
.dark-themes .navbar-container.navbar-style3 .ekit-megamenu-holder ul > li > a,
.dark-themes #breaking_slider .owl-nav span,
.dark-themes .post-content p,
.dark-themes .vinkmag-date .ts-date-item,
.dark-themes .elementor-social-icon i,
.dark-themes .tab-menu-item li a,
.dark-themes .post-date-info,
.dark-themes .ts-title span,
.dark-themes .single-post-wrapper p,
.dark-themes .post-meta,
.dark-themes .tag-link-count,
.dark-themes .hero-content p,
.dark-themes .elementor-text-editor p,
.dark-themes .post-meta-info li a,
.dark-themes .entry-content ul li,
.dark-themes .error-page .error-code h2,
.dark-themes #breaking_slider .owl-nav .owl-prev span,
.dark-themes #breaking_slider .owl-nav .owl-next span,
.dark-themes .view-review-list .xs-reviewer-author *,
.dark-themes .view-review-list .total_overview_rattings_value span,
.dark-themes .copyright-text p,
.dark-themes .copyright-text p,
.dark-themes .elementor-button span,
.dark-themes .ts-widget-newsletter .newsletter-form .form-control::placeholder,
.dark-themes .nav-search-button,
.dark-themes .tagcloud strong,
.dark-themes .ekit-menu-simple > li > a,
.dark-themes .ts-list-post-box .post-content span {
  color: #fff !important;
}
.dark-themes .nav-tabs,
.dark-themes .elementor-section-wrap .elementor-section {
  border-color: #333333;
}
.dark-themes .form-control,
.dark-themes .tagcloud a {
  border-color: #fff !important;
}
.dark-themes .elementor-widget-container,
.dark-themes .ts-grid-box-heighlight,
.dark-themes .elementor-column-wrap,
.dark-themes .archive.body-inner-content,
.dark-themes .default-content,
.dark-themes .bg-white,
.dark-themes .navbar-container.navbar-style3 .ekit-menu-container,
.dark-themes .navbar-container.navbar-style3 .ekit-megamenu-holder,
.dark-themes .ekit-megamenu-holder,
.dark-themes .navbar-container.navbar-style3.navbar-dark .navbar,
.dark-themes .navbar-darks .navbar-style5 .xs-navbar,
.dark-themes .elementor-social-icon,
.dark-themes .ekit-menu-container,
.dark-themes .widgets.widgets-populer-post .post-content.media,
.dark-themes .ts-grid-box.category-list-item {
  background-color: transparent;
}
.dark-themes .elementor-section {
  background-color: transparent !important;
}
.dark-themes .top-bar,
.dark-themes .navbar-container .navbar,
.dark-themes .navbar-container,
.dark-themes .ts-breaking-news,
.dark-themes .single-post-wrapper .text-bg,
.dark-themes .post-meta-info .social-share-post .social-list,
.dark-themes .ts-grid-features-box,
.dark-themes .post-overflow-style .post-content-item {
  background-color: #333333;
}
.dark-themes .navbar-container.navbar-style3 .ekit-megamenu-holder ul > li.ekit-menu-dropdown ul li > a {
  color: #232323 !important;
}
.dark-themes .ts-grid-content.default-content {
  background-color: #1f1f1f !important;
}

.logo-light {
  display: none;
}

.dark-themes .logo-dark {
  display: none;
}
.dark-themes .logo-light {
  display: block;
}