﻿@import url("css2.css");

:root {
  --color-primary: #ff6224;
}

.padding-0-15 {
  padding: 0 15px !important;
}

.dat-tabs .nav {
  border-bottom: 1px solid #BEBEBE;
  margin-bottom: 20px;
}

.dat-tabs .nav .tab {
  margin-right: 0;
  flex-grow: 1;
}

.dat-tabs .nav .tab a {
  width: 100%;
  justify-content: center;
  border-radius: 5px 5px 0 0;
  margin-right: 0;
  padding: 4px 15px;
}

.dat-tabs .nav .tab a span {
  color: #BEBEBE;
  font-weight: 500;
}

.dat-tabs .nav .tab.active a {
  background-color: #222;
}

.dat-tabs .nav .tab.active a span {
  color: #fff;
}

.dat-tabs .nav .tab:hover a {
  background-color: #222;
}

.dat-tabs .nav .tab:hover a span {
  color: #fff;
}

.dat-tabs .tab-panels {
  padding-top: 0;
}

.dat-tabs .tab-panels .post-item .box .box-image {
  display: none;
}

.dat-tabs .tab-panels .post-item {
  padding-bottom: 0;
}

.dat-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.dat-form .wpcf7-spinner {
  display: none;
}

.dat-form .flex-row {
  gap: 15px;
  flex-direction: row;
  align-items: stretch;
}

@media screen and (max-width:549px) {
  .dat-form .flex-row:not(.row-in-small) {
    flex-direction: column;
  }

}

.dat-form .flex-row .flex-col {
  flex: 1;
  padding: 0;
}

.dat-form input:not(.wpcf7-submit), .dat-form textarea {
  font-weight: normal;
  min-height: unset;
  min-width: unset;
  line-height: unset;
  padding: 0;
  font-size: 15px;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  text-indent: 10px;
  height: 39px;
  color: #fff !important;
  border-radius: 5px;
  background-color: #181818 !important;
}

.dat-form .wpcf7-submit {
  text-transform: initial;
}

.dat-form input:not(.wpcf7-submit)::placeholder, .dat-form textarea::placeholder {
  color: #fff !important;
}

.dat-form .button-wrapper p {
  height: 100%;
}

.dat-form .button-wrapper .wpcf7-submit {
  font-weight: normal;
  min-height: unset;
  min-width: unset;
  line-height: unset;
  padding: 0;
  font-size: 15px;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: var(--color-primary);
}

.dat-blogposts {
  max-width: 100vw;
}

.dat-blogposts .post-item .box .box-image {
  border-radius: 5px;
}

.dat-blogposts .post-item .box .box-text {
  font-weight: 500;
}

@media screen and (min-width:1024px) {
  .dat-blogposts .post-item .box .box-text {
    padding-top: 0;
    padding-bottom: 0;
  }

}

.dat-blogposts .post-item .box .box-text .post-title {
  font-size: 16px;
  line-height: 19.62px;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

@media screen and (max-width:549px) {
  .dat-blogposts .post-item .box .box-text .post-title {
    font-size: 18px;
    line-height: 23.4px;
  }

}

.dat-blogposts .post-item .box .box-text .cat-label {
  font-size: 14px;
  color: var(--color-primary);
  text-transform: unset;
  margin-bottom: 10px;
}

.dat-blogposts .post-item .box .box-text .is-divider {
  display: none;
}

.dat-blogposts .post-item .box .box-text .post-meta {
  font-size: 14px;
}

.dat-blogposts .post-item .box .box-text .from_the_blog_excerpt {
  font-size: 12px;
  margin-top: 10px;
}

@media screen and (max-width:549px) {
  .dat-blogposts .post-item .box .box-text .from_the_blog_excerpt {
    font-size: 14px;
    line-height: 18.2px;
  }

}

.dat-blogposts.highlight .post-item {
  padding-bottom: 0;
}

.dat-blogposts.highlight .post-item .box .box-text {
  padding-top: 30px;
}

.dat-blogposts.highlight .post-item .box .box-text .post-title {
  font-size: 24px;
}

.dat-breadcrumb .title-bg, .dat-breadcrumb .title-overlay {
  display: none;
}

.dat-breadcrumb .page-title-inner {
  padding: 0;
  height: 100%;
  min-height: unset;
}

.dat-breadcrumb .page-title-inner .title-content {
  margin-left: unset;
  margin-right: auto;
}

.dat-breadcrumb .page-title-inner .title-content .breadcrumbs {
  font-size: 12.6px;
  font-weight: 400 !important;
  text-shadow: none;
  text-transform: none;
  color: #BEBEBE;
}

.dat-breadcrumb .page-title-inner .title-content .breadcrumbs a {
  color: #fff;
}

.dat-slider .flickity-page-dots {
  bottom: 0;
}

.dat-slider .flickity-page-dots .dot {
  opacity: 1 !important;
  background-color: #fff !important;
  border: none !important;
}

.dat-slider .flickity-page-dots .dot.is-selected {
  background-color: var(--color-primary) !important;
}

.dat-slider  .flickity-button {
  opacity: 1 !important;
  border: unset !important;
}

.dat-slider  .flickity-button-icon path {
  border: unset !important;
}

.dat-slider  .flickity-button:hover .flickity-button-icon {
  background-color: transparent !important;
}

/*.dat-slider .flickity-button {
  height: 50px !important;
  width: 30px !important;
  transform: unset !important;
  opacity: 1 !important;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -5% !important;
}*/

/*.dat-slider .flickity-button svg {
  border: unset !important;
}

.dat-slider .flickity-button.previous {
  &:hover .flickity-button-icon {
    background-color: transparent !important;
  }

  background: linear-gradient(90deg, #181818 0%, rgba(24, 24, 24, 0) 82.14%);
  height: 147px !important;

  .flickity-button-icon {
    transform: rotate(180deg) translate(-50%, -50%);
    height: 0;
    border-radius: 0px !important;
    border-top: 10px solid transparent !important;
    padding: 0px;
    border-bottom: 10px solid transparent !important;
    border-left: 10px solid white !important;
    left: -12px;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: 0px !important;

    &:hover {
      background-color: transparent !important;
    }

  }

}

.dat-slider .flickity-button.next {
  &:hover .flickity-button-icon {
    background-color: transparent !important;
  }

  .flickity-button-icon {
    height: 0;
    border-radius: 0px !important;
    border-top: 10px solid transparent !important;
    padding: 0px;
    border-bottom: 10px solid transparent !important;
    border-left: 10px solid white !important;

    &:hover {
      background-color: transparent !important;
    }

  }

}*/
@media screen and (min-width:1024px) {
  .header {
    display: none;
  }

}

.block-html-after-header {
  min-height: 103px !important;
}

.block-html-after-header .col {
  padding: 0;
}

.block-html-after-header .ads-liveupdate {
  position: relative;
  width: 100%;
}

.block-html-after-header .ads-liveupdate .stack-liveupdates {
  padding: 5px;
  background: #222;
}

.block-html-after-header .ads-liveupdate .ads {
  height: 63px;
  background-color: #696969;
  margin-bottom: 0;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 63px;
  font-style: italic;
}

@media screen and (max-width:849px) {
  .block-html-after-header .ads-liveupdate .stack-liveupdates .searchform-wrapper {
    display: none;
  }

}

.block-html-after-header .ads-liveupdate .stack-liveupdates .homepage-title {
  flex-shrink: 0;
}

.block-html-after-header .ads-liveupdate .stack-liveupdates .news-title-wrapper {
  position: relative;
  flex-grow: 1;
  overflow: hidden;
  height: 27px;
}

.block-html-after-header .ads-liveupdate .stack-liveupdates .news-title-wrapper .news-title {
  position: absolute;
  animation: scroll 30s linear infinite;
  padding: 0 100px;
  white-space: nowrap;
}
.block-html-after-header .ads-liveupdate .stack-liveupdates .news-title-wrapper .news-title:hover 
{
    animation: scroll 0s linear infinite;
  
}


@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }

}

