/*
Theme Name: Cryptco
Theme URI: https://cryptco.themability.com
Author: Bitcoin
Author URI: https://cryptco.themability.com
Description: Bitcoin & Cryptocurrency Investment Platform Theme
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: cryptco
Domain Path: /languages/
Requires PHP: 7.0
Requires at least: 5.0
Tested up to: 5.5

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 *  Loader
 * -----------------------------------------------------------------------------
 */
 .tability-page-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fefefe;
  z-index: 100000
}

.tability-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  z-index: 100001
}

.tability-body {
  visibility: hidden
}

.tability-loader {
  text-indent: -12345px
}

.tability-body-loader {
  overflow: hidden
}

@keyframes spinner-one {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes -webkit-spinner-one {
  0% {
    -webkit-transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg)
  }
}

.tability-page-loader #loader {
  -webkit-animation: 2s linear 0s normal none infinite running spinner-one;
  -o-animation: 2s linear 0s normal none infinite running spinner-one;
  animation: 2s linear 0s normal none infinite running spinner-one;
  border-color: #86bc42 transparent transparent;
  border-image: none;
  border-radius: 50%;
  border-style: solid;
  border-width: 3px;
  display: block;
  height: 150px;
  left: 50%;
  right: auto;
  margin-left: -75px;
  margin-top: -75px;
  position: relative;
  top: 50%;
  width: 150px;
  z-index: 1001
}

.tability-page-loader #loader:before {
  -webkit-animation: 3s linear 0s normal none infinite running spinner-one;
  -o-animation: 3s linear 0s normal none infinite running spinner-one;
  animation: 3s linear 0s normal none infinite running spinner-one;
  border-color: #f65b47 transparent transparent;
  border-image: none;
  border-radius: 50%;
  border-style: solid;
  border-width: 3px;
  bottom: 5px;
  content: "";
  left: 5px;
  position: absolute;
  right: 5px;
  top: 5px
}

.tability-page-loader #loader:after {
  -webkit-animation: 1.5s linear 0s normal none infinite running spinner-one;
  -o-animation: 1.5s linear 0s normal none infinite running spinner-one;
  animation: 1.5s linear 0s normal none infinite running spinner-one;
  border-color: #f9c922 transparent transparent;
  border-image: none;
  border-radius: 50%;
  border-style: solid;
  border-width: 3px;
  bottom: 15px;
  content: "";
  left: 15px;
  position: absolute;
  right: 15px;
  top: 15px
}

.tability-page-loader .loader-section {
  background: #fefefe none repeat scroll 0 0;
  height: 100%;
  position: fixed;
  top: 0;
  transform: translateX(0);
  width: 51%;
  z-index: 1000
}

.tability-page-loader .loader-section.section-left {
  left: 0
}

.tability-page-loader .loader-section.section-right {
  right: 0
}

.tability-loader-two {
  position: relative;
  width: 80px;
  height: 80px;
  -webkit-animation: spinner 5s infinite linear;
  animation: spinner 5s infinite linear
}

.tability-loader-two span {
  width: 40px;
  height: 40px;
  position: absolute;
  background: red;
  display: block;
  -webkit-animation: spinner-two 800ms infinite linear;
  -o-animation: spinner-two 800ms infinite linear;
  animation: spinner-two 800ms infinite linear
}

.tability-loader-two span:nth-child(1) {
  background: #E5AD4B
}

.tability-loader-two span:nth-child(2) {
  left: 44px;
  right: auto;
  background: #c58311;
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

.tability-loader-two span:nth-child(3) {
  top: 44px;
  background: #b98224;
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

.tability-loader-two span:nth-child(4) {
  top: 44px;
  left: 44px;
  right: auto;
  background: #d59e41;
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

@-webkit-keyframes spinner-two {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(0.5)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes spinner-two {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(0.5)
  }

  100% {
    transform: scale(1)
  }
}

.tability-loader-three {
  position: relative
}

.tability-loader-three span {
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  background: #51cbe2;
  position: absolute;
  -webkit-animation: spinner-three 1.5s infinite ease-in-out;
  -o-animation: spinner-three 1.5s infinite ease-in-out;
  animation: spinner-three 1.5s infinite ease-in-out
}

.tability-loader-three span:nth-child(2) {
  left: 11px;
  right: auto;
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

.tability-loader-three span:nth-child(3) {
  left: 22px;
  right: auto;
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

.tability-loader-three span:nth-child(4) {
  left: 33px;
  right: auto;
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.tability-loader-three span:nth-child(5) {
  left: 44px;
  right: auto;
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}

@-webkit-keyframes spinner-three {
  0% {
    height: 5px;
    transform: translateY(0);
    background: #51cbe2
  }

  25% {
    height: 30px;
    transform: translateY(15px);
    background: #3498db
  }

  50% {
    height: 5px;
    transform: translateY(0);
    background: #51cbe2
  }

  100% {
    height: 5px;
    transform: translateY(0);
    background: #51cbe2
  }
}

@keyframes spinner-three {
  0% {
    height: 5px;
    transform: translateY(0);
    background: #51cbe2
  }

  25% {
    height: 30px;
    transform: translateY(15px);
    background: #3498db
  }

  50% {
    height: 5px;
    transform: translateY(0);
    background: #51cbe2
  }

  100% {
    height: 5px;
    transform: translateY(0);
    background: #51cbe2
  }
}

.tability-loader-four {
  width: 80px;
  height: 80px
}

.tability-loader-four .spinner-cube {
  width: 33%;
  height: 33%;
  background-color: #51cbe2;
  float: left;
  -webkit-animation: spinner-four 1.3s infinite ease-in-out;
  -o-animation: spinner-four 1.3s infinite ease-in-out;
  animation: spinner-four 1.3s infinite ease-in-out
}

.tability-loader-four .spinner-cube1 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

.tability-loader-four .spinner-cube2 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.tability-loader-four .spinner-cube3 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

.tability-loader-four .spinner-cube4 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

.tability-loader-four .spinner-cube5 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

.tability-loader-four .spinner-cube6 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.tability-loader-four .spinner-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

.tability-loader-four .spinner-cube8 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

.tability-loader-four .spinner-cube9 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

@-webkit-keyframes spinner-four {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1)
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1)
  }
}

@keyframes spinner-four {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1)
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1)
  }
}

.tability-loader-five {
  width: 80px;
  height: 80px;
  position: relative
}

.tability-loader-five .spinner-cube {
  border: 2px solid transparent;
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box
}

.tability-loader-five .spinner-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #51cbe2;
  -webkit-animation: spinner-five 2.4s infinite linear both;
  -o-animation: spinner-five 2.4s infinite linear both;
  animation: spinner-five 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%
}

.tability-loader-five .spinner-cube-2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg)
}

.tability-loader-five .spinner-cube-3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg)
}

.tability-loader-five .spinner-cube-4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg)
}

.tability-loader-five .spinner-cube-2:before {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.tability-loader-five .spinner-cube-3:before {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.tability-loader-five .spinner-cube-4:before {
  -webkit-animation-delay: .9s;
  animation-delay: .9s
}

@-webkit-keyframes spinner-five {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0
  }
}

@keyframes spinner-five {

  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0
  }

  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1
  }

  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0
  }
}

.tability-loader-six {
  width: 70px;
  height: 70px;
  position: relative
}

.tability-loader-six .spinner-cube-1 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #3498db;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: spinner-six 2s infinite ease-in-out;
  -o-animation: spinner-six 2s infinite ease-in-out;
  animation: spinner-six 2s infinite ease-in-out
}

.tability-loader-six .spinner-cube-2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #3498db;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: spinner-six 2s infinite ease-in-out;
  -o-animation: spinner-six 2s infinite ease-in-out;
  animation: spinner-six 2s infinite ease-in-out;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s
}

@-webkit-keyframes spinner-six {

  0%,
  100% {
    -webkit-transform: scale(0)
  }

  50% {
    -webkit-transform: scale(1)
  }
}

@keyframes spinner-six {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0)
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
}

.tability-page-loader.loader-img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0
}

.tability-page-loader.loader-img img {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media(max-width:767px) {
  .tability-page-loader.loader-img img {
    max-width: 150px
  }
}

.zoom-2 {
  overflow: hidden;
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px
}

.zoom-2 img {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center
}

.zoom-2:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2)
}

.filter-grayscale,
body .widget .widget_sp_image-image-link img {
  -webkit-transition: all .6s ease-out 0s;
  -o-transition: all .6s ease-out 0s;
  transition: all .6s ease-out 0s
}

.filter-grayscale:hover,
body .widget .widget_sp_image-image-link img:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%)
}

.filter-brightness {
  -webkit-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s
}

.filter-brightness:hover {
  filter: brightness(0.4);
  -webkit-filter: brightness(0.4);
  -moz-filter: brightness(0.4);
  -o-filter: brightness(0.4);
  -ms-filter: brightness(0.4)
}

.filter-blur {
  -webkit-transition: all .6s ease-out 0s;
  -o-transition: all .6s ease-out 0s;
  transition: all .6s ease-out 0s
}

.filter-blur:hover {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px)
}

.close .fa {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out
}

.close:hover .fa {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg)
}

.image-overlay-1:after,
.image-overlay-1:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  right: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.image-overlay-1:after {
  top: -100%
}

.image-overlay-1:before {
  bottom: -100%
}

.image-overlay-1:hover:after {
  top: -50%;
  opacity: 1;
  filter: alpha(opacity=100)
}

.image-overlay-1:hover:before {
  bottom: -50%;
  opacity: 1;
  filter: alpha(opacity=100)
}

.image-plus-1 {
  position: relative
}

.image-plus-1::before {
  overflow: hidden;
  position: absolute;
  top: 0;
  content: "";
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  right: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  background: url("../images/plus.png") no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.6)
}

.image-plus-1:hover::before {
  visibility: visible;
  opacity: .6;
  filter: alpha(opacity=60);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.image-plus-2 {
  position: relative
}

.image-plus-2::before {
  content: "";
  z-index: 199;
  top: 0;
  position: absolute;
  background: url("../images/plus.png") no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  right: auto;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-background-size: 10px 10px, 100% 100%;
  -moz-background-size: 10px 10px, 100% 100%;
  -ms-background-size: 10px 10px, 100% 100%;
  -o-background-size: 10px 10px, 100% 100%;
  background-size: 10px 10px, 100% 100%;
  -webkit-background-origin: padding-box, padding-box;
  -moz-background-origin: padding-box, padding-box;
  -ms-background-origin: padding-box, padding-box;
  -o-background-origin: padding-box, padding-box;
  background-origin: padding-box, padding-box
}

.image-plus-2:hover::before {
  opacity: .6;
  visibility: visible;
  -webkit-background-size: 60px 60px, 100% 100%;
  -moz-background-size: 60px 60px, 100% 100%;
  -ms-background-size: 60px 60px, 100% 100%;
  -o-background-size: 60px 60px, 100% 100%;
  background-size: 60px 60px, 100% 100%
}

.image-plus-3 {
  position: relative
}

.image-plus-3::before {
  content: "";
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  -webkit-transform: scale(0.5) rotateX(180deg);
  -moz-transform: scale(0.5) rotateX(180deg);
  -ms-transform: scale(0.5) rotateX(180deg);
  -o-transform: scale(0.5) rotateX(180deg);
  transform: scale(0.5) rotateX(180deg);
  width: 100%;
  height: 100%;
  left: 0;
  right: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  background: rgba(0, 0, 0, 0.8)
}

.image-plus-3:hover::before {
  visibility: visible;
  opacity: .6;
  filter: alpha(opacity=60);
  -webkit-transform: scale(1) rotateX(0);
  -moz-transform: scale(1) rotateX(0);
  -ms-transform: scale(1) rotateX(0);
  -o-transform: scale(1) rotateX(0);
  transform: scale(1) rotateX(0)
}

.icon-effect-1 {
  position: relative
}

.icon-effect-1:before {
  content: "";
  display: block;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1), background-color .2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1), background-color .2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1), background-color .2s cubic-bezier(0.19, 1, 0.22, 1);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent
}

.icon-effect-1:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1), background-color .2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1), background-color .2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1), background-color .2s cubic-bezier(0.19, 1, 0.22, 1)
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg)
  }
}

@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0)
  }

  to {
    -moz-transform: rotate(360deg)
  }
}

@keyframes spinAround {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.ajax-loader-wapper {
  top: 50%;
  position: absolute;
  left: 50%;
  right: auto;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 10
}

.ajax-loader {
  border: 1px solid #f3f3f3;
  border-radius: 50%;
  border-top: 1px solid #c00;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 1.75s linear infinite;
  animation: spin 1.75s linear infinite;
  position: relative;
  font-size: 0;
  display: inline-block
}

.content-load-more {
  position: relative
}

.ajax-loader-more {
  background: url("../images/load-more.gif") no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 150px;
  z-index: 999;
  background-position: center 100%;
  background-color: rgba(255, 255, 255, 0.4)
}

@keyframes spin {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

@keyframes tability-bottom-top {
  0% {
    transform: translateY(40px);
    opacity: 0;
    filter: alpha(opacity=0)
  }

  100% {
    transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=100)
  }
}

@-webkit-keyframes tability-bottom-top {
  0% {
    -webkit-transform: translateY(40px);
    opacity: 0;
    filter: alpha(opacity=0)
  }

  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=100)
  }
}

