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

*  --------------------------------------
*         Table of Content
*  --------------------------------------
*  01. Product Slider
*  02. FAQ
*  03. Backer 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 
*  -------------------------------------- 
*  -------------------------------------- */

/* -------------------------------------- *
*          Button         
* --------------------------------------- */
.btn,
input[type="submit"],
input[type="button"].wpneo-image-upload,
input[type="button"].wpneo-image-upload-btn,
input[type="button"]#addreward,
input[type="button"].removeCampaignRewards,
input[type="submit"].wpneo-submit-campaign,
a.wpneo-cancel-campaign,
.wpneo-edit-btn,
.wpneo-image-upload.float-right,
.wpneo-save-btn,
.wpneo-cancel-btn,
.dashboard-btn-link,
#wpneo_active_edit_form,
.removecampaignupdate,
#addcampaignupdate,
.wpneo_donate_button,
.wpneo-profile-button,
.select_rewards_button,
.woocommerce-page #payment #place_order,
.woocommerce input.button {
    padding: 10px 35px;
    font-weight: 400;
    line-height: 22px;
    font-size: 16px;
    border: none;
    box-shadow: none;
    border-radius: 100px;
    transition: 400ms;
    -webkit-transition: 400ms;
}
.btn.btn-backer,
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;
}
/* WooCommerce MyAccount page buttons when backer and CF plugin is active */
.theme-backer .woocommerce-button.button.view {
    color: #fff;
}

.btn.btn-backer: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: #17c65d;
    color: #fff;
}
.btn.btn-white {
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
}
.btn.btn-white:hover {
    color: #fff;
}
.btn.btn-dark {
    background: #fff;
    color: #393939;
}
.btn.btn-dark:hover {
    background: #1f1f1f;
    color: #fff;
}

.btn.btn-border-backer {
    background: transparent;
}
.btn.btn-border-backer: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;
}

.backer-login-register a.backer-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;
}

.elementor-container.elementor-column-gap-default
    > .elementor-row
    > .elementor-column
    > .elementor-element-populated {
    padding: 15px;
}
.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 .backer-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: 2px solid #e7e7e7 !important;
    border-radius: 4px;
}

.backer-error-wrapper {
    width: 100%;
    overflow: hidden;
}
/* -------------------------------------- *
*           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 .row {
    height: 600px;
    max-height: 600px;
}
.product-slider-items .container {
    position: relative;
    z-index: 1;
}
.product-slider-items {
    position: relative;
}
.product-slide-title {
    font-size: 33px;
    font-weight: 700;
    line-height: 44px;
    margin-top: 0;
    margin-bottom: 15px;
}
.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: 400;
}
.product-timeline ul {
    padding: 0;
    margin: 40px 0 30px;
    list-style: none;
}
.product-timeline ul li {
    display: inline-block;
    margin-right: 50px;
    font-weight: 600;
    font-size: 20px;
    color: #1adc68;
}
.product-timeline ul li span.price,
.product-timeline ul li span.info-text {
    margin-left: 0px;
    font-size: 14px;
    color: #191919;
    display: block;
}
.thm-progress-bar .progress-bar {
    color: #fff;
    background-color: #1adc68;
    height: 6px;
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 10px;
}

.product-slider-items .thm-progress-bar {
    margin-bottom: 60px;
}

/* -------------------------------------- *
*           	2. FAQ               	  *
* --------------------------------------- */
.backer-faq
    .elementor-accordion
    .elementor-accordion-title
    .elementor-accordion-icon {
    display: none;
}
.backer-faq .elementor-accordion .elementor-accordion-title,
.elementor-accordion .elementor-accordion-content {
    padding: 15px 0px !important;
}

/* -------------------------------------- *
*          3. Backer Tab Slider      	  *
* --------------------------------------- */
.backer-tab-slider .elementor-tabs-wrapper {
    padding-top: 10px;
    padding-bottom: 14px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    margin-right: 20px;
}
.backer-tabslider-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}

/* -------------------------------------- *
*          4. Contact Page      	  	  *
* --------------------------------------- */
.backer-contact {
    background: #fff;
    padding: 80px 100px;
    border-radius: 4px;
    margin-bottom: 100px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}