.block-html-after-header .ads-liveupdate .stack-liveupdates .searchform-wrapper {
  max-width: calc(33.33%);
  flex-basis: 33.3333333333%;
  flex-shrink: 0;
  background-color: #222 !important;
  border-radius: 5px;
  overflow: hidden;
}

.block-html-after-header .ads-liveupdate .stack-liveupdates .searchform-wrapper form input {
  font-weight: normal;
  min-height: unset;
  min-width: unset;
  line-height: unset;
  padding: 0;
  font-size: 15px;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  height: 30px;
  padding-left: 45px;
  color: #BEBEBE;
  background-color: transparent !important;
}

.block-html-after-header .ads-liveupdate .stack-liveupdates .searchform-wrapper form input::placeholder {
  color: #BEBEBE;
}

.block-html-after-header .ads-liveupdate .stack-liveupdates .searchform-wrapper form button {
  font-weight: normal;
  min-height: unset;
  min-width: unset;
  line-height: unset;
  padding: 0;
  font-size: 15px;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  width: 18px;
  color: #BEBEBE;
  position: absolute;
  left: 15px;
  height: 100%;
  background-color: transparent !important;
}

.block-html-after-header .ads-liveupdate .stack-liveupdates .searchform-wrapper form button i {
  line-height: 30px;
  top: 0;
}

.block-html-after-header .ads-liveupdate .stack-liveupdates .searchform-wrapper form button.loading i {
  display: none;
}

.block-html-after-header .ads-liveupdate .stack-liveupdates .searchform-wrapper form .flex-row {
  align-items: stretch;
}

@media screen and (min-width:550px) {
  .block-html-after-header {
    display: none;
  }

}

.widget-area {
  height: unset !important;
  max-height: 737px;
  overflow: auto;
}

.widget-area::-webkit-scrollbar {
  display: none;
}

.widget-area .widget {
  margin-bottom: 0;
}

.widget-area .widget .toggle {
  display: none;
}

.widget-area .menu-main-menu-container {
  position: relative;
}

.widget-area .menu-main-menu-container::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.widget-area .menu-main-menu-container::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width:1024px) {
  .widget-area .menu-main-menu-container {
    padding: 66px 0 0;
  }

  .widget-area .menu-main-menu-container::before {
    height: 22px;
    width: 93px;
    top: 25px;
    left: 30px;
  }

}

.widget-area .menu-main-menu-container .menu > .menu-item {
  display: flex;
  align-items: center;
  border: none;
  width: 100%;
  padding-left: 15px;
}

.widget-area .menu-main-menu-container .menu > .menu-item a {
  min-height: 34px;
  display: flex;
  align-items: center;
  color: white;
}

.widget-area .menu-main-menu-container .menu > .menu-item a span {
  font-weight: 600;
  font-size: 14px;
  line-height: 17.6px;
}

.widget-area .menu-main-menu-container .menu > .menu-item a img {
  /*height: 15px;*/
}

.widget-area .menu-main-menu-container .menu > .menu-item a:hover {
  color: #ff6224;
}

.widget-area .menu-main-menu-container .menu > .menu-item.current-menu-item {
  background-color: #181818;
}

.widget-area .menu-main-menu-container .menu > .menu-item.current-menu-item > a {
  color: #ff6224;
}

.widget-area .menu-main-menu-container .menu > .menu-item .sub-menu {
  display: block;
  border: none;
  margin: 0;
  padding-left: 20px;
}

.widget-area .menu-main-menu-container .menu > .menu-item .sub-menu .menu-item {
  min-height: 34px;
}

.widget-area .menu-main-menu-container .menu > .menu-item .sub-menu .menu-item a {
  font-weight: 300;
  font-size: 14px;
  line-height: 17.6px;
}

.widget-area .menu-main-menu-container .menu > .menu-item .sub-menu .menu-item a:hover {
  color: #ff6224;
}

.widget-area .stack-icons {
  padding: 55px 0 47px;
  gap: 20px;
}

.widget-area .stack-icons .stack {
  gap: 20px;
}

.widget-area .stack-icons .img {
  width: unset !important;
}

.widget-area .stack-icons .img img {
  width: 21px;
  height: 21px;
}

.right-sidebar {
  flex-direction: column;
  gap: 15px;
}

.right-sidebar > .col {
  padding: 0;
}

.right-sidebar > .col > .col-inner {
  width: 100%;
  background-color: #222;
  padding: 0 15px 15px;
  border-radius: 5px;
}

.right-sidebar .dat-blogposts .post-item .box .box-image {
  border-radius: 5px;
}

.right-sidebar .dat-blogposts .post-item .box .box-text {
  font-weight: 500;
}

@media screen and (min-width:1024px) {
  .right-sidebar .dat-blogposts .post-item .box .box-text {
    padding-top: 0;
    padding-bottom: 0;
  }

}

