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

*  --------------------------------------
*         Table of Content
*  --------------------------------------
*  01. Product Slider
*  02. FAQ
*  03. patrios 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;
}

    .wpneo-single-sidebar button.wpneo_donate_button,
    .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;
    }
    .wpneo-cancel-btn{
        border-radius: 3px;
        margin: 0 15px;
    }
    button.patrios-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-patrios,
    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;
    }

    .comments-area .comment-form input[type="submit"]:hover,
    .thm-btn.btn-bordered,
    .thm-btn:hover,
    .btn.btn-patrios: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,
    input[type="submit"].wpneo-submit-campaign:hover {
        background: #fff;
        /* color: #c9366f; */
    }

    .comments-area .comment-form input[type="submit"]{
        border: 1px solid;
    }
    .thm-btn.btn-bordered:hover {
        /* background-color: #c9366f; */
        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-patrios {
        background: transparent;
    }

    .btn.btn-border-patrios: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;
    }

    .patrios-login-register a.patrios-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;
    }
    .entry-content .elementor-widget:not(:last-child) {
        margin-bottom: 20px;
    }

    .elementor-container.elementor-column-gap-default>.elementor-row>.col-thm-counter.elementor-column>.elementor-element-populated {
        padding: 40px 15px 20px 15px;
    }

    .entry-content .patrios-faq .elementor-accordion .elementor-accordion-title,
    .entry-content .elementor-accordion .elementor-accordion-content {
        padding: 10px 0px !important;
    }

    .elementor-container.elementor-column-gap-default>.elementor-row>.col-thm-contact7.elementor-column>.elementor-element-populated {
        padding: 0 30px 0 30px !important;
    }

    .woocommerce input[type="text"],
    .woocommerce input[type="email"],
    .woocommerce form .form-row .input-text,
    .woocommerce-page form .form-row .input-text,
    .select2-container--default .select2-selection--single,
    .woocommerce input[type="password"] {
        background: #fff;
        border: 1px solid #EBEBF1 !important;
        border-radius: 4px;
        font-size: 14px;
        min-height: 46px;
        text-indent: 10px;
    }

    .woocommerce form .form-row.woocommerce-validated .select2-container .select2-selection,
    .woocommerce form .form-row.woocommerce-validated input.input-text .select2-selection,
    .woocommerce form .form-row.woocommerce-validated select .select2-selection {
        padding-top: 10px;
    }

    .woocommerce form .select2-container--default .select2-selection--single .select2-selection__arrow {
        margin-top: 10px;
    }

    .patrios-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: center;
    }
    .thm-category-featured{
        margin-bottom: 80px;
    }
    .patrios-title-content-wrapper{
        margin-bottom: 50px;
    }
    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
    }
    /* -------------------------------------- *
*           1. Product Slider             *
* --------------------------------------- */

    .product-slider-items .container {
        position: relative;
        z-index: 1;
    }

    .product-slider-items {
        position: relative;
    }

    .product-slide-title {
        font-size: 42px;
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 15px;
        line-height: 48px;
    }

    .product-slide-title a {
        color: #191919;
        transition: 400ms;
        -webkit-transition: 400ms;
    }

    .product-slide-intro {
        font-size: 16px;
        line-height: 26px;
        color: rgba(25, 25, 25, 0.7);
        font-weight: 300;
        margin-bottom: 25px;
    }

    .thm-progress-bar .progress-bar {
        color: #fff;
        height: 6px;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 0;
        border-radius: 10px;
    }

    .product-slider-items .thm-progress-bar {
        margin-right: 30px;
    }

    .product-slider-items .themeum-camp-author {
        padding: 22px 30px 45px 0;
    }

    .product-slider-items .thm-product-category a {
        font-size: 16px;
        color: #B0B0B0;
        font-weight: 300;
    }


    /* 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;
}


    /* -------------------------------------- *
*               2. FAQ                    *
* --------------------------------------- */

    .patrios-faq .elementor-accordion .elementor-accordion-title .elementor-accordion-icon {
        display: none;
    }

    .patrios-faq .elementor-accordion .elementor-accordion-title,
    .elementor-accordion .elementor-accordion-content {
        padding: 15px 0px !important;
    }
    /* -------------------------------------- *
*          3. patrios Tab Slider          *
* --------------------------------------- */

    .patrios-tab-slider .elementor-tabs-wrapper {
        padding-top: 10px;
        padding-bottom: 14px;
        border: 1px solid #e7e7e7;
        border-radius: 4px;
        margin-right: 20px;
    }

    .patrios-tabslider-title {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 30px;
    }
    /* -------------------------------------- *
*          4. Contact Page                *
* --------------------------------------- */

    .patrios-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 .patrios-contact input[type=text],
    .wpcf7-form .patrios-contact input[type=email],
    .wpcf7-form .patrios-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 .patrios-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;
    }
    /* -------------------------------------- *
*    5. Woo Product Shortcode             *
* --------------------------------------- */

    .themeum-woo-product-details {
        -webkit-transition: .4s;
        transition: .4s;
        margin-bottom: 30px;
    }

    .themeum-woo-product-details .product-content {
        padding: 20px 0 0;
        -webkit-transition: .4s;
        transition: .4s;
        position: relative;
    }

    .themeum-woo-product-details .product-content h4 {
        font-weight: 400;
        color: #000;
    }

    .themeum-woo-product-details .product-content h4 a {
        transition: 400ms;
        -webkit-transition: 400ms;
    }

    .themeum-woo-product-details .product-content a {
        color: rgba(0, 0, 0, 0.8);
    }

    .themeum-woo-product-details .addtocart-btn .add_to_cart_button {
        border-radius: 35px;
        line-height: inherit;
        background: #ffffff;
        border-color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        font-weight: 400;
        padding: 12px 35px;
        font-size: 16px;
        font-weight: 600;
    }

    .themeum-woo-product-details .addtocart-btn .add_to_cart_button:hover,
    .themeum-woo-product-details .addtocart-btn .added_to_cart:hover {
        color: #fff;
    }

    .themeum-woo-product-details .addtocart-btn .added_to_cart {
        border-radius: 35px;
        line-height: inherit;
        background: #ffffff;
        border-color: #ffffff;
        position: absolute;
        top: 65%;
        left: 50%;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        font-weight: 400;
        padding: 10px 32px;
    }

    .themeum-woo-product-details:hover .addtocart-btn .add_to_cart_button {
        opacity: 1;
    }

    .themeum-woo-product-details:hover .addtocart-btn .added_to_cart {
        opacity: 1;
    }

    .themeum-woo-product-details .product-img img {
        border-radius: 4px;
    }

    .themeum-woo-product-details .product-img:before {
        content: "";
        background: #000;
        border-radius: 4px;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        visibility: hidden;
        width: 100%;
        -webkit-transition: .4s;
        transition: .4s;
    }

    #wpneo-tab-description img.aligncenter {
        margin: 0 auto;
        max-width: 100%;
        display: inherit;
    }

    .themeum-woo-product-details:hover .product-img:before {
        opacity: .65;
        visibility: visible;
    }

    .themeum-woo-product-details .product-img {
        overflow: hidden;
        position: relative;
    }

    .themeum-woo-product-details .product-price {
        color: #000;
    }

    .themeum-woo-product-details .product-price ins {
        font-weight: 700;
    }

    .themeum-woo-product-details .product-price del {
        font-weight: 600;
    }

    .wp-crowd-new-campaign {
        margin-top: 17px;
    }

    .wp-crowd-btn,
    .wpneo_withdraw_button {
        border-radius: 50px;
    }
    /* -------------------------------------- *
*    6. Client Testimonial Shortcode      *
* --------------------------------------- */

    .testimonial_content_wrapper span {
        display: block;
        margin-bottom: 50px;
    }

    .testimonial_content_wrapper .person_name {
        margin: 0;
        font-weight: 600;
        color: #000;
    }

    .testimonial_content_wrapper .client-img {
        float: right;
    }

    .testimonial_content_wrapper .client-img img {
        float: right;
    }

    .testimonial_content_wrapper .slick-prev {
        background: #2176F7;
        padding-top: 3px;
        border-radius: 30px;
        overflow: hidden;
        height: 30px;
        width: 30px;
        text-align: center;
        color: #fff;
        float: left;
        bottom: 20px;
        position: absolute;
        cursor: pointer;
    }

    .testimonial_content_wrapper .slick-next {
        position: absolute;
        bottom: 20px;
        margin-left: 40px;
        background: #2176F7;
        padding-left: 1px;
        border-radius: 30px;
        height: 30px;
        width: 30px;
        padding-top: 3px;
        text-align: center;
        color: #fff;
        z-index: 99999;
        cursor: pointer;
    }

    .slide img {
        height: 600px;
        width: auto;
    }

    .slide:not(:first-of-type) {
        display: none;
    }

    .slide.initialized {
        display: block;
    }

    .themeum-product-slider .slick-next {
        margin-left: 40px;
        right: -100px;
        transition: 400ms;
        -webkit-transition: 400ms;
    }

    .themeum-product-slider .slick-prev {
        float: left;
        left: -100px;
        transition: 300ms linear;
        -webkit-transition: 300ms linear;
    }

    .themeum-product-slider .slick-next,
    .themeum-product-slider .slick-prev {
        color: #ddd;
        top: 50%;
        margin-top: -21px;
        position: absolute;
        cursor: pointer;
        z-index: 99999;
        text-align: center;
        overflow: hidden;
        height: 50px;
        width: 50px;
        border-radius: 30px;
        bottom: 20px;
        padding-top: 9px;
        font-size: 30px;
        transition: 300ms linear;
        -webkit-transition: 300ms linear;
    }

    .themeum-product-slider .slick-next:hover,
    .themeum-product-slider .slick-prev:hover {
        color: #fff;
        background-color: transparent;
    }
    /* -------------------------------------- *
*    7. Campaign Category Shortcode       *
* --------------------------------------- */

    .thm-campaign-cat {
        position: relative;
        border-radius: 6px;
        overflow: hidden;
    }

    .thm-campaign-cat img {
        border-radius: 6px !important;
    }

    .thm-campaign-cat:before {
        content: "";
        background: rgba(0, 0, 0, 0.5);
        height: 100%;
        width: 100%;
        position: absolute;
    }

    .thm-campaign-cat .campaign-image {
        position: absolute;
        top: 42%;
        text-align: center;
        width: 100%;
    }

    .thm-campaign-cat .campaign-image a {
        color: #fff;
        font-weight: 100;
        font-size: 18px;
    }