.wpcf7-form .backer-contact input[type="text"],
.wpcf7-form .backer-contact input[type="email"],
.wpcf7-form .backer-contact textarea {
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 8px 12px;
    border-radius: 6px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
}
.wpcf7-form .backer-contact input[type="submit"] {
    padding: 12px 35px;
    font-weight: 300;
    line-height: 22px;
    font-size: 16px;
    border: none;
    box-shadow: none;
    border-radius: 100px;
    margin-top: 30px;
}
.map-info-content {
    text-align: center;
}

/* -------------------------------------- *
*    5. Woo Product Shortcode      	  	  *
* --------------------------------------- */
.themeum-woo-product-details {
    transition: 0.4s;
    margin-bottom: 30px;
}
.themeum-woo-product-details .product-content {
    padding: 20px 0 0;
    transition: 0.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%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s;
    -o-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%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s;
    -o-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: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
#wpneo-tab-description img.aligncenter {
    margin: 0 auto;
    max-width: 100%;
    display: inherit;
}
.themeum-woo-product-details:hover .product-img:before {
    opacity: 0.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 {
    margin-top: 30px;
    text-align: center;
    /* float: right; */
}
/* .testimonial_content_wrapper .client-img img {
    float: right;
}  */

.themeum-product-slider .owl-next,
.themeum-product-slider .owl-prev,
.testimonial_content_wrapper .owl-prev,
.testimonial_content_wrapper .owl-next {
    background: #b4b4b4;
    color: #fff;
}

.owl-nav {
    display: flex;
    justify-content: center;
    padding: 15px 10px;
}

.owl-stage-outer {
    overflow: hidden;
}
.owl-stage {
    display: flex;
}

.testimonial_content_wrapper .owl-prev {
    padding-top: 3px;
    margin-right: 40px;
    border-radius: 30px;
    overflow: hidden;
    height: 30px;
    width: 30px;
    text-align: center;
    float: left;
    bottom: 20px;
    position: absolute;
    cursor: pointer;
}
.testimonial_content_wrapper .owl-next {
    position: absolute;
    bottom: 20px;
    margin-left: 40px;
    padding-left: 1px;
    border-radius: 30px;
    height: 30px;
    width: 30px;
    padding-top: 3px;
    text-align: center;
    z-index: 99999;
    cursor: pointer;
}
.themeum-product-slider .owl-next:hover,
.themeum-product-slider .owl-prev:hover,
.testimonial_content_wrapper .owl-prev:hover,
.testimonial_content_wrapper .owl-next:hover {
    background-color: #17c65d;
}

.slide img {
    height: 600px;
    width: auto;
}
.slide:not(:first-of-type) {
    display: none;
}
.slide.initialized {
    display: block;
}

.themeum-product-slider .owl-next {
    margin-left: 40px;
    padding-left: 1px;
    right: 0px;
    transition: 400ms;
    -webkit-transition: 400ms;
    opacity: 0;
}

.themeum-product-slider .owl-prev {
    float: left;
    left: 0px;
    transition: 300ms linear;
    -webkit-transition: 300m linear;
    opacity: 0;
}
.themeum-product-slider .owl-next,
.themeum-product-slider .owl-prev {
    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: 300m linear;
}
.themeum-product-slider:hover .owl-next {
    right: 30px;
    opacity: 1;
}
.themeum-product-slider:hover .owl-prev {
    left: 30px;
    opacity: 1;
}
/* .themeum-product-slider .owl-next:hover,
.themeum-product-slider .owl-prev:hover {
    color: #fff; 
} */

/* -------------------------------------- *
*    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   *
* --------------------------------------- */
.themeum-campaign-post {
    border-radius: 4px;
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
    background: #fff;
    position: relative;
}
.themeum-campaign-img {
    margin: -1px -1px 0;
}
.themeum-campaign-post .themeum-campaign-img img {
    border-radius: 4px 4px 0 0;
}
.themeum-campaign-post .themeum-campaign-post-content {
    padding: 25px;
}
.themeum-campaign-post h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
}
.themeum-campaign-post h3 a {
    transition: 400ms;
    -webkit-transition: 400ms;
    color: #393939;
}
.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-post .entry-category,
.themeum-campaign-post .entry-author {
    color: #393939;
    font-weight: 300;
}
.themeum-campaign-post .entry-category a,
.themeum-campaign-post .entry-author a {
    font-weight: 600;
    color: #454545;
}