.right-sidebar .dat-blogposts .post-item .box .box-text .post-title {
  font-size: 16px;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

@media screen and (max-width:549px) {
  .right-sidebar .dat-blogposts .post-item .box .box-text .post-title {
    font-size: 18px;
    line-height: 23.4px;
  }

}

.right-sidebar .dat-blogposts .post-item .box .box-text .cat-label {
  font-size: 14px;
  color: var(--color-primary);
  text-transform: unset;
  margin-bottom: 10px;
}

.right-sidebar .dat-blogposts .post-item .box .box-text .is-divider {
  display: none;
}

.right-sidebar .dat-blogposts .post-item .box .box-text .post-meta {
  font-size: 14px;
}

.right-sidebar .dat-blogposts .post-item .box .box-text .from_the_blog_excerpt {
  font-size: 12px;
  margin-top: 10px;
}

@media screen and (max-width:549px) {
  .right-sidebar .dat-blogposts .post-item .box .box-text .from_the_blog_excerpt {
    font-size: 14px;
    line-height: 18.2px;
  }

}

.right-sidebar .dat-blogposts .post-item:last-child {
  padding-bottom: 0 !important;
}

.right-sidebar .stack-title {
  border-bottom: 1px solid #000;
  padding: 10px 15px;
  margin: 0 -15px;
  margin-bottom: 15px;
}

.right-sidebar .stack-title h3 {
  color: var(--color-primary);
}

.right-sidebar .stack-title .view-more-btn {
  font-weight: normal;
  min-height: unset;
  min-width: unset;
  line-height: unset;
  padding: 0;
  font-size: 15px;
  border: none;
  outline: none !important;
  box-shadow: none !important;
}

.right-sidebar .stack-title .view-more-btn span {
  text-decoration: underline;
  color: #fff;
}

.right-sidebar .dat-table {
  margin-bottom: 0;
}

.right-sidebar .dat-table th {
  padding: 0;
  font-size: 12px;
  line-height: 15.6px;
  color: #fff;
  text-transform: none;
  border: none;
  padding-bottom: 5px;
}

.right-sidebar .dat-table th:not(:first-child) {
  text-align: right;
}

.right-sidebar .dat-table th:nth-child(2) {
  width: 15%;
}

.right-sidebar .dat-table td {
  border: none;
  padding: 5px 0;
}

.right-sidebar .dat-table .text, .right-sidebar .dat-table .project, .right-sidebar .dat-table .price, .right-sidebar .dat-table .gainer {
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  text-align: right;
}

.right-sidebar .dat-table .project {
  text-align: left;
}

.right-sidebar .dat-table .project .image-frame img {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  object-fit: cover;
}

.right-sidebar .dat-table .project  img {
  width: 20px;
}

.right-sidebar .dat-table .gainer {
  color: #00cda9;
}

.right-sidebar .stack-events h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.right-sidebar .stack-events p {
  font-size: 12px;
  line-height: 15px;
  text-align: right;
}

.right-sidebar .blogposts .col {
  padding-bottom: 15px;
}

.right-sidebar .blogposts .box {
  border-radius: 5px;
  overflow: hidden;
}

.right-sidebar .blogposts .box .box-text {
  padding: 12px 10px;
}

.right-sidebar .blogposts .box .box-text .post-title {
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.1px;
}

.right-sidebar .blogposts .box .box-text .is-divider {
  display: none;
}

.right-sidebar .blogposts .box .box-text .type, .right-sidebar .blogposts .box .box-text .location {
  display: none;
}

@media screen and (max-width:849px) {
  .right-sidebar .gallery-col {
    width: 50%;
  }

}

.page-left-sidebar, .blog-single {
  padding: 0;
}

@media screen and (min-width:767px) and (max-width:1900px) {
  .page-left-sidebar > .row > .large-3, .blog-single > .row > .large-3 {
    max-width: 180px !important;
    flex-basis: unset !important;
  }

  .page-left-sidebar > .row > .large-9, .blog-single > .row > .large-9 {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

}

@media screen and (min-width:1023px) {
  .blog-single > .row > .large-9 .row__content {
    margin: 0;
    margin-left: 180px;
    max-width: 100vw;
    padding: 0 50px;
  }

}

@media screen and (min-width:1024px) {
  .page-left-sidebar > .row, .blog-single > .row {
    max-width: 100vw;
  }

  .page-left-sidebar > .row > .large-3, .blog-single > .row > .large-3 {
    position: fixed;
    top: 0;
    padding: 0;
    border: none;
  }

  .page-left-sidebar > .row > .large-9, .blog-single > .row > .large-9 {
    padding: 0;
  }

  .page-left-sidebar > .row > .large-9 .row__header, .blog-single > .row > .large-9 .row__header {
    margin: 0;
    margin-left: 180px;
    max-width: 100vw;
  }

  .page-left-sidebar > .row > .large-9 .row__content {
    margin: 0;
    margin-left: 180px;
    max-width: 100vw;
    padding: 0 50px;
  }

}

@media screen and (min-width:1020px)  and (max-width:1023px) {
  .blog-single > .row > .large-9 .row__content {
    padding: 0 15px !important;
  }

}

@media screen and (min-width:768px)  and (max-width:1023px) {
  .page-left-sidebar > .row > .large-9 .row__content, .blog-single > .row > .large-9 .row__content {
    padding: 0 15px;
  }

}

@media screen and (max-width:1023px) {
  .page-left-sidebar > .row > .large-3 {
    display: none;
  }

}

@media screen and (min-width:1022px) and (max-width:1024px) {
  .page-left-sidebar > .row > .large-3 {
    display: none;
  }

}

@media screen and (min-width:1024px) and (max-width:1026px) {
  .page-left-sidebar > .row > .large-3 {
    display: block !important;
  }

}

@media screen and (max-width:1023px) {
  .page-left-sidebar > .row > .large-9, .blog-single > .row > .large-9 {
    padding-bottom: 0;
  }

}

.row__header .col-inner {
  display: flex;
  flex-direction: column;
}

.row__header .stack-coin {
  overflow-x: auto;
}

@media (min-width:767px) and (max-width:1023px) {
  .blog-single .row__header {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .row__header {
    .stack-coin {
      justify-content: space-between;
    }

    .stack-four {
      width: 410px;
      overflow: auto;

      .stack {
        width: 201px;
      }

    }

  }

}

@media screen and (max-width:767px) {
  .row__header .stack-coin {
    flex-direction: column;
    gap: 16px;
    overflow-x: hidden;
  }

  .row__header .stack-coin .stack-four {
    overflow: auto;
  }

}

.row__header .stack-coin .stack-four {
  flex-shrink: 0;
}

.row__header .stack-coin .stack-four .stack-item {
  position: relative;
  padding: 4px 15px;
  border-radius: 5px;
  background-color: #222;
  flex-shrink: 0 !important;
}

.row__header .stack-coin .stack-four .stack-item::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width:849px) {
  .row__header .stack-coin .stack-four .stack-item {
    align-items: center;
  }

  .row__header .stack-coin .stack-four .stack-item .icon-box {
    align-items: center;
  }

}

.row__header .stack-coin .stack-four .stack-item .icon-box-text {
  padding-left: 10px;
}

.row__header .stack-coin .stack-four .stack-item p {
  margin: 0;
}

.row__header .stack-coin .stack-four .stack-item .money {
  font-weight: bold;
  margin: 0 5px 0 20px;
}

@media(max-width:1441px) {
  .row__header .stack-coin .stack-four .stack-item .money {
    margin: 0 5px 0 0px;
  }

}

.row__header .stack-coin .stack-four .stack-item .percent {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  color: #31be00;
}

.row__header .stack-coin .dat-convert {
  height: auto;
  display: flex;
  align-items: stretch;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  gap: 10px;
}

.row__header .stack-coin .dat-convert select, .row__header .stack-coin .dat-convert input {
  height: 100% !important;
  min-height: unset !important;
  font-weight: normal;
  width: unset;
  min-width: unset;
  line-height: unset;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit;
  background-color: #fff;
  border-radius: 5px;
}

.row__header .stack-coin .dat-convert select {
  padding: 0 25px 0 10px;
}

.row__header .stack-coin .dat-convert .from-group {
  height: 100%;
  width: 184px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  padding-left: 10px;
}

.row__header .stack-coin .dat-convert .from-group input {
  padding: 0;
  width: 100%;
}

.row__header .stack-coin .dat-convert .from-group select, .row__header .stack-coin .dat-convert .from-group input {
  background-color: transparent;
}

.row__header .stack-coin .dat-convert .image-frame {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}

.row__header .stack-coin .dat-convert .convert-btn {
  font-weight: normal;
  min-height: unset;
  min-width: unset;
  line-height: unset;
  padding: 0;
  font-size: 15px;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  font-size: inherit;
  font-weight: inherit;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  border-radius: 5px;
  padding: 0 10px;
  color: #fff;
  background-color: var(--color-primary);
  text-transform: none;
}

.row__header .ads {
  height: 63px;
  background-color: #696969;
  margin-bottom: 0;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 63px;
  font-style: italic;
}

@media screen and (max-width:849px) {
  .row__header .stack-liveupdates .searchform-wrapper {
    display: none;
  }

}

.row__header .stack-liveupdates .homepage-title {
  flex-shrink: 0;
}

.row__header .stack-liveupdates .news-title-wrapper {
  position: relative;
  flex-grow: 1;
  overflow: hidden;
  height: 27px;
}

.row__header .stack-liveupdates .news-title-wrapper .news-title {
  position: absolute;
 
  padding: 0 100px;
  white-space: nowrap;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }

}

.row__header .stack-liveupdates .searchform-wrapper {
  max-width: calc(33.33%);
  flex-basis: 33.3333333333%;
  flex-shrink: 0;
  background-color: #222 !important;
  border-radius: 5px;
  overflow: hidden;
}

.row__header .stack-liveupdates .searchform-wrapper form input {
  font-weight: normal;
  min-height: unset;
  min-width: unset;
  line-height: unset;
  padding: 0;
  font-size: 15px;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  height: 30px;
  padding-left: 45px;
  color: #BEBEBE;
  background-color: transparent !important;
}

.row__header .stack-liveupdates .searchform-wrapper form input::placeholder {
  color: #BEBEBE;
}

.row__header .stack-liveupdates .searchform-wrapper form button {
  font-weight: normal;
  min-height: unset;
  min-width: unset;
  line-height: unset;
  padding: 0;
  font-size: 15px;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  width: 18px;
  color: #BEBEBE;
  position: absolute;
  left: 15px;
  height: 100%;
  background-color: transparent !important;
}

.row__header .stack-liveupdates .searchform-wrapper form button i {
  line-height: 30px;
  top: 0;
}

.row__header .stack-liveupdates .searchform-wrapper form button.loading i {
  display: none;
}

.row__header .stack-liveupdates .searchform-wrapper form .flex-row {
  align-items: stretch;
}

@media (max-width:549px) {
  .row__header:not(.mobile-header) .img, .row__header:not(.mobile-header) .stack-liveupdates {
    display: none !important;
  }

  .row__header:not(.mobile-header) > .col {
    padding-bottom: 0;
  }

  .row__header:not(.mobile-header) > .col .stack-coin {
    gap: 12px;
    margin-top: 10px;
  }

}

.row__header .ads {
  height: 63px;
  background-color: #696969;
  margin-bottom: 0;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 63px;
  font-style: italic;
}

@media screen and (max-width:849px) {
  .row__header .stack-liveupdates .searchform-wrapper {
    display: none;
  }

}

.row__header .stack-liveupdates .homepage-title {
  flex-shrink: 0;
}

.row__header .stack-liveupdates .news-title-wrapper {
  position: relative;
  flex-grow: 1;
  overflow: hidden;
  height: 27px;
}

.row__header .stack-liveupdates .news-title-wrapper .news-title {
  position: absolute;
  animation: scroll 15s linear infinite;
  padding: 0 100px;
  white-space: nowrap;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }

}

