/**
* Fonts
*/
.elementor-widget-shortcode.term-description {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Satoshi", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}

.thememove-feature-carousel button.slick-arrow {
  background-color: transparent;
  border: 0;
  color: #000;
  font-size: 0;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  z-index: 1;
}

.thememove-feature-carousel button.slick-arrow:focus {
  outline: none;
}

.thememove-feature-carousel button.slick-arrow.slick-prev {
  cursor: w-resize;
  left: -30px;
}

.thememove-feature-carousel button.slick-arrow.slick-next {
  cursor: e-resize;
  right: -30px;
}

.thememove-feature-carousel .slick-dots {
  list-style: none;
  margin-bottom: 0;
  margin-top: 30px;
  padding: 0;
  text-align: center;
}

.thememove-feature-carousel .slick-dots li {
  border: 0;
  display: inline-block;
  font-size: 0;
  margin: 0 7px;
  vertical-align: middle;
}

.thememove-feature-carousel .slick-dots li button {
  background-color: #aaa;
  border: 0;
  border-radius: 100%;
  height: 6px;
  padding: 0;
  width: 6px;
}

.thememove-feature-carousel .slick-dots li button:focus {
  outline: none;
}

.thememove-feature-carousel .slick-dots li.slick-active button {
  background-color: transparent;
  border: 1px solid #aaa;
  height: 14px;
  width: 14px;
}

.thememove-feature-carousel .feature-carousel__page {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.thememove-feature-carousel .feature-carousel__page:focus {
  outline: none;
}

.thememove-feature-carousel .feature-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 30px 0;
}

.thememove-feature-carousel .feature-cell__icon {
  font-size: 54px;
}

.thememove-feature-carousel .feature-cell__content {
  margin-bottom: 0;
}

.thememove-dashboard {
  margin-bottom: 20px;
}

.thememove-dashboard__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 5px;
}

.thememove-dashboard__subtitle a {
  text-decoration: underline !important;
}

.thememove-dashboard__detail-row {
  margin-bottom: 5px;
}

.thememove-dashboard__subsection-heading {
  color: #b3b3b3;
  margin-bottom: 5px;
  margin-top: 25px;
}

.thememove-dashboard__label {
  color: #000;
  font-weight: 600;
}

.thememove-dashboard__access-pass-details p {
  margin-bottom: 40px;
}

.thememove-aa-notification__header {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 15px;
}

.thememove-aa-notification__details p {
  margin-bottom: 30px;
}

.thememove-aa-notification__details strong {
  color: #000;
  font-weight: 600;
}

.thememove-aa-notification__button {
  background-color: #000;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 15px 30px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.thememove-aa-notification__button:hover {
  background-color: #303030;
  color: #fff;
}

.thememove-purchase-button {
  text-align: center;
}

.thememove-purchase-button.thememove-purchase-button--show-icon .edd-add-to-cart-label::after {
  content: '\f30b';
  font-family: 'Font Awesome 5 Pro';
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  margin-left: 10px;
  -webkit-transition: .5s margin ease;
  transition: .5s margin ease;
  vertical-align: middle;
}

.thememove-purchase-button.thememove-purchase-button--fullwidth .edd-submit.button {
  width: 100%;
}

.thememove-demo-link a {
  border-radius: 3px;
  display: block;
  font-weight: 600;
  text-align: center;
}

.thememove-demo-link a:hover::after {
  margin-left: 12px;
}

.thememove-demo-link a::after {
  content: '\f08e';
  font-family: 'Font Awesome 5 Pro';
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  margin-left: 8px;
  -webkit-transition: .5s margin ease;
  transition: .5s margin ease;
}

.thememove-social-icons {
  display: grid;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: repeat(3, 1fr);
}

.thememove-social-icons .thememove-social-icon {
  background-color: #f6f6f6;
  border-radius: 5px;
  display: block;
  padding: 20px 0;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.thememove-social-icons .thememove-social-icon i {
  color: #000;
  font-family: 'Font Awesome 5 Brands';
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  font-size: 20px;
  font-weight: 300;
}

.thememove-social-icons .thememove-social-icon .social-name {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
}

.thememove-social-icons .thememove-social-icon i,
.thememove-social-icons .thememove-social-icon .social-name {
  margin-top: 3px;
}

.thememove-social-icons .thememove-social-icon .follower {
  color: #000;
  font-size: 13px;
}

.thememove-social-icons .thememove-social-icon.thememove-social-icon-facebook-f:hover {
  background-color: #3b5998;
}

.thememove-social-icons .thememove-social-icon.thememove-social-icon-youtube:hover {
  background-color: #cd201f;
}

.thememove-social-icons .thememove-social-icon.thememove-social-icon-twitter:hover {
  background-color: #1da1f2;
}

.thememove-social-icons .thememove-social-icon.thememove-social-icon-dribbble:hover {
  background-color: #ea4c89;
}

.thememove-social-icons .thememove-social-icon.thememove-social-icon-tm-themeforest:hover {
  background-color: #5f3b15;
}

.thememove-social-icons .thememove-social-icon:hover i,
.thememove-social-icons .thememove-social-icon:hover .social-name,
.thememove-social-icons .thememove-social-icon:hover .follower {
  color: #fff;
}

.thememove-theme-carousel {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  position: relative;
}

.thememove-theme-carousel:active, .thememove-theme-carousel:focus {
  cursor: -webkit-grabbing;
  cursor: -webkit-grabbing;
}

.thememove-theme-carousel .slidee {
  margin: 0;
  padding: 0;
}

.thememove-theme-carousel__item {
  display: inline-block;
  text-align: center;
}

.thememove-theme-carousel__item:first-child {
  margin-left: 0 !important;
}

.thememove-theme-carousel__link {
  position: relative;
}

.thememove-theme-carousel__image {
  border: solid 15px #fff !important;
  border-radius: 3px !important;
  -webkit-box-shadow: 0 30px 40px rgba(0, 0, 0, 0.08) !important;
          box-shadow: 0 30px 40px rgba(0, 0, 0, 0.08) !important;
  display: inline-block !important;
  vertical-align: middle;
}

.thememove-theme-carousel__image.jetpack-lazy-image:not(.jetpack-lazy-image--handled) {
  max-height: 502px;
}

.thememove-theme-carousel__nav {
  color: #777;
  display: none;
  font-size: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.thememove-theme-carousel__nav.disabled {
  opacity: 0 !important;
}

.thememove-theme-carousel__nav.prev-slide {
  left: 20%;
}

.thememove-theme-carousel__nav.next-slide {
  right: 20%;
}

@media (min-width: 768px) {
  .elementor-widget-shortcode.term-description {
    font-size: 18px;
  }
  .thememove-feature-carousel .feature-cell {
    width: 50%;
  }
}

@media (min-width: 991px) {
  .thememove-theme-carousel__nav {
    display: block;
  }
}

@media (min-width: 1025px) {
  .thememove-feature-carousel .feature-cell {
    padding: 0 30px;
  }
}

@media (min-width: 1200px) {
  .thememove-theme-carousel__nav.prev-slide {
    left: 24%;
  }
  .thememove-theme-carousel__nav.next-slide {
    right: 24%;
  }
}

@media (max-width: 1024px) {
  .thememove-social-icons .thememove-social-icon {
    padding: 15px 0;
  }
  .thememove-social-icons .thememove-social-icon .social-name {
    font-size: 13px;
  }
}

/*# sourceMappingURL=../sourcemap/frontend.css.map */