@-webkit-keyframes fadeOutLeftShort {
  from {
    -webkit-transform: none;
    transform: none
  }

  to {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }
}

@keyframes fadeOutLeftShort {
  from {
    -webkit-transform: none;
    transform: none
  }

  to {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }
}

@-webkit-keyframes fadeInLeftShort {
  from {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInLeftShort {
  from {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }

  to {
    -webkit-transform: none;
    transform: none
  }
}

@-webkit-keyframes circle-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes circle-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

/**
 * . Loader
 * -----------------------------------------------------------------------------
 */

body {
  font-family: var(--tb-text-primary-font);
  background: #fbfbfb;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
  text-decoration: none;
}

a:focus,
a:hover {
  color: var(--tb-theme-color);
  text-decoration: none;
}


.sticky {
  background: #FFFFFF;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: none;
}

.wp-caption {
  background: #fff;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  color: #333;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.gallery-caption,
.bypostauthor {
  font-style: italic;
  font-size: 12px;
  color: #757575;
}

/**
 *  Gallery
 * -----------------------------------------------------------------------------
 */
#tability-main-content .single-post .gallery {
  padding-top: 30px;
  margin-right: -25px;
}

.gallery .gallery-item a {
  margin: 0;
}

.gallery .gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: auto;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 14px);
  max-width: calc(50% - 14px);
  width: auto;
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 11px);
  max-width: calc(33.3% - 11px);
  width: auto;
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 9px);
  max-width: calc(25% - 9px);
  width: auto;
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 8px);
  max-width: calc(20% - 8px);
  width: auto;
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 7px);
  max-width: calc(16.7% - 7px);
  width: auto;
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 7px);
  max-width: calc(14.28% - 7px);
  width: auto;
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 6px);
  max-width: calc(12.5% - 6px);
  width: auto;
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 6px);
  max-width: calc(11.1% - 6px);
  width: auto;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery .gallery-caption {
  background-color: rgba(0, 0, 0, .7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 85%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.gallery .gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.gallery-columns-2 .gallery-item:nth-child(odd),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: both;
}

/* . default_theme */

/*--- Header ---*/
.home #tability-header {
  position: fixed;
  width: 100%;
  opacity: 1;
  z-index: 99;
  background: rgb(0 0 0 / 70%);
  padding: 10px 0;
}

#tability-header {
  background: #000;
  box-shadow: 0 10px 10px rgb(255 255 255 / 10%);
  position: relative;
  padding: 10px 0;
}

.header-logo {
  align-items: center;
  display: flex;
  color: #fff;
}

.logo img {
  max-width: 180px;
  width: 100%;
}

.header-default .menu-item a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}

.header-mainmenu .megamenu {
  display: block;
}

.header-mainmenu .megamenu .menu-item {
  display: inline-block;
  padding: 20px;
}

.header-mainmenu .navbar {
  justify-content: center;
}

.header-default .menu-item a:hover {
  color: var(--tb-theme-color);
}

.header-default .menu-item a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  width: 0%;
  border-bottom: 5px dotted var(--tb-theme-color);
  transition: .3s;
}

.header-default .menu-item a:hover:before {
  width: 100%;
  opacity: 1;
}

.header-contact {
  align-items: center;
  display: flex;
  justify-content: end;
}

.header-contact a {
  color: #fff;
  text-decoration: none;
}

.header-contact a:hover {
  color: var(--tb-theme-color);
}

.header-contact a>* {
  padding-right: 10px;
}

.header-default ul>li.menu-item.current-menu-item a {
  color: var(--tb-theme-color);
}

.header-default ul>li.menu-item.current-menu-item a:before {
  width: 100%;
  opacity: 1;
}

.text-right {
  color: #fff;
}

/*--- .Header ---*/

/* mobile menu */
.topbar-device-mobile {
  background: #000;
  padding: 10px 0;
}

.topbar-device-mobile .mobile-logo a img {
  width: 150px;
}

.topbar-device-mobile .header_text_right a {
  color: #fff;
}

.header-menu .header_nav_bar {
  background: var(--tb-theme-color);
  font-size: 20px;
  width: 40px;
  height: 40px;
}

#tability-mobile-menu-navbar ul>li.menu-item.current-menu-item a {
  color: var(--tb-theme-color);
}

/* .mobile menu */

/* Main Slider */
.main_slider {
  overflow: hidden;
}

.main_slider .elementor-widget {
  margin: 0 !important;
}

.slider_text_desc h2 {
  color: #fff;
  font-size: 2vw;
  font-weight: 500;
  margin: 20px 0 40px;
  line-height: initial !important;
}

.slider_text_desc h2 span.cd-words-wrapper {
  padding: 0;
  color: var(--tb-theme-color);
}

.slider_text_title h2 {
  font-size: 4vw;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.2 !important;
}

.slider_btn a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 2px solid var(--tb-theme-color);
  padding: 17px 30px;
  font-size: 16px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
}

.slider_btn a:hover {
  color: var(--tb-theme-color);
  background: #000;
}

.slider_btn a:hover span {
  color: var(--tb-theme-color);
}

.slider_btn a:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  transition: .5s;
  z-index: -1;
  border-radius: 7px;
  background: #000;
}

.slider_btn :hover:after {
  width: 100%;
  left: 0;
}

.coin-animation .coin {
  background: url('images/coin5.png');
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  width: 55px;
  height: 55px;
  transition: all 600ms;
  opacity: 1;
  bottom: -250px;
}

.coin-animation .coin-1 {
  animation: coinanimation 5s linear 0s infinite;
  background-size: 33px 33px;
  left: 20px;
}

.coin-animation .coin-2 {
  animation: coinanimationtwo 8s linear 0s infinite;
  background-size: 44px 44px;
  right: 0;
  left: 80%;
  margin: auto;
}

.coin-animation .coin-3 {
  animation: coinanimation 6s linear 0s infinite;
  background-size: 37px 37px;
  left: 30%;
}

.coin-animation .coin-4 {
  animation: coinanimationtwo 9s linear 0s infinite;
  background-size: 25px 25px;
  left: 45%;
}

.coin-animation .coin-5 {
  animation: coinanimationtwo 7s linear 0s infinite;
  background-size: 30px 30px;
  left: 65%;
}

.coin-animation .coin-6 {
  animation: coinanimationtwo 4s linear 0s infinite;
  background-size: 35px 35px;
  left: 20%;
}

.coin-animation .coin-7 {
  animation: coinanimation 4.2s linear 0s infinite;
  background-size: 45px 45px;
  left: 60%;
}

.coin-animation .coin-8 {
  animation: coinanimationtwo 5.5s linear 0s infinite;
  background-size: 42px 42px;
  left: 0px;
}

.coin-animation .coin-9 {
  animation: coinanimation 9s linear 0s infinite;
  background-size: 47px 47px;
  left: 50%;
}

.coin-animation .coin-10 {
  animation: coinanimationtwo 5s linear 0s infinite;
  background-size: 22px 22px;
  left: 84%;
}

.coin-animation .coin-11 {
  animation: coinanimationtwo 4.5s linear 0s infinite;
  background-size: 47px 47px;
  left: 37%;
}

.coin-animation .coin-12 {
  animation: coinanimation 6.5s linear 0s infinite;
  background-size: 17px 17px;
  left: 35%;
}

.coin-animation .coin-13 {
  animation: coinanimation 7.6s linear 0s infinite;
  background-size: 55px 55px;
  left: 25%;
}

/* .Main Slider */

/*--- Portfolio ---*/
.portfolio_heading {
  position: relative;
}

.portfolio_heading:before {
  content: "";
  height: 50px;
  width: 50px;
  z-index: -1;
  top: 10px;
  left: 0px;
  background: var(--tb-theme-color);
  position: absolute;
  border-radius: 0px 50px 50px 50px;

}

.portfolio_img img {
  -webkit-animation: rotationright 15s infinite linear;
}

.portfolio_img .elementor-widget-wrap.elementor-element-populated {
  -webkit-animation: rotationleft 15s infinite linear;
}

.portfolio_desc_inner {
  padding: 10px;
  background: #fff;
}

.portfolio_desc_inner .iconleft {
  max-width: 100px;
}

.portfolio_outer {
  width: fit-content !important;
}

.portfolio_desc_inner .icon {
  width: 80px;
  height: 80px;
  background: var(--tb-theme-color);
  color: #000;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 40px;
  padding: 10px;
  line-height: 60px;
}

.portfolio_desc_inner .crypto_portfolio_title h4 {
  font-size: 22px;
  font-weight: 600;
}

.portfolio_desc_inner .portfolio_paragraf_info p {
  color: #333;
  line-height: inherit;
}

.crypto_portfolio_title {
  margin-bottom: 10px !important;
}

.crypto_portfolio {
  overflow: hidden;
}

.portfolio_img img {
  width: 100%;
  max-width: 350px;
}

.portfolio_img div {
  max-width: 400px;
  margin: auto;
}

/*--- .Portfolio ---*/

/* --- We Provide --- */
.crypto_solution_block {
  padding: 0 10px;
}

.crypto_solution_block>div {
  background: #000000;
  color: var(--tb-theme-color);
  border-radius: 5px;
  padding: 40px 15px !important;
  text-align: center;
}

.crypto_solution_block .crypto_solution_desc h3 {
  font-size: 20px;
  color: var(--tb-theme-color) !important;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: initial;
}

.crypto_solution_block .icons {
  color: var(--tb-theme-color);
  font-size: 60px;
  line-height: 60px;
}

/* --- .We Provide --- */

/*--- Testimonial ---*/
.sp-testimonial-free {
  background: #fff;
  padding: 20px;
  box-shadow: 0px 1px 5px 0 rgb(0 0 0 / 10%);
}

.sp-testimonial-content p {
  color: #333;
}

.sp-testimonial-free-section .sp-testimonial-item {
  padding-right: 0 !important;
  margin: 0 10px;
}

.sp-testimonial-free-section .slick-list {
  margin: 0px !important;
  padding: 10px 0px;
}

.single-team-area:hover .img-responsive {
  opacity: 0.5;
}

/*--- .Testimonial ---*/

/*--- Page Title ---*/
.page_title h2 {
  font-size: 28px;
  font-weight: 600 !important;
}

.page_content h4 {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  padding-top: 10px;
}

/*--- .Page Title ---*/

/*--- Blog ---*/
.wppsac-post-carousel.design-1 .wppsac-carousel-slides {
  background: #fff;
  padding: 20px;
  box-shadow: 0px 3px 10px 0 rgb(0 0 0 / 5%);
  margin: 0 10px;
}

.post_content .slick-list {
  margin: -10px -10px;
  padding: 10px 0px;
}

.wppsac-post-content-position {
  text-align: center;
}

.home-blog .wppsac-post-content-position .wppsac-readmorebtn {
  border-radius: 5px;
  background: var(--tb-theme-color);
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 500;
  padding: 10px 20px !important;
  border: none !important;
  text-transform: uppercase;
}

.home-blog .wppsac-post-content-position .wppsac-readmorebtn:hover {
  background: #000 !important;
  color: #fff !important;
}

.wppsac-post-carousel.design-1 .wppsac-post-title a {
  font-weight: 700;
  color: #000;
}

.wppsac-post-content-position .wppsac-sub-content {
  font-size: 15px;
  color: #333;
  margin-bottom: 18px;
  margin-top: 13px;
}

/*--- .Blog ---*/

/*--- breadcrumb ---*/
.tability-breadcrumb {
  position: relative;
}

.breadcrumbs-image .breadscrumb-inner .breadcrumb li:last-child a {
  color: #fff;
}

.breadcrumbs-image .breadscrumb-inner .breadcrumb li+li:before {
  content: "";
  height: 2px;
  width: 24px;
  opacity: .3;
  filter: alpha(opacity=30);
  background: #fff;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px;
}

.breadcrumbs-image .breadscrumb-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.breadcrumbs-image .breadscrumb-inner .breadcrumb {
  padding: 0;
  margin: 0;
  justify-content: center
}

.breadcrumbs-image .breadscrumb-inner .breadcrumb li {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
}

.breadcrumbs-image .breadscrumb-inner .breadcrumb li a {
  color: #7b7b7b;
  font-size: 18px
}

.breadcrumbs-image .breadscrumb-inner h1 {
  color: #fff;
  margin: 0 0 16px;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  padding: 0;
  text-align: center;
  word-break: break-word;
  font-family: var(--tb-text-second-font);
  font-variant: lining-nums
}

.breadcrumbs-color .breadscrumb-inner,
.breadcrumbs-text .breadscrumb-inner {
  margin: 0;
  padding: 20px 0 12px
}

.breadcrumbs-color .breadscrumb-inner .breadcrumb,
.breadcrumbs-text .breadscrumb-inner .breadcrumb {
  color: #fff;
  font-weight: normal
}

#tability-breadcrumb-blog.breadcrumbs-color,
#tability-breadcrumb-blog.breadcrumbs-text {
  margin-bottom: 0
}