/* -------------------------------------- *
*    8. Popular Campaign Post Shortcode   *
* --------------------------------------- */

    .thm-post-grid-col {
        margin-bottom: 30px;
    }

    .themeum-campaign-post {
        border-radius: 4px;
        background: #fff;
        border: solid 1px #ebebf1;
        position: relative;
        height: 100%;
        transition: .3s;
    }
    .themeum-campaign-post.d-flex.flex-wrap:hover {
        box-shadow: 4px 3px 19px 0 rgba(0, 0, 0, 0.14);
    }

    .themeum-campaign-img a {
        border-radius: 4px;
        /*border: solid 1px #ebebf1;*/
    }
    .blog-post-item-col .content-item-title a {
        transition: .3s;
    }
    .blog-post-item-col .content-item-title a:hover {
        color: #d03e7a;
    }

    .themeum-campaign-img .review-item-image img{
        border-radius: 4px;
    }

    .themeum-campaign-img .thm-camp-hvr .thm-ch-icon {
        background-color: #fff;
        height: 95px;
        width: 95px;
        border-radius: 50%;
        display: inline-block;
        line-height: 106px;
        font-size: 40px;
    }

    .themeum-campaign-img .thm-camp-hvr {
        position: absolute;
        z-index: 3;
        left: 50%;
        top: 50%;
        text-align: center;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(.5);
        transform: translateX(-50%) translateY(-50%) scale(.5);
        opacity: 0;
        -webkit-transition: all .1s ease-in 0s;
        transition: all .1s ease-in 0s;
    }

    .themeum-campaign-post .themeum-campaign-img.active .thm-camp-hvr {
        opacity: 1;
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
        -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
        transform: translateX(-50%) translateY(-50%) scale(1);
    }

    .themeum-campaign-img .thm-camp-hvr h4 {
        color: #fff;
        margin: 10px 0 0;
        font-weight: 300;
    }

    .themeum-campaign-post .themeum-campaign-img::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 1;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        margin-left: -50px;
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        -webkit-transition: all .2s ease-in 0s;
        transition: all .2s ease-in 0s;
    }

    .themeum-campaign-post .themeum-campaign-img.active::after {
        opacity: .9;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    .themeum-campaign-post .themeum-campaign-img.active::after {
        -webkit-animation-name: hideAfter;
        animation-name: hideAfter;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        opacity: 0;
        visibility: hidden;
    }

    .themeum-campaign-post .themeum-campaign-img.active .thm-camp-hvr {
        -webkit-animation-name: hideHvr;
        animation-name: hideHvr;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        opacity: 0;
        visibility: hidden;
    }

    @-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;
        }
    }

    .themeum-campaign-post .themeum-campaign-img img {
        border-radius: 4px 4px 0 0;
    }

    .themeum-campaign-post .themeum-campaign-post-content {
        padding: 30px 30px 0;
        position: relative;
    }

    .themeum-campaign-exp-content h3,
    .themeum-campaign-post h3 {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 14px;
        margin-top: 0px;
    }

    .themeum-campaign-exp-content h3 a,
    .themeum-campaign-post h3 a {
        transition: 400ms;
        -webkit-transition: 400ms;
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.57;
        letter-spacing: -0.5px;
        color: #000000;
        display: block;
    }

    .themeum-tab-category p {font-weight:300}

    .themeum-campaign-post .entry-author {
        margin-right: 4px;
    }

    .themeum-campaign-post p {
        margin-top: 10px;
        margin-bottom: 2px;
        color: #4C4C4C;
        font-weight: 300;
    }

    .themeum-campaign-exp-content .entry-category a,
    .themeum-campaign-post .entry-category a {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.6px;
        color: #939393;
    }

    .themeum-campaign-exp-content .entry-author a,
    .themeum-campaign-post .entry-author a {
        font-weight: 600;
        color: #454545;
    }

    .thm-grid-list a.thm-love-btn,
    .themeum-campaign-post a.thm-love-btn {
        position: absolute;
        right: 18px;
        top: 30px;
        border-radius: 50%;
        text-align: center;
        font-size: 20px;
        -webkit-transition: .2s;
        transition: .2s;
        z-index: 2;
    }
    .thm-grid-list a.thm-love-btn{
        top: 15px;
        right: auto;
        left: 15px;
    }

    /* -------------------------------------- *
    *    9. Progress Bar section Shortcode    *
    * --------------------------------------- */


    .product-slider-items .thm-progress-bar .progress,
    .progressbar-content-wrapper .thm-progress-bar .progress {
        height: 6px;
        background-color: #eee;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 10px;
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .progressbar-content-wrapper .thm-progress-bar .lead {
            font-size: 14px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #393c40;
    }

    .progressbar-content-wrapper .thm-funding-goal {
        font-size: 14px;
        color: #393939;
        font-weight: 500;
    }

    .progressbar-content-wrapper .thm-meta-desc {
        width: 50%;
        display: inline-block;
    }

    .themeum-campaign-location {
        padding: 12px;
        text-align: center;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.51);
    }

    .progressbar-content-wrapper .thm-progress-bar .lead .percentag,
    .progressbar-content-wrapper .thm-funding-goal .thm-meta-name {
        color: #888888;
        font-weight: 400;
    }
    /*themeum-campaign-author*/

    .themeum-camp-author {
        padding: 22px 15px 20px;
    }

    .style-2 .themeum-camp-author{
        padding: 20px 0 0;
    }

    .themeum-author-img {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        overflow: hidden;
    }

    .themeum-author-img img {
        width: 100%;
    }

    .themeum-author-dsc {
        padding-left: 10px;
    }

    .themeum-author-dsc span,
    .themeum-author-funded span {
        display: block;
        color: #AAAEB3;
        font-size: 14px;
        font-weight: 300;
        line-height: 1;
        display: block;
    }
    .search-content .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #d03e7a;
        outline: 0;
        box-shadow: none;
    }
    .themeum-author-dsc a,
    .themeum-author-funded h6 {
        font-size: 14px;
        line-height: 1;
        color: #363636;
        display: block;
        margin-bottom: 6px;
        margin-top: 3px;
        text-align: left;
    }

    .themeum-author-funded {
        text-align: right;
    }
    /* -------------------------------------- *
*    10. Themeum Campaign Shortcode       *
* --------------------------------------- */

    .social-share,
    .copy-wrapper {
        padding-top: 2px;
        text-align: center;
    }

    .subtitle-cover{
        position: relative;
        z-index: 1;
    }

    .subtitle-cover::before{
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: -1;
        top: 0;
        left: 0;
        opacity: .95;
    }

    .subtitle-cover h2 {
        padding-top: 10px;
        text-transform: capitalize;
        font-weight: normal;
        line-height: 65px;
    }

    .subtitle-cover.sub-title p {
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        margin-top: 8px;
        font-weight: 100;
    }

    .themeum-campaign-item {
        padding-left: 15px;
        padding-right: 15px;
        height: 210px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .themeum-campaign-item .themeum-campaign-wrapper {
        background-color: rgba(51, 211, 192, 0.9);
        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;
        height: 100%;
        text-align: center;
        border-radius: 3px;
    }
    .themeum-campaign-wrapper{
        position: relative;
        z-index: 1;
    }
    .themeum-campaign-wrapper::after{
        content: '';
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        opacity: 0;
        transition: .4s;
    }
    .themeum-campaign-wrapper:hover::after{
        opacity: .40;
    }
    .themeum-campaign-item a.themeum-campaign-icon,
    .themeum-campaign-item a.themeum-campaign-img {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 45px;
        -webkit-transition: .4s;
        transition: .4s;
    }
    .themeum-campaign-item:hover a.themeum-campaign-icon,
    .themeum-campaign-item:hover a.themeum-campaign-img{
        transform: scale(1.15);
        backface-visibility: hidden;
    }
    .themeum-campaign-item a.themeum-campaign-img img {
        max-width: 50px;
        display: inline-block;
    }

    .themeum-campaign-item .camp-title {
        font-size: 20px;
        font-weight: 300;
        color: #fff;
        margin-top: 15px;
        display: block;
        -webkit-transition: .4s;
        transition: .4s;
    }
    .themeum-campaign-item .camp-title:hover{
        opacity: .75;
    }
    /* -------------------------------------- *
*    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-content .comingsoon-title {
        font-size: 35px;
        font-weight: 400;
        word-break: break-word;
        color: #000;
        font-size: 78px;
        font-weight: 200;
        line-height: 1;
        margin-bottom: 30px;
    }

    .comingsoon-newslatter-descrip {
        display: inline-block;
        color: #000;
        width: 60%;
        margin-bottom: 35px;
        font-size: 36px;
        font-weight: 300;
        line-height: 1.2;
    }

    .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: center;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .comingsoon-wrap {
        width: 100%;
        height: 100%;
        display: table;
    }

    .comingsoon-content {
        vertical-align: middle;
        display: table-cell;
        background: #fff;
        padding: 80px 50px 20px 50px;
    }

    #comingsoon-countdown .countdown-amount {
        font-size: 34px;
        font-weight: 400;
        display: block;
    }

    #comingsoon-countdown .countdown-period {
        font-size: 16px;
        font-weight: 400;
        margin-top: 7px;
        text-align: center;
        width: 100%;
        display: inline-block;
    }

    .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;
        padding: 35px 35px;
        position: relative;
        margin: 15px;
        border: 1px solid #eee;
        color: #fff;
        border: none;
    }

    .countdown-section:first-child {
        background-color: #FF945C;
    }

    .countdown-section:nth-child(2) {
        background-color: #FFC658;
    }

    .countdown-section:nth-child(4) {
        background-color: #00BED6;
    }

    .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;
        margin: 80px auto;
    }

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

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

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

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

    .comingsoon .social-share li a {
        font-size: 18px;
        -webkit-transition: color 400ms;
        transition: color 400ms;
        color: #6E6E6E;
    }

    .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 .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 {
        color: rgba(0, 0, 0, 0.8);
        font-size: 221px;
        line-height: 1;
        font-weight: 200;
    }

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

    .error-msg {
        text-align: right;
    }

    .logo-top {}

    .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 {
        color: #000;
        font-size: 36px;
        line-height: 1.2;
        margin: 0;
        text-transform: uppercase;
        margin-bottom: 45px;
    }

    .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                 *
* --------------------------------------- */

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

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

    .featured-wrap {
        overflow: hidden;
    }

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

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

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

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

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

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

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

    .single .patrios-single-post .patrios-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;
    }

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

    .patrios-latest-post .patrios-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 .comment-respond {
        margin-top: 20px;
    }*/

    .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 {
        font-size: 14px;
        margin: 0;
        padding: 0;
        line-height: 20px;
    }

    .widget-blog-posts-section .entry-title a {
        color: #000;
    }

    .widget-blog-posts-section .media .pull-left img {
        margin-bottom: 16px;
        height: 54px;
        width: 54px;
        border-radius: 4px;
    }

    .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;
    }

    .widget-area .widget:last-child {
        margin-bottom: 0px;
    }

    #sidebar h3.widget_title {
        font-size: 18px;
        margin: 0 0 15px;
        font-weight: 600;
        line-height: normal;
        color: #384351;
    }

    #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;
    }

    .widget .tagcloud {
        display: block;
    }

    .widget .tagcloud a {
        display: inline-block;
        color: #777;
        padding: 2px 10px;
        margin: 0 2px 5px;
        transition: all 300ms ease-in;
        -webkit-transition: all 300ms ease-in;
        font-size: 14px !important;
        border: 1px solid #f5f5f5;
    }

    .widget .tagcloud a:hover {
        color: #fff;
        border: 1px solid transparent;
    }

    .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;
    }

    #sidebar .widget ul li {
        padding: 5px 0;
        color: #000
    }

    .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 ul li:last-child a {
        padding-bottom: 0;
    }

    .widget.widget_recent_comments ul li {
        padding-top: 5px;
        padding-bottom: 5px;
        word-break: break-word;
    }

    .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 {
        color: #38434a;
    }
    .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;
    }

    .breadcrumb {
        background-color: transparent;
        text-align: right;
        color: #000;
    }

    .breadcrumb a {
        color: #000;
    }

    .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;
    }

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

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

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

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

    .patrios-single-post-author .patrios-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;
        }
    }
    /* blog single page*/

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

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

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


    .featured-wrap-link .entry-link-post-format {
        padding: 25px;
        text-align: center;
        background-color: rgba(255, 201, 78, 0.92);
        background-image: url(../images/button-pattern.png);
        min-height: 212px;
    }

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

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

    .featured-wrap-quite blockquote {
        margin: 0;
        font-style: italic;
        font-size: 18px;
        padding: 30px;
        text-align: justify;
        background: #f5f5f5;
        margin-bottom: 0;
    }

    .featured-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;
    }