.row__header .stack-liveupdates .searchform-wrapper {
  max-width: calc(33.33%);
  flex-basis: 33.3333333333%;
  flex-shrink: 0;
  background-color: #222 !important;
  border-radius: 5px;
  overflow: hidden;
}

.row__header .stack-liveupdates .searchform-wrapper form input {
  font-weight: normal;
  min-height: unset;
  min-width: unset;
  line-height: unset;
  padding: 0;
  font-size: 15px;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  height: 30px;
  padding-left: 45px;
  color: #BEBEBE;
  background-color: transparent !important;
}

.row__header .stack-liveupdates .searchform-wrapper form input::placeholder {
  color: #BEBEBE;
}

.row__header .stack-liveupdates .searchform-wrapper form button {
  font-weight: normal;
  min-height: unset;
  min-width: unset;
  line-height: unset;
  padding: 0;
  font-size: 15px;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  width: 18px;
  color: #BEBEBE;
  position: absolute;
  left: 15px;
  height: 100%;
  background-color: transparent !important;
}

.row__header .stack-liveupdates .searchform-wrapper form button i {
  line-height: 30px;
  top: 0;
}

.row__header .stack-liveupdates .searchform-wrapper form button.loading i {
  display: none;
}

.row__header .stack-liveupdates .searchform-wrapper form .flex-row {
  align-items: stretch;
}

.row__top-page .tab-panels .post-item {
  padding-bottom: 0;
}

.row__top-page .tab-panels .post-item .box .box-image {
  display: none;
}

.row__top-page .tab-panels .post-item + .post-item .box {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #BEBEBE;
}

.row__lastest-news .dat-blogposts .post-item {
  padding-bottom: 0;
}

.row__lastest-news .dat-blogposts .post-item + .post-item .box {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #BEBEBE;
}

@media screen and (max-width:849px) {
  .row__lastest-news .dat-blogposts:not(.highlight) .post-item .box {
    display: flex;
    gap: 15px;
  }

  .row__lastest-news .dat-blogposts:not(.highlight) .post-item .box .box-image .image-cover {
    padding-top: 65% !important;
  }

  .row__lastest-news .dat-blogposts:not(.highlight) .post-item .box .box-text {
    padding: 0;
  }

  .row__lastest-news .dat-blogposts:not(.highlight) .post-item .box .box-text .post-title {
    font-size: 14px;
  }

}

.knowledge-page h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 15px;
}

@media screen and (max-width:549px) {
  .knowledge-page h3 {
    font-size: 24px !important;
    line-height: 30.24px;
  }

}

.knowledge-page .rank-math-breadcrumb p {
  font-size: 10px;
  line-height: 12px;
}

.recommended-page h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 15px;
}

@media screen and (max-width:549px) {
  .recommended-page h3 {
    font-size: 24px !important;
    line-height: 30.24px;
  }

}