#tability-breadcrumb-blog.breadcrumbs-color~#tability-breadscrumb-title .page-title,
#tability-breadcrumb-blog.breadcrumbs-text~#tability-breadscrumb-title .page-title {
  font-size: 35px
}

.single-post #tability-breadcrumb-blog.breadcrumbs-color,
.single-post #tability-breadcrumb-blog .breadcrumbs-text {
  margin-bottom: 40px
}

/*--- .breadcrumb ---*/

/*--- All Blog ---*/
.comment-reply-title {
  margin: 0px 0 20px;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
}

.content-area .cryptco-tag-socials-box,
.content-area .single-post ul.entry-meta-list {
  display: none;
}

.entry-single .author-info {
  padding: 24px 24px 22px;
  line-height: 24px;
  display: none;
  background: #fbfbfb;
}

.entry-single .author-info img {
  margin: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.entry-single .author-info .avarta {
  padding-right: 24px;
  padding-left: 0
}

.entry-single .author-info .name {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0 0 8px
}

.entry-single .author-info .content p {
  line-height: 32px;
  margin: 0 0 14px;
  font-size: 16px
}

.form-submit #submit {
  color: #000;
  background: #e5ad4b;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  text-transform: uppercase;
  position: relative;
  border: none;
  padding: 8px 20px;
}

.form-submit #submit:hover {
  background: #000;
  color: #fff;
}

.entry-single .author-info .author-link {
  font-size: 14px;
  line-height: 21px;
  position: relative;
  color: var(--tb-theme-color)
}

.sidebar h2.widget-title,
.comment-reply-title {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
}

.sidebar .widget {
  box-shadow: 0px 2px 5px 0 rgb(0 0 0 / 5%);
  background: #fff;
  margin-bottom: 30px;
}

.widget_cryptco_recent_post ul {
  padding: 0;
}

.sidebar .widget>* {
  padding: 20px;
  margin: 0;
}

.search-form span.input-group-btn .btn {
  background: #e5ad4b;
}

.search-form span.input-group-btn .btn:hover {
  background: #000;
}

.search-form span.input-group-btn .btn:hover i:before {
  color: #fff;
}

.tagcloud a {
  padding: 5px 10px;
  background: #e5ad4b;
  margin: 0 5px 7px 0;
  display: inline-block;
  border: 2px solid #e5ad4b;
  border-radius: 5px;
  font-size: 16px !important;
}

.tagcloud a:hover {
  background: #fff;
  color: #000;
}

.sidebar .widget_categories li.cat-item {
  display: block;
}

.site-content.single-post {
  background: #fff;
  box-shadow: 0px 2px 5px 0 rgb(0 0 0 / 5%);
  padding: 20px;
}

p.comment-form-author.form-group.col-md-6,
p.comment-form-email.form-group.col-md-6 {
  width: 100%;
}

.tability-pagination>* {
  width: 30px;
  height: 30px;
  background: var(--tb-theme-color);
  color: #000;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  vertical-align: middle;
}

.tability-pagination>*:hover {
  background: #000;
  color: #fff;
}

.tability-pagination>*:hover i:before {
  color: #fff;
}

.single-post #main-container {
  margin-bottom: 50px;
}

.left-main .has-buy-now .group-button,
.main-right .has-buy-now .group-button {
  width: 100%
}

.left-main .singular-shop div.product .group-button,
.main-right .singular-shop div.product .group-button {
  display: block
}

.left-main .singular-shop>.product>div.yith-wfbt-section .yith-wfbt-form,
.main-right .singular-shop>.product>div.yith-wfbt-section .yith-wfbt-form {
  max-width: 100%
}

.main-right .tb-column-reverse {
  flex-direction: row-reverse
}

/* .widget_cryptco_recent_post ul {
  padding: 0;
} */

.layout-blog .type-post .entry-thumb {
  position: relative;
  margin-bottom: 20px;
}

.layout-blog .type-post .entry-content {
  text-align: center;
}

.layout-blog .type-post span.entry-date {
  position: absolute;
  top: 5px;
  left: 5px;
  background: #fff;
  padding: 5px;
}

.layout-blog .type-post {
  background: #fff;
  padding: 20px;
  box-shadow: 0px 3px 10px 0 rgb(0 0 0 / 5%);
}

.archive #main-content>.layout-blog {
  margin: 0;
  margin-bottom: 75px;
  padding: 0
}

.archive #main-content>.layout-blog .row[data-xlgdesktop="1"] .post-style-2 {
  margin-bottom: 0
}

.archive #main-content>.layout-blog .row[data-xlgdesktop="1"] .post-style-1.post .entry-category {
  padding-bottom: 16px
}

.archive #main-content>.layout-blog .row[data-xlgdesktop="1"] .post-style-1.post .entry-title {
  margin-bottom: 16px
}

.archive #main-content>.layout-blog .row[data-xlgdesktop="1"] .post-style-1.post .entry-meta-list {
  padding-bottom: 15px
}

.archive #main-content.col-xl-8 .row[data-xlgdesktop="1"]>div {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5)
}

.widget_cryptco_recent_post .item,
.tability-addon-blog.vertical .item,
.widget_cryptco_popular_post .item,
.widget_cryptco_posts .item {
  display: block !important
}

.widget_cryptco_recent_post .post .entry-title a,
.tability-addon-blog.vertical .post .entry-title a,
.widget_cryptco_popular_post .post .entry-title a,
.widget_cryptco_posts .post .entry-title a {
  font-size: 18px;
}

.widget_cryptco_recent_post .post .entry-title a:hover,
.widget_cryptco_recent_post .post .entry-title a:focus,
.tability-addon-blog.vertical .post .entry-title a:hover,
.tability-addon-blog.vertical .post .entry-title a:focus,
.widget_cryptco_popular_post .post .entry-title a:hover,
.widget_cryptco_popular_post .post .entry-title a:focus,
.widget_cryptco_posts .post .entry-title a:hover,
.widget_cryptco_posts .post .entry-title a:focus {
  color: var(--tb-theme-color)
}

.widget_cryptco_recent_post .post,
.tability-addon-blog.vertical .post,
.widget_cryptco_popular_post .post,
.widget_cryptco_posts .post {
  list-style: none;
  padding: 0 0 4px
}

.widget_cryptco_recent_post .post:last-child,
.tability-addon-blog.vertical .post:last-child,
.widget_cryptco_popular_post .post:last-child,
.widget_cryptco_posts .post:last-child {
  margin: 0
}

.widget_cryptco_recent_post .post>div,
.tability-addon-blog.vertical .post>div,
.widget_cryptco_popular_post .post>div,
.widget_cryptco_posts .post>div {
  display: table-cell;
  vertical-align: top
}

.widget_cryptco_recent_post .post .entry-thumb,
.tability-addon-blog.vertical .post .entry-thumb,
.widget_cryptco_popular_post .post .entry-thumb,
.widget_cryptco_posts .post .entry-thumb {
  border: 0
}

.widget_cryptco_recent_post .post .entry-thumb img,
.tability-addon-blog.vertical .post .entry-thumb img,
.widget_cryptco_popular_post .post .entry-thumb img,
.widget_cryptco_posts .post .entry-thumb img {
  max-width: 100px
}

.widget_cryptco_recent_post .post .entry-title,
.tability-addon-blog.vertical .post .entry-title,
.widget_cryptco_popular_post .post .entry-title,
.widget_cryptco_posts .post .entry-title {
  font-size: 18px;
  margin: 5px 0 0;
  line-height: 27px;
  margin-bottom: 0;
  font-weight: 700
}

.widget_cryptco_recent_post .post .entry-meta-list,
.tability-addon-blog.vertical .post .entry-meta-list,
.widget_cryptco_popular_post .post .entry-meta-list,
.widget_cryptco_posts .post .entry-meta-list {
  margin: 0;
  margin-top: 0
}

.widget_cryptco_recent_post .post .entry-meta-list i,
.tability-addon-blog.vertical .post .entry-meta-list i,
.widget_cryptco_popular_post .post .entry-meta-list i,
.widget_cryptco_posts .post .entry-meta-list i {
  font-size: 18px;
  margin-right: 7px;
  line-height: 1;
  display: inline-block
}

.widget_cryptco_recent_post .entry-thumb,
.tability-addon-blog.vertical .entry-thumb,
.widget_cryptco_popular_post .entry-thumb,
.widget_cryptco_posts .entry-thumb {
  padding-right: 17px;
  padding-left: 0
}

.widget_cryptco_posts .entry-title {
  font-size: 16px;
  line-height: 24px
}

.widget_cryptco_posts .entry-meta-list {
  margin-top: 5px !important
}

.widget_cryptco_posts .post .comments-link a {
  color: #000
}

.widget_cryptco_posts .post .comments-link a:hover {
  color: var(--tb-theme-color)
}

.tability-body-default .layout-blog .post.post-style-1 .entry-meta-list {
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 16px
}

.tability-body-default.archive #main-content>.layout-blog,
.tability-body-default .layout-blog .navigation {
  margin-bottom: 0
}

.tability-body-default .search-content .layout-blog {
  padding: 0
}

.tability-body-default .search-content .page-header {
  margin-top: 0;
  margin-bottom: 50px
}

.tability-body-default .relate-blog .entry-thumb {
  padding-top: 0;
  padding-bottom: 0
}

.tability-body-default .relate-blog.tability-addon-blog .tability-addon-title {
  margin-bottom: 10px
}

.tability-body-default .layout-blog .entry-thumb .post-type {
  display: none
}

body.tability-body-default .related-posts {
  padding: 40px 0;
  margin-top: 10px
}

body.tability-body-default #comments {
  clear: both
}

body.tability-body-default #comments .commentform {
  padding-bottom: 0
}

body.tability-body-default #comments .commentform .form-submit {
  margin-bottom: 0
}

body.tability-body-default.archive .layout-blog {
  padding: 0;
  padding-right: 45px
}

.layout-blog>.row.grid>div:last-child .post-style-2 {
  margin-bottom: 39px
}

.layout-blog>.row.grid .no-results.not-found {
  padding: 0 15px
}

.layout-blog .post.post-style-1 .no-thumb .entry-header {
  padding-top: 0
}

.layout-blog .navigation {
  margin-bottom: 33px;
  margin-top: 0
}

.layout-blog .navigation .tability-pagination {
  text-align: center;
  margin-top: 3px
}

.layout-blog .navigation .tability-pagination span:first-child,
.layout-blog .navigation .tability-pagination a:first-child {
  margin-left: 0
}

.layout-blog .navigation a.prev,
.layout-blog .navigation a.next {
  font-size: 14px
}

.layout-blog .entry-thumb {
  position: relative;
  margin-bottom: 0
}

.layout-blog .position-image-row .entry-thumb .post-type {
  left: 35px
}

.layout-blog .post .entry-meta-list {
  margin-bottom: 10px;
  padding: 0;
}

.layout-blog .post .entry-meta-list li {
  display: block;
}

.layout-blog .post-style-2 .entry-description {
  font-size: 16px;
  line-height: 32px
}

.layout-blog .post-style-2 .type-post .entry-content {
  text-align: left;
  padding: 0;
}

.layout-blog .post-style-2 .type-post .entry-thumb {
  padding: 0 15px 0 0;
}

.layout-blog .post-style-2.post .entry-meta-list {
  margin-top: 0;
  margin-bottom: 0;
}

.layout-blog .post-style-2.post .entry-meta-list>li>a {
  font-size: 12px;
  line-height: 18px;
  color: #7b7b7b
}

.layout-blog .post-style-2.post .entry-meta-list>li>a:hover,
.layout-blog .post-style-2.post .entry-meta-list>li>a:focus {
  color: var(--tb-theme-color)
}

.layout-blog .post-style-2.post .entry-meta-list>li.comments-link>a {
  color: #000
}

.layout-blog .post-style-2.post .entry-meta-list>li.comments-link>a:hover,
.layout-blog .post-style-2.post .entry-meta-list>li.comments-link>a:focus {
  color: var(--tb-theme-color)
}

.layout-blog .post-style-2.post .entry-category {
  line-height: 18px;
  padding-bottom: 17px;
  font-size: 12px
}

.layout-blog .post-style-2.post .entry-category a {
  font-size: 12px;
  line-height: 18px
}

.layout-blog .post-style-2.post .entry-title {
  max-width: 100%;
  margin-bottom: 15px
}

.layout-blog .post-style-2 .entry-content {
  border-bottom: 0;
  padding-top: 24px
}

.layout-blog .post-style-2 .entry-content.no-thumb {
  padding-bottom: 0
}

.layout-blog .post-style-2 .entry-content.no-thumb .entry-header {
  padding-bottom: 0
}

.layout-blog .post-style-2>article .more {
  margin-bottom: 0
}

.tability-addon-blog.relate-blog .tability-addon-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 39px;
  font-family: var(--tb-text-second-font);
  color: #000;
  text-transform: capitalize
}

.tability-addon-blog.relate-blog .entry-meta-list {
  margin-bottom: 0;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--tb-border-color)
}

.tability-addon-blog.relate-blog .entry-meta-list>li+li:before {
  display: none
}

