.explara-grid-container {
    width: 100%;
    max-width: 1200px;

    .exrow:before,
    .exrow:after {
        content: "";
        display: table;
        clear: both;
    }
}

.explara_common_msg {
    line-height: normal;
    font-size: 14px;
    padding: 20px 0px;
    color: #212121;
}

.explara-grid-container * {
    box-sizing: border-box;
}

.excol-1, .excol-2, .excol-3, .excol-4, .excol-5, .excol-6, .excol-7, .excol-8, .excol-9, .excol-12 {
    float: left;
    min-height: 1px;
    padding: 0 12px;
}

.excol-1 {
    width: 8.33333333%;
}

.excol-2 {
    width: 16.66%;
}

.excol-3 {
    width: 25%;
}

.excol-4 {
    width: 33.33%;
}

.excol-5 {
    width: 41.66666667%;
}

.excol-6 {
    width: 50%;
}

.excol-7 {
    width: 58.33333333%;
}

.excol-8 {
    width: 66.664%;
}

.excol-9 {
    width: 83.33%;
}

.excol-12 {
    width: 100%;
}

.explara-payment-container {
    opacity: 1;
    padding: 0px;
    border-width: 0px;
    border-radius: 0px;
    border-color: rgb(200, 200, 200);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 2px 0px;
    max-width: 1062px;
    margin: 40px auto;
    padding: 50px;

    .explara-payment {
        margin-bottom: 30px;
    }

    h2 {
        color: rgb(112, 213, 217);
        font-size: 36px;
        font-weight: 400;
        letter-spacing: .3px;
    }

    h4 {
        color: rgb(51, 51, 51);
        font-size: 14px;
        margin-top: 30px;
    }

    .explara-ticket-card {
        h2 {
            color: rgb(51, 51, 51);
            font-size: 20px;
        }

        p {
            color: rgb(85, 85, 85);
            font-size: 14px;

            /* margin: 20px 0; */
            margin-top: 3px;
        }

        opacity: 1;
        padding: 0px;
        border-width: 0px;
        border-radius: 2px;
        border-color: rgb(200, 200, 200);
        border-style: solid;
        background-color: rgb(255, 255, 255);
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
        background-position: center center;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 2px 0px;
        max-width: 455px;
        padding: 20px;
        margin: 20px 0 60px 0;

        .address {
            color: rgb(85, 85, 85);
            font-size: 14px;
            margin-top: 20px;
            padding: 0;
        }
    }

    #explara-social-share {
        .ozWidgetRioButtonContents_ {
            line-height: 20px !important;
        }

        h3 {
            line-height: 24px;
            color: rgb(79, 88, 168);
            font-size: 14px;
            margin-bottom: 20px;
        }

        li {
            height: 22px;
            float: left;
            padding: 0 5px !important;
        }

        a {
            opacity: 1;
            border-color: #dddddd;
            background-color: #3ba1f2;
            background-image: none;
            color: white;
            padding: 0px 8px;
            border-width: 0px;
            border-radius: 3px;
            vertical-align: top;
            font-size: 12px;
            font-style: normal;
            text-align: center;
            height: 20px;
            line-height: 19px;
            display: inline-block;
            transition: all 300ms linear;

            &:hover, &:active, &:focus {
                text-decoration: none;
                background-color: darken(#3ba1f2, 15%);
            }

            .fa {
                font-size: 12px;
                vertical-align: middle;
            }

            &.fb {
                background-color: rgb(59, 89, 152);

                &:hover, &:active, &:focus {
                    text-decoration: none;
                    background-color: darken(#3b5998, 15%);
                }
            }

            &.g-plus {
                background-color: rgb(221, 75, 57);

                &:hover, &:active, &:focus {
                    text-decoration: none;
                    background-color: darken(#dd4b39, 15%);
                }
            }
        }
    }

    .explara-thankyou-msg {
        color: rgb(153, 153, 153);
        font-size: 14px;
        margin: 60px 0 20px;
    }

    img {
        height: 350px;
        float: right;
    }

    .ozWidgetRioButton_ {
        height: 20px !important;
    }
}

.explara_load_more {
    outline: none;
    border: none;
    background-color: #db4344;
    font-size: 16px;
    letter-spacing: .2px;
    color: #FFFFFF;
    padding: 8px 36px;
    border-radius: 3px;
    transition: all 300ms linear;
    position: relative;
}

.explara_header {
    margin: 30px 0;
}

.exp_btn_header {
    padding: 5px 20px !important;
    font-size: 14px;
    color: #fff;
    background-color: #3dc6c4;
    outline: none;
    border: none;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
    transition: all 300ms linear;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    border-radius: 0 !important;

    &:hover, &:active, &:focus {
        text-decoration: none;
        background-color: darken(#3dc6c4, 15%);
        color: #fff !important;
    }
}

.explara_selected_date {
    margin-bottom: 20px;

    select {
        height: 36px;
        border-radius: 5px;
        border-color: #c8c8c8;
        box-shadow: none;
        background-color: transparent;
        min-width: 150px;
        outline: none;
    }
}

.flatpickr-month {
    height: 40px !important;
}

.flatpickr-prev-month:hover svg, .flatpickr-next-month:hover svg {
    fill: #fff;
}

#explara-reset {
    h1, h2, h3, h4, h5, h6 {
        margin: 0px;
        margin: 10px 0;
        line-height: 1em;
    }

    select {
        padding: 0;
    }

    .exp_category_checkout_side {
        ul {
            list-style: none;
            padding: 0;
            margin: 0;

            li {
                padding: 25px 15px;
                min-height: 72px;
                margin-bottom: 30px;
            }
        }

        .exp_active_list {
            background-color: #eeeeee;
        }
    }
}

.expl-form-group {
    margin-bottom: 25px;
    position: relative;

    .valid, .invalid {
        position: absolute;
        right: -18px;
        top: 36px;
        color: rgb(7, 198, 119);
    }

    .invalid {
        color: rgba(219, 67, 68, 0.8);
    }

    label {
        color: rgba(0, 0, 0, 0.52);
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 5px !important;
    }

    input {
        height: 40px;
        box-shadow: none;
        border-color: rgba(0, 0, 0, 0.1);
    }

    select {
        height: 40px;
        box-shadow: none;
        border-color: rgba(0, 0, 0, 0.1);
    }

    textarea {
        box-shadow: none;
        border-color: rgba(0, 0, 0, 0.1);
    }

    p {
        margin: 0;
        line-height: normal;
        font-variant: normal;
        color: rgba(0, 0, 0, 0.82);
        font-size: 14px;

        &.note {
            font-size: 11px;
            color: rgba(0, 0, 0, 0.4);
            margin-top: 5px;
        }
    }
}

.flex-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    background-color: #ffffff;

    .col {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1 !important;
    }
}

.exp-membership-form-tab {
    min-width: 738px;
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid rgba(200, 200, 200, 0.6);
    border-radius: 3px;
    padding: 0 !important;
    margin: 0 auto 40px !important;

    .btn {
        border-radius: 0px;
        border: none;
        color: rgba(0, 0, 0, 0.4);
        font-size: 16px;
        font-weight: 600;
        padding: 15px;
        margin-right: 0;

        span {
            color: rgba(0, 0, 0, 0.2);
            border-width: 2px;
            border: 2px solid rgba(0, 0, 0, 0.2);
            background-color: rgba(255, 255, 255, 0);
            width: 25px;
            height: 25px;
            border-radius: 50%;
            display: inline-block;
            margin-right: 8px;
            line-height: 22px;
            font-size: 14px;
        }

        &.active {
            background-color: #07c677;
            color: #fff;
            border-bottom-right-radius: 0px;
            border-top-right-radius: 0px;
            box-shadow: none;

            span {
                color: #fff;
                background-color: transparent;
                border-color: #fff;
            }
        }
    }
}