.recommended-page .rank-math-breadcrumb p {
  font-size: 10px;
  line-height: 12px;
}

.cryto-reviews-page h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 15px;
}

@media screen and (max-width:549px) {
  .cryto-reviews-page h3 {
    font-size: 24px !important;
    line-height: 30.24px;
  }

}

.cryto-reviews-page .rank-math-breadcrumb p {
  font-size: 10px;
  line-height: 12px;
}

.cryto-reviews-page .dat-blogposts .box-text {
  padding: 14px;
}

.cryto-reviews-page .dat-blogposts .box-text .post-title {
  width: unset !important;
  transform: unset !important;
}

.glossary-page h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 15px;
}

@media screen and (max-width:549px) {
  .glossary-page h3 {
    font-size: 24px !important;
    line-height: 30.24px;
  }

}

.glossary-page .rank-math-breadcrumb p {
  font-size: 10px;
  line-height: 12px;
}

.glossary-page .searchform-wrapper {
  max-width: calc(33.33%);
  flex-basis: 33.3333333333%;
  flex-shrink: 0;
  background-color: #222 !important;
  border-radius: 5px;
  overflow: hidden;
  max-width: unset;
}

.glossary-page .searchform-wrapper form input {
  font-weight: normal;
  min-height: unset;
  min-width: unset;
  line-height: unset;
  padding: 0;
  font-size: 15px;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  height: 30px;
  padding-left: 45px;
  color: #BEBEBE;
  background-color: transparent !important;
}

.glossary-page .searchform-wrapper form input::placeholder {
  color: #BEBEBE;
}

.glossary-page .searchform-wrapper form button {
  font-weight: normal;
  min-height: unset;
  min-width: unset;
  line-height: unset;
  padding: 0;
  font-size: 15px;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  width: 18px;
  color: #BEBEBE;
  position: absolute;
  left: 15px;
  height: 100%;
  background-color: transparent !important;
}

.glossary-page .searchform-wrapper form button i {
  line-height: 30px;
  top: 0;
}

.glossary-page .searchform-wrapper form button.loading i {
  display: none;
}

.glossary-page .searchform-wrapper form .flex-row {
  align-items: stretch;
}

@media screen and (max-width:549px) {
  .glossary-page .searchform-wrapper {
    display: none;
  }

}

.glossary-page .dat-blogposts .post-item {
  padding: 0 7.5px 15px;
}

.glossary-page .dat-blogposts .box {
  border-radius: 5px;
  padding: 20px;
  background-color: #222;
}

.glossary-page .dat-blogposts .box .box-image {
  display: none;
}

.glossary-page .dat-blogposts .box .box-text .post-title {
  margin-bottom: 5px;
  line-height: 20px;
  font-size: 18px;
  color: #ff6224;
}

.glossary-page .dat-blogposts .box .box-text .from_the_blog_excerpt {
  line-height: 16.2px;
  margin-bottom: 10px;
}

.glossary-page .dat-blogposts .box .box-text .difficult {
  line-height: 19px;
  margin-bottom: 0;
}

.glossary-page .dat-blogposts .box .box-text .difficult.easy {
  color: #00ff75;
}

.glossary-page .dat-blogposts .box .box-text .difficult.medium {
  color: #5071e3;
}

.glossary-page .dat-blogposts .box .box-text .difficult.hard {
  color: #e34238;
}

.category-glossary {
  display: none;
}

.category-glossary ~ .row__content .page-header .searchform-wrapper {
  max-width: calc(33.33%);
  flex-basis: 33.3333333333%;
  flex-shrink: 0;
  background-color: #222 !important;
  border-radius: 5px;
  overflow: hidden;
  max-width: unset;
}

.category-glossary ~ .row__content .page-header .searchform-wrapper form input {
  font-weight: normal;
  min-height: unset;
  min-width: unset;
  line-height: unset;
  padding: 0;
  font-size: 15px;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  height: 30px;
  padding-left: 45px;
  color: #BEBEBE;
  background-color: transparent !important;
}

.category-glossary ~ .row__content .page-header .searchform-wrapper form input::placeholder {
  color: #BEBEBE;
}

.category-glossary ~ .row__content .page-header .searchform-wrapper form button {
  font-weight: normal;
  min-height: unset;
  min-width: unset;
  line-height: unset;
  padding: 0;
  font-size: 15px;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  width: 18px;
  color: #BEBEBE;
  position: absolute;
  left: 15px;
  height: 100%;
  background-color: transparent !important;
}

.category-glossary ~ .row__content .page-header .searchform-wrapper form button i {
  line-height: 30px;
  top: 0;
}

.category-glossary ~ .row__content .page-header .searchform-wrapper form button.loading i {
  display: none;
}

.category-glossary ~ .row__content .page-header .searchform-wrapper form .flex-row {
  align-items: stretch;
}

@media screen and (max-width:549px) {
  .category-glossary ~ .row__content .page-header .searchform-wrapper {
    display: none;
  }

}

@media screen and (max-width:480px) {
  .category-glossary ~ .row__content .dat-blogposts .box .box-image {
    float: unset;
    max-width: 100%;
    margin: 0;
    transform: unset;
  }

}

.category-glossary ~ .row__content .dat-blogposts .box .box-text .post-title {
  margin-top: 15px;
}

.category-glossary ~ .row__content .dat-blogposts .box .box-text .difficult {
  display: none;
}

.category-glossary ~ .row__content .single-post-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 15px;
}

@media screen and (max-width:549px) {
  .category-glossary ~ .row__content .single-post-title {
    font-size: 24px !important;
    line-height: 30.24px;
  }

}

.category-glossary ~ .row__content .single-post-excerpt {
  font-size: 12px;
  color: #BEBEBE;
  line-height: 15.6px;
  margin-bottom: 30px;
}

@media screen and (max-width:549px) {
  .category-glossary ~ .row__content .single-post-excerpt {
    font-size: 14px !important;
    line-height: 16.1px;
  }

}

.events-page h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 15px;
}

@media screen and (max-width:549px) {
  .events-page h3 {
    font-size: 24px !important;
    line-height: 30.24px;
  }

}

.events-page .rank-math-breadcrumb p {
  font-size: 10px;
  line-height: 12px;
}

.events-page .searchform-wrapper {
  max-width: calc(33.33%);
  flex-basis: 33.3333333333%;
  flex-shrink: 0;
  background-color: #222 !important;
  border-radius: 5px;
  overflow: hidden;
  max-width: unset;
}

.events-page .searchform-wrapper form input {
  font-weight: normal;
  min-height: unset;
  min-width: unset;
  line-height: unset;
  padding: 0;
  font-size: 15px;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  height: 30px;
  padding-left: 45px;
  color: #BEBEBE;
  background-color: transparent !important;
}

.events-page .searchform-wrapper form input::placeholder {
  color: #BEBEBE;
}