/* -------------------------------------- *
*    9. Progress Bar section Shortcode    *
* --------------------------------------- */
.progressbar-content-wrapper {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 15px;
}
.progressbar-content-wrapper .thm-progress-bar .progress {
    height: 6px;
    background-color: #eee;
    box-shadow: none;
    margin-bottom: 10px;
    border-radius: 10px;
}
.progressbar-content-wrapper .thm-progress-bar .progress .progress-bar {
    background-color: #1adc68;
}
.progressbar-content-wrapper .thm-progress-bar .lead {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px;
    margin: 0;
    color: #393939;
}
.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;
}

/* -------------------------------------- *
*    10. Themeum Campaign Shortcode    	  *
* --------------------------------------- */
.campaign-image .camp-title {
    padding: 80px 0;
}
.themeum-campaign-wrapper {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    background-size: cover;
    text-align: center;
    margin-bottom: 30px;
}

.themeum-campaign-wrapper .campaign-image {
    position: relative;
    z-index: 2;
}

.themeum-campaign-wrapper:after {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: 400ms;
    -webkit-transition: 400ms;
}
.themeum-campaign-wrapper a {
    color: #fff;
    text-align: center;
}
.themeum-campaign-wrapper .camp-title {
    z-index: 1;
    position: relative;
    display: block;
}
.themeum-campaign-wrapper:hover:after {
    background: rgba(0, 0, 0, 0.6);
}
.themeum-campaign-wrapper .campaign-image h3 a {
    transition: 400ms;
    -webkit-transition: 400ms;
    color: #fff !important;
}
.themeum-campaign-wrapper .camp-title a {
    transition: 400ms;
    -webkit-transition: 400ms;
}
.themeum-campaign-wrapper img {
    border-radius: 6px !important;
}
.themeum-campaign-wrapper .campaign-image h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 0px;
}
.themeum-campaign-wrapper .campaign-image .camp-button {
    padding: 6px 25px 9px;
    display: inline-block;
}
.social-share,
.copy-wrapper {
    padding-top: 2px;
    text-align: center;
}
.subtitle-cover h2 {
    padding-top: 15px;
}

/* -------------------------------------- *
*    11. Coming Soon    				  *
* --------------------------------------- */
.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;
    padding: 70px 0 20px;
}
.comingsoon-newslatter-descrip {
    display: inline-block;
    color: #000;
    font-size: 16px;
    width: 60%;
    margin-bottom: 35px;
}
.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;
    color: #666;
    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-days {
    color: #000 !important;
}
.countdown-hours {
    color: #000 !important;
}
.countdown-minutes {
    color: #000 !important;
}
.countdown-seconds {
    color: #000 !important;
}
.countdown-section {
    display: inline-block;
    padding: 40px 36px 26px;
    position: relative;
    margin-right: 30px;
    border: 1px solid #eee;
    background: #fafafa;
}
.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: #fff;
    margin: 80px auto;
}
.social-share ul {
    margin: 0;
    padding: 0;
}
.comingsoon .social-share ul li {
    display: inline-block;
    margin: 0 15px;
}
.comingsoon-footer {
    margin-top: 24px;
}
.comingsoon .social-share li a {
    color: #38434a;
    font-size: 18px;
    -webkit-transition: color 400ms;
    transition: color 400ms;
}
.comingsoon .social-share li a:hover {
    color: #005fb2;
}
.comingsoon-footer .copyright-text {
    font-size: 14px;
    color: #999999;
    margin: 35px 0 0;
}
.comingsoon .mc4wp-form-fields input[type="email"] {
    background-color: #fff;
    border: none;
    width: 70%;
    padding: 13px;
    float: left;
    border-radius: 0;
}
.comingsoon .mc4wp-form-fields input[type="submit"] {
    width: 30%;
    padding: 13px;
    background: #242424;
    border: none;
    color: #222;
    font-weight: 400;
    border-radius: 0;
    margin-left: -4px;
    text-transform: uppercase;
}
.comingsoon .mc4wp-form-fields {
    margin-top: 25px;
}
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 .mc4wp-form-fields h3 {
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 30px;
}
.coming-soon-newslatter input[type="email"] {
    width: 250px;
    height: 40px;
    border: 1px solid #cdcdcd;
    background: transparent;
    padding: 20px 10px 20px;
    color: #fff;
    border-radius: 4px;
}
.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: 35px;
    padding: 0 0 26px;
    font-weight: 600;
}
.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: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    padding: 30px 0 14px;
}
.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;
    box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.15);
}
.error-page-inner a.btn.btn-primary.btn-lg:hover {
    box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
}
.error-page-inner .error-msg a {
    letter-spacing: 2px;
    padding: 14px 18px;
    transition: color 400ms ease 0s, background-color 400ms ease 0s,
        border-color 400ms ease 0s;
    font-weight: normal;
    font-size: 16px;
}
body.page-template-404 {
    background-color: #fbfbfb;
}
.info-wrapper {
    text-align: center;
    background: #fff;
    padding: 30px 0 0;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    margin: 100px auto;
    float: inherit !important;
}
.backer-error-wrapper .info-wrapper {
    padding: 50px;
}
.info-wrapper a.white {
    border-radius: 30px;
    padding: 12px 35px;
    border-width: 3px;
    border-style: solid;
}
.blog-listing {
    float: left;
}
.show-overflow.vc_row {
    overflow: visible !important;
}

