/* WDKC Slider Outerwrap */
.wdkc-slider-outerwrap {
    position: absolute;
    width: 100vw;
    left: 100vw;
    transition-delay: .1s;
    transition: .5s;
}
.fullyloaded.wdkc-slider-outerwrap {
    left: 0vw;
}
/* WDKC Slider Container */
.wdkc-slider {
    position: relative;
    overflow: hidden;
    height: 750px;
    width: auto;
}


/* Background Video & Image */
.slide-background video,
.slide-background img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.slide-background:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1d1d1d;
    opacity: 0.3;
}

/* Slide Content */
.slide-content {
    position: absolute;
    z-index: 10;
    width: clamp(0px, 1500px, 100%);
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    padding: 0px 100px;
}
.slide h2 {
    font-size: 55px;
    font-weight: 600;
    width: clamp(0px, 675px, 100%);
}
.slide p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3em;
    width: clamp(0px, 675px, 100%);
}
.slide a {
    color: #232A58;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    background: #fff;
    padding: 10px 35px;
    margin-top: 30px;
    display: inline-block;
    border-radius: 5px;
}
.slide a:hover {
    background: #232A58;
    color: #fff;

}
/* Navigation Dots */
.navigation-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 50px;
    z-index: 3;
}
.nav-dot {
    width: 200px;
    height: 14px;
    border-radius: 50px;
    background: transparent;
    border: 2px solid #fff;
    cursor: pointer;
    transition: .5s;
}
.nav-dot:hover,
.nav-dot.active {
    background: #fff;
}