/*
    .form-submit {
        margin: 30px 0 0;
    } */

    .comments-area .comment-form input {
        border: 1px solid #E1E1E1;
        padding: 10px;
        width:100%;
        margin-right: 25px;
        margin-top: 20px;
        border-radius: 3px;
        height: 45px;
        font-weight: 300;
    }
    .comments-area .comment-form input[type="submit"]{
        display: inline-block;
        width: auto;
        border: none;
        padding-left: 35px;
        padding-right: 35px;
        border: 1px solid;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        line-height: 1;
        font-weight: 600;
    }

    .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;
    }

    .featured-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;
    }

    .featured-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;
    }

    .featured-wrap img {
        width: 100%;
        height: 100%;
    }

    .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;
    }

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

    .blog-details-img {
        position: relative;
        text-align: center;
    }

    .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;
    }

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

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

    .comment-respond {
        padding: 25px 0 0;
        background-color: #fff;
        border-radius: 4px;
        border-top: 1px solid #e7e7e7;
    }

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

    .patrios-single-post-author {
        margin-top: 80px;
    }
    /* -------------------------------------- *
*       14. Blog Pagination               *
* --------------------------------------- */

    .themeum-pagination {
        margin-top: 20px;
        width: 100%;
        overflow: hidden;
        text-align: center;
        margin-bottom: 0;
        border: 1px solid #EBEBF1;
        padding: 16px 16px 14px;
        border-radius: 3px;
        margin-bottom: 44px;
    }
    .themeum-pagination:empty {
        display: none;
    }
    ul.page-numbers {
        text-align: center;
        padding: 1px;
        margin: 0;
    }
    .page-numbers li.p-2.first span {
        padding: 8px 0;
        position: absolute;
        font-weight: 500;
        color: #939393;
    }
    ul.page-numbers li:last-child span{
        position: static !important;
        display: inline-block;
    }
    .themeum-pagination .page-numbers>li {
        list-style: none;
        float: left;
        line-height: 1;
        cursor: pointer;
        margin-right: 0px;
        margin-bottom: 0;
        padding: 2px !important;
    }
    .col6.col6-input input:first-child {
        margin-top: 15px;
    }
    .themeum-pagination .page-numbers>li:first-child a.prev,
    .themeum-pagination .page-numbers>li:last-child a.next {
        padding: 0;
        font-size: 14px;
        width: 100%;
        padding: 8px 0;
        font-weight: 500;
        color: #939393;
    }

    .themeum-pagination ul.page-numbers,
    .woocommerce nav.woocommerce-pagination ul {
        border: none;
    }

    .themeum-pagination ul.page-numbers {
        border: none;
        display: inline-block;
    }

    .themeum-pagination .page-numbers li,
    .woocommerce nav.woocommerce-pagination ul li,
    .wpneo-pagination ul li {
        border: none;
    }

    .themeum-pagination .page-numbers li a,
    .woocommerce nav.woocommerce-pagination ul li a,
    .wpneo-pagination ul li a {
        color: #38434a;
    }

    .themeum-pagination .page-numbers li a,
    .themeum-pagination .page-numbers li span.current,
    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span.current {
           display: inline-block;
            padding: 7px;
            float: left;
            font-weight: 500;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            height: 30px;
            width: 30px;
            font-size: 14px;
            border-radius: 50%;
    }

    .themeum-pagination .page-numbers li a:not(.prev):hover,
    .themeum-pagination .page-numbers li span.current,
    .woocommerce nav.woocommerce-pagination ul li a:hover,
    .woocommerce nav.woocommerce-pagination ul li span.current {
        color: #fff;
    }
    .themeum-pagination .page-numbers>li:first-child a.prev:hover,
    .themeum-pagination .page-numbers>li:last-child a.next:hover,
     .page-numbers li.p-2.first span:hover {
        background: none;
    }
    .woocommerce nav.woocommerce-pagination ul li a.next.page-numbers {
        padding: 9px 25px;
        font-size: 20px;
    }



    .themeum-pagination .page-numbers li a.prev i,
    .themeum-pagination .page-numbers li a.next i {
        font-size: 16px;
        font-weight: 600;
    }

    .wpneo-pagination ul li {
        padding: 1px 3px;
    }

    .wpneo-pagination ul li a,
    .wpneo-pagination ul li span {
        display: inline-block;
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 0 15px;
        border-radius: 4px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        line-height: 36px;
        font-weight: 300;
        border-width: 1px !important;
        margin-bottom: 5px;
    }

    .wpneo-pagination ul li a.next,
    .wpneo-pagination ul li a.prev {
        padding: 0 20px 0 20px;
        font-size: 16px;
        width: 100%;
        font-weight: 300;
        border-width: 1px !important;
        margin-bottom: 5px;
    }

    .wpneo-pagination ul li span.current {
        color: #fff;
    }

    .wpneo-pagination ul li a:hover {
        color: #fff;
    }

    .wpneo-pagination ul li span.current {
        line-height: 22px;
    }
    /* -------------------------------------- *
*           15. Explore                       *
* --------------------------------------- */


    .thm-explore {
        position: relative;
        padding-right: 10px;
    }

    .thm-explore::after {
        content: '';
        position: absolute;
        height: 16px;
        width: 1px;
        background: #DCDCDC;
        right: -10px;
        top: 50%;
        margin-top: -8px;
    }

    .thm-explore ul {
        position: absolute;
        list-style: none;
        background: #fff;
        top: 65px;
        left: 0;
        z-index: 9;
        min-width: 210px;
        padding: 15px 0;
        border-radius: 2px;
        overflow: hidden;
        -webkit-transition: all .4s ease .2s;
        transition: all .4s ease .2s;
        opacity: 0;
        visibility: hidden;
        -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);
    }

    .thm-explore:hover ul {
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .thm-explore ul li a {
        color: #888;
        padding: 5px 20px;
        display: block;
        line-height: 26px;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .thm-explore ul li a i {
        margin-right: 10px;
        font-size: 17px;
        line-height: 26px;
    }

    .thm-explore>a {
        padding: 12px 0;
        line-height: 30px;
    }

    .thm-explore>a i:first-child {
        margin-right: 5px;
    }

    .thm-explore>a i:last-child{
        margin-left: 5px;
    }

/* -------------------------------------- *
*           16. Menu                      *
* --------------------------------------- */
    .thm-wide-header{
        padding: 0 50px;
    }
    .site-header {
        background: #fff;
        padding: 20px 0;
        position: absolute;
        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 #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 .site-header-wrap.container{
        position: relative;
    }
    .megamenu-main .register {
        position: absolute;
        text-align: right;
        right: 0;
        top: 0;
        z-index: 99999;
    }
    .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 {
        text-align: center;
        top: 0px;
        height: 63px;
    }
    .megamenu-main #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu {
        width: 100%;
        position: absolute;
        text-align: center;
        left: 0;
    }

    .thm-explore>a,
    .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;
    }

    .logo-wrapper {
        padding: 0;
    }

    .logo-wrapper a {
        display: inline-block;
        padding: 9px 0 10px;
    }

    .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: " \e916";
        font-family: 'patrios' !important;
        margin-left: 0;
        color: #191919;
        font-size: 9px;
        position: relative;
        top: -1px;
    }

    .header-solid .common-menu-wrap .nav>li.menu-item-has-children:after {
        color: #000;
    }

    .page-template-homepage-transparent-php #masthead.sticky .common-menu-wrap .nav>li.fixed-menu>a {
        color: #fff;
    }

    .common-menu-wrap .nav>li>ul {
        padding: 0px 0 0;
    }
    .megamenu-main .wpmm_brand_logo_wrap img {
        margin-top: 16px;
        margin-right: 15px;
    }
    .common-menu-wrap .nav>li ul {
        text-align: left;
        position: absolute;
        display: none;
        left: 0;
        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 #d03e7a;
        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: #8d072f;
    }

    #mobile-menu {
        position: absolute;
        top: 70px;
        width: 100%;
        z-index: 9;
        right: 0;
        z-index: 999;
        background: #fff;
        min-width: 220px;
    }

    .admin-bar #mobile-menu {
        top: 100%;
    }

    .header-borderimage #mobile-menu,
    .header-solid #mobile-menu {
        top: 100%;
    }

    .admin-bar .header-borderimage #mobile-menu,
    .admin-bar .header-solid #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 */