/* -------------------------------------- *
*    		13. Blog Post      			  *
* --------------------------------------- */
.backer-post .blog-post-meta {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
}
.single .backer-post .blog-post-meta {
    margin-bottom: 20px;
}
.featured-wrap {
    overflow: hidden;
}
.backer-post.backer-single-post-item .blog-post-meta {
    margin-bottom: 30px;
}
.backer-post .blog-post-meta li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    color: #191919;
}
.backer-post .blog-post-meta li a {
    color: #191919;
    font-weight: 600;
    transition: 400ms;
    -webkit-transition: 400ms;
}
.backer-post .content-item-title {
    margin-bottom: 12px;
    margin-top: 8px;
    line-height: 30px;
    font-weight: 600;
    color: #333;
    font-size: 25px;
}
.single .backer-post .content-item-title {
    font-size: 36px;
    margin-top: 0;
}
.backer-post .content-item-title a {
    color: #333;
    transition: 400ms;
    -webkit-transition: 400ms;
}
.backer-single-post .backer-blog-title {
    padding: 20px 20px 25px;
}
.single .backer-single-post .backer-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;
}
.backer-latest-post {
    background-color: #fff;
}
.backer-latest-post .backer-blog-title {
    padding: 30px;
}
.post-navigation .single-next a,
.post-navigation .single-pre a {
    font-size: 12px;
    font-weight: bold;
}
.social-share-wrap {
    text-align: right;
}
.social-share-wrap ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.social-share-wrap ul li {
    list-style: none;
    display: inline-block;
    margin: 0;
    margin-right: 12px;
}
.social-share-wrap ul li a {
    color: #000;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
}
.social-share-wrap span {
    color: #000;
    color: rgba(0, 0, 0, 0.3);
    margin-right: 12px;
}
.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, 0.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 {
    margin-bottom: 150px;
    color: #000;
}
.comments-area .comments-title {
    color: #4c4c4c;
    font-weight: 600;
    font-size: 20px;
}
.comments-area .comment-list > li {
    list-style: none;
    margin-bottom: 0;
}
.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;
}
.comments-area ul > li ul > li {
    list-style: none;
    margin-top: 40px;
}
.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.comment-author a {
    color: #2e2e2e;
}
.comment-context .comment-content {
    padding-top: 15px;
    color: #000;
}
div#respond h3,
#respond a {
    color: #4a4a4a;
}
.comment-list {
    margin: 0;
    list-style: none;
    padding: 25px;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
}
.comment-reply-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}
.comment-body .comment-head .comment-date {
    display: block;
    font-size: 14px;
    margin-top: 6px;
}
.comment-body .comment-context {
    margin-left: 80px;
    margin-bottom: 15px;
    position: relative;
}
.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;
}

