    /*
_____ _
|_   _| |__   ___ _ __ ___   ___ _   _ _ __ ___
| | | '_ \ / _ \ '_ ` _ \ / _ \ | | | '_ ` _ \
| | | | | |  __/ | | | | |  __/ |_| | | | | | |
|_| |_| |_|\___|_| |_| |_|\___|\__,_|_| |_| |_|

*  --------------------------------------
*         Table of Content
*  --------------------------------------
*  01. Product Slider
*  02. FAQ
*  03. eventco Tab Slider
*  04. Contact Page
*  05. Woo Product Shortcode
*  06. Client Testimonial Shortcode
*  07. Campaign Category Shortcode
*  08. Popular Campaign Post Shortcode
*  09. Progress Bar section Shortcode
*  10. Themeum Campaign Shortcode
*  11. Coming Soon
*  12. 404 page
*  13. Blog Post
*  14. Blog Sidebar & Widget
*  15. Blog Pagination
*  16. Menu
*  17. Mobile Menu
*  18. Login Register
*  19. Footer
*  20. Contact Form
*  21. Campaign Form
*  22. Dashboard
*  23. Login & Registration
*  24. Team Addons
*  24. Campain Item
*  24. Post Tab
*  --------------------------------------
*  -------------------------------------- */
    /* -------------------------------------- *
*          Button
* --------------------------------------- */
body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
}

    .thm-btn,
    .btn {
        line-height: 43px;
        padding: 0 25px;
        color: #fff;
        display: inline-block;
        border-radius: 3px;
        -webkit-transition: .4s;
        transition: .4s;
        border: 1px solid;
    }
    button.eventco-remind-me {
        padding: 10px 26px;
        font-weight: 400;
        font-size: 14px;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 3px;
        transition: 400ms;
        -webkit-transition: 400ms;
        font-family: Poppins, sans-serif;
        background: #5E74B4;
        color: #fff;
        margin-left: 16px;
    }
    .thm-btn,
    .btn.btn-eventco,
    input[type=submit],
    input[type="button"].wpneo-image-upload,
    input[type="button"].wpneo-image-upload-btn,
    input[type="button"]#addreward,
    .wpneo-edit-btn,
    .wpneo-image-upload.float-right,
    .wpneo-save-btn,
    .wpneo-cancel-btn,
    .dashboard-btn-link,
    #wpneo_active_edit_form,
    #addcampaignupdate,
    .wpneo_donate_button,
    .wpneo-profile-button,
    .select_rewards_button,
    .woocommerce-page #payment #place_order,
    .woocommerce input.button,
    input[type="submit"].wpneo-submit-campaign {
        color: #fff;
        cursor: pointer;
    }

    .thm-btn.btn-bordered,
    .thm-btn:hover,
    .btn.btn-eventco:hover,
    input[type=submit]:hover,
    input[type="button"].wpneo-image-upload:hover,
    input[type="button"].wpneo-image-upload-btn:hover,
    input[type="button"]#addreward:hover,
    .wpneo-edit-btn:hover,
    .wpneo-image-upload.float-right:hover,
    .wpneo-save-btn:hover,
    .dashboard-btn-link:hover,
    #wpneo_active_edit_form:hover,
    #addcampaignupdate:hover,
    .wpneo_donate_button:hover,
    .wpneo-profile-button:hover,
    .select_rewards_button:hover,
    .woocommerce-page #payment #place_order:hover,
    .woocommerce input.button:hover, {
        background: #fff;
    }

    .comments-area .comment-form input[type="submit"]{
        border: 1px solid;
    }
    .thm-btn.btn-bordered:hover {
        color: #fff;
    }

    .btn.btn-white {
        background: #fff;
        color: rgba(0, 0, 0, 0.80);
    }

    .btn.btn-white:hover {
        color: #fff;
    }

    .btn.btn-dark {
        background: #fff;
        color: #393939;
    }

    .btn.btn-dark:hover {
        background: #1F1F1F;
        color: #fff;
    }

    .btn.btn-border-eventco {
        background: transparent;
    }

    .btn.btn-border-eventco:hover {
        color: #fff;
    }

    .btn.btn-border-white {
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
    }

    .btn.btn-border-white:hover {
        color: #fff;
    }

    .btn.btn-border-dark {
        background: transparent;
        border: 2px solid #393939;
        color: #393939;
    }

    .btn.btn-border-dark:hover {
        background: #393939;
        color: #fff;
    }

    .eventco-login-register a.eventco-dashboard {
        padding: 5px 15px;
        border-radius: 4px;
        color: #fff;
        transition: 400ms;
        -webkit-transition: 400ms;
    }

    .btn.focus,
    .btn:focus,
    input:focus,
    textarea:focus,
    select:focus,
    button:focus {
        outline-offset: 0;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .eventco-error-wrapper {
        width: 100%;
        overflow: hidden;
        min-height: 100%;
        background-size: cover;
        background-position: center bottom;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: left;
    }
    .thm-category-featured{
        margin-bottom: 80px;
    }
    h2.thm-heading-title {
        font-weight: 300;
    }
    .sub-title-content{
        font-size: 20px;
        font-weight: 300;
        color: #222;
        margin-bottom: 0;
    }

/* -------------------------------------- *
*           Box Width
* --------------------------------------- */

    .boxwidth {
        position: relative;
        max-width: 1240px;
        background: #fff;
        margin: 0 auto;
        overflow: hidden;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    }

    .boxwidth #masthead.sticky {
        max-width: 1240px;
        top: 0;
    }

    .admin-bar #masthead.sticky {
        top: 32px
    }
 

    /* classic slider */
.slider_content_wrapper {
    position: relative;
}
.thm-slide-control {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    bottom: 50px;
    margin: 0 auto;
    left: 50%;
    right: auto;
    top: auto;
    transform: translateX(-50%)
}
.thm-slide-control li {
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
.thm-slide-control li {
    margin: 0 3px;
}
.thm-slide-control li button {
    width: 30px;
    height: 8px;
    box-shadow: none;
    border: none;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    transition: 400ms;
}
.thm-slide-control li button:hover {
    width: 50px;
    background: #fff;
}
.thm-slide-control li.slick-active button {
    background: #fff;
}
.slider-button .slider-button-1,
.slider-button .slider-button-2 {
    transition: 400ms;
}
.slide-video-right {
    margin-top: 0;
}
.slider-single-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/* -------------------------------------- *
*          4. Contact Page                *
* --------------------------------------- */

    .eventco-contact {
        background: #fff;
        padding: 80px 100px;
        border-radius: 4px;
        margin-bottom: 100px;
        -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    }

    .wpcf7-form .eventco-contact input[type=text],
    .wpcf7-form .eventco-contact input[type=email],
    .wpcf7-form .eventco-contact textarea {
        border: 2px solid rgba(0, 0, 0, 0.10);
        padding: 8px 12px;
        border-radius: 6px;
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.7);
    }

    .wpcf7-form .eventco-contact input[type=submit] {
        padding: 12px 35px;
        font-weight: 300;
        line-height: 22px;
        font-size: 16px;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 100px;
        margin-top: 30px;
    }

    .map-info-content {
        text-align: center;
    }

    @-webkit-keyframes hideAfter {
        0% {
            opacity: 0;
            visibility: hidden;
        }
        10% {
            visibility: visible;
            opacity: .9;
        }
        80% {
            opacity: .9;
            visibility: visible;
        }
        100% {
            opacity: 0;
            visibility: hidden;
        }
    }

    @keyframes hideAfter {
        0% {
            opacity: 0;
            visibility: hidden;
        }
        10% {
            visibility: visible;
            opacity: .9;
        }
        80% {
            opacity: .9;
            visibility: visible;
        }
        100% {
            opacity: 0;
            visibility: hidden;
        }
    }

    @-webkit-keyframes hideHvr {
        0% {
            opacity: 0;
            visibility: hidden;
        }
        10% {
            visibility: visible;
            opacity: 1;
        }
        80% {
            opacity: 1;
            visibility: visible;
        }
        100% {
            opacity: 0;
            visibility: hidden;
        }
    }

    @keyframes hideHvr {
        0% {
            opacity: 0;
            visibility: hidden;
        }
        10% {
            visibility: visible;
            opacity: 1;
        }
        80% {
            opacity: 1;
            visibility: visible;
        }
        100% {
            opacity: 0;
            visibility: hidden;
        }
    }