.patrios-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;
    }

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

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

    /*.patrios-login-register ul::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        background: #DCDCDC;
        width: 1px;
        height: 15px;
        margin-top: -7.5px;
    }*/

    .patrios-login-register ul li {
        display: inline-block;
        position: relative;
        padding: 0;
        margin-left: 15px;
    }

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

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

    .patrios-login-register a.patrios-dashboard {
        text-transform: uppercase;
    }
    .patrios-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;
    }

    .mc4wp-form-fields input[type="email"] {
        background: #323238;
        border: none;
        border-radius: 3px;
        font-size: 14px;
        padding: 12px;
        color: #ccc;
        font-weight: 300;
        height: 46px;
        width: 240px;
        display: inline-block;
        float: left;
    }

    .mchimp-newsletter h4 {
        color: #fff !important;
        font-weight: 300;
    }

    .mchimp-newsletter span {
        position: absolute;
        margin-left: -33px;
        margin-top: 11px;
    }

    .send-arrow {
        margin-bottom: 35px;
    }

    .mc4wp-form-fields input[type="email"]:focus {
        outline-offset: 0px;
        outline: -webkit-focus-ring-color auto 0px;
    }

    .mchimp-newsletter input[type=submit] {
        color: #fff !important;
        border-radius: 4px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        margin-left: -10px;
    }

    .mc4wp-form-fields button:hover {
        background: #bb2e64;
    }

    .mc4wp-form-fields button {
        color: #fff;
        border-radius: 0;
        border: none;
        padding: 11px 16px;
        margin-left: -15px;
        border-radius: 0 3px 3px 0;
        background: #c9366f;
        -webkit-transition: .3s;
        transition: .3s;
        height: 47px;
        cursor: pointer;
    }

    .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;
    }
    .wpneo-form-action input[type="submit"].wpneo-submit-campaign {
        text-transform: capitalize;
        padding: 12px 20px;
        font-weight: 400;
        color: #fff;
        border-radius: 4px;
    }
    #wpneofrontenddata input[type="submit"]:hover {
        background: #d03e7a;
    }

    /* -------------------------------------- *
    *           20. Contact Form              *
    * --------------------------------------- */


    .backer-contact .single-input{
        margin-bottom: 25px;
        display: block;
        width: 100%;
    }
    .backer-contact .single-input textarea,
    .backer-contact .single-input input{
        border: 1px solid #EBEBF1;
        width: 100%;
        height: 50px;
        font-size: 14px;
        font-weight: 300;
        color: #EBEBF1;
        border-radius: 4px;
        text-indent: 25px;
        transition: .4s;
        font-weight: 300;
    }
    .backer-contact .single-input textarea{
        height: 120px;
        padding-top: 10px;
    }


    /* -------------------------------------- *
*           21. Campaign Form             *
* --------------------------------------- */

    #wpneofrontenddata,
    #wpneo-registration {
        margin-bottom: 100px;
        padding-top: 0;
    }

    .wpneo-name {
        color: rgba(0, 0, 0, 0.8);
        font-weight: 600;
        margin-bottom: 8px;
    }

    #wpneofrontenddata .wpneo-fields input[type="number"],
    #wpneofrontenddata .wpneo-fields input[type="text"],
    #wpneofrontenddata .wpneo-fields input[type="email"],
    #wpneofrontenddata .wpneo-fields input[type="password"] {
        border: 2px solid rgba(0, 0, 0, 0.1);
        padding: 10px 20px;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 400;
        height: 42px !important;
    }

    input[type="button"].wpneo-image-upload,
    input#cc-image-upload-file-button,
    input.profile_image_url {
        padding: 10px 20px !important;
    }

    #wpneofrontenddata .wpneo-fields select {
        padding: 12px 20px;
        width: 100%;
        height: 46px;
        border: 2px solid #e7e7e7;
        background: none;
        color: rgba(0, 0, 0, 0.61);
        font-size: 14px;
        font-weight: 400;
    }

    .wpneo-fields small {
        font-size: 13px;
        color: #a0a0a0;
        text-align: left;
        width: 100%;
        display: inline-block;
        padding-top: 5px;
        line-height: 20px;
        font-style: italic;
    }

    input[type="button"].wpneo-image-upload,
    input[type="button"].wpneo-image-upload-btn {
        border-radius: 4px;
        padding: 14px 35px;
    }

    .wpneo-reward-option,
    #wpneofrontenddata .wpneo-title {
        font-size: 24px;
        border-bottom: none;
        text-align: left;
        margin: 30px 0px 25px;
        font-weight: 600;
    }

    #wpneofrontenddata .wpneo-title {
        padding: 30px 0 0;
    }

    input[type="button"].removeCampaignRewards {
        color: #fff;
    }

    a.wpneo-cancel-campaign {
        background: #d2320c;
        transition: 400ms;
        -webkit-transition: 400ms;
    }

    a.wpneo-cancel-campaign:hover {
        background: red;
    }

    .wpneo-requirement-title {
        font-size: 16px;
        text-align: left;
        padding: 40px 0px 20px;
        font-weight: 600;
    }

    div.mce-toolbar-grp {
        border-bottom: 0 !important;
    }
    /* -------------------------------------- *
*           22. Dashboard                 *
* --------------------------------------- */

    .wpneo-head {
        background: #fff;
    }

    .wpneo-links li a {
        color: #333;
    }

    table.stripe-table tbody tr {
        transition: 400ms;
        -webkit-transition: 400ms;
    }

    #wpneo-dashboard-form .wpneo-single {
        padding: 0;
        border: none;
        margin-bottom: 5px;
    }

    #wpneo-dashboard-form .wpneo-name {
        color: rgba(0, 0, 0, 0.7);
    }

    #wpneo-dashboard-form input[type="text"],
    #wpneo-dashboard-form input[type="email"],
    #wpneo-dashboard-form input[type="url"],
    #wpneo-dashboard-form input[type="password"],
    #wpneo-dashboard-form input[type="search"],
    #wpneo-dashboard-form input[type="tel"],
    #wpneo-dashboard-form input[type="number"],
    #wpneo-dashboard-form textarea {
        font-family: sans-serif;
    }

    #wpneo-dashboard-form .wpneo-fields input[type="password"] {
        padding: 10px 10px;
    }

    .wpneo-links li a {
        transition: 400ms;
        -webkit-transition: 400ms;
    }

    #wpneo-dashboard-form h3,
    #wpneo-dashboard-form h5 {
        margin: 15px 0 15px;
        font-size: 20px;
    }

    .wpneo-cancel-btn,
    .removecampaignupdate {
        background: #d20e0e !important;
        transition: 400ms;
        -webkit-transition: 400ms;
    }

    .wpneo-cancel-btn:hover,
    .removecampaignupdate:hover {
        background: #b91313 !important;
    }

    #wpneo-dashboard-form .wpneo-fields select {
        padding: 12px 20px;
        width: 100%;
        height: 46px;
        border: 2px solid #e7e7e7;
        background: none;
        color: rgba(0, 0, 0, 0.61);
        font-size: 14px;
        font-weight: 400;
    }

    #wpneo-dashboard-form .wpneo-name {
        font-size: 14px;
        margin-bottom: 0;
    }

    .wpneo-listings-dashboard .wpneo-listing-content h4 a,
    .wpneo-listings-dashboard .wpneo-listing-content .wpneo-author a {
        transition: 400ms;
        -webkit-transition: 400ms;
    }

    .wpneo-raised-percent {
        border-top: 0;
        padding: 12px 0 0px;
        margin-top: 0;
    }

    .wpneo-listings-dashboard .wpneo-listing-content p.wpneo-author {
        display: inline-block;
        margin-bottom: 0;
    }

    .wpneo-listings-dashboard .wpneo-location {
        display: inline-block;
    }

    .wpneo-icon-location {
        background-position: -395px -11px;
        width: 20px;
    }

    .wpneo-form.campaign-listing-page .wpneo-funding-data .wpneo-funding-goal,
    .wpneo-form.campaign-listing-page .wpneo-funding-data .wpneo-fund-raised,
    .wpneo-form.campaign-listing-page .wpneo-funding-data .wpneo-time-remaining {
        padding: 0;
    }

    .wpneo-fields-action span a {
        color: #444;
        font-weight: 500;
        transition: 400ms;
        -webkit-transition: 400ms;
    }

    .wpneo-fields-action.float-right {
        float: left!important;
        padding-left: 15px;
        top: -10px;
    }

    .wpneo-listings-dashboard {
        border: 1px solid #eee;
        border-radius: 4px;
    }

    table.stripe-table thead tr th,
    table.stripe-table tfoot tr td {
        font-weight: 600;
        font-size: 18px;
    }

    table.stripe-table>tbody>:nth-child(odd) {
        background: none;
    }

    #wpneo-dashboard-form input[type="text"],
    #wpneo-dashboard-form input[type="email"],
    #wpneo-dashboard-form input[type="url"],
    #wpneo-dashboard-form input[type="password"],
    #wpneo-dashboard-form input[type="search"],
    #wpneo-dashboard-form input[type="tel"],
    #wpneo-dashboard-form input[type="number"],
    #wpneo-dashboard-form textarea {
        font-family: sans-serif;
        width: 100%;
        margin-bottom: 0;
    }

    .wpneo-campaign-single-left-info .wpneo-post-img img {
        border-radius: 4px;
    }

    .wpneo-campaign-summary-inner h2.wpneo-campaign-title {
        line-height: 42px;
        font-size: 36px;
        margin-bottom: 6px;
        font-weight: 400;
    }

    .wpneo-campaign-summary-inner .wpneo-author-info {
        display: inline-block;
        margin-right: 60px;
    }

    .wpneo-campaign-summary-inner .wpneo-location-wrapper {
        display: inline-block;
        width: auto;
        margin-top: 0;
        color: #9C9C9C;
        font-weight: 400;
    }

    .wpneo-campaign-summary-inner .wpneo-icon-location {
        background-position: -389px -11px;
        width: 26px;
        position: relative;
        top: 3px;
    }

    .wpneo-wrapper .wpneo-campaign-summary-inner .wpneo-author-info,
    .wpneo-wrapper .wpneo-campaign-summary-inner .wpneo-author-info a {
        font-size: 14px;
        color: #4C4C4C;
        margin-bottom: 0;
    }

    .wpneo-campaign-summary-inner .wpneo-author-info a {
        font-weight: 600;
    }

    .wpneo-campaign-single-left-info .thumbnails div {
        margin-top: 20px;
    }

    .wpneo-campaign-single-left-info .thumbnails div img {
        border-radius: 4px;
    }

    .woocommerce .wpneo-wrapper #content .wpneo-campaign-single-left-info .thumbnails div a {
        float: left;
        width: 33.333%;
        padding: 0 10px;
        margin: 0px 0 20px;
    }

    .wpneo-campaign-single-left-info .thumbnails {
        margin: 0 -10px;
    }

    input[type="number"].wpneo_donate_amount_field {
        border: none;
        padding: 9px 10px;
        max-width: 85%;
        font-weight: 400;
        color: #393939;
        width: 100%;
        background: #F7F7F9;
    }

    table.stripe-table {
        width: 100%;
    }

    .wpneo-campaign-summary-inner .wpneo-raised-percent {
        display: none;
    }

    .campaign-funding-info ul li .funding-amount {
        font-weight: 600;
        color: #393939;
        font-size: 18px;
        margin-bottom: 3px;
    }

    .campaign-funding-info ul li span.info-text {
        font-size: 13px;
        font-weight: 600;
        color: #393939;
    }

    .wpneo-campaign-summary-inner .woocommerce {
        padding: 0px;
    }

    .wpneo-campaign-summary-inner .woocommerce .star-rating {
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .wpneo-campaign-summary-inner .campaign-funding-info {
        margin: 25px 0 15px;
    }

    .wpneo-campaign-summary-inner .wpneo-raised-bar {
        padding: 1px 0px 5px;
        margin-bottom: 10px;
    }

    .wpneo-single-short-description {
        font-size: 14px;
        color: #4C4C4C;
        margin-top: 24px;
    }

    .social-container span {
        color: #999;
        margin-right: 12px;
        line-height: 26px;
    }

    .social-container .wpneo-icon {
        border-radius: 4px;
    }

    .wpneo-campaign-creator-avatar img {
        border-radius: 4px;
    }

    .wpneo-campaign-creator-avatar {
        margin-right: 15px;
    }

    .wpneo-campaign-creator-details p:first-child a {
        font-weight: 600;
        font-size: 14px;
        color: #000;
        transition: 400ms;
        -webkit-transition: 400ms;
    }

    .wpneo-campaign-creator-details p:nth-child(2) {
        font-size: 14px;
        color: #999;
        line-height: 20px;
        margin-bottom: 2px;
    }

    .wpneo-campaign-creator-details p:nth-child(3) a strong {
        font-weight: 400;
        font-size: 14px;
    }

    .wpneo-campaign-creator-details p:nth-child(4) a strong {
        font-weight: 400;
        font-size: 14px;
    }

    .wpneo-campaign-creator-details>p:last-child {
        padding-top: 0;
    }

    .wpneo-modal-wrapper {
        background: rgba(0, 0, 0, 0.8);
    }

    .wpneo-modal-content {
        border-radius: 4px;
    }

    div.wpneo-modal-wrapper-head h4 {
        border-bottom: 1px solid #e7e7e7;
        font-size: 18px;
        padding: 20px 0px 20px 30px;
    }

    .wpneo-modal-content-inner img.profile-avatar {
        border-radius: 4px;
        margin-right: 20px;
    }

    .wpneo-campaign-summary-inner .wpneo-modal-content-inner .wpneo-icon-location {
        background-position: -402px -18px;
        width: 17px;
        position: relative;
        top: 0;
    }

    .wpneo-profile-name {
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;
        color: #393939;
    }

    .wpneo-modal-close {
        right: 20px;
        top: 15px;
    }

    .wpneo-profile-about .wpneo-icon {
        border-radius: 4px;
    }

    .wpneo-tabs-menu {
        border: none;
    }

    .wpneo-tabs-menu li {
        padding: 30px 0;
        margin-right: 30px;
    }

    .wpneo-tabs-menu li a {
        font-weight: 400;
        font-size: 16px;
        color: #4C4C4C;
    }

    .wpneo-tab {
        background: none;
    }

    .wpneo-tab-content {
        padding: 35px 0;
        color: #4A4A4A;
    }

    .wpneo-tab .tab-rewards h2 {
        margin-top: -10px;
        margin-bottom: 12px;
        font-size: 22px;
        color: #393939;
    }

    .tab-rewards-wrapper {
        border: 1px solid #e7e7e7;
        padding: 0px;
        background: #fff;
        border-radius: 5px;
        margin-bottom: 0;
        margin-top: 20px;
    }
    .tab-rewards-wrapper:hover {
        box-shadow: 0 20px 40px -5px rgba(9, 30, 66, 0.30);        
    }

    .tab-rewards-wrapper h3 {
        margin-bottom: 10px;
        font-size: 22px;
    }

    .tab-rewards-wrapper .overlay {
        background: rgb(208, 62, 122);
    }

    #wpneo-tab-description img,
    #wpneo-tab-description img.aligncenter {
        margin-bottom: 20px;
        margin-top: 20px;
        width: 100%;
    }

    #wpneo-tab-description .wpneo-rewards-image img{
        margin: 0;
    }

    .tab-description {
        line-height: 26px;
    }

    .tab-rewards-wrapper h4 {
        margin-top: 15px;
        margin-bottom: 0;
        color: #393939;
        font-size: 16px;
    }

    .tab-rewards-wrapper p:last-child {
        color: #4c4c4c;
        font-weight: 600;
        margin-bottom: 0;
    }

    span.round-circle {
        margin-left: -50px;
        transition: 400ms;
        -webkit-transition: 400ms;
    }

    ul.wpneo-crowdfunding-update {
        padding-left: 35px !important;
    }

    .wpneo-crowdfunding-update h4 {
        font-size: 16px;
        color: #393939;
        margin-bottom: -5px;
    }

    ul.wpneo-crowdfunding-update li .wpneo-crowdfunding-update-title {
        margin-top: 5px;
        margin-bottom: 12px;
        font-size: 18px;
    }

    #wpneo-tab-baker_list table tr th {
        font-size: 18px;
    }

    .woocommerce .woocommerce-Reviews div#comments {
        padding: 0;
    }

    .woocommerce #reviews #comments h2 {
        clear: none;
        margin: 0;
        font-size: 24px;
    }

    .woocommerce #review_form_wrapper #review_form #respond textarea {
        border-radius: 4px;
        border: 2px solid #e7e7e7;
        padding: 15px;
    }

    .woocommerce .wrappers-content, .wrappers-contents {
        margin-bottom: 60px;
    }