.events-page .searchform-wrapper form button {
  font-weight: normal;
  min-height: unset;
  min-width: unset;
  line-height: unset;
  padding: 0;
  font-size: 15px;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  width: 18px;
  color: #BEBEBE;
  position: absolute;
  left: 15px;
  height: 100%;
  background-color: transparent !important;
}

.events-page .searchform-wrapper form button i {
  line-height: 30px;
  top: 0;
}

.events-page .searchform-wrapper form button.loading i {
  display: none;
}

.events-page .searchform-wrapper form .flex-row {
  align-items: stretch;
}

@media screen and (max-width:549px) {
  .events-page .searchform-wrapper {
    display: none;
  }

}

.events-page .content .content-header {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width:549px) {
  .events-page .content .content-header {
    flex-direction: column;
  }

  .events-page .content .content-header .event-count {
    margin-bottom: 25px;
  }

}

.events-page .content .content-header .date {
  font-size: 16px !important;
  line-height: 18.4px !important;
  color: #BEBEBE;
}

.events-page .content .content-header .event-count {
  width: unset;
  font-size: 16px !important;
  visibility: hidden;
  line-height: 18.4px !important;
}

.events-page .content .dat-table {
  display: flex;
  font-size: 12px;
}

.events-page .content .dat-table .date {
  width: 8%;
  text-align: left;
}

.events-page .content .dat-table .logo-event {
  width: 17%;
  padding-left: 24px;
}

.events-page .content .dat-table .date-events {
  display: none;
}

.events-page .content .dat-table .detail {
  width: 45%;
  padding-left: 16px;
}

.events-page .content .dat-table .location {
  width: 15%;
}

.events-page .content .dat-table .location {
  width: 15%;
}

@media screen and (max-width:549px) {
  .events-page .content .dat-table .date, .events-page .content .dat-table .detail, .events-page .content .dat-table .location, .events-page .content .dat-table .type {
    display: none;
  }

  .events-page .content .dat-table .logo-event {
    width: 30%;
    padding-left: 0;
  }

  .events-page .content .dat-table .date-events {
    display: block !important;
    padding-left: 20px;
  }

}

@media screen and (min-width:550px) and (max-width:570px) {
  .events-page .content .dat-blogposts .box .box-image {
    padding-left: 0px !important;
  }

}