.tability-addon-blog.relate-blog .entry-meta-list>li {
  margin-right: 12px
}

.tability-addon-blog.relate-blog .entry-meta-list>li+li {
  padding-left: 12px
}

.tability-addon-blog.relate-blog .entry-title {
  margin: 9px 0 7px;
  color: #000
}

.tability-addon-blog.relate-blog .entry-title a {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700
}

.tability-addon-blog.relate-blog .entry-title:hover a,
.tability-addon-blog.relate-blog .entry-title:focus a {
  color: var(--tb-theme-color)
}

.tability-addon-blog.relate-blog .entry-thumb {
  margin-bottom: 23px
}

.tability-addon-blog.relate-blog .entry-content {
  padding: 0
}

.tability-addon-blog.relate-blog .entry-header {
  padding-top: 0;
  width: 100%
}

.tability-addon-blog.relate-blog .owl-carousel>.slick-arrow,
.tability-addon-blog.relate-blog .slider>.slick-arrow {
  right: -70px
}

.tability-addon-blog.relate-blog .owl-carousel>.slick-arrow.slick-prev,
.tability-addon-blog.relate-blog .slider>.slick-arrow.slick-prev {
  left: -70px
}

.search-content .layout-blog {
  padding: 15px 0
}

.owl-carousel.slider-blog .slick-arrow,
.slider.slider-blog .slick-arrow {
  margin: 0;
  right: 45px;
  left: auto
}

.owl-carousel.slider-blog .slick-arrow.slick-prev,
.slider.slider-blog .slick-arrow.slick-prev {
  left: 45px;
  right: auto
}

.slider-blog.slick-slider {
  margin: 0
}

.slider-blog.slick-slider .slick-slide {
  margin: 0
}

.widget_cryptco_recent_post>.post-widget {
  padding-bottom: 2px
}

.widget_cryptco_recent_post>.post-widget>ul>li {
  padding: 1px 0 16px;
  border-bottom: 1px dashed #ddd;
}

.widget_cryptco_recent_post .post>div.entry-content {
  vertical-align: middle;
}

.widget_cryptco_recent_post>.post-widget>ul>li:last-child {
  border-bottom: 1px dashed var(--tb-border-color)
}

.widget_cryptco_recent_post>.post-widget>ul>li .entry-date {
  display: block;
}

.widget_cryptco_recent_post ul.entry-meta-list {
  padding: 0;
}

.sidebar ul.entry-meta-list li.entry-date a {
  font-size: 14px !important;
}

.widget_cryptco_recent_post>.post-widget>ul>li+li {
  padding-top: 16px;
  padding-bottom: 16px
}

.widget_cryptco_recent_post>.post-widget>ul>li .entry-meta-list>li>a {
  font-size: 12px;
  line-height: 22px;
  color: #000
}

.widget_cryptco_recent_post>.post-widget>ul>li .entry-meta-list>li>a:hover,
.widget_cryptco_recent_post>.post-widget>ul>li .entry-meta-list>li>a:focus {
  color: var(--tb-theme-color)
}

.widget_cryptco_recent_post>.post-widget>ul>li:last-child {
  padding-bottom: 13px
}

.widget_cryptco_recent_post>.post-widget .entry-meta-list>li.entry-date i:before {
  line-height: 1;
  color: #888 !important
}

.tability-body-default .post .entry-category a {
  line-height: 24px
}

.tability-body-default #tability-main-content .single-post .gallery {
  padding-top: 10px;
  margin-bottom: 30px;
  margin-right: 0
}

.tability-body-default .site-content.single-post,
.tability-body-default.single-product .singular-shop.content {
  padding-top: 40px
}

.tability-body-default .page-header .entry-title {
  padding: 40px 0 10px
}

.tability-body-default .single-post #comments {
  border-top: 0
}

.tability-body-default .post .post-type {
  display: none
}

.tability-body-default .entry-single .entry-content.post-excerpt dl.wp-caption+p {
  display: none !important
}

.tability-body-default .post-style-1.post .entry-header {
  padding-top: 0
}

.tability-body-default .post-password-form input[type="submit"] {
  height: 48px
}

.single-post .gallery::after {
  display: block;
  clear: both;
  content: ""
}

body.tability-body-default.attachment .single-post .post-excerpt {
  padding-top: 0
}

.post-navigation .nav-links>*>div>div {
  max-width: 100%
}

.elementor-widget-tability-posts-grid .row.grid {
  margin-left: -18px;
  margin-right: -18px
}

.elementor-widget-tability-posts-grid .row.grid>.item {
  padding-left: 18px;
  padding-right: 18px
}

.elementor-widget-tability-posts-grid .owl-carousel {
  margin-left: -18px;
  margin-right: -18px
}

.elementor-widget-tability-posts-grid .owl-carousel .item {
  margin-left: 18px;
  margin-right: 18px
}

.post .entry-thumb .entry-image {
  display: block
}

.post .entry-header .readmore {
  font-size: 16px;
  display: inline-block;
  color: #000;
  background: #e5ad4b;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 9px 56px 9px 20px;
  text-transform: uppercase;
  position: relative;
}

.post .entry-header .readmore:after {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "tb-icon"
}

.post .entry-header .readmore:hover {
  background: #000;
  color: #fff;
}

.post .entry-header .readmore::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 24px;
  left: auto;
  font-size: 14px
}

.post .entry-header>.entry-author {
  padding-top: 5px
}

.post .post-type {
  position: absolute;
  top: 24px;
  left: 24px;
  right: auto;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0;
  line-height: 40px;
  color: #fff;
  background-color: var(--tb-theme-color)
}

.post .post-type i {
  font-size: 20px;
  color: inherit
}

.post .entry-meta-list>li>a {
  font-size: 14px;
  padding: 0;
  line-height: 21px;
  position: relative;
  color: #555
}

.post .entry-meta-list>li>a:hover {
  color: var(--tb-theme-color)
}

.post .entry-meta-list>li.entry-author>a {
  text-transform: capitalize;
  color: #555;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle
}

.post .entry-meta-list>li.entry-author>a:hover {
  color: var(--tb-theme-color)
}

.post.sticky .entry-header {
  margin: 0 !important;
  padding: 20px
}

.post.sticky .entry-title {
  display: block;
  margin-top: 0
}

.post.sticky .entry-category {
  margin-top: 0
}

.post.sticky .entry-category::before {
  display: none
}

.post .entry-category {
  margin-top: 0;
  line-height: 18px;
  list-style: none;
  font-size: 14px
}

.post .entry-category a {
  font-size: 14px;
  line-height: 21px
}

.post .entry-title {
  margin: 0 0 10px 0;
  word-wrap: break-word;
  line-height: 18px
}

.post .entry-title a {
  font-size: 22px;
  font-weight: 700;
}

.post .entry-description {
  font-size: 15px;
  margin-bottom: 18px;
  margin-top: 13px;
  color: #333;
}

.post .entry-title a:hover,
.post .entry-title a:focus {
  color: var(--tb-theme-color)
}

.entry-title .comments-link {
  margin-left: 5px
}

.post-grid {
  margin-bottom: 40px
}

.post-grid .post .entry-header {
  margin-top: 17px
}

.post-grid .entry-title {
  margin: 0;
  line-height: 28px
}

.post-grid .entry-meta-list {
  margin-bottom: 5px
}

.post-grid .entry-meta-list .comments-link a span {
  display: none
}

.post-large {
  display: block
}

.post-large img {
  width: 100%
}

.post-area .sticky {
  margin-top: 20px;
  padding: 20px;
  border: 2px solid var(--tb-theme-color)
}

.post-area .post-link {
  font-size: 18px;
  display: block;
  padding: 17px 27px;
  min-height: 60px;
  color: #fff;
  float: left;
  width: 100%;
  height: auto;
  background: #222
}

.post-area .entry-meta {
  margin: 8px 0 12px 0;
  font-size: 12px;
  font-weight: 300
}

.post-area .entry-meta,
.post-area .entry-meta a {
  color: var(--tb-theme-color)
}

.post-area .entry-content .ratings .meta {
  color: inherit;
  font-size: inherit
}

.post-area .entry-content .ratings .rating a {
  text-indent: -999em
}

.post-area .author-info {
  margin-bottom: 30px
}

.post-area .author-info .author-about-container .avatar-img img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: auto
}

.post-area .author-info .author-title {
  font-size: 14px;
  font-weight: 500
}

.post-style-1 {
  margin-bottom: 24px;
  width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.post-style-1.post .entry-category a {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  color: #555
}

.post-style-1.post .entry-category a:hover,
.post-style-1.post .entry-category a:focus {
  color: var(--tb-theme-color)
}

.post-style-1.post .entry-category {
  justify-content: flex-start;
  padding-bottom: 9px
}

.post-style-1.post .entry-title {
  margin-bottom: 8px
}

.post-style-1 .post.sticky .entry-header,
.post-style-1 .post.sticky .no-thumb .entry-header {
  padding: 20px 20px 25px;
  border: 10px solid var(--tb-theme-color);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px
}

.post-style-1 .post.sticky .entry-meta-list>li>a::before {
  background: #fff
}

.post-style-1 .post.sticky .readmore::before {
  background: #fff
}

.post-style-1 .post.sticky .readmore:hover::before,
.post-style-1 .post.sticky .readmore:focus::before {
  color: #fff
}

.post-style-1 .post.sticky .entry-title>a:before {
  content: "\e076";
  font-family: simple-line-icons;
  padding-right: 5px;
  padding-left: 0;
  font-size: 24px
}

article.post-style-2 {
  position: relative;
  border: 0;
  margin-bottom: 36px
}

article.post-style-2:after {
  content: '';
  background: var(--tb-border-color);
  height: 1px;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -1px
}

article.post-style-2,
.post-style-2>article {
  display: flex;
  flex-direction: row;
  align-items: flex-start
}

article.post-style-2>figure,
article.post-style-2>div,
.post-style-2>article>figure,
.post-style-2>article>div {
  padding-left: 18px;
  padding-right: 18px
}

.post-style-2 {
  padding-bottom: 30px
}

.post-style-2 .entry-thumb {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: flex;
  align-items: center
}

.post-style-2 .entry-header,
.post-style-2 .entry-content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  display: flex;
  padding-bottom: 20px
}

.post-style-2.post .entry-category {
  margin-top: 0;
  margin-bottom: 0
}

.post-style-2.post .entry-title {
  margin-bottom: 20px
}

.post-style-2.post .entry-meta-list {
  margin-bottom: 9px
}

.post-style-2 .entry-thumb>.entry-date {
  left: 18px;
  right: auto
}

.post .gallery .gallery-item figcaption {
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 9;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px
}

.post .gallery .gallery-item:hover figcaption {
  opacity: 1;
  filter: alpha(opacity=100)
}

aside.sidebar,
.site-main.layout-blog,
.site-content.single-post {
  margin-top: 50px
}

.format-gallery .entry-single .slick-track {
  display: flex
}

.post .entry-single .entry-meta-list>li.entry-author>a {
  color: #555
}

.post .entry-single .entry-meta-list>li.entry-author>a:hover,
.post .entry-single .entry-meta-list>li.entry-author>a:focus {
  color: var(--tb-theme-color)
}

.entry-single .post .entry-meta-list>li.entry-author>a {
  color: #555
}

.entry-single .post .entry-category a {
  font-size: 12px;
  line-height: 18px
}

.entry-single .tability-post-share>span,
.entry-single .tability-post-share>div {
  display: inline-block;
  vertical-align: middle
}

.entry-single .tability-post-share>span {
  margin-right: 9px;
  color: #7b7b7b;
  font-size: 14px;
  margin-top: 2px
}

.entry-single .author-info .all-post {
  display: flex
}

.entry-single .author-info .all-post i {
  display: inline-block;
  font-size: 20px
}

.entry-single .cryptco-tag-socials-box>.tability-post-share {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: flex
}

.post-password-form input[type="submit"] {
  line-height: 40px
}

.post-navigation {
  margin: 30px 0;
  /* padding: 20px 0; */
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.post-navigation .screen-reader-text {
  display: none
}

.post-navigation img {
  max-width: 79px;
  margin-right: 20px;
  margin-left: 0
}

.post-navigation .media {
  align-items: center
}

.post-navigation .nav-links {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px
}

.post-navigation .nav-links>a {
  width: calc(50% - 30px);
  float: left;
  line-height: 24px;
  padding: 20px 32px;
  margin: 0 15px;
  position: relative
}

.post-navigation .nav-links>a:only-child {
  width: 100%
}

.post-navigation .nav-links>a:hover[rel="prev"]::before,
.post-navigation .nav-links>a:hover[rel="next"]::after {
  color: var(--tb-theme-color)
}

.post-navigation .nav-links>a[rel="prev"]::before,
.post-navigation .nav-links>a[rel="next"]::after {
  font-size: 18px;
  color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: auto
}

.post-navigation .nav-links>a[rel="prev"]:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "tb-icon"
}

.post-navigation .nav-links>a[rel="prev"]:before {
  margin-right: 6px;
  margin-left: 0
}

.post-navigation .nav-links>a[rel="next"]:after {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "tb-icon"
}

