/* Vendor Registration Page */
#top-of-page {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #262626 url('https://charactersforparty.com/wp-content/uploads/2022/04/xgpidyr.gif') no-repeat center center;
    z-index: 9999;
}
#mk-page-id-29548 {
    margin: 0 !important;
}
.btn-custom, .btn-custom:hover, .btn-custom:active {
    background-color: #f3051c;
    color: #fff;
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: 600;
    font-size: 18px;
    min-width: 100px;
}
.vendor-theme p {
    font-size: x-large;
}
.vendor-theme h2 {
    font-size: 50px !important;
    font-weight: 500 !important;

}
.vendor-theme h3 {
    font-size: 34px !important;
    font-weight: 500 !important;

}
.vendor-theme h4 {
    color: #253b6f;
    margin-bottom: 15px;
    font-size: 20px !important;
    font-weight: 500;
    text-transform: none;
    
}
.vendor-theme ul li {
    font-size: large;
}
.vendor-theme .banner {
    height: 990px;
    padding: 10vh 0 0;
    background-color: #5f015d;
}
.vendor-theme .banner h1 {
    font-size: 85px;
    font-weight: 500;
    color: #fff;
}
.vendor-theme .banner p {
    color: #fff;
    font-size: 22px;
}
.vendor-theme .banner .emailOuter {
    max-width: 600px;
}
.vendor-theme .banner .emailOuter input {
    margin-bottom: 0 !important;
}
.vendor-theme .about {
    padding: 120px 0 40px;
    background-color: rgb(247, 247, 247);
    position: relative;
}
.vendor-theme .about h3 {
    text-align: center;
}
.vendor-theme .work {
    padding: 40px 0;
}
.vendor-theme .work img {
    margin: 10px 0 15px;
}
.vendor-theme .work .deliverOption {
    max-width: 500px;
    margin: auto;
}
.vendor-theme .signup {
    padding: 40px 0;
    background-color: rgb(255, 240, 237);
}
.vendor-theme .signup .signupPoints {
    max-width: 800px;
    margin: auto;
}
.vendor-theme .faq {
    padding: 40px 0;
}
.vendor-theme .faq p {
    font-size: large;
}
.vendor-theme .zipcode-wrapper {
    width: 100% !important;
}
.vendor-theme #customer_location_wrap b {
    display: none;
}
.vendor-theme .zipcode-wrapper .zipcode-search,.vendor-theme .zipcode-wrapper .zipcode-search2 {
    display: none;
}



.msform {
    max-width: 800px;
    //margin: 50px auto;
    margin-top: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 40%);
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    min-height: 500px;
}
.msform fieldset {
    //background: white;
    //border: 0 none;
    //border-radius: 3px;
    //box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    //padding: 20px 30px;
    //box-sizing: border-box;
    //width: 100%;
    //min-height: 470px;
    
    /*stacking fieldsets above each other*/
    position: relative;
    border: none;
}
/*Hide all except first fieldset*/
/*.msform fieldset:not(:first-of-type) {
    display: none;
}*/
/*inputs*/
.msform input, .msform textarea, .msform select {
    margin-top: 10px;
    margin-bottom: 0 !important;
}
.msform .form-check-input {
    margin-top: 0.25em;
}
/*buttons*/
.msform .action-button.next, .msform .action-button.submit, .msform .action-button.submit_ {
    min-width: 100px;
    background-color: #0fb30f;
    color: #fff;
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 40px;
    border: 2px solid #0fb30f;
    border-radius: 5px;
    margin: 0;
    transition: transform .2s;
    letter-spacing: 1px;
    margin-top: 20px;
}
.msform .action-button.previous {
    min-width: 100px;
    background-color: #fff;
    color: ##7f7f7f;
    font-family: 'Brandon Grotesque', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 40px;
    border: 2px solid #fff;
    border-radius: 5px;
    margin: 0;
    transition: transform .2s;
    letter-spacing: 1px;
    margin-top: 35px;
    text-decoration: underline;
}
.msform .buttonsOuter p {
    color: #7f7f7f;
    font-size: 12px;
    text-align: left;
    padding: 20px 15px 0;
    margin-bottom: 0;
}
/*.signupform .msform .action-button:hover, .msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #f3051c;
}*/
/*headings*/
.fs-title {
    //font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}
.fs-subtitle {
    font-weight: normal;
    //font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
    margin-bottom: 0 0 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    color: white;
    width: 25%;
    float: left;
    position: relative;
    margin: 0;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 25px;
    line-height: 25px;
    display: block;
    font-size: 16px;
    color: #333;
    background: white;
    border-radius: 5px;
    margin: auto;
    font-weight: 600;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
    background: #27AE60;
    color: white;
}
.vendor-theme .servicesOptions label {
    font-size: larger;
    text-align: left;
    width: 100%;
}
.vendor-theme .zipcode-wrapper .zipcode-icon {
    border-left: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-top: 10px;
}
.vendor-theme .zipcode-wrapper #zip, .vendor-theme .zipcode-wrapper #zip2 {
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 16px;
}
.vendor-theme .zipcode-wrapper #zip::-webkit-input-placeholder, .vendor-theme .zipcode-wrapper #zip2::-webkit-input-placeholder {
    font-weight: lighter;
}
.vendor-theme .zipcode-wrapper #zip::-moz-placeholder, .vendor-theme .zipcode-wrapper #zip2::-moz-placeholder {
    font-weight: lighter;
}
.vendor-theme .zipcode-wrapper #zip::-ms-input-placeholder, .vendor-theme .zipcode-wrapper #zip2::-ms-input-placeholder {
    font-weight: lighter;
}
.extraLargeScreen {
    display: none;
}