/* -------------------------------------- *
*    	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;
    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: #000;
}
.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 ul li a {
    color: #d2d2d2;
    line-height: 28px;
    transition: 400ms;
    -webkit-transition: 400ms;
}
.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;
    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, 0.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;
}
.backer-index-post {
    border: 1px solid #e7e7e7;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
}
.backer-single-post-author {
    border: 1px solid #e7e7e7;
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 4px;
    background: #fff;
}
.backer-single-post-author strong {
    display: block;
    margin-bottom: 10px;
}
.backer-single-post-author .avatar {
    border-radius: 50%;
    float: left;
}
.backer-single-post-author .backer-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 {
    padding: 20px 20px 0px 20px;
}
.featured-wrap-link .entry-link-post-format {
    padding: 120px 80px;
    background-color: rgba(255, 201, 78, 0.92);
    background-image: url(../images/button-pattern.png);
}
.featured-wrap-link .entry-link-post-format h4 {
    position: relative;
    z-index: 3;
    font-size: 36px;
    color: #fff;
    word-break: break-all;
}
.featured-wrap-quite h2 {
    font-size: 25px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
    margin-bottom: 20px;
}
.featured-wrap-quite blockquote {
    margin: 0;
}
.featured-wrap-quite .entry-quote-post-format {
    padding: 30px 34px 14px 34px;
}
.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[type="text"]:nth-child(1) {
    border: 2px solid #e1e1e1;
    padding: 10px;
    width: 31.28%;
    margin-right: 25px;
    margin-top: 20px;
    border-radius: 3px;
    height: 45px;
}
.comments-area .comment-form input[type="text"]:nth-child(2) {
    border: 2px solid #e1e1e1;
    padding: 10px;
    width: 31.28%;
    margin-top: 20px;
    border-radius: 3px;
    height: 45px;
}
.comments-area .comment-form input[type="text"]:last-child {
    border: 2px solid #e1e1e1;
    padding: 10px;
    width: 31.28%;
    margin-top: 20px;
    border-radius: 3px;
    height: 45px;
    float: right;
}
.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;
}
.comments-area .comment-form input[type="text"]:focus,
.comments-area textarea:focus {
    border-color: #2176f7;
}
.featured-wrap .entry-content-gallery a.left.carousel-left {
    transform: translateY(-50%);
    top: 48%;
    position: absolute;
    padding: 20px;
    font-size: 60px;
    color: #777;
}
.featured-wrap .entry-content-gallery a.right i {
    position: absolute;
    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: #4c4c4c;
}
.single-post-content p {
    margin-bottom: 26px;
}
.single-post-title {
    font-size: 35px;
    font-weight: 600;
    line-height: 49px;
    margin-bottom: 8px;
}
.backer-single-post-item .blog-details-img {
    margin-bottom: 30px;
}
.backer-single-post-item .blog-details-img img {
    border-radius: 6px;
}
.backer-single-post-item .entry-video {
    margin-bottom: 30px;
}
.comment-respond {
    padding: 25px;
    background-color: #fff;
    margin-bottom: 40px;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
}

/* -------------------------------------- *
*    	14. Blog Pagination      	  	  *
* --------------------------------------- */
.themeum-pagination {
    text-align: center;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
ul.page-numbers {
    text-align: center;
    padding: 1px;
    margin: 0;
}
.themeum-pagination .page-numbers > li {
    list-style: none;
    float: left;
    line-height: 1;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 8px;
}
.themeum-pagination .page-numbers > li:last-child a.next {
    padding: 12px 20px 0 20px;
    font-size: 16px;
    width: 100%;
    font-weight: 500;
}
.themeum-pagination ul.page-numbers,
.woocommerce nav.woocommerce-pagination ul {
    border: none;
    margin-bottom: 100px;
}
.themeum-pagination ul.page-numbers {
    border: none;
    margin-bottom: 100px;
    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;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 12px;
    float: left;
    font-weight: 700;
    border-radius: 4px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    height: 44px;
    width: 46px;
    font-size: 16px;
}
.themeum-pagination .page-numbers li a: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;
}

.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers {
    padding: 9px 25px;
    font-size: 20px;
}
.themeum-pagination .page-numbers li a.next.page-numbers {
    font-size: 16px;
}
.themeum-pagination .page-numbers li a.prev {
    padding: 12px 20px 0 20px;
    font-size: 16px;
    width: 100%;
    font-weight: 500;
}
.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: 2px solid rgba(0, 0, 0, 0.1);
    padding: 0 15px;
    border-radius: 4px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    line-height: 36px;
    font-weight: 600;
}

.wpneo-pagination ul li a.next,
.wpneo-pagination ul li a.prev {
    padding: 0 20px 0 20px;
    font-size: 16px;
    width: 100%;
    font-weight: 600;
}
.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;
}