/* -------------------------------------- *
*    11. Coming Soon                      *
* --------------------------------------- */

    .comingsoon-wrap {
        background-size: cover;
        background-position: center bottom;
    }

    .page-template-coming-soon {
        width: 100%;
        height: 100%;
    }

    .subnewslatter {
        margin-left: -95px !important;
        height: 50px !important;
        width: 100px;
        background: #009dd6 !important;
        margin: 0;
        padding: 0;
    }

    .coming-soon-logo {
        margin-top: 0px;
        margin-bottom: 85px;
    }
    .comingsoon-newslatter-descrip {
        width: 40%;
        margin-bottom: 60px;
        font-size: 25px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #d2d1d1;
    }
    .comingsoon .social-share ul li {
        display: inline-block;
        text-align: right;
        padding: 0 30px 0px 0px;
    }

    .inputnewslatter {
        width: 405px !important;
        float: left;
    }

    .subnewslatter {
        margin-top: inherit !important;
    }

    .comingsoon {
        width: 100%;
        color: #fff;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        text-align: left;
        transform: translate(0%, 52%);
    }
    .comingsoon-title {
        font-size: 80px;
        font-weight: 900;
        line-height: 1;
        letter-spacing: normal;
        color: #ffffff;
        width: 68%;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    .comingsoon-wrap {
        width: 100%;
        height: 100%;
        display: table;
    }
    #comingsoon-countdown .countdown-period {
        display: inline-block;
        transform: rotate(-90deg);
        font-size: 16px;
        font-weight: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #ffffff;
    }

    .comingsoon .sub-page-header {
        font-size: 24px;
        font-weight: 700;
    }

    .comingsoon .soon-page-header {
        font-size: 62px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 20px;
        text-transform: uppercase;
        color: #fff;
        margin-top: 0;
    }

    .countdown-section {
        display: inline-block;
        color: #fff;
        border: none;
        margin-right: 45px;
        line-height: 50px;
    }
    .countdown-section:last-child {
        margin-right: 0;
    }

    .countdown-section:first-child span {
        font-size: 60px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.17;
        letter-spacing: normal;
        color: #dc014d;
        display: -webkit-inline-box;
    }

    .countdown-section:nth-child(2) span {
        font-size: 60px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.17;
        letter-spacing: normal;
        display: -webkit-inline-box;
        color: #895dff;
    }

    .countdown-section:nth-child(3) span {
        font-size: 60px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.17;
        letter-spacing: normal;
        display: -webkit-inline-box;
        color: #ffc953;
    }

    .countdown-section:nth-child(4) span {
        font-size: 60px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.17;
        letter-spacing: normal;
        display: -webkit-inline-box;
        color: #8dc63f;
    }

    .countdown-section span {
        color: #fff;
    }

    .comingsoon .days,
    .comingsoon .hours,
    .comingsoon .minutes,
    .comingsoon .seconds {
        display: block;
        font-size: 60px;
        margin-bottom: 15px;
        font-weight: 700;
    }

    p.comingsoon-message-desc {
        font-size: 24px;
        font-weight: 700;
    }

    .comingsoon>div {
        display: table;
        vertical-align: middle;
        height: 100%;
        background: transparent;
    }

    .social-share ul {
        margin: 0;
        padding: 0;
    }

    .comingsoon .social-share ul li {
        font-size: 25px;
        font-weight: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #d2d1d1;
    }

    .comingsoon-footer {
        margin-top: 24px;
    }

    .comingsoon .social-share {
        margin-top: 50px;
    }

    .comingsoon .social-share li a {
        -webkit-transition: color 400ms;
        transition: color 400ms;
        font-size: 22px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
    }

    .comingsoon-footer .copyright-text {
        font-size: 14px;
        color: #999999;
        margin: 35px 0 0;
    }

    .comingsoon .mchimp-newsletter {
        max-width: 320px;
        position: relative;
        display: block;
        margin: 0 auto;
    }

    .comingsoon .mc4wp-form-fields button {
        position: absolute;
        right: 0;
        top: 0;
    }

    .comingsoon .mchimp-newsletter h4 {
        display: none;
    }

    .comingsoon .mc4wp-form-fields input[type="email"] {
        background-color: #f1f1f1;
        border: none;
        width: 100%;
        padding: 13px;
        float: left;
        border-radius: 0;
        color: #222;
        font-weight: 300;
    }
    .comingsoon .social-share li a:hover {
        color: #ff025a;
    }
    .comingsoon .mc4wp-form-fields {
        margin-top: 25px;
        overflow: hidden;
        text-align: center;
    }

    section.comingsoonpage-footer {
        background: #202020;
        text-align: center;
        padding: 85px;
    }

    .comingsoonpage-footer li {
        list-style: none;
        text-align: center;
        display: inline-block;
        padding: 10px;
        font-size: 16px;
        color: #fff;
    }

    .comingsoon-footer-copyright,
    .comingsoonpage-footer li a {
        color: #fff;
        font-weight: 300;
    }

    .coming-soon-newslatter p,
    .coming-soon-newslatter .mc4wp-form-fields h3 {
        display: none;
    }

    .coming-soon-newslatter button {
        padding: 9px 40px;
        border-radius: 30px;
        border: none;
        margin-left: 8px;
        background: #2176F7;
        color: #fff !important;
        font-weight: 300;
        letter-spacing: 1px;
    }

    /* -------------------------------------- *
    *           12. 404 page                  *
    * --------------------------------------- */

    .error-page-inner {
        width: 100%;
        height: 100%;
        display: table;
        background: rgba(0, 0, 0, 0) url("images/404-bg.png") no-repeat scroll center top/cover;
    }

    .starter-logo {
        margin-top: 55px;
    }

    .starter-logo img {
        width: 63%;
    }

    .error-code {
        background: rgba(0, 0, 0, 0) url(images/404.png) no-repeat scroll center top;
        color: #fff;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        display: inline-block;
        font-size: 102px;
        font-weight: 700;
        line-height: 1;
        margin: 0;
        padding: 0;
        height: 158px;
        width: 365px;
    }

    .error-message-title {
        font-size: 100px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.8;
        letter-spacing: normal;
        color: #ffffff;
    }

    .error-page-inner>div {
        vertical-align: middle;
        display: table-cell;
    }

    .error-msg {
        text-align: right;
    }
    .error-page-inner .error-msg .logo-top img {
        background-size: cover !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }

    .error-message {
        text-transform: uppercase;
        font-size: 30px;
        line-height: normal;
        letter-spacing: normal;
        color: #ffffff;
        margin: 25px 0 58px;
    }

    .error-page-inner .btn-primary {
        font-size: 18px;
        background: #00aeef none repeat scroll 0 0;
        border-radius: 5px;
        font-size: 10px;
        padding: 10px 20px;
    }

    .error-page-inner a.btn.btn-primary.btn-lg {
        font-size: 18px;
        line-height: 50px;
        padding: 0 30px;
        -webkit-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.15);
        box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.15);
    }

    .error-page-inner a.btn.btn-primary.btn-lg:hover {
        -webkit-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
    }

    .error-page-inner .error-msg a {
        letter-spacing: 2px;
        padding: 14px 18px;
        -webkit-transition: color 400ms ease 0s, background-color 400ms ease 0s, border-color 400ms ease 0s;
        transition: color 400ms ease 0s, background-color 400ms ease 0s, border-color 400ms ease 0s;
        font-weight: normal;
        font-size: 16px;
    }

    .blog-listing {
        float: left;
    }

    .show-overflow.vc_row {
        overflow: visible !important;
    }