@media screen and (min-width: 2000px) {
    .vendor-theme .banner {
        height: 90vh;
    }
    .leftBannerMain {
        padding-left: 5%;
        display: flex;
        flex-direction: column;
        justify-content: right;
        align-items: flex-end;
    }
    .extraLargeScreen {
        display: block;
    }
}

@media screen and (max-width: 576px) {
    #theme-page .theme-page-wrapper.full-width-layout {
        margin: 0 !important;
    }
    .vendor-theme .about {
        padding: 60px 0 40px;
    }
    .vendor-theme h3 {
        font-size: 24px !important;
        font-weight: 500 !important;
    }
    .vendor-theme .banner h1 {
        font-size: 45px;
    }
    .vendor-theme h2 {
        font-size: 36px !important;
    }
    .vendor-theme p {
        font-size: large;
    }
    .calculator {
        padding: 40px 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .vendor-theme .banner {
        height: auto;
        padding: 5vh 0;
    }
    #customer_location_wrap {
        margin-bottom: 0 !important;
    }
    .vendor-theme .footerBefore {
        padding-top: 40px;
    }
    .calculator .result .resultBox {
        margin-top: 15px;
    }
    .calculator .result .resultBox h5 {
        padding: 0;
        min-height: auto;
        font-size: 24px;
    }
    .vendor-theme .footerBefore .leftMajorText {
        font-size: 24px;
    }
    .order1 {
        order: 1;
    }
    .order2 {
        order: 2;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .vendor-theme .banner {
        height: auto;
    }
    .vendor-theme .about {
        padding: 70px 0 40px;
    }
    .vendor-theme .footerBefore {
        padding-top: 40px;
    }
    .calculator .result .resultBox {
        margin-bottom: 15px;
    }
    .calculator .result .resultBox h5 {
        padding: 10px 0;
        min-height: auto;
    }
}

@media screen and (min-width: 992px) {
    .vendor-theme .banner .bannerRight {
        margin-left: 50px;
    }
}

@media screen and (min-width: 577px) and (max-width: 991px) {
    .vendor-theme .banner h1 {
        font-size: 55px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .vendor-theme .banner h1 {
        font-size: 60px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .vendor-theme .banner h1 {
        font-size: 70px;
    }
}

@media (min-width: 1224px) {

.hKLcRx {
    gap: 32px;
}
}
@media (min-width: 768px) {

.hKLcRx {
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    gap: 16px;
}
.hKLcRx::before {
    z-index: 0;
    position: absolute;
    top: 18px;
    left: 16%;
    right: 16%;
    content: "";
    border-top: 3px dotted rgb(35, 48, 105);
}
}
.hKLcRx {
    display: grid;
    gap: 32px;
}

.izZRkm {
    z-index: 1;
}

.jpqjCd {
    font-weight: 600;
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 18px;
    margin: auto auto 16px;
    color: rgb(35, 48, 105);
    border: 2px solid rgb(35, 48, 105);
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    padding-left: 13px;
}

.bbcVOY > :not(:last-child) {
    margin-bottom: 16px;
}

.bbcVOY img {
    height: 150px !important;
    margin: auto;
}

.bbcVOY {
    display: flex;
    flex-direction: column;
}

.imagePartialText {
    padding: 40px 0;
}

.imagePartialText1 {
    background-image: linear-gradient(75deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgb(255, 225, 65) 40%, rgb(255, 225, 65) 100%);
}

.imagePartialText2 {
    background-image: linear-gradient(285deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgb(228, 235, 247) 40%, rgb(228, 235, 247) 100%);
}

.imagePartialText3 {
    background-image: linear-gradient(75deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgb(255, 240, 237) 40%, rgb(255, 240, 237) 100%);
}

.imagePartialText4 {
    background-image: linear-gradient(285deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgb(51 209 91) 40%, rgb(231, 255, 237) 100%);
}

:root {
    scroll-behavior: auto;
}

.msform fieldset{display: none;}
.msform fieldset.current{display: block;}
.msform .error {
    color: #f00;
    float: left;
    margin-bottom: 5px;
}

.calculator {
    padding: 40px;
}

.calculatorRange {
    width: 87%;
    margin-right: 3%;
}

.calculator .calculatorRangeOuter {
    margin-bottom: 30px;
}

.calculator label {
    font-size: 20px;
}

.calculator .result .resultBox {
    border: 1px solid #e6e6e6;
}

.calculator .result .resultBox h4 {
    background-color: #ff8000;
    color: #fff;
    text-align: center;
    padding: 10px 0 20px;
}

.calculator .result .resultBox h5 {
    padding: 20px 0;
    text-align: center;
    min-height: 85px;
    font-size: 30px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.calculator .result {
    padding: 0 30px;
}

.msform select {
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 15px !important;
}

.msform .iti__flag-container {
    max-height: 46px;
    margin-top: 10px;
}

.msform .iti.iti--allow-dropdown {
    width: 100%;
}

.vendor-theme .footerBefore {
    background-color: #5F015E !important;
}

.vendor-theme .footerBefore h2 {
    color: #fff;
}

.vendor-theme .footerBefore .leftMajorText {
    color: #fff;
    font-size: 32px;
}

.page-template-vendor-registration-php #mk-footer {
    background-color: #2b2b2b;
    -webkit-box-shadow: 0 0 50px 2px rgb(0 0 0 / 65%);
    box-shadow: 0 0 50px 2px rgb(0 0 0 / 65%);
}

.page-template-vendor-registration-php #mk-footer .footer-wrapper {
    display: none;
}

.page-template-vendor-registration-php #sub-footersocial {
    display: none;
}