/* -------------------------------------- *
*    		16. Menu      	  	  		  *
* --------------------------------------- */
.site-header {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
}
.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 {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
#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 {
    position: inherit;
    text-align: right;
}
.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;
}
.common-menu {
    text-align: right;
}
.common-menu-wrap {
    display: inline-block;
}
.common-menu-wrap .nav > li {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-left: 28px;
}
.common-menu-wrap .nav > li > a {
    display: inline-block;
    line-height: 20px;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: #808080;
    position: relative;
    padding: 28px 0;
    transition: 400ms;
    -webkit-transition: 400ms;
}
.logo-wrapper {
    padding: 14px 0;
}
.common-menu-wrap .nav > li.ticket-menu a {
    background-color: #ff8a00;
    border-radius: 3px;
    line-height: 36px;
    margin-left: 25px;
    transition: 300ms;
    -webkit-transition: 300ms;
}
.common-menu-wrap .nav > li.ticket-menu a:hover,
.common-menu-wrap .nav > li.ticket-menu a:focus {
    background-color: #d67400;
}
.common-menu-wrap .nav > li.fixed-menu {
    margin-left: 20px;
}
.common-menu-wrap .nav > li > a:hover,
.common-menu-wrap .nav > li > a:focus {
    background-color: transparent;
}
.common-menu-wrap .nav > li.menu-item-has-children {
    position: relative;
    z-index: 100;
}
.common-menu-wrap .nav > li.menu-item-has-children > a {
    position: relative;
}
.common-menu-wrap .nav > li.menu-item-has-children > a:after {
    content: " \f107";
    font-family: "FontAwesome";
    margin-left: 0;
    color: #191919;
}
.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;
}
.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: 100%;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0 0 3px 3px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
}

.common-menu-wrap .nav > li:hover > ul {
    padding: 10px 0;
    display: block;
    -webkit-animation: menuslide 300ms;
    animation: menuslide 300ms;
}
@keyframes menuslide {
    from {
        transform: translate3d(0, -10px, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 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: 8px 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;
}
.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;
    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;
}

/* -------------------------------------- *
*    		17. Mobile Menu      	  	  *
* --------------------------------------- */
#mobile-menu {
    position: absolute;
    top: 70px;
    width: 100%;
    z-index: 9;
    right: 0;
    z-index: 999;
    background: #eeeeee;
}
.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;
    color: #fff;
    background: transparent;
    padding-right: 0;
}
.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;
}
#mobile-menu ul li.active > a,
#mobile-menu ul li a:hover {
    background: none;
}
#mobile-menu ul ul {
    padding-left: 35px;
    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 .fa-angle-right,
#mobile-menu ul li span.menu-toggler.collapsed .fa-angle-down {
    display: none;
}
#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: inherit !important;
        animation: none;
        box-shadow: none;
    }
    .admin-bar #masthead.sticky {
        top: 0;
    }
}
#navigation .navbar-header .navbar-toggle:hover,
#navigation .navbar-header .navbar-toggle:focus {
    background-color: transparent;
}

/* -------------------------------------- *
*           18. Search           *
* --------------------------------------- */
.backer-search-wrap {
    padding-left: 15px;
    display: inline-block;
}

.backer-search {
    display: inline-block;
    transition: 400ms;
    -webkit-transition: 400ms;
    font-size: 15px;
}

.backer-search.search-close-icon {
    color: #fff;
    display: none;
    position: relative;
    z-index: 9999;
}

.top-search-input-wrap {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    -webkit-animation: searchZoomIn 0.4s;
    animation: searchZoomIn 0.4s;
}

.top-search-input-wrap .top-search-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    z-index: 99999;
}

.top-search-input-wrap form {
    width: 100%;
}

.top-search-input-wrap .search-wrap {
    width: 100%;
}

.top-search-input-wrap .search-wrap .search.backer-top-search {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999999;
}

.top-search-input-wrap .search-wrap .form-control {
    border: 2px solid #fff !important;
    background: transparent;
    padding: 15px 25px !important;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    height: auto;
}

.top-search-input-wrap
    .search-wrap
    .search.backer-top-search
    .thm_search_input:after {
    content: "\f002";
    font-size: 20px;
    color: #fff;
    font-family: fontawesome;
    position: absolute;
    right: 15px;
    pointer-events: none;
    line-height: 60px;
}

.top-search-input-wrap .search-wrap .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}
.top-search-input-wrap .search-wrap .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}
.top-search-input-wrap .search-wrap .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}
.top-search-input-wrap .search-wrap .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

/* -------------------------------------- *
*    		18. Login Register      	  *
* --------------------------------------- */
.backer-login-register {
    display: inline-block;
    position: relative;
}
.backer-login-register ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 10px;
    position: relative;
    display: inline-block;
}
.backer-login-register ul li {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-left: 25px;
}
.backer-login-register ul li a {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 600;
}