/* -------------------------------------- *
*           13. Blog Post                 *
* --------------------------------------- */

    .eventco-post .blog-post-meta {
        list-style: none;
        margin: 0 0 12px;
        padding: 0;
    }

    .single .eventco-post .blog-post-meta {
        margin-bottom: 20px;
    }

    .eventco-blog-wrap {
        overflow: hidden;
    }

    .eventco-post.eventco-single-post-item .blog-post-meta {
        margin-bottom: 30px;
    }

    .eventco-post .blog-post-meta li {
        display: inline-block;
        float: left;
        margin-right: 10px;
        color: #191919;
    }

    .eventco-post .blog-post-meta li a {
        color: #191919;
        font-weight: 600;
        transition: 400ms;
        -webkit-transition: 400ms;
    }

    .eventco-post .content-item-title {
        margin-bottom: 12px;
        margin-top: 5px;
        line-height: 25px;
        color: #333;
        font-size: 18px;
    }

    .single .eventco-post .content-item-title {
        font-size: 36px;
        margin-top: 0;
    }

    .eventco-post .content-item-title a {
        color: #333;
        transition: 400ms;
        -webkit-transition: 400ms;
    }

    .eventco-single-post .eventco-blog-title {
        padding: 20px 20px 25px;
    }

    .single .eventco-single-post .eventco-blog-title {
        padding: 20px 0 25px;
        width: 100%;
        overflow: hidden;
    }

    .blog-date-wrapper i {
        margin-right: 4px;
    }

    .entry-summary .wrap-btn-style a.btn-style {
        margin-top: 20px;
        padding: 0;
        font-weight: 600;
        float: left;
    }

    .entry-summary {
        line-height: 28px;
    }

    .entry-summary .wrap-btn-style a.btn-style:hover {
        color: #000;
    }

    .entry-summary .wrap-btn-style a.btn-style i {
        font-size: 14px;
        margin-left: 5px;
    }

    .eventco-latest-post {
        background-color: #fff;
    }

    .eventco-latest-post .eventco-blog-title {
        padding: 30px;
    }

    .post-navigation .single-next a,
    .post-navigation .single-pre a {
        font-size: 12px;
        font-weight: bold;
    }

    .post-navigation .single-pre .previous-post a {
        padding-left: 8px;
        text-transform: uppercase;
        color: #000;
    }

    .post-navigation .single-next .next-post a {
        padding-right: 8px;
        text-transform: uppercase;
        color: #000;
        float: left;
    }

    .post-navigation .single-pre .previous-post,
    .post-navigation .single-next .next-post {
        color: #ff5300;
    }

    .post-navigation .blog-post-review-content {
        margin-top: 50px;
        width: 100%;
        border-bottom: 1px solid rgba(32, 32, 32, .051);
        padding-bottom: 40px;
    }

    .post-navigation .blog-post-review-content .blog-post-review-pre {
        width: 50%;
        float: left;
        position: relative;
    }

    .post-navigation .blog-post-review-content .blog-post-review-next {
        text-align: right;
        float: right;
        width: 50%;
    }

    .blog-post-review-content .blog-post-review-pre img {
        border-radius: 50%;
        width: 60px;
        height: 60px;
        float: left;
        margin-right: 3px;
    }

    .post-navigation .blog-post-review-content .blog-post-review-pre a {
        display: inline-block;
        padding: 6px 17px;
        color: #000;
        font-weight: bold;
    }

    .blog-post-review-content .blog-post-review-next img {
        border-radius: 50%;
        width: 60px;
        height: 60px;
        margin-left: 3px;
        float: right;
    }

    .blog-post-review-content .previous-post,
    .blog-post-review-content .next-post {
        font-weight: 400;
    }

    .post-navigation .blog-post-review-content .blog-post-review-next a {
        display: inline-block;
        padding: 6px 17px;
        font-weight: bold;
        color: #000
    }

    .comments-area {
        color: #000;
    }
    .blog-content-wrapper .comments-area{
        margin-bottom: 0;
    }
    .comments-area .comments-title {
        color: #4c4c4c;
        font-weight: 600;
        font-size: 20px;
    }

    .comments-area .comment-list>li {
        list-style: none;
    }

    .comments-area .comment-list .comment-body {
        padding-bottom: 0;
    }

    .comments-area .comment-list>li img {
        height: 60px;
        width: 60px;
        border-radius: 50%;
    }

    .comments-area .comments-title {
        margin: 0;
        padding: 10px 15px 20px 0;
    }

    .comment-context {
        font-size: 15px;
    }

    .comment-context .comment-head span.comment-author {
        font-weight: 600;
        line-height: 22px;
        width: 100%;
        float: none;
        padding-right: 12px;
        font-size: 16px;
    }

    .comment-context .comment-head span {
        margin-right: 8px;
    }

    .comment-context .comment-head span.comment-author a {
        color: #2e2e2e;
    }

    .comment-context .comment-content {
        padding-top: 15px;
        color: #000;
    }

    div#respond h3 {
        color: #4a4a4a;
    }

    .comment-list .comment-top {
        margin-bottom: 15px;
        margin-bottom: 15px;
    }

    .comment-list {
        margin: 0;
        list-style: none;
        background-color: #fff;
        border-radius: 4px;
        padding: 0;
        font-weight: 300;
        line-height: 30px;
    }

    .comment-list li {
        font-size: 15px;
        color: #606060
    }
    .comment-list li.pingback,
    .comment-list li.comment {
        padding: 25px 0;
        border-top: 1px solid #e7e7e7;
    }

     .comment-list li.comment:last-child{
        padding-bottom: 0;
     }

    .comment-reply-title {
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .comment-body .comment-head .comment-date {
        display: inline-block;
        font-size: 14px;
        margin-top: 6px;
    }

    .comment-body .comment-context {
        margin-left: 80px;
        margin-bottom: 15px;
        position: relative;
        padding-top: 5px;
    }

    .comment-list ul.children {
        list-style: none;
        padding-left: 15px;
        margin-top: 25px;
    }

    .comment-body .comment-context .comment-reply {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 12px;
        font-weight: 600;
    }

    .comment-body .comment-context .comment-reply a {
        color: #2e2e2e;
    }

    .comment-content p {
        margin: 0;
    }

    article.comment-body .comment-meta{
        overflow: hidden;
    }

    article.comment-body .comment-meta{
        overflow: hidden;
    }

    article.comment-body .comment-content{
        margin-top: 20px;
    }

    article.comment-body .comment-meta a{
        color: #434343;
        /*font-style: italic;*/
        font-size: 14px;
        font-weight: 500;
        margin-right: 5px;
    }
    article.comment-body .comment-meta .comment-author img{
        margin-right: 20px;
    }
    article.comment-body .comment-meta .comment-author{
        display: inline-block;
    }
    article.comment-body .comment-meta .comment-metadata{
        display: inline-block;
        margin-left: 10px;
    }
    .cancel-comment-reply-link{
        color: red;
    }

/* -------------------------------------- *
*       14. Blog Sidebar & Widget         *
* --------------------------------------- */

    .widget-blog-posts-section .media-left,
    .widget-blog-posts-section .media>.pull-left {
        padding-right: 15px;
    }
    .widget-blog-posts-section .entry-title {
        margin: 0;
        padding: 0;
        font-size: 18px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.11;
        letter-spacing: normal;
        color: #212121;
        text-transform: uppercase;
    }
    .widget-blog-posts-section .entry-title a {
        color: #000;
    }
    .widget-blog-posts-section .media .pull-left img {
        height: 68px;
        width: 68px;
        border-radius: 4px;
    }
    .widget-blog-posts-section .media:last-child {
        margin-bottom: 0;
    }
    .media {
        margin-bottom: 20px;
    }
    .widget-blog-posts-section .entry-date {
        font-size: 14px;
    }

    .widget-popular-news-section ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .widget.widget_themeum_popular_posts_widget {
        padding: 0;
        margin: 0;
    }

    .widget {
        word-break: break-word;
    }

    .widget_recent_comments a {
        word-break: break-word;
    }

    .search-no-results #searchform {
        position: relative;
    }

    .search-no-results #searchform .btn-search {
        position: absolute;
        right: 0;
        padding: 14px 20px;
        top: 0;
    }

    .widget select {
        width: 100%;
        margin: 0;
        background: #fff;
        padding: 20px;
        border: 1px solid #f2f2f2;
        line-height: 40px;
        height: 40px;
        border-radius: 0;
        color: #333;
        font-weight: 400;
    }

    .textwidget img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .form-control {
        border-radius: 2px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #f2f2f2;
    }

    #sidebar .widget {
        margin-bottom: 40px;
        padding: 0;
        border-radius: 5px;
        background-color: #ffffff;
        padding: 40px 25px;
    }

    .widget-area .widget:last-child {
        margin-bottom: 0px;
    }
    .widget ul li a:hover {
        color: #ff025a;
        border-bottom: solid 1px #ff025a;
    }
    .widget ul li {
        padding: 0;
    }
    #sidebar h3.widget_title {
        margin: 0 0 25px;
        font-size: 24px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        color: #212121;
        text-transform: uppercase;
    }

    #sidebar .themeum-title .icon-bar {
        background: #000;
    }

    .widget.widget_archive label {
        font-weight: 400;
    }

    aside.widget-area .themeum-title {
        margin-bottom: 30px;
    }

    .widget-popular-news a {
        color: #555;
    }

    .widget-popular-news a:hover {
        color: #000;
    }

    .widget-popular-news .media>.pull-left {
        padding-right: 15px;
    }

    .widget_title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 24px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.42;
        letter-spacing: normal;
        color: #212121;
        text-transform: uppercase;
    }

    .woocommerce .widget_title {
        margin-bottom: 22px;
    }
    .woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
        margin-bottom: 15px;
    }
    .woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
        padding: 0 0 20px;
        margin: 0;
        list-style: none;
    }
    .widget .tagcloud {
        display: block;
    }

    .widget .tagcloud a {
        display: inline-block;
        padding: 10px;
        margin: 0 2px 6px;
        transition: all 300ms ease-in;
        -webkit-transition: all 300ms ease-in;
        border-radius: 5px;
        background-color: #f5f5f5;
        font-size: 14px !important;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        color: #212121;
    }

    .widget .tagcloud a:hover {
        color: #fff;
        background-color: #ff025a;
    }

    .widget>ul {
        padding: 0;
        margin: 0;
        letter-spacing: 0;
        list-style: none;
    }

    .widget ul.children {
        list-style: none;
        padding-left: 10px;
    }

    #sidebar .widget ul.children li:last-child {
        border-bottom: none;
    }
    .widget ul>li:last-child {
        border-bottom: none;
    }
    .widget.widget_categories ul li {
        text-transform: capitalize;
    }
    .widget_nav_menu ul {
        padding: 0px;
    }
    .widget_nav_menu ul li {
        list-style: none;
    }

    .widget_nav_menu ul.menu .sub-menu li:first-child {
        border-bottom: none;
    }

    .sidebar .widget_categories ul>li>a {
        padding-right: 82%;
    }

    .widget ul li:nth-child() a {
        padding-top: 0;
    }
    .widget.widget_recent_comments ul li {
        padding-top: 5px;
        padding-bottom: 5px;
        word-break: break-word;
    }
    .widget ul li:last-child a {
        border: none;
        padding-bottom: 0;
    }
    .widget.widget_rss ul li {
        padding-top: 10px;
        padding-bottom: 10px;
        word-break: break-word;
    }

    .widget.widget_recent_comments ul li a {
        color: #38434a;
        padding: 0;
        border-left: 0 none;
    }

    .widget ul li a {
        font-size: 16px;
        line-height: 1.31;
        color: #212121;
        width: 100%;
        display: inherit;
        padding: 15px 0;
        border-bottom: solid 1px rgba(33, 33, 33, 0.2);
        transition: .3s;
    }
    .widget ul li:first-child a {
        padding: 0 0 15px;
    }
    .bottom .widget {
        color: #dedede;
    }
    .bottom .widget ul li a {
        color: #dedede;
        line-height: 32px;
        transition: 400ms;
        -webkit-transition: 400ms;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.1px;
        color: #939393;
    }

    .bottom {
        border-top: 1px solid rgb(67, 67, 77);
        border-bottom: 1px solid rgb(67, 67, 77);
    }

    .footer-copyright {
        color: #dedede;
    }
    .footer-copyright span {
        color: #dedede;
    }

    .mailchimp-inner {
        text-align: left;
        padding: 0 15px;
    }

    .widget.widget_nav_menu ul.sub-menu {
        padding-left: 20px;
    }

    #sidebar .widget.widget_nav_menu ul.sub-menu li:last-child {
        border-bottom: none;
    }

    .widget_text .textwidget {
        padding: 0;
    }

    .widget.widget_rss .widget_title a {
        color: #222;
    }

    .widget.widget_rss ul li a {
        border: 0 none;
        padding: 0;
    }

    .widget.widget_rss a:hover,
    .widget.widget_recent_comments a:hover {
        border-left: 0px;
        text-decoration: underline;
    }

    .widget.widget_search #searchform {
        position: relative;
        border: 1px solid #e7e7e7;
        background: #fff;
        border-radius: 4px;
    }

    .widget.widget_search #searchform input {
        height: 46px;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-weight: 300;
        padding: 0 20px;
        margin: 0;
        background: none;
    }

    .widget.widget_search #searchform .btn-search {
        height: 50px;
        line-height: 50px;
    }

    .widget.widget_search #searchform i {
        position: absolute;
        right: 15px;
        top: 0px;
    }

    .widget.widget_search #searchform .btn-search i {
        font-size: 16px;
        line-height: 50px;
    }

    .widget.widget_search .btn-search {
        position: absolute;
        right: 0;
        top: 0;
        padding: 23px;
        border-radius: 0;
        color: #fff;
        transition: 300ms;
        -webkit-transition: 300ms;
    }

    .widget.widget_search .btn-search:hover {
        color: rgba(255, 255, 255, .7);
    }

    #sidebar #themeum_social_share_widget-2 ul>li {
        float: left;
        padding-right: 15px;
    }

    #sidebar #themeum_social_share_widget-2 ul>li a:hover {
        color: #00aeef;
    }


    .common-menu-wrap .nav>li>ul li.mega-child>a {
        font-weight: 400;
        color: #000;
        padding-top: 8px;
        padding-left: 15px;
        padding-right: 15px;
        transition: 400ms;
        -webkit-transition: 400ms;
        font-size: 15px;
    }

    .eventco-index-post {
        border: 1px solid #E7E7E7;
        background-color: #fff;
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .eventco-single-post-author {
        border-top: 1px solid #e7e7e7;
        padding: 30px 0;
        background: #fff;
    }

    .eventco-single-post-author strong {
        display: block;
        margin-bottom: 10px;
    }

    .eventco-single-post-author .avatar {
        border-radius: 50%;
        float: left;
        border: 1px solid #CACAC8;
    }

    .eventco-single-post-author .eventco-author-meta-data {
        margin-left: 90px;
    }

    @media (max-width: 768px) {
        .post-navigation .blog-post-review-content .blog-post-review-pre {
            width: 100%;
            text-align: center;
        }
        .blog-post-review-content .blog-post-review-pre img,
        .blog-post-review-content .blog-post-review-next img {
            float: none;
            display: inline-block;
        }
        .post-navigation .blog-post-review-content .blog-post-review-next {
            width: 100%;
            text-align: center;
        }
    }

    @media (min-width: 768px) {
        .common-menu-wrap .nav>li.has-megasub>ul.megamenu {
            width: 750px;
        }
    }

    @media (min-width: 992px) {
        .common-menu-wrap .nav>li.has-megasub>ul.megamenu {
            width: 970px;
        }
    }

    @media (min-width: 1200px) {
        .common-menu-wrap .nav>li.has-megasub>ul.megamenu {
            width: 1170px;
        }
    }
    #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.get_ticket.current-menu-item>a{
      color: #fff !important
    }
    .mfp-wrap {
        z-index: 999999;
    }
    .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children > ul.wp-megamenu-sub-menu {
        left: 100%;
        background: #fafafa;
    }

    /* blog single page*/

    .post-navigation {
        padding-bottom: 30px;
    }

    .post-navigation a {
        font-size: 16px;
    }

    .eventco-blog-wrap .carousel-inner img {
        width: 100%;
    }


    .eventco-blog-wrap-link .entry-link-post-format {
        padding: 25px;
        text-align: center;
        background-color: rgb(255, 4, 100);
        background-image: url(../images/button-pattern.png);
        margin: 0;
        font-style: italic;
        font-size: 28px;
        padding: 54px 40px;
        margin-bottom: 0;
        border-radius: 10px;
        line-height: 34px;
        color: #212121;
        min-height: 290px;
    }

    .eventco-blog-wrap-link .entry-link-post-format h4 {
        position: relative;
        z-index: 3;
        font-size: 25px;
        color: #fff;
        word-break: break-all;
        margin-bottom: 0;
    }

    .eventco-blog-wrap-quite h2 {
        font-size: 25px;
        font-weight: 600;
        color: #333;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .eventco-blog-wrap-quite blockquote {
        margin: 0;
        font-style: italic;
        font-size: 28px;
        padding: 54px 40px;
        background: #f6f6f6;
        margin-bottom: 0;
        border-radius: 10px;
        line-height: 34px;
        color: #212121;
        min-height: 290px;
    }

    .eventco-blog-wrap-quite blockquote .author {
        display: block;
        margin-top: 15px;
    }

    .blog-content-wrapper h2.entry-title.blog-entry-title {
        font-size: 34px;
        margin-bottom: 20px;
        color: #000;
        margin-top: 0;
    }

    .blog-content-wrapper .entry-headder li {
        display: inline-block;
        padding-right: 10px;
    }

    .blog-content-wrapper .entry-headder li a {
        color: #777;
        padding-left: 8px;
    }
    .comments-area .comment-form input {
        border: 1px solid #E1E1E1;
        padding: 10px;
        width: 30.7%;
        margin-right: 25px;
        margin-top: 20px;
        border-radius: 3px;
        height: 52px;
        font-weight: 300;
    }
    .comments-area .comment-form input:last-child {
        margin-right: 0;
    }
    .comments-area .comment-form input[type="submit"]{
        display: inline-block;
        width: auto;
        border: none;
        padding-left: 35px;
        padding-right: 35px;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        line-height: 1;
        font-weight: 600;
        border-radius: 5px;
        background-color: #ff025a;
    }

    .comments-area textarea {
        border: 2px solid #E1E1E1;
        padding: 11px;
        width: 100%;
        border-radius: 4px;
        min-height: 130px;
    }

    .comments-area .comment-form input[type=text],
    .comments-area textarea {
        outline: none !important;
        border-width: 1px;
        font-weight: 300;
    }

    .comments-area .comment-form input[type=text]:focus,
    .comments-area textarea:focus {
        border-color: #2176F7;
    }

    .eventco-blog-wrap .entry-content-gallery a.left.carousel-left {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 48%;
        position: absolute;
        padding: 20px;
        font-size: 60px;
        color: #777;
    }

    .eventco-blog-wrap .entry-content-gallery a.right i {
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 48%;
        font-size: 60px;
        font-weight: 500;
        text-align: right;
        width: 100%;
        padding: 20px;
        color: #777;
    }

    .eventco-blog-wrap img {
         width: 100%;
        height: 100%;
        border-radius: 10px;
        transform: scale(1);
        transition: .3s;
    }

    .single-post-content {
        font-size: 16px;
        line-height: 26px;
        color: #353535;
        font-weight: 300;
        line-height: 30px;
    }

    .single-post-content p {
        margin-bottom: 26px;
    }

    .single-post-content h1,
    .single-post-content h2,
    .single-post-content h3,
    .single-post-content h4,
    .single-post-content h5,
    .single-post-content h6 {
        font-weight: 500;
    }

    .single-post-title {
        font-size: 35px;
        font-weight: 600;
        line-height: 49px;
        margin-bottom: 8px;
    }

    .eventco-single-post-item .blog-details-img {
        margin-bottom: 30px;
        text-align: center;
    }

    .blog-details-img {
        position: relative;
        text-align: center;
        display: inline-block;
        border-radius: 10px;
    }

    .blog-details-img .thm-format-link {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        font-size: 25px;
    }

    .eventco-single-post-item .blog-details-img img {
        border-radius: 6px;
    }

    .eventco-single-post-item .entry-video {
        margin-bottom: 30px;
    }

    .comment-respond {
        padding: 25px 0 0;
    }

    .thm-single-post-content-inner {
        margin-bottom: 20px;
    }

    .eventco-single-post-author {
        margin-top: 80px;
    }