@media screen and (min-width:550px) {
  .events-page .content .dat-blogposts .post-item .box {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #BEBEBE;
  }

  .events-page .content .dat-blogposts .box {
    padding-left: 8%;
    display: flex;
  }

  .events-page .content .dat-blogposts .box .box-image {
    margin-left: 26px !important;
    margin: unset;
    width: 109px !important;
    display: flex;
    align-items: center;
  }

  .events-page .content .dat-blogposts .box .box-image .image-cover {
    padding-top: 0px !important;
    height: 62px;
    border-radius: 5px;
    display: flex;
    align-items: flex-start;
  }

  .events-page .content .dat-blogposts .box .box-image .image-cover img {
    position: unset;
    height: 100%;
    width: 100%;
    max-width: unset;
  }

  .events-page .content .dat-blogposts .box .box-text {
    width: 45% !important;
    position: unset;
  }

  .events-page .content .dat-blogposts .box .box-text .post-meta {
    position: absolute;
    left: 0;
    width: 8%;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
    line-height: 24px;
    color: #ff6224;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 24px;
    white-space: break-spaces;
  }

  .events-page .content .dat-blogposts .box .box-text .post-title {
    font-size: 20px;
    line-height: 23px;
  }

  .events-page .content .dat-blogposts .box .box-text .from_the_blog_excerpt {
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .events-page .content .dat-blogposts .box .box-text .location, .events-page .content .dat-blogposts .box .box-text .type {
    position: absolute;
    width: 15%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    line-height: 26px;
    white-space: break-spaces;
    text-align: center;
  }

  .events-page .content .dat-blogposts .box .box-text .location {
    right: 15%;
    font-weight: 700;
  }

  .events-page .content .dat-blogposts .box .box-text .type {
    right: 0;
  }

}

@media (min-width:570px) and (max-width:767px) {
  .events-page .content .dat-blogposts .box .box-image {
    width: 22% !important;
    padding-left: 0px;
  }

}

@media (min-width:768px) and (max-width:1023px) {
  .events-page .content .dat-blogposts .box .box-image {
    width: 30% !important;
  }

}

@media (min-width:570px) and (max-width:1023px) {
  .dat-table .logo-event {
    width: 30% !important;
  }

}

@media screen and (max-width:549px) {
  .events-page .content .dat-blogposts .post-item {
    padding-bottom: 0px;
    min-height: 67px;
  }

  .events-page .content .dat-blogposts .box {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #BEBEBE;
    display: flex;
    padding-bottom: 20px;
  }

  .events-page .content .dat-blogposts .box .box-image {
    width: 31% !important;
    max-width: 31%;
    flex-basis: 31%;
    flex-shrink: 0;
    object-fit: cover;/*    height: 72px;*/
    border-radius: 5px;
  }

  .events-page .content .dat-blogposts .box .box-image .image-cover {
    height: 100%;
  }

}

@media screen and (max-width:549px) {
  .events-page .content .dat-blogposts .box .box-image {
    margin-top: 0 !important;
    margin-bottom: 0px;
  }

}

@media screen and (max-width:549px) {
  .events-page .content .dat-blogposts .box .box-text {
    margin-left: 20px;
    max-width: 69%;
    flex-basis: 69%;
  }

}

@media screen and (max-width:549px) {
  .events-page .content .dat-blogposts .box .box-text {
    padding: 0;
    margin-left: 0px !important;
    padding-left: 20px !important;
  }

}

@media screen and (max-width:549px) {
  .events-page .content .dat-blogposts .box .box-text .location, .events-page .content .dat-blogposts .box .box-text .type {
    display: none;
  }

  .events-page .content .dat-blogposts .box .box-text .box-text-inner {
    display: flex;
    flex-direction: column;
  }

  .events-page .content .dat-blogposts .box .box-text .box-text-inner .post-meta {
    order: -1;
    color: #ff6224;
    font-size: 24px !important;
    font-weight: 700;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

}

@media screen and (max-width:849px) {
  .events-page .content .dat-blogposts .box .box-text .box-text-inner .post-meta {
    font-size: 20px;
  }

}

@media screen and (max-width:849px) {
  .events-page .content .dat-blogposts .box .box-text .box-text-inner .post-title {
    font-size: 12px;
    line-height: 12px;
  }

}

@media screen and (max-width:849px) {
  .events-page .content .dat-blogposts .box .box-text .box-text-inner .post-title {
    font-size: 16px;
    line-height: 18.4px;
    overflow: hidden;   /* height: 38px;*/
  }

}

@media screen and (max-width:849px) {
  .events-page .content .dat-blogposts .box .box-text .box-text-inner .from_the_blog_excerpt {
    display: none;
  }

}

.events-page .right-sidebar .ads .col-inner {
  background-color: #BEBEBE;
  height: 320px;
  padding-top: 14px;
}

@media screen and (max-width:549px) {
  .events-page .right-sidebar .ads {
    display: none;
  }

}

.events-page .right-sidebar .dat-blogposts .post-item {
  padding-bottom: 15px;
  min-height: 67px;
}

@media(max-width:849px) {
  .events-page .right-sidebar .dat-blogposts .post-item {
    padding-bottom: 30px !important;
  }

}

.events-page .right-sidebar .dat-blogposts .box {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #BEBEBE;
  display: flex;
}

.events-page .right-sidebar .dat-blogposts .box .box-image {
  width: 30% !important;
  flex-shrink: 0;
  border-radius: 5px;
}

.events-page .right-sidebar .dat-blogposts .box .box-image .image-cover {
  height: 100%;
}

@media screen and (max-width:549px) {
  .events-page .right-sidebar .dat-blogposts .box .box-image {
    margin-top: 0 !important;
  }

}

.events-page .right-sidebar .dat-blogposts .box .box-text {
  margin-left: 20px;
}

@media screen and (max-width:549px) {
  .events-page .right-sidebar .dat-blogposts .box .box-text {
    padding: 0;
    margin-left: 10px !important;
  }

}

.events-page .right-sidebar .dat-blogposts .box .box-text .location, .events-page .right-sidebar .dat-blogposts .box .box-text .type {
  display: none;
}

.events-page .right-sidebar .dat-blogposts .box .box-text .box-text-inner {
  display: flex;
  flex-direction: column;
}

.events-page .right-sidebar .dat-blogposts .box .box-text .box-text-inner .post-meta {
  order: -1;
  color: #ff6224;
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  word-break: break-word;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media screen and (max-width:549px) {
  .events-page .right-sidebar .dat-blogposts .box .box-text .box-text-inner .post-meta {
    font-size: 20px;
  }

}

.events-page .right-sidebar .dat-blogposts .box .box-text .box-text-inner .post-title {
  font-size: 12px;
  line-height: 12px;
}

@media screen and (max-width:549px) {
  .events-page .right-sidebar .dat-blogposts .box .box-text .box-text-inner .post-title {
    font-size: 16px;
    line-height: 18.4px;
  }

}

.events-page .right-sidebar .dat-blogposts .box .box-text .box-text-inner .from_the_blog_excerpt {
  display: none;
}

@media screen and (min-width:1024px) {
  .footer-wrapper > .row {
    max-width: 100vw;
  }

  .footer-wrapper > .row > .large-3 {
    position: fixed;
    top: 0;
    padding: 0;
    max-width: 180px !important;
    flex-basis: unset !important;
    border: none;
  }

  

}

@media (max-width:1900px) and (min-width:1024px) 
{
.footer-wrapper > .row > .large-9 {
    max-width: 100% !important;
    flex-basis: 100% !important;
    padding: 30px 50px;
    padding-bottom: 20px !important;
    margin-left: 180px;
    background-color: #262626;
  }

}
@media (min-width:1900px) 
{
.footer-wrapper > .row > .large-9 {
    max-width: 1900px!important;
    flex-basis: 1900px!important;
    margin: 0 auto;
    padding-left: 170px;
    padding-bottom: 0px !important;
    background-color: transparent;
    z-index: 99;
  }


.footer-wrapper > .row > .large-9 >  .col-inner
  {
    background-color: #262626;
    padding: 30px 50px;
  }
  
}


@media screen and (max-width:849px) {
  .footer {
    padding: 0;
  }

}

.footer .dat-form {
  margin-bottom: 30px;
}

.footer .ux-menu .menu-item a {
  min-height: unset;
  padding: 3px 0;
}

.footer .ux-menu .menu-item span {
  color: #BEBEBE;
  font-weight: normal;
  font-size: 12px;
}

.footer .ux-menu.horizontal {
  flex-direction: row;
  gap: 15px;
}

@media screen and (max-width:849px) {
  .footer .ux-menu.horizontal {
    margin-bottom: 30px;
  }

}

.footer .ux-menu.horizontal span {
  font-weight: bold;
  color: #fff;
}

.footer .copyright-text {
  padding: 30px 0 0;
  border-top: 1px solid #BEBEBE;
  margin: 0;
}

.absolute-footer {
  display: none;
}

.dat-convert {
  height: auto;
  display: flex;
  align-items: stretch;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  gap: 10px;
}

.dat-convert select, .dat-convert input {
  height: 100% !important;
  min-height: unset !important;
  font-weight: normal;
  width: unset;
  min-width: unset;
  line-height: unset;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit;
  background-color: #fff;
  border-radius: 5px;
}

.dat-convert select {
  padding: 0 25px 0 10px;
}

.dat-convert .from-group {
  height: 100%;
  width: 184px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  padding-left: 10px;
}

.dat-convert .from-group input {
  padding: 0;
}

.dat-convert .from-group select, .dat-convert .from-group input {
  background-color: transparent;
}

.dat-convert .image-frame {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}

.dat-convert .convert-btn {
  font-weight: normal;
  min-height: unset;
  min-width: unset;
  line-height: unset;
  padding: 0;
  font-size: 15px;
  border: none;
  outline: none !important;
  box-shadow: none !important;
  font-size: inherit;
  font-weight: inherit;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  border-radius: 5px;
  padding: 0 10px;
  color: #fff;
  background-color: var(--color-primary);
}

.blog-single {
  padding: 0;
}

.blog-single .comments-area {
  display: none;
}

.blog-single .entry-header {
  display: none;
}

.blog-single .entry-content {
  padding-top: 0;
  background-color: #181818;
}

.blog-single .entry-content .dat-post-breadcrumb {
  padding: 0 15px;
}

@media screen and (min-width:1024px) {
  .blog-single .entry-content > .row__header {
    margin-left: 180px !important;
  }

  .blog-single .entry-content > .row__header .dat-post-breadrcumb {
    padding: 0 50px !important;
  }

  .blog-single .entry-content .dat-post-breadcrumb {
    padding: 0 50px;
  }

  .blog-single .entry-content .dat-post-breadcrumb .col {
    padding-bottom: 10px;
  }

}

@media(min-width:1200px) and (max-width:1900px) {
  .blog-single .entry-content > .row__header {
    margin-left: 0px !important;
  }

}

@media(min-width:1440px) {
  .blog-single .entry-content > .row__content {
    margin: 0 !important;
    padding: 0 50px !important;
  }

}

@media(min-width:1200px) and (max-width:1440px) {
  .blog-single .entry-content > .row__content {
    margin: 0 !important;
    padding: 0 10px !important;
  }

}

.blog-single .entry-content .row__content .dat-post-title .post-category {
  font-size: 16px;
  line-height: 20px;
  color: var(--color-primary);
}

.blog-single .entry-content .row__content .dat-post-title .post-title {
  font-size: 32px;
  line-height: 36.8px;
  margin-bottom: 33px;
}

@media (max-width:1023px) {
  .blog-single .entry-content .row__content .dat-post-title .post-title {
    font-size: 28px;
  }

}

.blog-single .entry-content .row__content .dat-post-title .post-date {
  font-size: 10px;
  line-height: 11px;
  color: #BEBEBE;
  margin-bottom: 0;
}

@media screen and (max-width:767px) {
  .blog-single .entry-content .row__content .dat-post-title .post-title {
    font-size: 24px;
  }

  .blog-single .entry-content .row__content .dat-post-title .post-date {
    font-size: 12px;
  }

}
@media (max-width:1900px) and (min-width:768px) {
 .blog-single > .row-large {
    margin: 0;
    max-width: 100vw !important;
  }
}

@media (min-width:1900px) {
 .blog-single > .row-large {
    margin: 0 auto;
    max-width: 1900px !important;
  }
  .blog-single > .row-large > .large-3 {
  
    left: auto!important;
  }
}


@media screen and (min-width:768px) {
 

  .blog-single > .row-large > .large-3 {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    max-width: 180px !important;
    flex-basis: unset !important;
    border: none;
    z-index: 1;
  }

}

@media (min-width:768px) and (max-width:849px) {
  .blog-single > .row {
    flex-direction: row-reverse;
  }

}

@media (min-width:768px) and (max-width:1023px) {
  .blog-single > .row > .large-3 {
    max-width: 180px;
    flex-basis: 180px;
    display: none;
  }

  .blog-single > .row-large > .large-9 {
    padding: 0;
    max-width: 100% !important;
    flex-basis: 100%;
    margin-left: 0px;
  }

  .blog-single > .row > .large-9 {
    max-width: 100% !important;
    flex-basis: 100%;
    margin-left: 0px !important;
  }

}

@media screen and (max-width:1023px) {
  .blog-single > .row > .large-9 {
    padding-bottom: 0;
    max-width: 100%;
  }

}

.blog-single .right-sidebar {
  gap: 0;
}

.blog-single .right-sidebar > .col > .col-inner {
  background-color: transparent;
}

@media screen and (min-width:1200px) {
  .blog-single > .row-large > .large-9 {
    margin-left: 180px !important;
  }

}

@media screen and (max-width:849px) {
  .blog-single .right-sidebar > .col > .col-inner {
    padding: 0;
    padding-bottom: 0px !important;
  }

  .right-sidebar > .col > .col-inner {
    padding-bottom: 0px !important;
  }

}

.blog-single .right-sidebar .stack-title {
  padding-top: 0;
  border-bottom: unset;
}

.blog-single .right-sidebar .stack-title h3 {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.blog-single .right-sidebar .dat-tabs .nav .tab:last-child {
  order: -1;
  pointer-events: none;
}

.blog-single .right-sidebar .dat-tabs .nav .tab:last-child a {
  justify-content: left;
  color: #fff;
  padding-right: 5px;
  padding-left: 0px;
}

.blog-single .right-sidebar .dat-tabs .post-item .box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #BEBEBE;
}

.blog-single .right-sidebar .dat-blogposts.lastest .post-item {
  padding-bottom: 0;
}

.blog-single .right-sidebar .dat-blogposts.lastest .post-item + .post-item .box {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #BEBEBE;
}

.blog-single .right-sidebar .dat-blogposts.lastest .box .box-text {
  padding-top: 0;
  padding-bottom: 0;
}

.blog-single .right-sidebar .dat-blogposts.lastest .box .box-text-inner {
  display: flex;
  flex-direction: column;
}

.blog-single .right-sidebar .dat-blogposts.lastest .box .box-text-inner .post-title {
  margin: 0;
}

.blog-single .right-sidebar .dat-blogposts.lastest .box .box-text-inner .post-meta {
  order: -1;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 15px;
}

.blog-single .post-footer {
  padding-top: 55px;
}

.blog-single .post-footer .stack-tags {
  gap: 10px;
  flex-wrap: wrap;
}

@media screen and (max-width:549px) {
  .blog-single .post-footer .stack-tags {
    gap: 5px;
    justify-content: flex-start;
  }

}

.blog-single .post-footer .stack-tags p {
  border-radius: 5px;
  padding: 4px 13px 4px 13px;
  background-color: rgba(255, 98, 36, 0.1);
  color: var(--color-primary);
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
}

.blog-single .post-footer .stack-tags p:hover {
  color: #fff;
}

.blog-single .post-footer .related-posts > .col-inner {
  padding: 15px 38px;
  background-color: #222;
  border-radius: 5px;
}

@media screen and (max-width:549px) {
  .blog-single .post-footer .related-posts > .col-inner {
    padding: 15px 20px;
  }

}

.blog-single .post-footer .related-posts h3 {
  font-size: 16px;
  line-height: 20px;
  color: var(--color-primary);
  margin-bottom: 0;
}

.blog-single .post-footer .related-posts .post-item {
  padding-bottom: 0;
  padding-left: 19px;
  position: relative;
}

.blog-single .post-footer .related-posts .post-item::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.blog-single .post-footer .related-posts .post-item::before {
  height: 5px;
  width: 5px;
  background-color: #BEBEBE;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}

.blog-single .post-footer .related-posts .post-item:hover .post-title {
  color: var(--color-primary) !important;
}

.blog-single .post-footer .related-posts .box .box-image {
  display: none;
}

.blog-single .post-footer .related-posts .box .box-text {
  padding: 0;
}

.blog-single .post-footer .related-posts .box .box-text .post-title {
  font-size: 18px;
  font-weight: 400;
  color: #BEBEBE;
}

.blog-single .post-footer .other-posts > .col-inner {
  padding-top: 50px;
  margin-top: 20px;
  border-top: 1px solid #BEBEBE;
}

.blog-single .post-footer .other-posts h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}

.blog-single .post-footer .other-posts .dat-blogposts {
  margin-left: -7px;
  margin-right: -7px;
}

.blog-single .post-footer .other-posts .dat-blogposts .post-item {
  padding-left: 7px;
  padding-right: 7px;
}

.blog-single .post-footer .other-posts .dat-blogposts .post-item:hover .post-title {
  color: var(--color-primary) !important;
}

.blog-single .post-footer .other-posts .dat-blogposts .box-text {
  padding: 0;
}

.blog-single .post-footer .other-posts .dat-blogposts .box-text .post-title {
  margin-top: 10px;
  font-size: 14px;
  line-height: 21px;
}

@media screen and (max-width:549px) {
  .blog-single .post-footer .other-posts .dat-blogposts {
    margin-left: -5px;
    margin-right: -5px;
  }

  .blog-single .post-footer .other-posts .dat-blogposts .post-item {
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .blog-single .post-footer .other-posts .dat-blogposts .box-image {
    float: unset;
    transform: unset;
    margin: 0;
    max-width: 100%;
  }

}