/* -------------------------------------- *
*    		19. Footer      	  		  *
* --------------------------------------- */
.bottom-widget {
    padding-top: 20px;
}
.bottom-widget .widget h3.widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 0;
}
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: #181818;
    border: 2px solid #393939;
    border-radius: 4px 0 0 4px;
    font-size: 15px;
    padding: 6px 12px;
    color: #ffffff;
    font-weight: 400;
}
.send-arrow {
    margin-bottom: 35px;
}
.mc4wp-form-fields input[type="email"]:focus {
    outline-offset: 0px;
    outline: -webkit-focus-ring-color auto 0px;
}
.mc4wp-form-fields button {
    color: #fff;
    border-radius: 0;
    border: none;
    padding: 9px 16px;
    margin-left: 0;
    position: absolute;
    right: 2px;
    top: 2px;
    border-radius: 0 3px 3px 0;
    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;
}

/* -------------------------------------- *
*    		20. Contact Form      	  	  *
* --------------------------------------- */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    border: 2px solid #e5e5e5;
    padding: 8px 12px;
    border-radius: 3px;
    width: 100%;
}
.wpcf7-form textarea {
    margin-top: 30px;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    outline-offset: 0px;
    outline: -webkit-focus-ring-color auto 0px;
}
.wpcf7-submit {
    margin-top: 20px;
}

/* -------------------------------------- *
*           21. Campaign Form             *
* --------------------------------------- */
#wpneofrontenddata,
#wpneo-registration {
    margin-bottom: 100px;
    padding-top: 0;
}

.wpneo-name {
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 8px;
}
#wpneofrontenddata .wpneo-remove-button input {
    color: #fff;
}
#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 !important;
    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;
}
.wpneo-wrapper {
    margin: 80px auto 100px;
}
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;
}
#neo-progressbar > div {
    background: #1adc68;
}
.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: 35px;
    margin-bottom: 6px;
}
.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: 2px solid #e7e7e7;
    padding: 9px 10px;
    width: auto;
    max-width: 80px;
    font-weight: 400;
    color: #393939;
}

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: 20px;
}
.social-container {
    margin-left: 46px;
}
.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: 600;
    line-height: 40px;
    color: #393939;
}
.wpneo-modal-close {
    right: 20px;
    top: 10px;
}
.wpneo-profile-about .wpneo-icon {
    border-radius: 4px;
}
.wpneo-tabs-menu {
    border: none;
}
.wpneo-tabs-menu li {
    padding: 20px 0;
    margin-right: 30px;
}
.wpneo-tabs-menu li a {
    font-weight: 600;
    font-size: 18px;
    color: #4c4c4c;
}
ul.wpneo-tabs-menu {
    padding-top: 40px;
}
.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: 20px;
    background: #fff;
    border-radius: 4px;
}
.tab-rewards-wrapper h3 {
    margin-bottom: 10px;
    font-size: 22px;
}

.tab-rewards-wrapper .overlay {
    background: rgba(0, 0, 0, 0.8);
}
#wpneo-tab-description img,
#wpneo-tab-description img.aligncenter {
    margin-top: 25px;
    margin-bottom: 25px;
}
.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 {
    margin-bottom: 60px;
}