.post-navigation .nav-links>a[rel="next"]:after {
  margin-left: 6px;
  margin-right: 0;
  right: 0;
  left: auto
}

.post-navigation .nav-links>a .meta-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  color: #7b7b7b;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding-bottom: 10px;
}

.post-navigation .nav-links>a .meta-nav:before,
.post-navigation .nav-links>a .meta-nav:after {
  display: inline-block;
  font-size: 24px
}

.post-navigation .nav-links>a .meta-nav:hover,
.post-navigation .nav-links>a .meta-nav:focus {
  color: var(--tb-theme-color)
}

.post-navigation .nav-links>a .meta-nav:hover.nav-previous:before,
.post-navigation .nav-links>a .meta-nav:hover.nav-next:after,
.post-navigation .nav-links>a .meta-nav:focus.nav-previous:before,
.post-navigation .nav-links>a .meta-nav:focus.nav-next:after {
  color: var(--tb-theme-color)
}

.post-navigation .post-title {
  font-weight: 600;
  word-break: break-word;
  font-size: 18px;
  color: #000;
}

.post-navigation .post-title:hover,
.post-navigation .post-title:focus {
  color: var(--tb-theme-color)
}

.related-posts {
  padding: 51px 0 0
}

.related-posts+#comments {
  padding-top: 81px
}

.single-post .tability-breadcrumb+#main-container .sidebar {
  padding-top: 0
}

.single-post .entry-single .entry-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}

.single-post #main-content:not(.single-full) .entry-category>span {
  display: none
}

.single-post .sidebar {
  margin-top: 50px
}

.single-post .entry-header h1.entry-title {
  color: #333;
  font-size: 36px;
  line-height: 42px;
  margin: 0 0 16px;
  letter-spacing: -0.4px
}

.archive #main-content.col-xl-8 .row[data-xlgdesktop="1"]>div {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5)
}

.sidebar.bottom-archive-content {
  margin-top: 80px
}

.sidebar.bottom-archive-content>aside {
  padding: 0;
  border: 0
}

.footer_default .row>.widget ul.wp-block-archives>li {
  padding: 6px 25px
}

.widget_block .wp-block-archives>li>a {
  position: relative
}

.widget_block .wp-block-archives>li>a::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #555;
  position: absolute;
  left: -25px;
  right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

.widget_block .wp-block-archives>li>a:hover,
.widget_block .wp-block-archives>li>a:focus {
  color: var(--tb-theme-color)
}

.widget_block .wp-block-archives>li>a:hover:before,
.widget_block .wp-block-archives>li>a:focus:before {
  background: var(--tb-theme-color)
}

.widget_block .wp-block-archives>li>a[aria-current="page"]::before {
  background: var(--tb-theme-color)
}

.tability-body-default .wp-block-archives-dropdown {
  margin-bottom: 15px
}

.tability-body-default .widget_block .wp-block-categories>li+li,
.tability-body-default .widget_block .wp-block-archives>li+li {
  border-top: 0
}

.tability-body-default .wp-block-categories,
.tability-body-default .wp-block-archives {
  padding: 0;
  padding-left: 16px
}

.tability-body-default .wp-block-categories>li,
.tability-body-default .wp-block-archives>li {
  color: #555
}

.tability-body-default .wp-block-categories>li:hover::marker,
.tability-body-default .wp-block-categories>li:focus::marker,
.tability-body-default .wp-block-archives>li:hover::marker,
.tability-body-default .wp-block-archives>li:focus::marker {
  color: var(--tb-theme-color)
}

.tability-body-default .wp-block-categories>li a,
.tability-body-default .wp-block-archives>li a {
  color: #555
}

.tability-body-default .wp-block-categories>li a:hover,
.tability-body-default .wp-block-categories>li a:focus,
.tability-body-default .wp-block-archives>li a:hover,
.tability-body-default .wp-block-archives>li a:focus {
  color: var(--tb-theme-color)
}

.tability-body-default .wp-block-categories>li>.children,
.tability-body-default .wp-block-archives>li>.children {
  padding-top: 5px;
  padding-left: 16px;
  padding-right: 0
}

.tability-body-default .wp-block-categories>li>.children li,
.tability-body-default .wp-block-archives>li>.children li {
  list-style-type: none
}

.tability-body-default .archive-shop,
.tability-body-default.single-product .singular-shop.content {
  padding-top: 0;
  padding-bottom: 0
}

#sidebar-top-archive>.widget {
  padding: 30px
}

#sidebar-top-archive>.widget+.widget {
  padding-top: 0
}

#sidebar-top-archive>.widget:only-child {
  padding-bottom: 0
}

.archive-shop {
  padding-bottom: 80px;
  padding-top: 0
}

.archive-shop .page-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  color: #333;
  line-height: 30px;
  padding-bottom: 20px
}

.archive-shop .term-description {
  margin: 0 0 15px
}


.archive-shop .tability-pagination>ul>li>span,
.archive-shop .tability-pagination>ul>li>a {
  margin: 0
}

.archive-shop .tability-pagination>ul>li>a:hover>i,
.archive-shop .tability-pagination>ul>li>a:focus>i {
  color: #fff
}

.archive-shop .tability-pagination>ul>li>a>i {
  color: #7b7b7b
}

/* Search Result */
.search-results .layout-blog .type-post .entry-content {
  text-align: left;
}

.search-results .layout-blog .type-post .entry-thumb img {
  max-width: 500px;
}

.search-results article {
  background: #fff;
  padding: 20px;
  box-shadow: 0px 3px 10px 0 rgb(0 0 0 / 5%);
}

/* related post */
.relate-blog .post {
  padding: 0 10px;
}

.relate-blog .slick-arrow {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: auto;
  right: -75px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all .4s, opacity 1s;
  -o-transition: all .4s, opacity 1s;
  transition: all .4s, opacity 1s;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  text-align: center;
  background: #e5ad4b;
  color: #fff;
  border-color: #e5ad4b;
  border: none;
}

.relate-blog button.slick-next.slick-arrow {
  right: -20px !important;
}

.relate-blog button.slick-prev.slick-arrow {
  left: -20px !important;
  right: auto !important;
}

.relate-blog .slick-arrow:hover {
  background: #ddd;
}

/* .Search Result */
@media(min-width:1600px) {

  .row.grid[data-xlgdesktop="1"]>div,
  .display-products.products-grid .row[data-xlgdesktop="1"]>div {
    -webkit-box-flex: 100%;
    -moz-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%
  }

  .row.grid[data-xlgdesktop="2"]>div,
  .display-products.products-grid .row[data-xlgdesktop="2"]>div {
    -webkit-box-flex: 50%;
    -moz-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%
  }

  .row.grid[data-xlgdesktop="3"]>div,
  .display-products.products-grid .row[data-xlgdesktop="3"]>div {
    -webkit-box-flex: 33.33333%;
    -moz-box-flex: 33.33333%;
    -webkit-flex: 33.33333%;
    -ms-flex: 33.33333%;
    flex: 33.33333%;
    max-width: 33.33333%
  }

  .row.grid[data-xlgdesktop="4"]>div,
  .display-products.products-grid .row[data-xlgdesktop="4"]>div {
    -webkit-box-flex: 25%;
    -moz-box-flex: 25%;
    -webkit-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%
  }

  .row.grid[data-xlgdesktop="5"]>div,
  .display-products.products-grid .row[data-xlgdesktop="5"]>div {
    -webkit-box-flex: 20%;
    -moz-box-flex: 20%;
    -webkit-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%
  }

  .row.grid[data-xlgdesktop="6"]>div,
  .display-products.products-grid .row[data-xlgdesktop="6"]>div {
    -webkit-box-flex: 16.66667%;
    -moz-box-flex: 16.66667%;
    -webkit-flex: 16.66667%;
    -ms-flex: 16.66667%;
    flex: 16.66667%;
    max-width: 16.66667%
  }

  .row.grid[data-xlgdesktop="7"]>div,
  .display-products.products-grid .row[data-xlgdesktop="7"]>div {
    -webkit-box-flex: 14.28571%;
    -moz-box-flex: 14.28571%;
    -webkit-flex: 14.28571%;
    -ms-flex: 14.28571%;
    flex: 14.28571%;
    max-width: 14.28571%
  }

  .row.grid[data-xlgdesktop="8"]>div,
  .display-products.products-grid .row[data-xlgdesktop="8"]>div {
    -webkit-box-flex: 12.5%;
    -moz-box-flex: 12.5%;
    -webkit-flex: 12.5%;
    -ms-flex: 12.5%;
    flex: 12.5%;
    max-width: 12.5%
  }

  .row.grid[data-xlgdesktop="9"]>div,
  .display-products.products-grid .row[data-xlgdesktop="9"]>div {
    -webkit-box-flex: 11.11111%;
    -moz-box-flex: 11.11111%;
    -webkit-flex: 11.11111%;
    -ms-flex: 11.11111%;
    flex: 11.11111%;
    max-width: 11.11111%
  }

  .row.grid[data-xlgdesktop="10"]>div,
  .display-products.products-grid .row[data-xlgdesktop="10"]>div {
    -webkit-box-flex: 10%;
    -moz-box-flex: 10%;
    -webkit-flex: 10%;
    -ms-flex: 10%;
    flex: 10%;
    max-width: 10%
  }

  .row.grid[data-xlgdesktop="11"]>div,
  .display-products.products-grid .row[data-xlgdesktop="11"]>div {
    -webkit-box-flex: 9.09091%;
    -moz-box-flex: 9.09091%;
    -webkit-flex: 9.09091%;
    -ms-flex: 9.09091%;
    flex: 9.09091%;
    max-width: 9.09091%
  }

  .row.grid[data-xlgdesktop="12"]>div,
  .display-products.products-grid .row[data-xlgdesktop="12"]>div {
    -webkit-box-flex: 8.33333%;
    -moz-box-flex: 8.33333%;
    -webkit-flex: 8.33333%;
    -ms-flex: 8.33333%;
    flex: 8.33333%;
    max-width: 8.33333%
  }
}

@media(max-width:1599.98px) and (min-width:1200px) {

  .row.grid[data-desktop="1"]>div,
  .display-products.products-grid .row[data-desktop="1"]>div {
    -webkit-box-flex: 100%;
    -moz-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%
  }

  .row.grid[data-desktop="2"]>div,
  .display-products.products-grid .row[data-desktop="2"]>div {
    -webkit-box-flex: 50%;
    -moz-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%
  }

  .row.grid[data-desktop="3"]>div,
  .display-products.products-grid .row[data-desktop="3"]>div {
    -webkit-box-flex: 33.33333%;
    -moz-box-flex: 33.33333%;
    -webkit-flex: 33.33333%;
    -ms-flex: 33.33333%;
    flex: 33.33333%;
    max-width: 33.33333%
  }

  .row.grid[data-desktop="4"]>div,
  .display-products.products-grid .row[data-desktop="4"]>div {
    -webkit-box-flex: 25%;
    -moz-box-flex: 25%;
    -webkit-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%
  }

  .row.grid[data-desktop="5"]>div,
  .display-products.products-grid .row[data-desktop="5"]>div {
    -webkit-box-flex: 20%;
    -moz-box-flex: 20%;
    -webkit-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%
  }

  .row.grid[data-desktop="6"]>div,
  .display-products.products-grid .row[data-desktop="6"]>div {
    -webkit-box-flex: 16.66667%;
    -moz-box-flex: 16.66667%;
    -webkit-flex: 16.66667%;
    -ms-flex: 16.66667%;
    flex: 16.66667%;
    max-width: 16.66667%
  }

  .row.grid[data-desktop="7"]>div,
  .display-products.products-grid .row[data-desktop="7"]>div {
    -webkit-box-flex: 14.28571%;
    -moz-box-flex: 14.28571%;
    -webkit-flex: 14.28571%;
    -ms-flex: 14.28571%;
    flex: 14.28571%;
    max-width: 14.28571%
  }

  .row.grid[data-desktop="8"]>div,
  .display-products.products-grid .row[data-desktop="8"]>div {
    -webkit-box-flex: 12.5%;
    -moz-box-flex: 12.5%;
    -webkit-flex: 12.5%;
    -ms-flex: 12.5%;
    flex: 12.5%;
    max-width: 12.5%
  }

  .row.grid[data-desktop="9"]>div,
  .display-products.products-grid .row[data-desktop="9"]>div {
    -webkit-box-flex: 11.11111%;
    -moz-box-flex: 11.11111%;
    -webkit-flex: 11.11111%;
    -ms-flex: 11.11111%;
    flex: 11.11111%;
    max-width: 11.11111%
  }

  .row.grid[data-desktop="10"]>div,
  .display-products.products-grid .row[data-desktop="10"]>div {
    -webkit-box-flex: 10%;
    -moz-box-flex: 10%;
    -webkit-flex: 10%;
    -ms-flex: 10%;
    flex: 10%;
    max-width: 10%
  }

  .row.grid[data-desktop="11"]>div,
  .display-products.products-grid .row[data-desktop="11"]>div {
    -webkit-box-flex: 9.09091%;
    -moz-box-flex: 9.09091%;
    -webkit-flex: 9.09091%;
    -ms-flex: 9.09091%;
    flex: 9.09091%;
    max-width: 9.09091%
  }

  .row.grid[data-desktop="12"]>div,
  .display-products.products-grid .row[data-desktop="12"]>div {
    -webkit-box-flex: 8.33333%;
    -moz-box-flex: 8.33333%;
    -webkit-flex: 8.33333%;
    -ms-flex: 8.33333%;
    flex: 8.33333%;
    max-width: 8.33333%
  }
}