/* -------------------------------------- *
*       14. Blog Pagination               *
* --------------------------------------- */
    .themeum-pagination ul.page-numbers li {
        display: inline-block;
        padding-right: 10px;
    }

    .themeum-pagination:empty {
        display: none;
    }
    ul.page-numbers {
        padding: 1px;
        margin: 0;
    }
    .page-numbers li.p-2.first span {
        padding: 8px 0;
        position: absolute;
        font-weight: 500;
        color: #939393;
    }
    .themeum-pagination a.page-numbers {
        font-size: 20px;
        font-weight: 400;
    }
    .themeum-pagination span.page-numbers.current {
        background-color: #ff025a;
        display: inline-block;
        border-radius: 5px;
        padding: 13px 23px;
        color: #fff;
    }
    .themeum-pagination span, 
    .themeum-pagination li .page-numbers {
        font-size: 20px;
        font-weight: 400;
        color: #212121;
    }
    .themeum-pagination .page-numbers>li:first-child a.prev,
    .themeum-pagination .page-numbers>li a,
    .themeum-pagination .page-numbers>li:last-child a.next {
        font-size: 20px;
        font-weight: 400;
        display: inline-block;
        border-radius: 5px;
        padding: 13px 23px;
        color: #212121;
        background: #fff;
    }

    /* -------------------------------------- *
    *           16. Menu                      *
    * --------------------------------------- */
    .thm-wide-header{
        padding: 0 50px;
    }
    .site-header {
        background: #fff;
        padding: 10px 0 5px;
        width: 100%;
        z-index: 999;
    }

    .navbar-header {
        margin-bottom: 0;
    }

    #navigation .navbar-brand {
        height: 0;
        padding: 0;
        margin: 12px 0 0;
    }

    #navigation .navbar-nav {
        float: right;
    }

    #navigation a.navbar-brand h1 {
        margin: 0;
        font-size: 42px;
    }

    .header-transparent {
        position: absolute;
        width: 100%;
        z-index: 999;
    }

    .admin-bar #masthead.sticky {
        top: 32px;
    }

    .site-header.sticky {
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
        box-shadow: 0 3px 3px rgba(0, 0, 0, .1);
    }

    ul.wp-megamenu-sub-menu {
        padding: 12px 0 !important;
    }

    #navigation .navbar-header .navbar-toggle {
        margin: 12px 0 0;
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        background: none;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff;
        transition: 300ms;
        -webkit-transition: 300ms;
    }

    #navigation .navbar-header .navbar-toggle:hover,
    #navigation .navbar-header .navbar-toggle:focus {
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
    }

    .common-menu-wrap .nav {
        display: inline-block;
    }

    .common-menu-wrap {
        position: inherit;
        text-align: right;
        width: 100%;
        top: 0px;
    }

    .common-menu-wrap #menu-right-menu.nav {
        list-style: none;
        padding: 0;
        margin: 0;
        z-index: 9;
        display: block;
    }

    .common-menu-wrap #menu-left-menu.nav {
        list-style: none;
        padding: 0;
        margin: 0;
        z-index: 9;
        display: block;
        text-align: right;
    }
    .megamenu-main .register {
        position: absolute;
        text-align: right;
        right: 17.5%;
        top: 17px;
        z-index: 99999;
        width: 22%;
    }
    .common-menu {
        text-align: right;
        top: 0px;
    }
    .blog-details-img .img-fluid {
        width: 100%;
    }
    .common-menu-wrap .nav>li {
        display: inline-block;
        position: relative;
        padding: 0;
        margin-left: 20px;
    }
    .megamenu-main .common-menu {
        height: 64px;
    }

    .wp-megamenu .site-header {
        padding-bottom: 5;
    }

    .wp-megamenu .site-header {
        padding-top: 13px;
    }
    .tab-content {
        margin-top: 50px;
    }
    .schedule-style-two .tab-content {
        margin-top: 0;
    }
    .common-menu-wrap .nav>li>a {
        display: inline-block;
        line-height: 30px;
        padding: 0;
        font-size: 14px;
        font-weight: 300;
        color: #000;
        position: relative;
        padding: 12px 0;
        transition: 400ms;
        -webkit-transition: 400ms;
    }
    .fa-ticket:before {
        padding-left: 12px;
    }
    .logo-wrapper {
        padding: 0;
    }

    .logo-wrapper a.themeum-navbar-brand {
        display: inline-block;
        padding: 0;
    }

    .themeum-logo-login {
        width: 100%;
    }

    .common-menu-wrap .nav>li.ticket-menu a {
        background-color: #FF8A00;
        border-radius: 3px;
        line-height: 36px;
        margin-left: 25px;
        transition: 300ms;
        -webkit-transition: 300ms;
    }

    .common-menu-wrap .nav>li.ticket-menu a:hover,
    .common-menu-wrap .nav>li.ticket-menu a:focus {
        background-color: #D67400;
    }

    .common-menu-wrap .nav>li.fixed-menu {
        margin-left: 20px;
    }

    .common-menu-wrap .nav>li>a:hover,
    .common-menu-wrap .nav>li>a:focus {
        background-color: transparent;
    }

    .common-menu-wrap .nav>li.menu-item-has-children {
        position: relative;
        z-index: 100;
    }

    .common-menu-wrap .nav>li.menu-item-has-children>a {
        position: relative;
    }

    .common-menu-wrap .nav>li.menu-item-has-children>a:after {
        content: " \f107";
        font-family: 'FontAwesome' !important;
        margin-left: 0;
        color: #191919;
        font-size: 16px;
        position: relative;
        top: 2px;
    }
    .top-user-login img.avatar.photo {
        width: 46px;
        margin-top: -4px;
        border-radius: 4px;
    }
    .header-solid .common-menu-wrap .nav>li.menu-item-has-children:after {
        color: #000;
    }
    .common-menu-wrap .nav.megamenu-nav {
        display: inline-block;
        margin-top: -48px;
        position: absolute;
        width: 167px;
    }
    .page-template-homepage-transparent-php #masthead.sticky .common-menu-wrap .nav>li.fixed-menu>a {
        color: #fff;
    }
    .megamenu-main .common-menu-wrap li.get_ticket {
        padding: 11px 0 9px;
    }
    .common-menu-wrap .nav>li>ul {
        padding: 0px 0 0;
    }
    .megamenu-main .wpmm_brand_logo_wrap img {
        margin-top: 13px;
        margin-right: 15px;
    }
    .common-menu-wrap .nav>li ul {
        text-align: left;
        position: absolute;
        display: none;
        left: -20px;
        list-style: none;
        margin: 0;
        width: 220px;
        z-index: 999999;
        color: #fff;
        top: 97%;
        -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08);
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08);
        border-radius: 0 0 3px 3px;
        -webkit-transition: 400ms;
        transition: 400ms;
        margin-top: 10px;
        -webkit-transition: all .4s ease .2s;
        transition: all .4s ease .2s;
    }

    .common-menu-wrap .nav>li ul::after {
        position: absolute;
        bottom: 100%;
        left: 0;
        height: 10px;
        width: 100%;
        content: '';
        background-color: transparent;
    }

    .common-menu-wrap .nav>li:hover>ul {
        padding: 10px 0;
        display: block;
        -webkit-transition: .4s;
        transition: .4s;
        border-bottom: 2px solid #ff0464;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .common-menu-wrap .nav>li ul.megamenu {
        left: auto;
        right: -15px;
    }

    .common-menu-wrap .nav>li.fixed-menu a {
        color: #fff;
        line-height: 36px;
        border-radius: 4px;
        transition: 300ms;
        -webkit-transition: 300ms;
    }

    .common-menu-wrap .nav>li.fixed-menu a:hover {
        color: #fff;
    }

    .common-menu-wrap .nav>li ul {
        background-color: #fff;
    }

    .common-menu-wrap .nav>li>ul li a {
        display: block;
        line-height: normal;
        padding: 2px 20px;
        font-size: 14px;
        color: #000;
        transition: 400ms;
        -webkit-transition: 400ms;
    }

    .common-menu-wrap .nav>li>ul li.mega-child a {
        border-width: 0;
    }

    .common-menu-wrap .nav>li>ul li:last-child a {
        border-bottom-width: 0;
        border-radius: 0 0 3px 3px;
    }

    .common-menu-wrap .nav>li>ul li>div {
        padding: 0 20px 10px;
        font-size: 13px;
    }

    .common-menu-wrap .sub-menu li.active.mega-child a {
        color: #9d9d9d;
    }

    .common-menu-wrap .nav>li>ul li a:hover,
    .common-menu-wrap .sub-menu li.active.mega-child a:hover {
        text-decoration: none;
        color: #fff;
    }

    .common-menu-wrap .nav>li>ul {
        transition: 300ms;
        -webkit-transition: 300ms;
    }

    .common-menu-wrap .nav>li>ul li {
        transition: 300ms;
        -webkit-transition: 300ms;
    }

    .common-menu-wrap .nav>li>ul li {
        position: relative;
        transiton: 300ms;
        -webkit-transiton: 300ms;
        -moz-transiton: 300ms;
        padding: 2px;
    }

    .common-menu-wrap .nav>li>ul>li.menu-item-has-children {
        position: relative;
        display: block;
    }

    .common-menu-wrap .nav>li>ul>li.menu-item-has-children:after {
        position: absolute;
        content: "\f105";
        right: 18px;
        top: 50%;
        color: #fff;
        font-size: 17px;
        font-family: FontAwesome;
        margin-top: -14px;
    }

    .common-menu-wrap .nav>li>ul>li.mega-child.menu-item-has-children:after {
        display: none;
    }

    .common-menu-wrap .nav>li>ul li>ul {
        display: none;
        position: absolute;
        top: 0;
        left: 220px;
        padding: 0;
    }

    .common-menu-wrap .nav>li>ul li.mega-child>ul {
        display: block;
        position: static;
        -webkit-animation: none !important;
        animation: none !important;
        width: 100%;
        padding: 10px 0;
    }

    .common-menu-wrap .nav>li>ul li.mega-child:last-child {
        border-right-width: 0;
    }

    .common-menu-wrap .nav>li>ul li:hover>ul {
        display: block;
        -webkit-animation: fadeIn 300ms;
        animation: fadeIn 300ms;
    }

    #main-menu .nav>li.has-megasub>ul.megamenu {
        padding: 10px 0px 20px;
        width: 100%;
    }

    .common-menu-wrap .nav>li.has-megasub {
        position: inherit;
    }

    .common-menu-wrap .nav>li.has-megasub>ul.megamenu {
        padding: 0;
    }

    .common-menu-wrap .nav>li.has-megasub>ul.megamenu.megacol-4>li {
        width: 25%;
    }

    .common-menu-wrap .nav>li.has-megasub>ul.megamenu.megacol-3>li {
        width: 33%;
        float: left;
    }

    .common-menu-wrap .nav>li.has-megasub>ul.megamenu.megacol-2>li {
        width: 50%;
    }

    .common-menu-wrap .nav>li.has-megasub>ul.megamenu.megacol-1>li {
        width: 100%;
    }

    #main-menu .nav>li.has-megasub>ul.megamenu>li {
        float: left;
        padding: 0 10px;
    }
    .common-menu-wrap .nav> li > ul li a {
        font-weight: 400 !important;
    }
    /* -------------------------------------- *
    *           17. Mobile Menu               *
    * --------------------------------------- */

    button.navbar-toggle:hover i {
        color: #ff0464;
    }

    #mobile-menu {
        position: absolute;
        top: 60px;
        width: 100%;
        z-index: 9;
        right: 0;
        background: #fff;
        min-width: 220px;
    }
    .eventco-mobile-menu button:hover {
        border: none;
        background: inherit;
        color: #ff0464;
    }
    .admin-bar #mobile-menu {
        top: 100%;
    }
    .col-xs-4.visible-xs {
        position: absolute;
        right: 0;
    }

    .navbar-toggle .icon-bar {
        background: #fff;
        width: 25px;
        height: 3px;
    }

    .navbar-toggle {
        border: none;
        margin: 0;
        z-index: 3;
        font-size: 30px;
        text-align: right;
        background: transparent;
        padding-right: 0;
        line-height: 26px;
        padding: 11px 5px;
        font-weight: 300;
        color: #000;
    }

    .header-borderimage .navbar-toggle .icon-bar,
    .header-solid .navbar-toggle .icon-bar {
        background: #000;
    }

    #navigation #mobile-menu .navbar-nav {
        float: none;
    }

    #navigation #mobile-menu .navbar-nav {
        margin: 0;
        background-color: #29333f;
    }

    #mobile-menu .navbar-collapse {
        border: 0;
    }

    #mobile-menu .navbar-nav {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-top: 0 !important;
    }

    #mobile-menu ul {
        list-style: none;
    }

    #mobile-menu ul li {
        margin-bottom: 1px;
    }

    #mobile-menu ul li a {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 20px;
        padding-right: 20px;
        color: #000;
        display: block;
        font-weight: 400;
    }

    #mobile-menu ul li.active>a,
    #mobile-menu ul li a:hover {
        background: none;
    }

    #mobile-menu ul ul {
        padding-left: 10px;
        padding-top: 0;
        padding-bottom: 0;
    }

    #mobile-menu ul li span.menu-toggler {
        display: inline-block;
        width: 34px;
        cursor: pointer;
        color: #000;
        height: 34px;
        line-height: 34px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99;
    }

    #mobile-menu ul li:hover .menu-toggler {
        color: #222;
    }

    #mobile-menu ul li {
        line-height: 20px;
        display: block;
        position: relative;
    }

    #mobile-menu ul li span.menu-toggler i {
        display: block;
        line-height: 44px;
    }

    #mobile-menu ul li span.menu-toggler i.fa-angle-right:before {
        content: "\f107";
    }

    #mobile-menu ul li span.menu-toggler.collapsed i.fa-angle-right:before {
        content: "\f105";
    }

    #mobile-menu ul li span.menu-toggler .fa-angle-down,
    #mobile-menu ul li span.menu-toggler.collapsed .fa-angle-right {
        display: block;
    }

    #navigation #mobile-menu .navbar-nav>li>a:focus,
    #navigation #mobile-menu .navbar-nav>li>a:hover {
        background-color: transparent;
    }

    @media only screen and (max-width: 768px) {
        #masthead.sticky {
            position: absolute;
            -webkit-animation: none;
            animation: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
    }

    #navigation .navbar-header .navbar-toggle:hover,
    #navigation .navbar-header .navbar-toggle:focus {
        background-color: transparent;
    }
    /* -------------------------------------- *
*           18. Search           *
* --------------------------------------- */