/* -------------------------------------- *
*           23. Login & Registration      *
* --------------------------------------- */
.modal {
    text-align: center;
}
.modal #login {
    text-align: left;
}
.modal .modal-backdrop {
    background-color: #16171c;
}
.modal .modal-backdrop.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.modal .modal-dialog {
    max-width: 530px;
}
.modal .modal-content {
    border-radius: 4px;
    background-color: #f6f8fa;
    margin-top: 100px;
}
.modal .modal-header {
    padding: 45px 45px 0px 45px;
    border-bottom: none;
    border-radius: 4px;
    display: block;
}
.modal .modal-body {
    padding: 0px 45px 30px 45px;
}
.modal .modal-title {
    color: #313232;
    font-size: 22px;
    font-size: 1.22222222rem;
    margin-bottom: 30px;
    text-align: left;
    font-weight: 400;
}
.modal button.close {
    filter: alpha(opacity=60);
    opacity: 0.6;
    background: none;
}
.modal button.close span {
    padding: 0px 7px 0px 7px;
    padding: 0rem 0.38888889rem 0rem 0.38888889rem;
    font-size: 20px;
    font-size: 1.11111111rem;
    border-radius: 50%;
    border: 2px solid #000;
    width: 30px;
    height: 30px;
    line-height: 24px;
    display: inline-block;
}
.modal input#username,
.modal input#password,
.modal input#email {
    border-radius: 3px;
    box-shadow: none;
    padding: 10px 20px;
    height: auto;
    margin-bottom: 14px;
    border-color: #f1f1f1;
    padding: 14px 25px 14px 25px;
    padding: 0.77777778rem 1.38888889rem 0.77777778rem 1.38888889rem;
    font-size: 14px;
    font-size: 0.77777778rem;
}
.modal input#password {
    margin-bottom: 35px;
}
.modal label {
    opacity: 0.8;
    filter: alpha(opacity=80);
    padding-left: 10px;
    top: -1px;
    position: relative;
}
.modal .submit_button {
    padding: 11px 60px;
    float: right;
    position: relative;
    top: -5px;
}
.modal .lost-pass {
    margin: 40px 0px 30px 0px;
    margin: 2.22222222rem 0rem 1.66666667rem 0rem;
    position: relative;
    display: block;
}
.modal .google-login,
.modal .facebook-login,
.modal .twitter-login,
.modal .register_button {
    padding: 12px 0px 12px 0px;
    padding: 0.66666667rem 0rem 0.66666667rem 0rem;
    color: #ffffff;
    border-radius: 30px;
    border: none;
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    font-size: 16px;
    font-size: 0.88888889rem;
}
.modal .condition {
    opacity: 0.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);
    -ms-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%);
    transition: all 0.5s ease 0s;
}
.team-content-image {
    transition: 0.3s;
}
.team-content-image img {
    transition: 0.3s;
}
.item.themeum_team:hover .team-content-image img {
    opacity: 0.2;
}
.themeum-team-wrap-3 .team-content-image .img-responsive {
    transform: scale(1.004);
}
.team-content-socials a {
    color: #fff;
    font-size: 16px;
    margin: 0 12px;
}
.team-content-socials a:hover {
    color: #fff;
}
.themeum_team .team-content-title {
    font-size: 18px;
    font-weight: 500;
    padding-top: 22px;
    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;
}
.themeum-team-wrap-1 .team-content-image {
    background-color: #ff5300;
}
.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: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    overflow: hidden;
}
.team-content2 .team-content-title {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 1px 0px;
    color: #ffffff;
}
.team-content2 .team-content-subtitle {
    -ms-transform: translate(0, 2px); /* IE 9 */
    -webkit-transform: translate(0, 2px); /* Safari */
    transform: translate(0, 2px);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    color: #ffffff;
    font-size: 13px;
}
.team-content2 .team-content-desc {
    -ms-transform: translate(0, 2px); /* IE 9 */
    -webkit-transform: translate(0, 2px); /* Safari */
    transform: translate(0, 2px);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    color: #ffffff;
    font-size: 14px;
}
.team-content2 .team-content-socials {
    -ms-transform: translate(0, 50px); /* IE 9 */
    -webkit-transform: translate(0, 50px); /* Safari */
    transform: translate(0, 50px);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    padding-bottom: 0;
}
.themeum_team:hover .team-content2 .team-content-title {
    -ms-transform: translate(0, -25px); /* IE 9 */
    -webkit-transform: translate(0, -25px); /* Safari */
    transform: translate(0, -25px);
}
.themeum_team:hover .team-content2 .team-content-desc {
    -ms-transform: translate(0, -25px); /* IE 9 */
    -webkit-transform: translate(0, -25px); /* Safari */
    transform: translate(0, -25px);
}
.themeum_team:hover .team-content2 .team-content-subtitle {
    -ms-transform: translate(0, -25px); /* IE 9 */
    -webkit-transform: translate(0, -25px); /* Safari */
    transform: translate(0, -25px);
}
.themeum_team:hover .team-content2 .team-content-socials {
    -ms-transform: translate(0, -20px); /* 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, 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: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.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;
}

#wpneofrontenddata
    .wpneo-form-action
    input[type="submit"].wpneo-submit-campaign {
    padding: 10px 20px;
}
.social-share-links a i {
    font-size: 27px;
    color: #393030;
    margin-right: 6px;
}

ul.wpcf_predefined_pledge_amount li a:focus {
    background-color: #18ce43;
    border: 1px solid #4a6045;
    color: white;
}