@media(max-width:1199.98px) and (min-width:992px) {

  .row.grid[data-desktopsmall="1"]>div,
  .display-products.products-grid .row[data-desktopsmall="1"]>div {
    -webkit-box-flex: 100%;
    -moz-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%
  }

  .row.grid[data-desktopsmall="2"]>div,
  .display-products.products-grid .row[data-desktopsmall="2"]>div {
    -webkit-box-flex: 50%;
    -moz-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%
  }

  .row.grid[data-desktopsmall="3"]>div,
  .display-products.products-grid .row[data-desktopsmall="3"]>div {
    -webkit-box-flex: 33.33333%;
    -moz-box-flex: 33.33333%;
    -webkit-flex: 33.33333%;
    -ms-flex: 33.33333%;
    flex: 33.33333%;
    max-width: 33.33333%
  }

  .row.grid[data-desktopsmall="4"]>div,
  .display-products.products-grid .row[data-desktopsmall="4"]>div {
    -webkit-box-flex: 25%;
    -moz-box-flex: 25%;
    -webkit-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%
  }

  .row.grid[data-desktopsmall="5"]>div,
  .display-products.products-grid .row[data-desktopsmall="5"]>div {
    -webkit-box-flex: 20%;
    -moz-box-flex: 20%;
    -webkit-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%
  }

  .row.grid[data-desktopsmall="6"]>div,
  .display-products.products-grid .row[data-desktopsmall="6"]>div {
    -webkit-box-flex: 16.66667%;
    -moz-box-flex: 16.66667%;
    -webkit-flex: 16.66667%;
    -ms-flex: 16.66667%;
    flex: 16.66667%;
    max-width: 16.66667%
  }

  .row.grid[data-desktopsmall="7"]>div,
  .display-products.products-grid .row[data-desktopsmall="7"]>div {
    -webkit-box-flex: 14.28571%;
    -moz-box-flex: 14.28571%;
    -webkit-flex: 14.28571%;
    -ms-flex: 14.28571%;
    flex: 14.28571%;
    max-width: 14.28571%
  }

  .row.grid[data-desktopsmall="8"]>div,
  .display-products.products-grid .row[data-desktopsmall="8"]>div {
    -webkit-box-flex: 12.5%;
    -moz-box-flex: 12.5%;
    -webkit-flex: 12.5%;
    -ms-flex: 12.5%;
    flex: 12.5%;
    max-width: 12.5%
  }

  .row.grid[data-desktopsmall="9"]>div,
  .display-products.products-grid .row[data-desktopsmall="9"]>div {
    -webkit-box-flex: 11.11111%;
    -moz-box-flex: 11.11111%;
    -webkit-flex: 11.11111%;
    -ms-flex: 11.11111%;
    flex: 11.11111%;
    max-width: 11.11111%
  }

  .row.grid[data-desktopsmall="10"]>div,
  .display-products.products-grid .row[data-desktopsmall="10"]>div {
    -webkit-box-flex: 10%;
    -moz-box-flex: 10%;
    -webkit-flex: 10%;
    -ms-flex: 10%;
    flex: 10%;
    max-width: 10%
  }

  .row.grid[data-desktopsmall="11"]>div,
  .display-products.products-grid .row[data-desktopsmall="11"]>div {
    -webkit-box-flex: 9.09091%;
    -moz-box-flex: 9.09091%;
    -webkit-flex: 9.09091%;
    -ms-flex: 9.09091%;
    flex: 9.09091%;
    max-width: 9.09091%
  }

  .row.grid[data-desktopsmall="12"]>div,
  .display-products.products-grid .row[data-desktopsmall="12"]>div {
    -webkit-box-flex: 8.33333%;
    -moz-box-flex: 8.33333%;
    -webkit-flex: 8.33333%;
    -ms-flex: 8.33333%;
    flex: 8.33333%;
    max-width: 8.33333%
  }
}

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

  .row.grid[data-tablet="1"]>div,
  .display-products.products-grid .row[data-tablet="1"]>div {
    -webkit-box-flex: 100%;
    -moz-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%
  }

  .row.grid[data-tablet="2"]>div,
  .display-products.products-grid .row[data-tablet="2"]>div {
    -webkit-box-flex: 50%;
    -moz-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%
  }

  .row.grid[data-tablet="3"]>div,
  .display-products.products-grid .row[data-tablet="3"]>div {
    -webkit-box-flex: 33.33333%;
    -moz-box-flex: 33.33333%;
    -webkit-flex: 33.33333%;
    -ms-flex: 33.33333%;
    flex: 33.33333%;
    max-width: 33.33333%
  }

  .row.grid[data-tablet="4"]>div,
  .display-products.products-grid .row[data-tablet="4"]>div {
    -webkit-box-flex: 25%;
    -moz-box-flex: 25%;
    -webkit-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%
  }

  .row.grid[data-tablet="5"]>div,
  .display-products.products-grid .row[data-tablet="5"]>div {
    -webkit-box-flex: 20%;
    -moz-box-flex: 20%;
    -webkit-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%
  }

  .row.grid[data-tablet="6"]>div,
  .display-products.products-grid .row[data-tablet="6"]>div {
    -webkit-box-flex: 16.66667%;
    -moz-box-flex: 16.66667%;
    -webkit-flex: 16.66667%;
    -ms-flex: 16.66667%;
    flex: 16.66667%;
    max-width: 16.66667%
  }

  .row.grid[data-tablet="7"]>div,
  .display-products.products-grid .row[data-tablet="7"]>div {
    -webkit-box-flex: 14.28571%;
    -moz-box-flex: 14.28571%;
    -webkit-flex: 14.28571%;
    -ms-flex: 14.28571%;
    flex: 14.28571%;
    max-width: 14.28571%
  }

  .row.grid[data-tablet="8"]>div,
  .display-products.products-grid .row[data-tablet="8"]>div {
    -webkit-box-flex: 12.5%;
    -moz-box-flex: 12.5%;
    -webkit-flex: 12.5%;
    -ms-flex: 12.5%;
    flex: 12.5%;
    max-width: 12.5%
  }

  .row.grid[data-tablet="9"]>div,
  .display-products.products-grid .row[data-tablet="9"]>div {
    -webkit-box-flex: 11.11111%;
    -moz-box-flex: 11.11111%;
    -webkit-flex: 11.11111%;
    -ms-flex: 11.11111%;
    flex: 11.11111%;
    max-width: 11.11111%
  }

  .row.grid[data-tablet="10"]>div,
  .display-products.products-grid .row[data-tablet="10"]>div {
    -webkit-box-flex: 10%;
    -moz-box-flex: 10%;
    -webkit-flex: 10%;
    -ms-flex: 10%;
    flex: 10%;
    max-width: 10%
  }

  .row.grid[data-tablet="11"]>div,
  .display-products.products-grid .row[data-tablet="11"]>div {
    -webkit-box-flex: 9.09091%;
    -moz-box-flex: 9.09091%;
    -webkit-flex: 9.09091%;
    -ms-flex: 9.09091%;
    flex: 9.09091%;
    max-width: 9.09091%
  }

  .row.grid[data-tablet="12"]>div,
  .display-products.products-grid .row[data-tablet="12"]>div {
    -webkit-box-flex: 8.33333%;
    -moz-box-flex: 8.33333%;
    -webkit-flex: 8.33333%;
    -ms-flex: 8.33333%;
    flex: 8.33333%;
    max-width: 8.33333%
  }
}

@media(max-width:767.98px) and (min-width:576px) {

  .row.grid[data-landscape="1"]>div,
  .display-products.products-grid .row[data-landscape="1"]>div {
    -webkit-box-flex: 100%;
    -moz-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%
  }

  .row.grid[data-landscape="2"]>div,
  .display-products.products-grid .row[data-landscape="2"]>div {
    -webkit-box-flex: 50%;
    -moz-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%
  }

  .row.grid[data-landscape="3"]>div,
  .display-products.products-grid .row[data-landscape="3"]>div {
    -webkit-box-flex: 33.33333%;
    -moz-box-flex: 33.33333%;
    -webkit-flex: 33.33333%;
    -ms-flex: 33.33333%;
    flex: 33.33333%;
    max-width: 33.33333%
  }

  .row.grid[data-landscape="4"]>div,
  .display-products.products-grid .row[data-landscape="4"]>div {
    -webkit-box-flex: 25%;
    -moz-box-flex: 25%;
    -webkit-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%
  }

  .row.grid[data-landscape="5"]>div,
  .display-products.products-grid .row[data-landscape="5"]>div {
    -webkit-box-flex: 20%;
    -moz-box-flex: 20%;
    -webkit-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%
  }

  .row.grid[data-landscape="6"]>div,
  .display-products.products-grid .row[data-landscape="6"]>div {
    -webkit-box-flex: 16.66667%;
    -moz-box-flex: 16.66667%;
    -webkit-flex: 16.66667%;
    -ms-flex: 16.66667%;
    flex: 16.66667%;
    max-width: 16.66667%
  }

  .row.grid[data-landscape="7"]>div,
  .display-products.products-grid .row[data-landscape="7"]>div {
    -webkit-box-flex: 14.28571%;
    -moz-box-flex: 14.28571%;
    -webkit-flex: 14.28571%;
    -ms-flex: 14.28571%;
    flex: 14.28571%;
    max-width: 14.28571%
  }

  .row.grid[data-landscape="8"]>div,
  .display-products.products-grid .row[data-landscape="8"]>div {
    -webkit-box-flex: 12.5%;
    -moz-box-flex: 12.5%;
    -webkit-flex: 12.5%;
    -ms-flex: 12.5%;
    flex: 12.5%;
    max-width: 12.5%
  }

  .row.grid[data-landscape="9"]>div,
  .display-products.products-grid .row[data-landscape="9"]>div {
    -webkit-box-flex: 11.11111%;
    -moz-box-flex: 11.11111%;
    -webkit-flex: 11.11111%;
    -ms-flex: 11.11111%;
    flex: 11.11111%;
    max-width: 11.11111%
  }

  .row.grid[data-landscape="10"]>div,
  .display-products.products-grid .row[data-landscape="10"]>div {
    -webkit-box-flex: 10%;
    -moz-box-flex: 10%;
    -webkit-flex: 10%;
    -ms-flex: 10%;
    flex: 10%;
    max-width: 10%
  }

  .row.grid[data-landscape="11"]>div,
  .display-products.products-grid .row[data-landscape="11"]>div {
    -webkit-box-flex: 9.09091%;
    -moz-box-flex: 9.09091%;
    -webkit-flex: 9.09091%;
    -ms-flex: 9.09091%;
    flex: 9.09091%;
    max-width: 9.09091%
  }

  .row.grid[data-landscape="12"]>div,
  .display-products.products-grid .row[data-landscape="12"]>div {
    -webkit-box-flex: 8.33333%;
    -moz-box-flex: 8.33333%;
    -webkit-flex: 8.33333%;
    -ms-flex: 8.33333%;
    flex: 8.33333%;
    max-width: 8.33333%
  }
}