/* search form */
.eventco-search-wrap{
    display: inline-block;
}
.thm-fullscreen-search{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.thm-fullscreen-search.active{
    opacity: 1;
    visibility: visible;
}

.thm-fullscreen-search .search-overlay{
    background-color: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .85;
    cursor: url(https://image.ibb.co/dquw2G/close_1.png), auto;
}
.thm-fullscreen-search form{
    position: relative;
    width: 50%;
}

.thm-fullscreen-search form input[type="text"]{
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff !important;
    height: 55px;
    background-color: transparent;
    font-size: 25px;
    color: #fff;
    font-weight: 300;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
}
.thm-fullscreen-search form input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.thm-fullscreen-search form input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.thm-fullscreen-search form input[type="text"]:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.thm-fullscreen-search form input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.thm-fullscreen-search label{
    position: absolute;
    right: 0;
    top: 0;
    line-height: 55px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}


/* -------------------------------------- *
*           19. Login Register            *
* --------------------------------------- */

    .themeum-navbar-header {
        display: inline-block;
        padding: 11px 0;
    }

    .eventco-login-register {
        position: relative;
        float: right;
        padding: 10px 0;
    }

    .eventco-login-register ul {
        list-style: none;
        padding: 0;
        margin: 0 0 0 10px;
        position: relative;
        display: inline-block;
        position: relative;
    }
    .eventco-login-register ul li {
        display: inline-block;
        position: relative;
        padding: 0;
        margin-left: 15px;
    }

    .eventco-login-register ul li a {
        display: block;
        position: relative;
        font-size: 12px;
        font-weight: bold;
        color: #000;
    }

    .eventco-login-register ul li a i {
        margin-right: 0px;
        color: #000;
        font-size: 14px;
    }

    .eventco-login-register a.eventco-dashboard {
        text-transform: uppercase;
    }
    .eventco-login-register ul li a .back-profile {
        padding-right: 6px;
    }
    /* -------------------------------------- *
    *           19. Footer                    *
    * --------------------------------------- */

    .bottom-widget {
        padding-top: 15px;
    }

    .bottom-widget .widget h3.widget-title {
        margin-bottom: 20px;
        margin-top: 0;
        font-size: 22px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #ffffff;
    }

    ul.themeum-social-share {
        list-style: none;
        margin-top: -8px;
    }

    ul.themeum-social-share li {
        display: inline-block;
    }

    ul.themeum-social-share li a {
        width: 30px;
        height: 30px;
        display: inline-block;
        font-size: 16px;
    }

    .textwidget .mc4wp-form-fields .send-arrow {
        position: relative;
    }

    .textwidget .mc4wp-form-fields .send-arrow input[type="email"] {
        width: 100%;
        background: transparent;
        color: #959595;
        padding: 9px 15px;
        border: 2px solid rgba(255, 255, 255, 0.2);
        border-radius: 4px;
    }






/* -------------------------------------- *
*           23. Login & Registration      *
* --------------------------------------- */

    .wp-crowd-btn, .wpneo_withdraw_button {
        font-weight: 500;
    }
    .wpneo-dashboard-head-left {
        color: #939393;
        font-weight: 500;
    }

    .modal {
        text-align: center;
    }

    .modal #login {
        text-align: center;
    }

    .modal .modal-backdrop {
        background-color: #16171c;
    }

    .modal .modal-backdrop.in {
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .modal .modal-dialog,
    .wpneo-modal-content {
        max-width: 600px;
    }


    .modal .modal-content {
        border-radius: 4px;
        background-color: #fff;
        margin-top: 100px;
        text-align: center;
    }
    .modal .modal-content .modal-body input:not([type="checkbox"]){
        height: 45px;
        padding: 0;
        font-size: 14px;
        font-weight: 300;
        display: block;
        margin: 0 auto;
    }
    .modal .modal-content .modal-body input[type="submit"]{
        padding-left: 25px;
        padding-right: 25px;
        margin-top: 5px;
    }
    .modal .modal-content .modal-body input[type="submit"]:hover{
        background-color: #fff !important;
    }
    .modal .modal-header {
        padding: 60px 60px 0px 60px;
        border-bottom: none;
        border-radius: 4px;
        display: block;
    }

    .modal .modal-body {
        padding: 6px 60px 60px 60px
    }

    .modal .modal-title {
        color: #313232;
        font-size: 22px;
        font-size: 48px;
        text-align: center;
        font-weight: 300;
    }

    .modal-header .close{
        position: absolute;
        right: 30px;
        top: 30px;
    }

    .modal .modal-text{
        font-size: 16px;
        line-height: 26px;
        width: 70%;
        margin: 5px auto 30px;
    }

    .modal button.close {
        filter: alpha(opacity=60);
        opacity: .6;
        background: none;
    }

    .modal button.close span {
        font-size: 20px;
        font-size: 15px;
        border-radius: 50%;
        border: 1px solid #B2B2B2;
        color: #999;
        width: 30px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        height: 30px;
        background: #fff;
    }

    .modal input#username,
    .modal input#password,
    .modal input#usernamelogin,
    .modal input#passwordlogin,
    .modal input#email {
        border-radius: 3px;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 10px 20px;
        height: auto;
        margin-bottom: 14px;
        border-color: #f1f1f1;
        padding: 12px;
        font-size: 14px;
        font-size: 0.77777778rem;
    }

    .modal input#password {
        margin-bottom: 15px;
    }

    .modal label {
        opacity: .8;
        filter: alpha(opacity=80);
        padding-left: 10px;
        top: 2px;
        position: relative;
    }

    .modal .submit_button {
        position: relative;
    }

    .modal .lost-pass {
        position: relative;
    }

    .modal-footer{
        padding-left: 35px;
        padding-right: 35px;
    }

    .modal .google-login,
    .modal .facebook-login,
    .modal .twitter-login,
    .modal .register_button {
        color: #ffffff;
        border: none;
        display: inline-block;
    }

    .modal .condition {
        opacity: .5;
        filter: alpha(opacity=50);
        font-size: 12px;
        margin-top: 10px;
    }

    .modal .google-login {
        background-color: #df4a32;
    }

    .modal .facebook-login {
        background-color: #39579a;
    }

    .modal .twitter-login {
        background-color: #51abf1;
    }

    .modal .haveaccount {
        background: #cdcfd1;
        height: 1px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .modal .haveaccount span {
        background: #f6f8fa;
        padding: 10px;
        position: relative;
        top: -16px;
        left: 20px;
        color: #848484;
    }

    #sidebar .widget table {
        width: 100%;
    }

    img {
        max-width: 100%;
        height: auto;
    }


    /* -------------------------------------- *
*           25. ext               *
* --------------------------------------- */

    .ui-datepicker .ui-datepicker-calendar td span,
    .ui-datepicker .ui-datepicker-calendar td a {
        text-align: center;
    }

    .ui-datepicker .ui-datepicker-calendar td span,
    .ui-datepicker .ui-datepicker-calendar td a.ui-state-default.ui-state-active,
    .ui-datepicker .ui-datepicker-calendar a.ui-state-default.ui-state-highlight.ui-state-active {
        background: #747474;
    }

    .ui-datepicker .ui-datepicker-next:before,
    .ui-datepicker .ui-datepicker-prev:before {
        display: none;
    }

    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        text-indent: 999px;
    }

    .dashboard-head-date input {
        width: auto !important;
    }

    form.woocommerce-ResetPassword.lost_reset_password{
        text-align: center;
        display: block;
        margin: 0 auto 30px;
        max-width: 550px;
    }

    .woocommerce form.woocommerce-ResetPassword.lost_reset_password .form-row{
        margin: 0 auto;
        float: none;
        width: 60%;
    }

    .woocommerce form.woocommerce-ResetPassword.lost_reset_password .form-row label{
        text-align: center;
        display: block;
        width: 100%;
        color: #222;
    }

    .woocommerce form.woocommerce-ResetPassword.lost_reset_password .form-row input[type="submit"]{
        display: inline-block;
        margin: 0 auto;
        border: 1px solid transparent;
        transition: .4s;
        margin-top: 15px;
    }
    .woocommerce-lost-password .woocommerce{
        margin-bottom: 60px;
    }
     .thm-single-category li {
        display: inline-block;
        margin-right: 12px;
        margin-bottom: 5px;
     }
     .thm-single-category li i {
        margin-right: 6px;
     }