.page-template-vendor-registration-php .mk-main-navigation {
    visibility: hidden;
}

#msform2 {
    margin-bottom: 50px;
}


:root {
    --yellow: #ffd049;
    --light-yellow: #fdf2d2;
    --orange: #ff8000;
    --light-gray: #e3e4e8;
    --gray: #71738b;
    --light-blue: #7a7c93;
    --blue: #34385a;

    --slider-handle-size: 14px;
    --slider-handle-border-radius: 2px;
    --slider-handle-margin-top: -4px;
    --slider-track-height: 6px;
    --slider-track-border-radius: 4px;
}

#wrapper {
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}

#sliderContainer {
    width: 100%;
    padding: 40px;
    box-shadow: 0px 8px 40px rgb(128 128 128 / 15%);
}

#sliderContainer>div:first-child {
    margin-bottom: 48px;
}

.tick-slider-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.tick-slider-header>h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    color: var(--gray);
}

.tick-slider {
    position: relative;
    width: 100%;
}

.tick-slider-value-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
    font-size: 16px;
    color: var(--gray);
}

.tick-slider-value {
    position: absolute;
    top: 0;
    font-weight: bold;
    color: var(--blue);
    border-radius: var(--slider-handle-border-radius);
}

.tick-slider-value>div {
    animation: bulge 0.3s ease-out;
}

.tick-slider-background,
.tick-slider-progress,
.tick-slider-tick-container {
    position: absolute;
    bottom: 7.5px;
    left: 0;
    height: var(--slider-track-height);
    pointer-events: none;
    border-radius: var(--slider-track-border-radius);
    z-index: -1;
}

.tick-slider-background {
    width: 100%;
    background-color: var(--light-gray);
}

.tick-slider-progress {
    background-color: var(--yellow);
}

.tick-slider-tick-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 calc(var(--slider-handle-size) / 2);
}

.tick-slider-tick {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: white;
}

.tick-slider-label {
    opacity: 0.85;
    transition: opacity 0.1s ease;
}

.tick-slider-label.hidden {
    opacity: 0;
}

@keyframes bulge {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/*

    REMOVE SLIDER STYLE DEFAULTS

*/
input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    background: transparent;
    outline: none;
    margin: 5px 0;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
}

input[type="range"]:focus {
    outline: none;
}

input[type="range"]::-moz-focus-outer {
    border: 0;
}

/*

    HANDLE

*/
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: var(--slider-handle-size);
    height: var(--slider-handle-size);
    background: var(--orange);
    border-radius: var(--slider-handle-border-radius);
    cursor: pointer;
    margin-top: var(--slider-handle-margin-top);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

input[type="range"]:hover::-webkit-slider-thumb,
input[type="range"]:focus::-webkit-slider-thumb {
    transform: scale(1.2);
}

input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    width: var(--slider-handle-size);
    height: var(--slider-handle-size);
    background: var(--orange);
    border: none;
    border-radius: var(--slider-handle-border-radius);
    cursor: pointer;
    transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

input[type="range"]:hover::-moz-range-thumb,
input[type="range"]:focus::-moz-range-thumb {
    transform: scale(1.2);
}

/*

    TRACK

*/

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: var(--slider-track-height);
    cursor: pointer;
    background: none;
    border-radius: var(--slider-track-border-radius);
}

input[type="range"]::-moz-range-track {
    width: 100%;
    height: var(--slider-track-height);
    cursor: pointer;
    background: none;
    border-radius: var(--slider-track-border-radius);
}

input[type="range"]:focus::-webkit-slider-runnable-track {
    background: none;
}
input[type="range"]:active::-webkit-slider-runnable-track {
    background: none;
}

#dayValue div span {
    display: none;
}

.add-cart-responsive-state, span.mk-footer-copyright a {
    display: none !important;
}

.msform .successResult {
    height: 460px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.msform .successResult img {
    width: 100px;
    margin-bottom: 20px;
}

.waitResult {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #262626 url('https://charactersforparty.com/wp-content/uploads/2022/04/xgpidyr.gif') no-repeat center center;
    z-index: 9999;
    top: 0;
}