@media(max-width:575px) {

  .row.grid[data-mobile="1"]>div,
  .display-products.products-grid .row[data-mobile="1"]>div {
    -webkit-box-flex: 100%;
    -moz-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%
  }

  .row.grid[data-mobile="2"]>div,
  .display-products.products-grid .row[data-mobile="2"]>div {
    -webkit-box-flex: 50%;
    -moz-box-flex: 50%;
    -webkit-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%
  }

  .row.grid[data-mobile="3"]>div,
  .display-products.products-grid .row[data-mobile="3"]>div {
    -webkit-box-flex: 33.33333%;
    -moz-box-flex: 33.33333%;
    -webkit-flex: 33.33333%;
    -ms-flex: 33.33333%;
    flex: 33.33333%;
    max-width: 33.33333%
  }

  .row.grid[data-mobile="4"]>div,
  .display-products.products-grid .row[data-mobile="4"]>div {
    -webkit-box-flex: 25%;
    -moz-box-flex: 25%;
    -webkit-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%
  }

  .row.grid[data-mobile="5"]>div,
  .display-products.products-grid .row[data-mobile="5"]>div {
    -webkit-box-flex: 20%;
    -moz-box-flex: 20%;
    -webkit-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%
  }

  .row.grid[data-mobile="6"]>div,
  .display-products.products-grid .row[data-mobile="6"]>div {
    -webkit-box-flex: 16.66667%;
    -moz-box-flex: 16.66667%;
    -webkit-flex: 16.66667%;
    -ms-flex: 16.66667%;
    flex: 16.66667%;
    max-width: 16.66667%
  }

  .row.grid[data-mobile="7"]>div,
  .display-products.products-grid .row[data-mobile="7"]>div {
    -webkit-box-flex: 14.28571%;
    -moz-box-flex: 14.28571%;
    -webkit-flex: 14.28571%;
    -ms-flex: 14.28571%;
    flex: 14.28571%;
    max-width: 14.28571%
  }

  .row.grid[data-mobile="8"]>div,
  .display-products.products-grid .row[data-mobile="8"]>div {
    -webkit-box-flex: 12.5%;
    -moz-box-flex: 12.5%;
    -webkit-flex: 12.5%;
    -ms-flex: 12.5%;
    flex: 12.5%;
    max-width: 12.5%
  }

  .row.grid[data-mobile="9"]>div,
  .display-products.products-grid .row[data-mobile="9"]>div {
    -webkit-box-flex: 11.11111%;
    -moz-box-flex: 11.11111%;
    -webkit-flex: 11.11111%;
    -ms-flex: 11.11111%;
    flex: 11.11111%;
    max-width: 11.11111%
  }

  .row.grid[data-mobile="10"]>div,
  .display-products.products-grid .row[data-mobile="10"]>div {
    -webkit-box-flex: 10%;
    -moz-box-flex: 10%;
    -webkit-flex: 10%;
    -ms-flex: 10%;
    flex: 10%;
    max-width: 10%
  }

  .row.grid[data-mobile="11"]>div,
  .display-products.products-grid .row[data-mobile="11"]>div {
    -webkit-box-flex: 9.09091%;
    -moz-box-flex: 9.09091%;
    -webkit-flex: 9.09091%;
    -ms-flex: 9.09091%;
    flex: 9.09091%;
    max-width: 9.09091%
  }

  .row.grid[data-mobile="12"]>div,
  .display-products.products-grid .row[data-mobile="12"]>div {
    -webkit-box-flex: 8.33333%;
    -moz-box-flex: 8.33333%;
    -webkit-flex: 8.33333%;
    -ms-flex: 8.33333%;
    flex: 8.33333%;
    max-width: 8.33333%
  }

  .post-style-2 .entry-thumb {
    margin-right: 0 !important
  }
}

@media(min-width:1200px) {
  .archive #main-content>.layout-blog .row[data-xlgdesktop="1"] .entry-title a {
    font-size: 32px;
    line-height: 48px
  }

  .archive #main-content>.layout-blog .row[data-xlgdesktop="1"] .post-style-2 .entry-title a {
    font-size: 24px;
    line-height: 36px
  }

  .active-sidebar.tb-column-reverse {
    flex-direction: row-reverse;
  }

  .tability-body-default .archive-shop,
  .tability-body-default.single-product .singular-shop.content {
    margin-top: 80px
  }

  .tability-body-default .archive-shop#main,
  .tability-body-default.single-product .singular-shop.content#main {
    margin-top: 80px
  }
}

@media(min-width:768px) {
  .tability-body-default.archive #main-container>.tb-custom-blog {
    margin-top: 40px
  }

  .tability-body-default.archive #main-container>.tb-custom-blog #main {
    margin-top: 0
  }

  .tability-body-default .site-content.single-post,
  .tability-body-default.single-product .singular-shop.content {
    padding-top: 50px
  }

  .entry-single .cryptco-tag-socials-box>.tability-post-share {
    justify-content: flex-end
  }
}

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

  .tability-body-default .archive-shop,
  .tability-body-default.single-product .singular-shop.content {
    margin-top: 40px
  }
}

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

  .tability-body-default .archive-shop#main,
  .tability-body-default.single-product .singular-shop.content#main {
    margin-top: 15px
  }
}

@media(max-width:1199px) {

  .single-post .main-content>.row,
  .archive .main-content>.row {
    flex-direction: column-reverse !important
  }

  .single-post .col-xl-9 .related-posts {
    padding: 10px 0
  }

  .single-post .col-xl-9 .post-excerpt {
    padding-bottom: 30px
  }

  .single-post .col-xl-9 #comments {
    padding-bottom: 0
  }

  #comments .comment,
  #comments ul.comment-list>li {
    padding: 15px 0
  }

}

@media(max-width:991px) {
  .tability-body-default .layout-blog .post-style-1 .entry-description+.more a {
    margin-top: 15px
  }

  .tability-body-default .single-post #comments {
    margin-top: 0
  }

  .tability-body-default #main .layout-blog {
    padding: 0
  }

  .tability-body-default .search-content .page-header {
    display: block;
    margin-top: 20px;
    margin-bottom: 40px
  }

  .tability-body-default .search-content .page-header .page-title {
    display: block
  }

  .archive #main-content>.layout-blog {
    margin: 36px 0 0
  }

  .archive .main-right .layout-blog {
    padding-right: 0
  }

  article.post-style-2,
  .post-style-2>article {
    display: block;
  }
}


@media(max-width:767px) {
  .post-navigation .nav-links>a {
    width: calc(100% - 0px);
  }

  .post-navigation .nav-links>a+a {
    border-top: 1px solid #ddd;
  }

  #tability-breadcrumb-blog.breadcrumbs-color~#tability-breadscrumb-title .page-title,
  #tability-breadcrumb-blog.breadcrumbs-text~#tability-breadscrumb-title .page-title {
    font-size: 24px;
    padding-bottom: 0
  }

  .breadcrumbs-image .breadscrumb-inner h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .tability-body-default .layout-blog .post.post-style-1 {
    margin-top: 20px
  }

  .tability-body-default .tability-filter {
    display: flex;
    margin-bottom: 15px !important
  }



  .tability-body-default .single-post #comments>.commentform {
    padding-top: 0
  }

  .tability-body-default .title-not-breadcrumbs+#main-container .layout-blog .row.grid>div:first-child .post.post-style-1 {
    margin-top: 0
  }

  .tability-body-default .post-password-form input[type="password"] {
    display: block;
    margin-top: 16px
  }

  .tability-body-default blockquote {
    margin-bottom: 16px
  }

  .tability-body-default .entry-header h1.entry-title {
    font-size: 24px;
    line-height: 31px;
    margin-top: 20px;
    margin-bottom: 15px
  }

  .archive #tability-breadscrumb-title+.main-content #main-content>.layout-blog {
    margin-top: 0
  }

  .archive #main-content>.layout-blog {
    margin-top: 15px
  }

  .tability-addon-blog {
    text-align: center
  }

  .tability-addon-blog .tability-addon-content {
    text-align: left
  }

  .tability-addon-blog .owl-carousel.slick-slider>div .post-grid {
    padding-bottom: 15px
  }

  .tability-addon-blog.relate-blog .entry-title {
    margin-bottom: 8px
  }

  .tability-addon-blog .post .entry-meta-list {
    margin-bottom: 16px
  }

  .tability-addon-blog .entry-title {
    font-size: 16px;
    line-height: 25px
  }

  .tability-addon-blog .entry-description {
    margin-top: 10px
  }

  .tability-addon-blog .show-all {
    display: block;
    border-top: 1px solid var(--tb-border-color)
  }

  .archive .left-main .layout-blog,
  .archive .main-right .layout-blog {
    padding: 0
  }

  .post-grid {
    margin-bottom: 30px
  }

  .single-post .relate-blog .post .entry-thumb img {
    margin-top: 0
  }

  .related-posts .owl-carousel.slick-slider .slick-dots {
    padding: 0;
    text-align: center;
  }

  .related-posts .owl-carousel.slick-slider .slick-dots li {
    display: inline-block;
    padding: 0 5px;
  }

  .tability-addon-blog.relate-blog .tability-addon-title {
    margin-bottom: 20px;
  }

  .tability-addon-blog.relate-blog .post {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row
  }

  .tability-addon-blog.relate-blog .post .entry-thumb {
    margin-bottom: 0
  }

  .tability-body-default .single-post #comments {
    padding-top: 40px
  }

  .tability-body-default #comments .comments-title,
  .tability-body-default #comments .comment-reply-title {
    margin-bottom: 15px
  }

  .tability-body-default .entry-content .entry-category {
    padding-bottom: 5px
  }

  .tability-body-default .post .entry-title {
    margin-bottom: 5px
  }

  .tability-body-default.single-post .main-content {
    margin-top: 0 !important
  }

  .tability-body-default.single-product #main {
    margin-top: 0
  }

  .tability-body-default .archive-shop>.tability-filter .SumoSelect>.CaptionCont>span {
    padding-left: 0
  }

  .tability-body-default .post-navigation .nav-links {
    flex-wrap: wrap
  }

  .post-style-1 {
    padding-bottom: 20px;
    margin-bottom: 20px
  }

  .post-style-2 {
    margin-bottom: 15px
  }

  .post-style-2 .entry-header,
  .post-style-2 .entry-content {
    padding-top: 0
  }

  .single-post .entry-single .entry-title {
    font-size: 20px;
  }

  aside.sidebar,
  .site-main.layout-blog,
  .site-content.single-post,
  .single-post .sidebar {
    margin-top: 30px;
  }

}

@media(max-width: 480px) {
  .breadcrumbs-image .breadscrumb-inner h1 {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 5px;
  }

  .breadcrumbs-image .breadscrumb-inner .breadcrumb li {
    font-size: 14px;
  }
}

@media(max-width:470px) {
  .layout-blog .post-style-2 .entry-description {
    line-height: 28px;
    font-size: 14px
  }
}

/*  */

/*--- Team ---*/

.rt-team-container .social-icons a i {
  width: auto !important;
  height: auto !important;
  padding: 0;
  display: inline-block;
}

.rt-team-container .social-icons a:hover i {
  background: transparent !important;
}

.home-team .layout3 {
  padding: 0 10px;
}

.tlp-overlay1 h3 {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
}

.rt-team-container .social-icons a {
  width: 36px;
  height: 36px;
  line-height: 26px;
  padding: 5px 5px;
  font-size: 16px;
  margin: 0 4px;
  display: inline-block;
  background: var(--tb-theme-color);
  border-radius: 5px;
}

.rt-team-container .social-icons a:hover {
  background: #000;
  color: #fff;
}

.tlp-position a {
  margin-top: 10px;
  display: block;
  font-size: 15px;
  color: #333;
  margin-bottom: 15px;
}

.single-team-area {
  background: var(--secondary-color);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  box-shadow: 0px 3px 10px 0 rgb(0 0 0 / 5%);
}

.single-team-area:hover {
  transform: translateY(-10px);
}

.rt-team-container .rt-carousel-holder {
  padding: 10px;
  margin: -10px;
}

.tlp-overlay1 {
  padding: 20px 0;
}

/*--- .Team ---*/

/* --- popular cryptocurrency --- */
.table-responsive td,
.table-responsive th {
  padding: 10px 15px;
  border: 1px solid #ddd;
}

.table-responsive table {
  margin: auto;
  max-width: 900px;
  width: 100%;
}

.table-responsive table tr th {
  background: rgb(0 0 0 / 70%);
  color: #fff;
}

.table-responsive tr:nth-child(even) {
  background: #f5f5f5;
}

.popular_cryptocurrencies .elementor-inner-column .elementor-widget-wrap.elementor-element-populated {
  padding: 0 !important;
}

/* .popular cryptocurrency */

/* Need Help */
.help_block {
  display: flex;
  background: #fff;
  padding: 20px 25px;
  box-shadow: 0px 5px 5px 0 rgb(0 0 0 / 5%);
}

.need_help .help_section .row {
  margin: 0 -10px;
}

.need_help .help_block .help_info_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.need_help .help_block .help_info_desc {
  font-size: 15px;
  color: #333;
}

.need_help .help_block i {
  border-radius: 5px;
  padding: 10px;
  font-size: 40px;
  background: #fbfbfb;
  color: var(--tb-theme-color);
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
}

.need_help .help_block .icons {
  margin-right: 20px;
  margin-top: -40px;
}


/* .Need Help */

/* --- Title --- */
.product-title {
  margin-bottom: 30px !important;
}

.product-title h3 {
  font-size: 34px;
  margin-bottom: 15px;
  display: inline;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  color: #000;
  font-weight: 700;
}

.product-title h3:before {
  content: "";
  background: var(--tb-theme-color);
  width: 50px;
  height: 50px;
  position: absolute;
  left: -10px;
  top: 0px;
  z-index: -1;
  border-radius: 0px 50px 50px 50px;
}

.title-desc {
  color: #333;
  margin: 20px 0 0 0;
}

/* --- .Title --- */
/*--- Footer ---*/

.wp-block-categories-list li a:before,
.wp-block-archives-list li a:before {
  display: none;
}

.wp-block-categories-list li:before,
.wp-block-archives-list li:before {
  content: "-";
  display: inline-block;
  padding-right: 10px;
}

.wp-block-categories-list li a,
.wp-block-archives-list li a {
  color: #fff;
}

.wp-block-categories-list li,
.wp-block-archives-list li {
  display: block;
}

ul.wp-block-categories-list,
ul.wp-block-archives-list {
  padding: 0;
}

.single-store-location {
  margin-top: 10px;
}

.cryptco_footer {
  background-color: #000;
  color: #fff;
  padding: 40px 0;
}

.cryptco_footer h2 {
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: 600;
}