.single-product-item .thm-Price-amount.pull-center.col-sm-4 {
    text-align: center;
}
.single-product-item .progressbar-content-wrapper {
     padding: 0; 
}
.single-product-item  h2.woocommerce-Price-amount.amount {
    font-size: 42px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}
.single-product-item  .campaign-days-remain, 
.single-product-item  .themeum-author-funded, 
.single-product-item  .thm-Price-amount {
    margin-bottom: 14px;
}
.single-product-item .product-slide-intro {
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #000000;
}
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
    background: #ffffff;
    border-bottom: 2px solid #d03e7a;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li, 
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li {
    padding: 0px 20px;
    box-sizing: border-box;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
    box-shadow:none; 
}

/* Style Slider */
.wppb-carousel-content {
    color: #fff;
}

.wppb-carousel-content strong{
    color: #ffc730;
}
span.slick-arrow {
    line-height: 80px !important;
}
.wppb-carousel .slick-arrow {
    height: 80px !important;
}

.themeum-pagination {
    margin-bottom: 40px;
}

.page-template-homepage .mailchimp-banners {
    display: none;
}

.wppb-testimonial-content-carousel .wppb-carousel-next, 
.wppb-testimonial-content-carousel .wppb-carousel-prev {
    line-height: 40px !important;
}
span.wppb-carousel-prev.slick-arrow {
    margin-left: 17px !important;
}