.contentclear {
    clear: both;
    display: block;
    position: relative;
    padding-top: 750px;
    z-index: -1;
}
.slides-wrapper {
    display: block;
    width: calc(100vw - 20px);
    height: 735px;
    margin: 10px 10px;
    -webkit-mask-image: url(https://www.tfes.com/wp-content/uploads/2025/03/TaylorForge-Branded-Slider-Mask.png);
    mask-image: url(https://www.tfes.com/wp-content/uploads/2025/03/TaylorForge-Branded-Slider-Mask.png);
    -webkit-mask-size: 100% 735px;
    mask-size: 100% 735px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.wdkc-slider .slides-wrapper:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(https://www.tfes.com/wp-content/uploads/2025/03/TaylorForge-Branded-Slider-Mask-Border.png);
    width: calc(100% - 20px);
    height: 100%;
    z-index: 9;
    background-size: 100% 735px;
    transform: scale(1.001);
}
.wdkc-slider .slide {
    position: absolute;
    width: calc(100% - 60px);
    height: 735px;
    top: 0;
    left: 0;
    display: none;
    margin: 0px 0px;
}

.slide-background {
    z-index: 1;
    position: relative;
}
body.home header.entry-header {
    display: none;
}


@media only screen and (max-width: 1550px) {
	.slide-content {
		padding: 0px 150px;
	}
}
@media only screen and (max-width: 1350px) {
    .slides-wrapper {
        width: calc(100vw - 10px);
        height: 575px;
        -webkit-mask-image: url(https://www.tfes.com/wp-content/uploads/2025/03/TaylorForge-Branded-Slider-Mask.png);
        mask-image: url(https://www.tfes.com/wp-content/uploads/2025/03/TaylorForge-Branded-Slider-Mask.png);
        -webkit-mask-size: 100% 575px;
        mask-size: 100% 575px;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        margin: 0px 5px;
    }
    .wdkc-slider .slides-wrapper:after {
        display: none;
    }
    .wdkc-slider,
    .wdkc-slider .slide {
        height: 595px;
    }
}
@media only screen and (max-width: 1200px) {
    body.home:before {
        height: 420px;
    }
    .wdkc-slider {
        height: 560px;
    }
    .slide h2 {
        font-size: 45px;
        font-weight: 600;
        width: clamp(0px, 575px, 100%);
        line-height: 1em;
    }
    .wdkc-slider .slides-wrapper:after {
        display: none;
    }
    .slides-wrapper {
        width: calc(100vw - 20px);
        height: 550px;
        -webkit-mask-image: url(https://www.tfes.com/wp-content/uploads/2025/03/TaylorForge-Branded-Slider-Mask.png);
        mask-image: url(https://www.tfes.com/wp-content/uploads/2025/03/TaylorForge-Branded-Slider-Mask.png);
        -webkit-mask-size: 100% 550px;
        mask-size: 100% 550px;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }
    .wdkc-slider .slide {
        height: 570px;
    }
    .navigation-dots {
        bottom: 25px;
    }
    .slide a {
        margin-top: 0px;
    }
}
@media only screen and (max-width: 1024px) {
    body.home:before {
        height: 375px;
    }
    .wdkc-slider {
        height: 470px;
    }
    .slide h2 {
        font-size: 40px;
        font-weight: 600;
        width: clamp(0px, 475px, 100%);
        line-height: 1em;
    }
    .wdkc-slider .slides-wrapper:after {
        display: none;
    }
    .slides-wrapper {
        width: calc(100vw - 20px);
        height: 450px;
        -webkit-mask-image: url(https://www.tfes.com/wp-content/uploads/2025/03/TaylorForge-Branded-Slider-Mask.png);
        mask-image: url(https://www.tfes.com/wp-content/uploads/2025/03/TaylorForge-Branded-Slider-Mask.png);
        -webkit-mask-size: 100% 450px;
        mask-size: 100% 450px;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }
    .wdkc-slider .slide {
        height: 470px;
    }
    .navigation-dots {
        bottom: 25px;
    }
    .slide a {
        margin-top: 0px;
    }
    .navigation-dots {
        bottom: 30px;
    }
    .nav-dot {
        width: 125px;
        height: 10px;
    }
}
@media only screen and (max-width: 900px) {
    .slide-content {
        padding: 0px 100px;
    }
    .slide h2 {
        font-size: 35px;
        font-weight: 600;
        width: clamp(0px, 400px, 100%);
        line-height: 1em;
    }
    .slide p {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.2em;
        width: clamp(0px, 450px, 100%);
    }
    .slide a {
        font-size: 18px;
    }
    body.home:before {
        height: 375px;
    }
    .slides-wrapper {
        width: calc(100vw - 20px);
        height: 420px;
        -webkit-mask-image: url(https://www.tfes.com/wp-content/uploads/2025/03/TaylorForge-Branded-Slider-Mask.png);
        mask-image: url(https://www.tfes.com/wp-content/uploads/2025/03/TaylorForge-Branded-Slider-Mask.png);
        -webkit-mask-size: 100% 420px;
        mask-size: 100% 420px;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }
    .wdkc-slider,
    .wdkc-slider .slide {
        height: 440px;
    }
}
@media only screen and (max-width: 800px) {
    .slide h2 {
        font-size: 32px;
        font-weight: 600;
        width: clamp(0px, 350px, 100%);
        line-height: 1em;
    }
    .slide p {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.2em;
        width: clamp(0px, 400px, 100%);
    }
    .slide a {
        font-size: 18px;
    }
    body.home:before {
        height: 350px;
    }
    .slides-wrapper {
        width: calc(100vw - 20px);
        height: 400px;
        -webkit-mask-image: url(https://www.tfes.com/wp-content/uploads/2025/03/TaylorForge-Branded-Slider-Mask.png);
        mask-image: url(https://www.tfes.com/wp-content/uploads/2025/03/TaylorForge-Branded-Slider-Mask.png);
        -webkit-mask-size: 100% 400px;
        mask-size: 100% 400px;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }
    .wdkc-slider,
    .wdkc-slider .slide {
        height: 410px;
    }
}
@media only screen and (max-width: 730px) {
    .slide h2 {
        font-size: 30px;
        font-weight: 600;
        width: clamp(0px, 375px, 100%);
        line-height: 1em;
    }
    .slide p {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.2em;
        width: clamp(0px, 400px, 100%);
    }
    .slide a {
        font-size: 18px;
        padding: 10px 15px;
    }
    body.home:before {
        height: 350px;
    }
    .slides-wrapper {
        width: calc(100vw - 20px);
        height: 375px;
        -webkit-mask-image: url(https://www.tfes.com/wp-content/uploads/2025/03/TaylorForge-Branded-Slider-Mask.png);
        mask-image: url(https://www.tfes.com/wp-content/uploads/2025/03/TaylorForge-Branded-Slider-Mask.png);
        -webkit-mask-size: 100% 375px;
        mask-size: 100% 375px;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }
    .wdkc-slider,
    .wdkc-slider .slide {
        height: 395px;
    }
    .slide-background {
        height: 100%;
    }
    .slide-background video, 
    .slide-background img {
        width: auto !important;
        min-height: 100% !important;
        max-width: none;
        min-width: 100%;
        max-height: 110%;
    }
    .navigation-dots{
        gap: 30px;
    }
    .nav-dot {
        width: 75px;
        height: 10px;
    }
    .nav-dot {
        border: 2px solid #0c1c34;
    }
    .nav-dot:hover, 
    .nav-dot.active {
        background: #0c1c34;
    }
    .slide-content {
        color: #fff;
    }
    .slide-background:before {
        background: #000;
        opacity: 0.5;
    }
    .slide-content {
        top: 90px;
        transform: translate(-50%, 0%);
    }
}
@media only screen and (max-width: 650px) {
    .slides-wrapper {
        width: calc(100vw - 10px);
        height: 330px;
        -webkit-mask-image: url(https://www.tfes.com/wp-content/uploads/2025/03/TaylorForge-Branded-Slider-Mask.png);
        mask-image: url(https://www.tfes.com/wp-content/uploads/2025/03/TaylorForge-Branded-Slider-Mask.png);
        -webkit-mask-size: 100%;
        mask-size: 100%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        margin: 0px 5px;
    }
    .slide-content {
        top: 60px;
    }
    .wdkc-slider .slides-wrapper::after {
        content: "";
        position: absolute;
        display: block;
        top: 0px;
        left: 5px;
        width: 100%;
        height: 100%;
        z-index: 9;
        transform: scale(1);
        background: url(https://www.tfes.com/wp-content/uploads/2025/03/TaylorForge-Branded-Slider-Mask-Border.png);
        background-size: calc(100% - 10px) auto;
        background-repeat: no-repeat;
    }
}
@media only screen and (max-width: 600px) {
    .slide-content {
        top: auto;
        color: #0c1c34;
        bottom: 50px;
        text-align: left;
        padding: 0px 25px;
    }
    .slide-content h2,
    .slide-content p {
        text-align: left;
        width: 100%;
    }
    .navigation-dots {
        bottom: 20px;
        z-index: 99;
    }
    .wdkc-slider-outerwrap.fullyloaded:after {
        display: none;
    }
    .wdkc-slider, 
    .wdkc-slider .slide,
    .slides-wrapper {
        height: 575px;
    }
    .slides-wrapper {
        width: calc(100vw - 10px);
        height: 100%;
        -webkit-mask-image: none;
        mask-image: none;
        -webkit-mask-size: 100%;
        mask-size: 100%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        margin: 0px 5px;
    }
    .slide-background {
        width: calc(100vw - 10px);
        height: 330px;
        -webkit-mask-image: url(https://www.tfes.com/wp-content/uploads/2025/03/TaylorForge-Branded-Slider-Mask.png);
        mask-image: url(https://www.tfes.com/wp-content/uploads/2025/03/TaylorForge-Branded-Slider-Mask.png);
        -webkit-mask-size: 100%;
        mask-size: 100%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        margin: 0px 5px;
    }
    .contentclear {
        padding-top: 575px !important;
    }
    .slide a {
        background: #0c1c34;
        color: #fff;
        padding: 10px 25px;
    }
    .slide a:after {
        color: #fff;
    }
    .slide a:after {
        transform: translate(15px, 1px);
        filter: invert(1);
    }
}
@media only screen and (max-width: 575px) {
    .slide h2 {
        font-size: 28px;
    }
    .slide p {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.2em;
    }
    body.home:before {
        height: 250px;
    }
    .wdkc-slider, 
    .wdkc-slider .slide, 
    .slides-wrapper {
        height: 520px;
    }
    .navigation-dots {
        bottom: 0px;
    }
    .slide h2,
    .slide p {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 500px) {
    .navigation-dots{
         gap: 20px;
    }
}
@media only screen and (max-width: 450px) {
    .wdkc-slider, 
    .wdkc-slider .slide, 
    .slides-wrapper {
        height: 475px;
    }
    .contentclear {
        padding-top: 550px !important;
    }
}
@media only screen and (max-width: 400px) {
    .wdkc-slider-outerwrap {
        padding-top: 50px;
    }
}