/* -------------------------------------- *
*           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%;
    }
    /* -------------------------------------- *
*           24. Team Addons               *
* --------------------------------------- */

    .team-overlay {
        position: relative;
    }

    .team-overlay .team-content-socials {
        position: absolute;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        top: 50%;
        text-align: center;
        width: 100%;
        opacity: 0;
    }

    .themeum_team:hover .team-overlay .team-content-socials {
        opacity: 1;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .team-content-image {
        -webkit-transition: .3s;
        transition: .3s;
    }

    .team-content-image img {
        -webkit-transition: .3s;
        transition: .3s;
    }

    .item.themeum_team .team-content-image:after {
        background: rgba(58, 217, 199, 0.5);
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        left: 0;
        opacity: 0;
        transition: .3s;
    }
    .item.themeum_team:hover .team-content-image:after {
        opacity: 1;

    }
    .themeum-team-wrap-3 .team-content-image .img-responsive {
        -webkit-transform: scale(1.004);
        transform: scale(1.004);
    }
    .team-content-socials a {
        color: #fff;
        font-size: 16px;
        margin: 0 12px;
    }

    .team-content-title a {
        color: #353535;
        transition: .3s;
    }

    .layout-one .team-content-socials a {
        color: #B2B2B2;
        font-size: 16px;
        padding-right: 16px;
        margin: 0;
    }
    .layout-one .team-content-socials {
        margin-top: 20px;
    }
    .team-content-socials a:hover {
        color: #c9366f;
    }

    .themeum_team .team-content-title {
        font-size: 18px;
        font-weight: 500;
        padding-top: 0;
        color: #000;
        margin: 0;
        line-height: 24px;
    }

    .themeum_team .team-content-title a:hover {
        text-decoration: none;
    }

    .themeum_team .team-content-subtitle {
        font-size: 14px;
        margin-top: 24px;
    }

    .themeum-team-wrap-1 .team-content-image {
        background-color: #ff5300;
        overflow: hidden;
        position: relative;
    }

    .themeum-team-wrap-2 .themeum_team {
        position: relative;
    }

    .team-content2 {
        padding: 20px 20px 0;
        margin: 0 20px;
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 0;
        transition: .5s;
        -webkit-transition: .5s;
        -ms-transition: .5s;
        overflow: hidden;
    }

    .team-content2 .team-content-title {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        transition: .5s;
        -webkit-transition: .5s;
        -ms-transition: .5s;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 1px 0px;
        color: #ffffff;
    }

    .team-content2 .team-content-subtitle {
        /* IE 9 */
        -webkit-transform: translate(0, 2px);
        /* Safari */
        transform: translate(0, 2px);
        transition: .3s;
        -webkit-transition: .3s;
        -ms-transition: .3s;
        color: #ffffff;
        font-size: 13px;
    }

    .team-content2 .team-content-desc {
        /* IE 9 */
        -webkit-transform: translate(0, 2px);
        /* Safari */
        transform: translate(0, 2px);
        transition: .3s;
        -webkit-transition: .3s;
        -ms-transition: .3s;
        color: #ffffff;
        font-size: 14px;
    }

    .team-content2 .team-content-socials {
        /* IE 9 */
        -webkit-transform: translate(0, 50px);
        /* Safari */
        transform: translate(0, 50px);
        transition: .3s;
        -webkit-transition: .3s;
        -ms-transition: .3s;
        padding-bottom: 0;
    }

    .themeum_team:hover .team-content2 .team-content-title {
        /* IE 9 */
        -webkit-transform: translate(0, -25px);
        /* Safari */
        transform: translate(0, -25px);
    }

    .themeum_team:hover .team-content2 .team-content-desc {
        /* IE 9 */
        -webkit-transform: translate(0, -25px);
        /* Safari */
        transform: translate(0, -25px);
    }

    .themeum_team:hover .team-content2 .team-content-subtitle {
        /* IE 9 */
        -webkit-transform: translate(0, -25px);
        /* Safari */
        transform: translate(0, -25px);
    }

    .themeum_team:hover .team-content2 .team-content-socials {
        /* IE 9 */
        -webkit-transform: translate(0, -20px);
        /* Safari */
        transform: translate(0, -20px);
    }

    .themeum_team:hover .team-content2 {
        padding-top: 50px;
    }

    .themeum-team-wrap-2 .themeum_team .team-content-image {
        background: rgba(0, 0, 0, .9);
    }
    /* team layout 3 */

    .themeum-team-wrap-3 .team-content-image,
    .themeum-team-wrap-3 .team-content-image img {
        border-radius: 100%;
    }

    .themeum-team-wrap-3 .team-content-title {
        font-size: 24px;
        line-height: 24px;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .themeum-team-wrap-3 .team-content-subtitle {
        color: #ffcd1e;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .team-content4 {
        padding: 25px;
        transition: .3s;
        -webkit-transition: .3s;
        -ms-transition: .3s;
    }

    .themeum-team-wrap-4 .team-content-image img,
    .themeum-team-wrap-4 .team-content-image {
        background-color: #152747;
    }

    .themeum-team-wrap-4 .team-content-title {
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .themeum-team-wrap-4 .team-content-subtitle {
        color: #ffffff;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    /* -------------------------------------- *
*           25. Campain Item               *
* --------------------------------------- */

    .themeum-campains {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }

    .themeum-campain-item {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    /* -------------------------------------- *
*           25. Post Tabs               *
* --------------------------------------- */

    .themeum-tab-inner {
        height: 100%;
        text-align: center;
        border: 1px solid #EBEBF1;
        border-radius: 4px;
        box-shadow: 4px 3px 19px 0 rgba(119, 0, 46, 0.74);
        background-color: #ffffff;
    }


    .themeum-campaign-tab-post .progressbar-content-wrapper {
        padding: 0;
        border-bottom-color: transparent;
    }

    .themeum-campaign-tab-post .themeum-camp-author {
        padding: 0;
    }

    .themeum-tab-inner .themeum-campaign-post-content,
    .themeum-tab-category {
        color: #eaeaea;
        font-weight: 400;
        padding-top: 0px;
        padding-bottom: 8px;
    }

    .themeum-tab-category .thm-cat-icon {
        font-size: 85px;
        line-height: 1;
        max-height: 85px;
        margin-bottom: 10px;
    }

    .themeum-tab-category .thm-cat-icon img {
        max-height: 85px;
        display: block;
        margin: 0 auto;
    }

    .themeum-tab-inner .themeum-campaign-post-content h3,
    .themeum-tab-category h3 {
        font-size: 22px;
        font-weight: 400;
        line-height: 20px;
    }

    .themeum-tab-inner .themeum-campaign-post-content h3 a,
    .themeum-tab-category h3 a {
            font-size: 22px;
            letter-spacing: -0.5px;
            color: #000000;
            -webkit-transition: .4s;
            transition: .4s;
            color: #414040;
            line-height: normal;
    }
    .themeum-tab-inner .themeum-campaign-post-content h3 {
        font-size: 22px;
        font-weight: 400;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .themeum-tab-inner .themeum-campaign-post-content h3 a{
        white-space: nowrap;
    }

    .themeum-tab-inner .themeum-campaign-post-content p {
        font-weight: 300;
    }



    .themeum-tab-category h6 {
        font-weight: 400;
        margin-bottom: 20px;
    }

    .themeum-tab-category a.thm-btn {
        margin-top: 10px;
    }

    .themeum-tab-navigation {
        margin-bottom: 20px;
    }

    .themeum-tab-navigation li a {
        font-size: 16px;
        font-weight: 400;
        color: #000;
        margin-bottom: 37px;
        line-height: 14px;
        padding: 0 30px 0 0;
        letter-spacing: -0.1px;
        transition: .3s;
    }

    .themeum-tab-navigation li a.active {
        color: #000;
        font-weight: 600;
    }

    .themeum-campaign-tab-post .themeum-camp-author {
        padding-top: 12px;
    }
    .themeum-tab-navigation li.nav-item {
        position: relative;
    }
    .themeum-tab-navigation li a:before {
        background: #fff;
        content: '';
        height: 3px;
        width: 0;
        border-radius: 4px;
        position: absolute;
        left: 0px;
        top: auto;
        bottom: 30px;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }
    .themeum-tab-navigation li a.active:before, .themeum-tab-navigation li a:hover:before {
        width: 35%;
    }

    /* -------------------------------------- *
*           25. Campaign Time Exp         *
* --------------------------------------- */

    .themeum-campaign-time-exp {
        position: relative;
        overflow: hidden;
        padding-left: 215px;
        margin: 15px 0;
        border: 1px solid #EBEBF1;
        border-radius: 5px;
        background-color: #fff;
    }

    .themeum-campaign-time-exp .themeum-campaign-thumb {
        width: 215px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-size: cover;
        background-position: center center;
    }

    .themeum-campaign-time-exp .thm-progress-bar .progress {
        height: 6px;
        background-color: #eee;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 10px;
        margin-top: 12px;
        margin-bottom: 0;
    }

    .themeum-campaign-exp-counter {
        margin-bottom: 20px;
    }

    .themeum-campaign-exp-counter .counter-item {
        padding: 0 20px;
        border-left: 1px solid #eee;
        float: left;
    }

    .themeum-campaign-exp-counter .counter-item:last-child {
        padding-right: 0;
    }

    .themeum-campaign-exp-counter .counter-item span {
        font-size: 14px;
        color: #8A8D91;
        margin-top: 0;
    }

    .themeum-campaign-exp-counter .counter-item span:first-child {
        font-size: 18px;
        color: #000;
        line-height: 1;
        font-weight: 600;
    }

    .themeum-campaign-exp-counter .counter-item:first-child {
        border-left-color: transparent;
        padding-left: 0;
    }

    .themeum-campaign-time-exp .themeum-campaign-exp-content {
        padding: 25px 30px 25px 20px;
    }

    .product-slider-items .thm-progress-bar .thm-raise-sp,
    .themeum-campaign-time-exp .thm-progress-bar .thm-raise-sp {
        color: #8A8D91;
        font-weight: 300;
    }

    .product-slider-items .thm-progress-bar .lead,
    .themeum-campaign-time-exp .thm-progress-bar .lead {
        font-size: 14px;
        font-weight: 500;
        margin: 0;
        color: #393939;
    }

    .themeum-campaign-time-exp .thm-funding-goal {
        font-size: 14px;
        color: #393939;
        font-weight: 500;
    }

    .themeum-campaign-time-exp .thm-meta-desc {
        width: 50%;
        display: inline-block;
    }

    .themeum-campaign-time-exp .thm-progress-bar .lead .percentag,
    .themeum-campaign-time-exp .thm-funding-goal .thm-meta-name {
        color: #888888;
        font-weight: 400;
    }
    /* -------------------------------------- *
*           25. Grid Posts               *
* --------------------------------------- */

    .themeum-grid-post {
        border: 1px solid #EBEBF1;
        background-color: #fff;
        border-radius: 4px;
        overflow: hidden;
        margin: 0 0 30px;
    }

    .themeum-grid-post.sticky:not(.single-post){
        background: #f9f9f9;
    }
    .themeum-grid-post.sticky:not(.single-post)::after{
        content: '\f08d';
        position: absolute;
        right: 35px;
        top: 15px;
        font-family: fontawesome;
        font-size: 20px;

    }

    .themeum-grid-post:not(.single-post) .entry-blog {
        padding: 0 25px;
    }

    .themeum-grid-post .entry-blog .wrap-btn-style{
        padding-top: 15px;
        margin-bottom: 20px;
    }

    .thm-post-grid-shortcode .entry-blog{
        display: none;
    }

    .themeum-grid-post.single-post {
        border: none;
    }

    .themeum-post-grid-title {
        position: relative;
        padding: 20px 25px 10px;
    }

    .single-post .themeum-post-grid-title {
        padding: 40px 0 10px;
        padding-right: 20px;
        text-align: left;
    }

    .thm-single-post-content-inner hr {
        margin-top: 1.4rem;
        margin-bottom: 1rem;
        border: 0;
        border-top: 1px solid rgba(0,0,0,.1);
    }

    .themeum-grid-post-avater {
        height: 58px;
        width: 58px;
        border-radius: 50%;
        position: absolute;
        right: 20px;
        top: -29px;
        overflow: hidden;
        border: 4px solid #fff;
    }

    .themeum-grid-post .patrios-date-meta {
        font-size: 14px;
        color: #B0B0B0;
    }

    .themeum-post-grid-title .content-item-title a {
        color: #333;
    }

    .themeum-grid-post .themeum-post-grid-title .content-item-title {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .themeum-grid-post.single-post .themeum-post-grid-title .content-item-title {
        font-size: 42px;
        margin-top: 20px;
        text-align: left;
        font-weight: 300;
        line-height: 54px;
        letter-spacing: -0.3px;
    }

    .themeum-grid-post.single-post .thm-post-meta {
        display: block;
    }

    .themeum-grid-post.single-post .thm-post-meta>div i {
        color: #c9366f;
        margin-left: 5px;
        display: inline-block;
    }

    .themeum-grid-post.single-post .thm-post-meta>div a,
    .themeum-grid-post.single-post .thm-post-meta>div {
        display: inline-block;
        margin-right: 10px;
        color: #939393;
        font-size: 14px;
        font-weight: 400;
    }
    .themeum-grid-post.single-post .thm-post-meta>div a{
        margin-right: 0;
        padding-left: 5px;
    }

    .themeum-grid-post.single-post h3,
    .comment-content h3 {
        font-weight: 300;
        line-height: 36px;
        font-size: 24px;
        color: #939393;
    }

    .themeum-grid-post.single-post {
        color: #717171;
    }

    .themeum-grid-post.single-post h2,
    .comment-content h2 {
        font-size: 30px;
        font-weight: 300;
        color: #353535;
    }

    .themeum-grid-post.single-post blockquote,
    .comment-content blockquote {
        font-size: 30px;
        line-height: 42px;
        font-weight: 300;
        text-align: center;
        padding: 100px 15px 35px;
        position: relative;
        background: #f2f2f2;
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
        color: #000;
        margin: 36px 0 30px;
    }
    .themeum-grid-post.single-post blockquote p{
        font-size: 30px;
        line-height: 42px;
        font-weight: 300;
    }
    .thm-single-post-content p {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.2;
        letter-spacing: normal;
        color: #717171;
    }
    .themeum-grid-post.single-post blockquote::after,
    .comment-content blockquote::after {
        content: '';
        position: absolute;
        background-image: url(../images/quote.png);
        height: 50px;
        width: 50px;
        background-repeat: no-repeat;
        background-position: center center;
        top: 40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

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

    .wpneo-single-sidebar .wpneo_donate_button { 
        border-radius: 4px;
        padding: 15px 30px;
        font-weight: 400;
        transition: 400ms;
   }
    .wpneo-single-sidebar .wpneo_donate_button:hover { 
        box-shadow: 0 20px 40px -5px rgba(9, 30, 66, 0.30);
   }

.themeum-product-slider .slick-prev:before, .themeum-product-slider .slick-next:before {
    content: '';
}


/* -------------------------------------- *
*           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;
    }

    .wpneo-content {
        margin-bottom: 80px;
    }

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

    .wpneo-dashboard-summery ul li {
        width: 210px;
    }

    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;
    }

    div#wpneo-tab-baker_list,
    div#wpneo-tab-reviews{
        background-color: #fff;
         border: 1px solid #EBEBF1;
        padding: 25px;
        margin-top: 35px;
        border-radius: 5px;
    }

    div#wpneo-tab-reviews{
        max-width: 680px;
    }

    div#wpneo-tab-baker_list thead tr th,
    div#wpneo-tab-baker_list tfoot tr td{
        font-weight: 600;
        font-size: 18px;
    }
    #wpneo-tab-baker_list table tr td,
    #wpneo-tab-baker_list table tr th{
        border-bottom: 1px solid #EDEDED;
     }

     div#wpneo-tab-reviews #review_form label{
        display: block;
        width: 100%;
     }
     div#wpneo-tab-reviews  #comments h2{
         margin-bottom: 0;
     }
     div#wpneo-tab-reviews #review_form #respond textarea{
         border-width: 1px !important;
         height: 180px;
         max-width: 600px;
         display: block;
     }

     ul.wpneo-crowdfunding-update li{
         background: #fff;
         padding: 20px;
         position: relative;
         border-radius: 5px;
         border: 1px solid #EBEBF1;
     }

     ul.wpneo-crowdfunding-update li:last-child{
         margin-bottom: 0;
     }

     ul.wpneo-crowdfunding-update span.round-circle{
         position: absolute;
         left: 0;
         top: 20px;
     }
     .wpneo-crowdfunding-update h4{
         margin-top: 0;
     }


     ul.wpneo-crowdfunding-update li .wpneo-crowdfunding-update-title{
         color: #222 !important;
     }

     .wpneo-fields{
         font-weight: 300;
     }

     #wpneo-dashboard-form input[type="text"], #wpneo-dashboard-form input[type="email"], #wpneo-dashboard-form input[type="url"], #wpneo-dashboard-form input[type="password"], #wpneo-dashboard-form input[type="search"], #wpneo-dashboard-form input[type="tel"], #wpneo-dashboard-form input[type="number"], #wpneo-dashboard-form textarea{
         font-weight: 300;
         color: #000;
     }

     .wpneo-edit-btn, .wpneo-image-upload.float-right, .wpneo-save-btn, .removecampaignupdate, #addcampaignupdate, #wpneo_active_edit_form,
     .wpneo-cancel-btn{
         padding: 8px 25px;
         border: none;
         font-weight: 300;
     }

     .wpneo-fields input[type="number"], .wpneo-fields input[type="text"], .wpneo-fields input[type="email"], .wpneo-fields input[type="password"]{
         height: 45px !important;
         border-radius: 4px;
     }

     .wpneo-links .wpneo-links-list a,
     .dashboard-head-date input[type="text"]{
         font-weight: 300;
     }

     .thm-single-category li {
        display: inline-block;
        margin-right: 12px;
        margin-bottom: 5px;
     }
     .thm-single-category li i {
        margin-right: 6px;
     }
     .wpneo-campaign-summary-inner ul.thm-single-category a{
         font-weight: 400;
     }




/* Patrios Product Grid */
.themeum-campaign-post.single-product-item {
    border: none;
    background: transparent;
}
.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 span.thm-raise-sp {
    color: #c9366f;
    font-weight: 500;
    font-size: 18px;
}

.single-product-item  .campaign-days-remain, 
.single-product-item  .themeum-author-funded, 
.single-product-item  .thm-Price-amount {
    margin-bottom: 14px;
}

.single-product-item  .progressbar-content-wrapper .thm-progress-bar .lead {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #000;
}

.single-product-item span.thm-raise {
    color: #939393;
    font-weight: 500;
}

.single-product-item .progressbar-content-wrapper .thm-progress-bar .progress {
    height: 6px;
    background-color: #eaeaea;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 25px;
}
.themeum-campaign-post.single-product-item h3 {
    font-size: 48px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -0.3px;
    color: #000000;
}

.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; 
}


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