.woocommerce-account .woocommerce {
    width: 500px;
    margin: 0 auto;
}
.woocommerce-account .woocommerce form.login{
    border: 1px solid #fff;
    border-radius: 10px;
    background: #fff;
    margin: 0 0 70px;
}
.woocommerce-account .woocommerce form .form-row label {
    line-height: 2;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #212121;
}
.woocommerce-account .woocommerce button.button{
    background-color: #959595;
    color: #fff;
    border: 0;
    padding: 16px 42px;
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
    border-radius: 5px;
    background-color: #ff025a;
    margin-right: 15px;
}
.woocommerce-account .woocommerce h2 {
    display: none;
}
.woocommerce-account .woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 20px;
}
.single-event .event-content {
    padding: 0;
}
.event-content h2.event-schedules {
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 25px;
    margin-top: 45px;
}
.event-schedule-tab-view ul li.active a:before, .event-schedule-tab-view ul li a.active:before {
    content: "";
    position: absolute;
    right: 0;
    z-index: 999;
    bottom: -17px;
    width: 30px;
    height: 30px;
    border-top: solid 30px rgb(255, 4, 100);
    border-left: solid 28px transparent;
    border-right: solid 28px transparent;
    text-align: center;
    left: 10%;
}
.eventco-error-wrapper .container {
    z-index: 999;
}
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a {
    padding-top: 3px;
    padding-bottom: 3px;
}
.event-schedule-tab-view li.col.active a span,
.event-schedule-tab-view li.col a.active span {
    color: #fff;
}
.schedule-style-four .event-schedule-tab-view ul li.active a:before, 
.schedule-style-four .event-schedule-tab-view ul li a.active:before,
.schedule-style-two .event-schedule-tab-view ul li.active a:before, 
.schedule-style-two .event-schedule-tab-view ul li a.active:before {
    display: none;
}