.cryptco_footer .menu a {
  font-size: 15px;
  color: #fff;
}

.cryptco_footer .menu a:hover {
  color: var(--tb-theme-color);
}

.cryptco_footer .facebook {
  color: #000;
}

.cryptco_footer .twitter {
  color: #000;
}

.cryptco_footer .linkedin {
  color: #000;
}

.cryptco_footer .menu .menu-item {
  font-size: 15px;
  padding: 5px 0;
  display: block;
}

.cryptco_footer .menu {
  padding: 0;
  margin: 0;
}

.cryptco_footer .menu .menu-item:before {
  content: "-";
  display: inline-block;
  padding-right: 10px;
}

.single-store-location i {
  padding-right: 5px;
  color: var(--tb-theme-color);
  font-size: 20px;
  vertical-align: middle;
}

.single-store-location a,
.single-store-location p {
  color: #fff;
  font-size: 16px;
}

.social li {
  display: inline-block;
}

.social li span.hidden {
  display: none;
}

.social li a {
  width: 30px;
  height: 30px;
  background: var(--tb-theme-color);
  display: inline-block;
  text-align: center;
  line-height: 30px;
  margin-right: 5px;
  border-radius: 50%;
}

.social li a:hover {
  background: #fff;
}

.tability-copyright {
  background: #111;
  padding: 15px 0;
  color: #fff;
}

.widget_cryptco_socials_widget .social {
  margin: 0;
}

.copyright-content a {
  color: var(--tb-theme-color);
}

.copyright-content a:hover {
  color: #fff;
}

.footer-social a {
  width: 30px;
  height: 30px;
  background: #e5ab4b;
  color: #000;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  margin-right: 5px;
  border-radius: 50%;
}

/*--- .Footer ---*/

/* --- Back To Top --- */

.tability-to-top {
  position: fixed;
  z-index: 999;
  bottom: 50px;
  right: 0;
  left: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

.tability-to-top.active {
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: all;
  right: 50px;
}

.tability-to-top a {
  position: relative;
  -webkit-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: var(--tb-back-to-top-bg);
  color: var(--tb-back-to-top-color);
}

.tability-to-top a:hover {
  background: var(--tb-back-to-top-bg-hover);
  color: var(--tb-back-to-top-color-hover);
  box-shadow: 0 5px 20px rgb(255 255 255 / 50%);
}

/* --- .Back To Top --- */

/* --- breadcrumb --- */
.breadcrumb h2 {
  font-size: 40px;
  font-weight: 600;
}

/* --- .breadcrumb --- */

/* --- About Us --- */
.about_desc {
  font-size: 16px;
  color: #777;
}

.testimonial_about .slick-slide {
  margin: 0 10px;
}

.testimonial_about .sp-testimonial-free-section .sp-testimonial-item {
  margin: 0;
}

/* --- .About Us --- */

/* --- count --- */
.counter_section {
  background: var(--tb-theme-color);
  padding: 25px 5px;
  border-radius: 5px;
}

.counter_section_outer {
  padding: 0 10px;
}

.counter_section .elementor-counter-number-wrapper {
  margin: 0 5px;
  font-size: 50px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}

.counter_section .elementor-counter-title {
  display: block;
  font-size: 20px !important;
  color: #fff;
  margin-top: 15px;
  text-transform: capitalize;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

/* --- .count --- */

/* --- contact --- */
.company_section>div {
  box-shadow: 0 2px 5px rgb(0 0 0 / 7%);
}

.contact_form .wpcf7-form-control.wpcf7-text {
  margin: 0;
}

/* --- .contact --- */
/*--- main content -----*/

#tability-main-content {
  min-height: 60vh;
}

/*--- .main content -----*/
/* wpcf7_Form */
.wpcf7 form label {
  width: 100%;
}

.wpcf7 form input,
.wpcf7 form textarea {
  background: #f5f5f5;
  border: none;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 15px;
  outline: none;
}

.wpcf7 form [type=submit],
.wpcf7 form [type=reset],
.wpcf7 form [type=button] {
  background: var(--tb-theme-color);
  border: none;
  padding: 13px 30px;
  font-size: 16px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
  max-width: max-content;
}

.wpcf7 form [type=submit]:hover,
.wpcf7 form [type=reset]:hover,
.wpcf7 form [type=button]:hover {
  background: #000;
  color: #fff;
}

/* .wpcf7_Form */

/*--- Animation ---*/
@-webkit-keyframes rotationright {
  from {
    -webkit-transform: rotate(360deg);
  }

  to {
    -webkit-transform: rotate(0deg);
  }
}

@-webkit-keyframes rotationleft {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes coinanimation {
  0% {
    -webkit-transform: translateY(0%) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-1700%) rotate(720deg);
  }
}

@-webkit-keyframes coinanimationtwo {
  0% {
    -webkit-transform: translateY(0%) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-1700%) rotate(-720deg);
  }
}

/*--- .Animation ---*/
@media (min-width: 768px) {
  .tability-to-top-mobile.tability-to-top {
    display: none;
  }
}

@media (max-width: 1024px) and (min-width: 992px) {
  .main_slider>div {
    margin-top: 100px;
  }

  .portfolio_desc_inner .icon {
    width: 70px;
    height: 70px;
    line-height: 50px;
  }
}

@media (max-width: 1199px) and (min-width: 768px),
(max-width: 375px) {
  .help_block {
    padding: 20px 10px;
    display: block;
    text-align: center;
  }

  .need_help .help_block .icons {
    margin: -50px 0 15px;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .counter_section_outer {
    width: 33.33%;
  }
}

@media (max-width: 575px) and (min-width: 300px) {
  .home-team .layout3 {
    /* width: 50% !important; */
  }
}

@media (max-width: 1199px) {
  .crypto_solution_block .crypto_solution_desc h3 {
    font-size: 18px;
    margin-top: 0;
  }

  .crypto_solution_block>div {
    padding: 30px 5px !important;
  }

  .crypto_solution_block .icons {
    font-size: 50px;
    line-height: 50px;
  }

}

@media (max-width: 1024px) {
  .portfolio_desc_inner.elementor-section .elementor-container {
    flex-wrap: inherit;
    align-items: center;
  }
}

@media (max-width: 991px) {
  #tability-header {
    display: none;
  }

  .topbar-device-mobile .header-menu {
    display: flex;
    align-items: center;
    justify-content: end;
  }

  #tability-mobile-menu-navbar {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    min-width: 250px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    z-index: 9;
    display: block;
    padding: 0;
    opacity: 0;
  }

  #tability-mobile-menu-navbar.mm-menu_opened {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  #tability-mobile-menu-navbar .menu-item {
    display: block;
    padding: 10px;
  }

  #tability-mobile-menu-navbar #main-mobile-menu-mmenu-wrapper {
    padding: 5px;
  }

  #tability-mobile-menu-navbar .menu-item a {
    font-size: 16px;
    text-transform: uppercase;
  }

  #tability-mobile-menu-navbar #main-mobile-menu-mmenu .mm-navbar {
    display: none;
  }

  #mmenu-close {
    opacity: 0;
    text-align: right;
    height: 0;
  }

  .mm-menu_opened #mmenu-close {
    opacity: 1;
    height: auto;
  }

  #mmenu-close button {
    background: var(--tb-theme-color);
    font-size: 24px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
  }

  .topbar-device-mobile .header-menu .header_text_right {
    padding-left: 20px;
  }

  .header_text_right a i {
    padding-right: 10px;
  }

  .slider_text_desc h2 {
    margin: 20px 0 30px;
    font-size: 18px;
  }

  .slider_btn a {
    padding: 8px 20px;
  }

  .coin-animation .coin-1 {
    background-size: 23px 23px;
  }

  .coin-animation .coin-2 {
    background-size: 34px 34px;
  }

  .coin-animation .coin-3 {
    background-size: 27px 27px;
  }

  .coin-animation .coin-4 {
    background-size: 15px 15px;
  }

  .coin-animation .coin-5 {
    background-size: 20px 20px;
  }

  .coin-animation .coin-6 {
    background-size: 25px 25px;
  }

  .coin-animation .coin-7 {
    background-size: 35px 35px;
  }

  .coin-animation .coin-8 {
    background-size: 32px 32px;
  }

  .coin-animation .coin-9 {
    background-size: 37px 37px;
  }

  .coin-animation .coin-10 {
    background-size: 22px 22px;
  }

  .coin-animation .coin-11 {
    background-size: 37px 37px;
  }

  .coin-animation .coin-12 {
    background-size: 17px 17px;
  }

  .coin-animation .coin-13 {
    background-size: 45px 45px;
  }

  @-webkit-keyframes coinanimation {
    0% {
      -webkit-transform: translateY(0%) rotate(0deg);
    }

    100% {
      -webkit-transform: translateY(-800%) rotate(820deg);
    }
  }

  @-webkit-keyframes coinanimationtwo {
    0% {
      -webkit-transform: translateY(0%) rotate(0deg);
    }

    100% {
      -webkit-transform: translateY(-800%) rotate(-820deg);
    }
  }

  .portfolio_content,
  .portfolio_img {
    width: 100% !important;
  }

  .cryptco_footer .col-sm-6:nth-child(n+3) {
    margin-top: 20px;
  }

  .product-title h3 {
    font-size: 24px;
    margin-left: 8px;
  }

  .product-title h3:before {
    width: 40px;
    height: 40px;
    top: -3px;
    left: -8px;
  }

  .product-title {
    text-align: center !important;
  }

  .portfolio_desc_inner .elementor-icon-box-wrapper {
    align-items: center !important;
  }

  .crypto_solution .crypto_solution_block {
    width: 33.33%;
  }

  .crypto_solution_block .crypto_solution_desc h3 {
    font-size: 16px;
  }

  .crypto_solution .crypto_solution_block:nth-child(n+4) {
    margin-top: 20px;
  }

  .home-blog .wppsac-post-slider h2.wppsac-post-title a,
  .home-blog .wppsac-post-carousel h2.wppsac-post-title a {
    font-size: 18px;
  }

  .tability-to-top.active {
    right: 20px;
  }

  .tability-to-top {
    bottom: 60px;
  }

  .about_img,
  .about_desc {
    width: 100% !important;
  }

  .counter_section .elementor-counter-number-wrapper {
    font-size: 30px !important;
  }

  .counter_section .elementor-counter-title {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  .single-team-area .rt-team-img {
    margin: auto;
    max-width: 240px;
  }

  .home-team .single-team-area {
    padding: 10px 10px 0 10px;
    box-shadow: 0px 1px 10px 0 rgb(0 0 0 / 5%);
  }

  .home-team .rt-team-container .social-icons a {
    width: 32px;
    height: 32px;
    line-height: 22px;
    margin: 0 2px;
  }

  .home-team .tlp-overlay1 h3 {
    font-size: 16px;
  }

  .help_section .col-md-4+.col-md-4 .help_block {
    margin-top: 35px;
  }

  .need_help,
  .home-team,
  .home-blog,
  .popular_cryptocurrencies,
  .home .customer_testimonial,
  .crypto_solution {
    padding: 20px 0px 20px 0px !important;
  }

  .contact_form {
    padding: 30px 0px 20px 0px !important;
  }

  .crypto_portfolio {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .counter_live {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
  }

  .popular_cryptocurrencies .table-responsive {
    margin-bottom: 0;
  }

  .breadcrumb h2 {
    font-size: 26px !important;
  }

  .cryptco_footer {
    padding: 30px 0;
  }

  .mobile-hidden-footer-desktop .tability-footer,
  .tability-to-top {
    display: none;
  }

  .tability-to-top-mobile.tability-to-top {
    display: block;
  }
}

@media (max-width: 576px) {
  .rt-carousel-holder {
    margin-top: 0 !important;
  }
}

@media (max-width: 575px) {
  .topbar-device-mobile .header-logo {
    width: 50%;
  }

  .topbar-device-mobile .header-menu {
    width: 50%;
  }

  .topbar-device-mobile .header-menu .header_text_right {
    display: none;
  }

  .slider_btn a {
    padding: 8px 15px;
    font-size: 14px;
  }

  .slider_text_title h2 {
    font-size: 18px;
  }

  .slider_text_desc h2 {
    margin: 15px 0 20px;
    font-size: 16px;
  }

  .cryptco_footer .col-sm-6:nth-child(n+2) {
    margin-top: 20px;
  }

  .crypto_solution .crypto_solution_block {
    width: 50%;
  }

  .crypto_solution .crypto_solution_block:nth-child(n+3) {
    margin-top: 20px;
  }

  .counter_section_outer+.counter_section_outer {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .portfolio_img div {
    max-width: 260px;
  }

  .portfolio_desc_inner .elementor-icon-box-wrapper {
    display: block !important;
    text-align: center !important;
  }

  .portfolio_desc_inner.elementor-section .elementor-container {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }

  .home-team .single-team-area {
    padding: 0;
  }
}

@media (max-width: 425px) {
  .crypto_solution .crypto_solution_block {
    width: 100%;
  }

  .crypto_solution .crypto_solution_block:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media (max-width: 375px) {
  .help_section .col-md-4+.col-md-4 .help_block {
    margin-top: 50px;
  }
}