/*
Theme Name: Spared
Theme URI: https://jamesnash.net
Author: James Nash
Author URI: https://jamesnash.net
Description: Exclusive theme for Spared
Requires at least: 5.9
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.0
Text Domain: vol
This theme uses tailwind css. please use following code to watch css when editing html files
npx tailwindcss -i ./assets/css/tailwind.css -o ./theme.css --watch
*/
:root{
    --color-blue-bonnet : #1b21ea;
    --color-pink : #E5AE9C;
}

html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
   pointer-events: none;
}
a{
    transition: 0.3s;
}
.container-sm{
    max-width: 640px;
}
.container-md{
    max-width: 768px;
}
.container-lg{
    max-width: 1024px;
}
.container-xl{
    max-width: 1280px;
}
.cky-consent-container .cky-notice-btn-wrapper .cky-btn {
  border-width: 1px !important;
}
#mobile-menu{
    right: -100%;
    transition: 0.4s;
}
#mobile-menu.active{
    right: 0;
}
#top-menu li.active a,
#top-menu li.page_item.current-menu-item a{
    color: var(--color-blue-bonnet);
}
#top-menu .sub-menu li{
    padding: 0;
}
#top-menu .sub-menu li a{
    padding-top: 6px;
    padding-bottom: 6px;
}
.process-number{
    font-size: 24vw;
    position: absolute;
    top: calc( 0px + 18vw );
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 0;
    font-weight: bold;
    opacity: 0.05;
}
.intro-screen * {
  min-width: 0;
  min-height: 0;
}
.page-intro a {
  border-bottom: 1px solid;
  padding-bottom: 1.5px;
  transition: 0.3s;
}
.page-intro a:hover{
    color: #E5AE9C;
}
.content-area ul li,
.list-plus p{
  position: relative;
  padding-left: 15px;
  transition: 0.3s;
}
.content-area ul li:not(.product)::before,
.list-plus p::before {
  content: "+";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  transition: 0.5s;
  transform-origin: center;
  font-family: initial;
}
.service-list ul li::before{
    content: "+";
    display: inline-block;
    margin-right: 0.5rem;
    transition: 0.4s;
    transform-origin: center;
    font-family: initial;
}
.service-list ul li:hover::before,
.content-area ul li:hover::before,
#featured-in p:hover::before,
.service-1 .service-list p:last-child a:hover::after {
  transform: rotate(180deg);
}
.wc_stripe_product_payment_methods li::before {
  display: none !important;
}
#featured-in a {
  padding-left: 2px;
}
.volume-service-logo {
  width: 6rem;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 4px;
  margin-bottom: 3px;
}
.service-1 .service-list p:last-child{
  white-space: nowrap;
  text-decoration: underline;
}
.service-1 .service-list p:last-child a::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/wp-content/uploads/2023/08/volume-plus.svg);
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  margin-top: -5px;
  transition: 0.5s;
  transform-origin: center;
}
.service-1 .service-list p:last-child a::before{
    top: 6px;
}
.swiper-button-next::after, 
.swiper-rtl .swiper-button-prev::after,
.swiper-button-prev::after, 
.swiper-rtl .swiper-button-next::after{
    display: none;
}
#intro-screen .swiper-button-next,
.intro-slider .swiper-button-next,
#stories .swiper-button-next,
.home-full-screen-carousel .swiper-button-next{
    width: 75px;
    height: 75px;
}
#intro-screen .swiper-button-prev,
.intro-slider .swiper-button-prev,
#stories .swiper-button-prev,
.home-full-screen-carousel .swiper-button-prev{
    width: 30px;
    height: 30px;
}
#stories .swiper-button-prev {
  bottom: -0.9rem;
  top: auto;
}
#stories .swiper-button-next {
  bottom: -2.3rem;
  top: auto;
}
#intro-screen .swiper-button-next,
#intro-screen .swiper-button-prev,
.intro-slider .navigation-wrapper .swiper-button-next,
.intro-slider .navigation-wrapper .swiper-button-prev {
  position: relative;
}
#intro-screen .swiper-button-next,
.intro-slider .navigation-wrapper .swiper-button-next{
    margin-left: -1%;
}
.project-grid-item.full-width-item .project-overview {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/*.project-overview{
    opacity: 0.01;
    will-change: opacity;
}
.fade-in-up-tween{
    will-change: transform;
}*/
.project-grid-item.has-link:hover .bg-image,
.story-item:hover .bg-image{
    transform: scale(1.10);
}
img.aligncenter{
    text-align: center;
    margin: 0 auto 1.5rem;
}
#featured-in a:hover,
#services a:hover {
    color: var(--color-blue-bonnet);
}
.pagination a:hover,
.site-footer a:hover{
    color: var(--color-pink);
}
#amelia-v2-booking-1000 #amelia-container {
  margin: 0;
  margin-top: 40px;
}
.single-post #main{
    background-color: #f8f8f8;
}
.post-content p{
    margin-bottom: 1.5rem;
}
.post-content a{
    color: var(--color-blue-bonnet);
}
.post-content a:hover{
    text-decoration: underline;
}
.post-content h2{
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2.25rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.post-content h3{
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 2rem;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}
.post-content h4{
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.70rem;
    margin-top: 1.2rem;
    margin-bottom: 0.75rem;
}
.post-content h5 {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 0.75rem;
}
.post-content h6 {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 0.75rem;
}
body:not(.woocommerce-cart, .woocommerce-account) .post-content ul,
body:not(.woocommerce-cart, .woocommerce-account) .post-content ol{
    padding-left: 1rem;
    margin-top: -0.5rem;
    margin-bottom: 1.5rem;
} 
body:not(.woocommerce-cart, .woocommerce-account) .post-content ul li,
body:not(.woocommerce-cart, .woocommerce-account) .post-content ol li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 4px;
  transition: 0.3s;
}
body:not(.woocommerce-cart, .woocommerce-account) .post-content ul li::before {
  content: "+";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  transform-origin: center;
}
.post-content ul li:hover::before{
  transform: rotate(180deg);
}
.post-content ol li{
   list-style-type: decimal;
   list-style-position: inside;
   padding-left: 0;
}
.alm-load-more-btn {
  font-size: 0.875rem !important;
  text-transform: uppercase;
  color: #000 !important;
  border-radius: 0 !important;
  border-color: #000 !important;
  min-width: 203px;
  padding: 15px 10px 12px !important;
  height: auto !important;
  font-weight: 300 !important;
}
.alm-load-more-btn:hover {
  color: var(--color-blue-bonnet) !important;
  border-color: var(--color-blue-bonnet) !important;
  transition: 0.3s;
}
#site-footer .newsletter-form form {
  display: flex;
  align-items: stretch;
  position: relative;
  justify-content: center;
}
#site-footer .newsletter-form form input[type="email"] {
  background-color: transparent !important;
  color: #000 !important;
  border-radius: 0;
  border: 1px solid #000 !important;
  padding: 8px 14px 6px;
  outline: none;
  width: 100%;
}
#site-footer .newsletter-form form input[type="email"]:hover,
#site-footer .newsletter-form form input[type="email"]:focus{
    border-color: var(--color-pink) !important;
}
#site-footer .newsletter-form form .forminator-button-submit {
  background-color: transparent;
  color: #000 !important;
  border-radius: 0;
  width: 40px !important;
  padding: 7px;
  font-size: 30px !important;
  font-family: initial;
  border: 1px solid #000;
  margin-left: -1px;
}
#site-footer .newsletter-form form .forminator-button-submit:focus,
#site-footer .newsletter-form form .forminator-button-submit:hover{
    background-color: var(--color-pink) !important;
    color: var(--color-blue-bonnet) !important;
}
.forminator-row{
    margin-bottom: 0 !important;
}
.forminator-edit-module,
#site-footer .newsletter-form form .forminator-response-message.forminator-error,
#site-footer .newsletter-form form #email-1 .forminator-error-message{
    display: none;
}
#site-footer .newsletter-form form .forminator-response-message {
  position: absolute;
  bottom: -25px;
  font-size: 12px;
  left: 0;
  width: 281px;
  text-align: right;
}
#forminator-module-1916 .forminator-field,
#forminator-module-2401 .forminator-field {
    margin-bottom: 1rem;
}
#forminator-module-1916 .forminator-field .forminator-label,
#forminator-module-2401 .forminator-field .forminator-label {
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  margin-bottom: 2px;
}
#forminator-module-1916 .forminator-button.forminator-button-submit,
#forminator-module-2401 .forminator-button.forminator-button-submit {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 12px;
  border-radius: 0;
  box-shadow: none !important;
}
#forminator-module-1916 .forminator-button.forminator-button-submit:hover,
#forminator-module-2401 .forminator-button.forminator-button-submit:hover{
    background-color: #e5ae9c;
}
.form-html-block .forminator-label {
  display: none !important;
}
.proudly-images img{
  max-height: 60px;
  object-fit: cover;
  object-position: center;
}
.dash-separator p::after {
  content: "|";
  padding-left: 6px;
  padding-right: 3px;
  margin-top: -1px;
}
.mid-para-field textarea{
    height: 80px;
}
.dash-separator p:last-child::after{
    display: none;
}
.wc-stripe-product-checkout-container li {
  padding: 0 !important;
}
.wc-stripe-product-checkout-container button {
  border-radius: 0;
}
.wc-stripe-save-source .save-source-label {
  padding-left: 6px !important;
}
.payment_box iframe:focus-visible {
  outline: none !important;
}
.am-fs__congrats-main img {
  display: none;
}
.am-fs__congrats-info-customer div:nth-child(3), .am-fs__congrats-info-customer div:nth-child(4) {
  display: none !important;
}
.am-fs__congrats-main .am-fs__congrats-main-heading {
  max-width: 400px;
  text-align: center;
  margin-bottom: 40px !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 1.8rem !important;
}
.wonderful-text {
  text-shadow: 2px 0px 0px #fff, 0px 2px 0px #fff, 0px -2px 0px #fff,  -2px 0px 0px #fff;
}
#masthead .show-cart {
  position: relative;
}
.cart-count {
  background-color: gray;
  color: #fff;
  width: 16px;
  display: flex;
  justify-content: center;
  font-size: 12px;
  height: 16px;
  border-radius: 50%;
  align-items: center;
  position: absolute;
  right: -6px;
  top: -5px;
}
#masthead .show-cart:hover .cart-count{
    background-color: #e5ae9c;
}
body.postid-2068  .page-title-bar .post-meta{
    display: none;
}
#top-menu li{
    position: relative;
}
#top-menu .sub-menu {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 39px;
    width: 220px;
    display: none;
    transition: 0.3s;
}
#top-menu li:hover > .sub-menu {
    display: block;
}
#masthead .menu-item-2412 .sub-menu {
  text-align: right;
  left: auto;
  right: 0;
}
#mobile-menu #top-menu{
    margin-bottom: 20px;
}
#mobile-menu #top-menu li{
    margin-bottom: 6px;
}
#mobile-menu #top-menu .sub-menu {
    background-color: transparent;
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    display: none;
    transition: 0.3s;
    padding-left: 20px;
    border-left: 1px solid #000;
    margin-left: 5px;
    margin-bottom: 12px;
}

/***************************************************/
@media only screen and (max-width: 768px){
    .service-1 .service-list a:last-child {
        white-space: normal;
    }
    .intro-slider .swiper-button-next, 
    #stories .swiper-button-next, 
    .home-full-screen-carousel .swiper-button-next {
        width: 72px;
        height: 72px;
    }
    .intro-slider .swiper-button-prev, 
    #stories .swiper-button-prev, 
    .home-full-screen-carousel .swiper-button-prev {
        width: 38px;
        height: 72px;
    }
    .service-1 .service-list p:last-child a::after {
        width: 1rem;
        height: 1rem;
    }
    #services .list-plus p {
        display: inline;
        line-height: 1.5rem;
        padding: 0;
    }
    #services .list-plus p::before {
        content: "|";
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding-right: 8px;
        padding-left: 5px;
        top: 0;
        left: 0;
        margin-top: -2px !important;
    }
    #services .list-plus p:first-child::before{
        display: none;
    }

}