#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.get_ticket:hover>a{
    color: #fff !important;
}
.page-template-homepage .wppb-carousel .wppb-carousel-prev {
    left: 0;
    right: auto;
}
.event-gallery .photo-gallery-item.row {
    margin: 0;
}
.photo-gallery-items.col-sm-6.col-md-4 {
    padding: 0;
}
.search .search-content {
    padding: 0px;
    border: none;
    border-radius: 0px;
    background: inherit;
}




.eventco-login-wrapper {
    width: 15%;
    float: right;
    padding-left: 15px;
    margin-top: 3px;
}
.top-user-login img.avatar.photo {
    width: 46px;
    margin-top: -4px;
    border-radius: 4px;
    float: left;
}
.top-align.top-user-login span {
    display: block;
    text-align: left;
    padding-left: 56px;
    text-transform: capitalize;
}
.top-align.top-user-login a {
    text-align: left;
    float: left;
    padding-left: 10px;
}

.with-login #wp-megamenu-primary {
    z-index: 9;
    text-align: right;
    width: 85%;
    float: left;
}
.eventco-menu-wrap button:hover {
    border: none;
    background: transparent;
    color: #ff025a;
}



/* Preloader */
#global {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #212121;
  z-index: 9999999999999;
}
.div-position {
    width: 100%;
    margin: 106px auto;
    position: absolute;
    width: 70px;
    position: absolute;
    height: 75px;
    top: 50%;
    left: 50%;
    margin-top: -37.5px;
    margin-left: -35px;
}
#global .mask {
  position: absolute;
  border-radius: 2px;
  overflow: hidden;
  perspective: 1000;
  backface-visibility: hidden;
}
#global .plane {
  background: #ff025a;
  width: 400%;
  height: 100%;
  position: absolute;
  transform: translate3d(0px, 0, 0);
  z-index: 100;
  perspective: 1000;
  backface-visibility: hidden;
}
#global #top {
  width: 53px;
  height: 20px;
  left: 12px;
  transform: skew(-15deg, 0);
  z-index: 100;
}
#global #top .plane {
  z-index: 2000;
  animation: strip-top 1.3s ease-in infinite 0s backwards;
}
#global #middle-top {
  width: 33px;
  height: 20px;
  top: 15px;
  left: 12px;
  transform: skew(-15deg, 40deg);
}
#global #middle-top .plane {
  transform: translate3d(0px, 0, 0);
  background: #ff025a;
  animation: strip-middle-top 1.3s linear infinite 0.3s backwards;
}
#global #middle-down {
  width: 43px;
  height: 19px;
  top: 43px;
  left: 2px;
  transform: skew(-12deg, -32deg);
}
#global #middle-down .plane {
  transform: translate3d(0px, 0, 0);
  background: #ff025a;
  animation: strip-middle-bottom 1.3s linear infinite 0.7s backwards;
}
#global #bottom {
  width: 53px;
  height: 20px;
  top: 55.5px;
  left: 2px;
  transform: skew(-15deg, 0);
}
#global #bottom .plane {
  z-index: 2000;
  animation: strip-bottom 1.3s ease-out infinite 0.95s backwards;
}

@keyframes strip-top {
  from {
    transform: translate3d(53px, 0, 0);
  }
  to {
    transform: translate3d(-250px, 0, 0);
  }
}
@keyframes strip-middle-top {
  from {
    transform: translate3d(-160px, 0, 0);
  }
  to {
    transform: translate3d(53px, 0, 0);
  }
}
@keyframes strip-middle-bottom {
  from {
    transform: translate3d(53px, 0, 0);
  }
  to {
    transform: translate3d(-220px, 0, 0);
  }
}
@keyframes strip-bottom {
  from {
    transform: translate3d(-220px, 0, 0);
  }
  to {
    transform: translate3d(53px, 0, 0);
  }
}
