


/*------------------------------
----------- Preset CSS ---------
--------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700')!important;
#wpneofrontenddata,
#wpneofrontenddata button,
#wpneofrontenddata input,
#wpneofrontenddata select,
#wpneofrontenddata textarea{
    font-family: 'Rubik', sans-serif!important;
}
.float-left{
    float: left!important;
}
.float-right{
    float: right!important;
}
.clear-float:after{
    display: table!important;
    clear: both!important;
    content: ""!important;
}

#wpneofrontenddata .wpneo-name {
    color: #686C8B!important;
    margin-bottom: 5px!important;
    font-size: 18px!important;
}


/*------------------------------
----------- Listing Page -------
--------------------------------*/
.wpneo-container{
    padding-left: 15px!important;
    padding-right: 15px!important;
    margin-left: auto!important;
    margin-right: auto!important;
}
#wpneofrontenddata .wp-editor-container {
    border: 1px solid #f5f5f5!important;
}
.wpneo-container:after,.wpneo-container:before,
.wpneo-wrapper-inner:after,.wpneo-wrapper-inner:before{
    content: ""!important;
    display: table!important;
    clear: both!important;
}
.wpneo-wrapper-inner{
    margin-left: -15px!important;
    margin-right: -15px!important;
}
.wpneo_listing_row {
    clear: both!important;
}
.wpneo-listing-img{
    width: 100%!important;
    font-size: 0!important;
}
.wpneo-listing-img img{
    width: 100%!important;
    height: auto!important;
}
.wpneo-listing-metas {
    border-bottom: 1px solid #e9e9e9!important;
    border-top: 1px solid #e9e9e9!important;
    margin-top: 17px!important;
    padding-bottom: 7px!important;
    padding-top: 15px!important;
}
.wpneo-single-meta {
    margin-bottom: 10px!important;
}
.wpneo-listing-buttons {
    margin-top: 20px!important;
    text-align: center!important;
}
.wpneo-listing-buttons a.btn-details{
    border-color: rgb(233, 233, 233)!important;
    border-style: solid!important;
    border-width: 1px!important;
    color: #414548!important;
    font-size: 14px!important;
    line-height: 1!important;
    padding: 12px 20px 14px!important;
    text-decoration: none!important;
    background-image: -moz-linear-gradient( 90deg, rgb(215,215,215) 0%, rgb(255,255,255) 100%)!important;
    background-image: -webkit-linear-gradient( 90deg, rgb(215,215,215) 0%, rgb(255,255,255) 100%)!important;
    background-image: -ms-linear-gradient( 90deg, rgb(215,215,215) 0%, rgb(255,255,255) 100%)!important;
}
.wpneo-listing-buttons a.float-right{
    color: #414548!important;
    font-size: 14px!important;
    line-height: 1!important;
    text-decoration: none!important;
    margin-top: 8px!important;
}


/*------------------------------
--- Details Page Tab Section ---
--------------------------------*/
.wpneo-post-tab {
    clear: both!important;
    display: table!important;
    width: 100%!important;
}
.wpneo-tabs-menu {
    border-top: 1px solid#e7e7e7!important;
    border-bottom: 1px solid#e7e7e7!important;
    clear: both!important;
    display: table!important;
    width: 100%!important;
    padding: 15px 50px 0!important;
}
.wpneo-tabs-menu li {
    border-top: 2px solid transparent!important;
    float: left!important;
    line-height: 1!important;
    padding: 30px!important;
    position: relative!important;
}
.wpneo-tabs-menu li a:focus{
    outline: 0!important;
}
.wpneo-tabs-menu li a {
    color: #414548!important;
    font-size: 16px!important;
    text-decoration: none!important;
    text-transform: capitalize!important;
    position: relative!important;
}
.wpneo-tabs-menu li span{
    color: #414548!important;
    font-size: 16px!important;
    left: auto!important;
    position: absolute!important;
    right: 5px!important;
    top: 12px!important;
}
.wpneo-tab {
    background-color: #fff!important;
    margin-bottom: 20px!important;
}
.wpneo-tab-content {
    display: none;
    padding: 15px;
}
.wpneo-tab-content > h4 {
    color: #414548!important;
    font-size: 18px!important;
    line-height: 1!important;
    margin: 2px 0 30px!important;
}
#wpneo-tab-1.wpneo-tab-content {
    display: block!important;
}
.wpneo-tab-img {
    font-size: 0!important;
    margin-bottom: 32px!important;
}
.wpneo-tab-img img{
    width: 100%!important;
}
.wpneo-tab-content p span {
    padding-bottom: 25px!important;
}
.wpneo-post-header h2{
    margin: 0!important;
    color: #414548!important;
    font-size: 36px!important;
    font-weight: 700!important;
    line-height: 1!important;
}
.wpneo-post-header ul{
    margin: 12px 0 35px!important;
}
.wpneo-post-header ul li{
    display: inline-block!important;
    line-height: 1!important;
    font-size: 14px!important;
    color: #414548!important;
}
.wpneo-post-header ul li span{
    display: inline-block!important;
    font-size: 14px!important;
    line-height: 0.85!important;
    overflow: hidden!important;
    padding: 0 10px 0 16px!important;
}
.wpneo-post-header ul li a{
    display: inline-block!important;
    font-size: 14px!important;
    color: #414548!important;
    text-decoration: none!important;
}
.wpneo-post-header ul li a:hover{
    color: #ef4036!important;
}
.wpneo-post-body p {
    color: #414548!important;
    font-size: 18px!important;
    line-height: 26px!important;
    margin-bottom: 25px!important;
}
.wpneo-tabs {
    margin-top: 50px!important;
}
.wpneo-campaign-summary {
    width: 48%!important;
    float: right!important;
}
.wpneo-campaign-single-left-info {
    margin-bottom: 35px!important;
    float: left!important;
    width: 48%!important;
    position: relative!important;
    text-align:center;
}
.product .images{
    position: relative!important;
}
.product #campaign_loved_html{
    position: absolute!important;
    z-index: 1!important;
    right: 25px!important;
    top: 25px!important;
}
.wpneo-campaign-single-left-info h2{
    font-size: 16px!important;
    margin-bottom: 10px!important;
    margin-top: 30px!important;
}
.wpneo-post-img img{
    width: 100%!important;
}


/*------------------------------
----------- Sidebar ------------
--------------------------------*/
.wpneo-single-sidebar h3 {
    color: #414548;
    font-size: 22px;
    line-height: 0.8;
    margin: 0;
    font-weight: 700;
}
.wpneo-single-sidebar h3 span{
    display: inline-block!important;
    font-size: 22px!important;
    padding-left: 5px!important;
    font-weight: 400!important;
}
.wpneo-single-sidebar p {
    color: #414548!important;
    font-size: 16px!important;
    margin-top: 9px!important;
}
#wpcf-campaign-countdown{
    font-weight: bold!important;
}
.wpneo-campaign-summary-buttons a {
    color: #414548!important;
    font-size: 16px!important;
    text-decoration: none!important;
    line-height: 1!important;
}
.wpneo-campaign-summary-buttons a.float-left {
    text-decoration: underline!important;
}
.wpneo-campaign-summary-buttons a:hover{
    color: #ef4036!important;
}
a.wpneo-single-main-image{
    width: 100%!important;
}
.wpneo-social{
    float: left!important;
    width: 100%!important;
    line-height: 1!important;
    margin-top: 20px!important;
}
.wpneo-social li{
    display: inline-block!important;
    color: #414548!important;
    font-size: 16px!important;
    line-height: 1!important;
}
.wpneo-social li span {
    display: inline-block!important;
    line-height: 0.8!important;
    overflow: hidden!important;
    padding: 0 3px 0 10px!important;
}
@-webkit-keyframes animatetop {
    from {top: -300px!important; opacity: 0}
    to {top: 0!important; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px!important; opacity: 0}
    to {top: 0!important; opacity: 1}
}

/*------------------------------
-------- Listing Page ----------
--------------------------------*/
.wpneo-listings{
    float: left!important;
    padding: 0px 1%!important;
}
.wpneo-listings.two{
    width: 50%!important;
}
.wpneo-listings.three{
    width: 33.33%!important;
}
.wpneo-listings.four{
    width: 25%!important;
}
.wpneo-listings.first{
    padding-left: 0px!important;
}
.wpneo-listings.last{
    padding-right: 0px!important;
}
.wpneo-listings.first{
    clear: both!important;
}
.wpneo-listings:hover .overlay {
    opacity: 1!important;
}
.wpneo-listings .overlay {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    padding: 10px!important;
    text-align: center!important;
    background: rgba(0,0,0,.7)!important;
    opacity: 0!important;
    -webkit-transition: opacity 400ms!important;
    transition: opacity 400ms!important;
}
.wpneo-listing-img{
    position: relative!important;
    border-width: 1px 1px 0px!important;
    border-style: solid!important;
    border-color: #e9e9e9!important;
}
.wpneo-listings .overlay>div {
    display: table!important;
    height: 100%!important;
    width: 100%!important;
}
.wpneo-listings .overlay>div>div {
    display: table-cell!important;
    vertical-align: middle!important;
}
.wpneo-listings:hover .overlay a {
    -webkit-transform: scale3d(1,1,1)!important;
    transform: scale3d(1,1,1)!important;
}
.wpneo-listings .overlay a {
    color: #fff!important;
    font-size: 16px!important;
    padding: 12px 15px!important;
    display: inline-block!important;
    line-height: 1!important;
    border: 2px solid #fff!important;
    border-radius: 4px!important;
    -webkit-transform: scale3d(0,0,0)!important;
    transform: scale3d(0,0,0)!important;
    -webkit-transition: all 400ms!important;
    transition: all 400ms!important;
}
.wpneo-listings .wpneo-listing-content{
    border-width: 0 1px 1px!important;
    border-style: solid!important;
    border-color: #e9e9e9!important;
    background: #fff!important;
    -webkit-transition: all 500ms ease!important;
    -moz-transition: all 500ms ease!important;
    -ms-transition: all 500ms ease!important;
    -o-transition: all 500ms ease!important;
    transition: all 500ms ease!important;
    margin-bottom: 30px!important;
}
.wpneo-listings .wpneo-listing-content:hover{
    box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.07)!important;
}
.wpneo-listings .wpneo-listing-content h4{
    margin: 0!important;
    padding: 8px 20px!important;
}
.wpneo-listings .wpneo-listing-content h4 a{
    color: #000!important;
    font-size: 24px!important;
    font-weight: normal!important;
    line-height: 28px!important;
    box-shadow: none!important;
    text-decoration: none!important;
    letter-spacing: normal!important;
    text-transform: capitalize!important;
    display: inline-block!important;
}
.wpneo-listings .wpneo-listing-content p.wpneo-author{
    color: #737373!important;
    font-size: 16px!important;
    line-height: 18px!important;
    margin: 0!important;
    padding: 8px 20px!important;
}
.wpneo-listings .wpneo-listing-content .wpneo-author a{
    color: #737373!important;
    text-decoration: none!important;
    box-shadow: none!important;
}
.wpneo-listings .wpneo-listing-content .wpneo-author a:hover{
    color: #444!important;
}
.wpneo-listings .wpneo-listing-content .woocommerce{
    float: left!important;
    color: #ffcc00!important;
    padding: 20px 20px 8px!important;
}
.wpneo-listings .wpneo-listing-content .woocommerce:empty {
    display: none!important;
}
.wpneo-campaign-summary-inner .woocommerce{
    float: left!important;
    color: #ffcc00!important;
    padding: 12px 0px 15px!important;
    width: 100%!important;
    letter-spacing: 4px!important;
}
.wpneo-campaign-summary-inner .woocommerce .star-rating{
    float: left!important;
    width: 100px!important;
}
.wpneo-campaign-summary-inner .woocommerce .star-rating:before{
    color: #ffcc00!important;
    letter-spacing: 4px!important;
}
.wpneo-listings .wpneo-listing-content .woocommerce .star-rating:before{
    color: #ffcc00!important;
    letter-spacing: 4px!important;
}
.wpneo-listings .woocommerce .star-rating span:before{
    letter-spacing: 4px!important;
}
.wpneo-listings .wpneo-listing-content .woocommerce .star-rating{
    width: 6.4em!important;
}
p.wpneo-short-description{

    font-weight: 600!important;
    padding: 8px 20px 30px!important;
}
.wpneo-location{
    padding: 8px 20px!important;
}
.wpneo-location .wpneo-meta-name,
.wpneo-location .wpneo-meta-desc{
    color: #000!important;
    font-size: 16px!important;
    display: inline-block!important;
}
.wpneo-icon{
    background-attachment: initial!important;
    background-image: url("./icon.png")!important;
    background-repeat: no-repeat!important;
    display: inline-block!important;
    height: 27px!important;
    width: 26px!important;
    position: relative!important;
    top: 2px!important;
    margin-right: 5px!important;
}
.wpneo-icon-location{
    background-position: -401px -11px!important;
}
.wpneo-icon-facebook{ background-position: -28px -14px!important; }
.wpneo-icon-twitter{ background-position: -75px -14px!important; }
.wpneo-icon-gplus{ background-position: -122px -14px!important; }
.wpneo-icon-pinterest{ background-position: -169px -14px!important; }
.wpneo-icon-linkedin{ background-position: -588px -14px!important; }
.wpneo-icon-tumblr{ background-position: -672px -14px!important; }
.wpneo-icon-blogger{ background-position: -718px -14px!important; }
.wpneo-icon-delicious{ background-position: -765px -14px!important; }
.wpneo-icon-digg{ background-position: -812px -14px!important; }
.wpneo-icon-reddit{ background-position: -991px -14px!important; }
.wpneo-icon-stumbleupon{ background-position: -860px -14px!important; }
.wpneo-icon-pocket{ background-position: -904px -14px!important; }
.wpneo-icon-wordpress{ background-position: -948px -14px!important; }
.wpneo-icon-whatsapp{ background-position: -1035px -14px!important; }
.wpneo-icon-embed { background-position: -624px -15px!important; }
.wpneo-raised-percent{
    border-top: 1px solid #e9e9e9!important;
    padding: 20px 0 5px!important;
}
.wpneo-campaign-summary .wpneo-raised-percent{
    border-top: none!important;
    padding: 0!important;
}
.wpneo-icon-love-full{
    background-position: -287px -9px!important;
    width: 40px!important;
    height: 40px!important;
}
.wpneo-icon-love-empty{
    background-position: -344px -9px!important;
    width: 40px!important;
    height: 40px!important;
}
.wpneo-raised-percent .wpneo-meta-name,
.wpneo-raised-percent .wpneo-meta-desc{
    display: inline-block!important;
    padding-left: 20px!important;
}
.wpneo-raised-percent .wpneo-meta-desc{
    font-weight: bold!important;
}
.wpneo-raised-bar{
    padding: 5px 20px!important;
    margin: 10px 0 20px!important;
}

.wpneo-funding-goal .wpneo-meta-name,
.wpneo-fund-raised .wpneo-meta-name,
.wpneo-time-remaining .wpneo-meta-name{
    font-size: 12px!important;
}
.wpneo-funding-goal .wpneo-meta-desc,
.wpneo-fund-raised .wpneo-meta-desc,
.wpneo-time-remaining .wpneo-meta-desc{
    font-size: 16px!important;
    font-weight: bold!important;
}
.wpneo-fund-raised,
.wpneo-time-remaining{
    float: right!important;
}
.wpneo-funding-data{
    padding: 0px 20px!important;
}

/*
* Custom Responsive Media Query
*/
@media screen and (min-width: 768px) and (max-width: 1024px){
    .wpneo-listings.two,
    .wpneo-listings.three,
    .wpneo-listings.four{
        width: 50%!important;
        padding: 0px 1%!important;
    }
    .wpneo-listings.last,
    .wpneo-listings.first{
        padding: 0px 1%!important;
    }
    .wpneo-listings.two:nth-child(3n),
    .wpneo-listings.three:nth-child(3n),
    .wpneo-listings.four:nth-child(3n){
        clear: both!important;
        padding-left: 0px!important;
    }
    .wpneo-listings.two.first,
    .wpneo-listings.three.first,
    .wpneo-listings.four.first{
        clear: none!important;
    }
}



/*------------------------------
---------- Modal Info ----------
--------------------------------*/
a.wpneo-fund-modal-btn{
    color: #000000!important;
}
h2.wpneo-campaign-title{
    font-size: 30px!important;
    line-height: 40px!important;
    margin-bottom: 5px!important;
}
.wpneo-wrapper p.wpneo-author-info{
    margin-bottom: 5px!important;
}
.wpneo-author-info, .wpneo-author-info a{
    color: #737373!important;
    font-size: 18px!important;
}
.wpneo-link-style1{
    color: #8cc641 !important!important;
}

.campaign-funding-info{
    margin: 20px 0!important;
}
.campaign-funding-info ul li{
    display: inline-block!important;
    margin-right: 14px!important;
}
.campaign-funding-info ul li:last-child{
    margin-right: 0!important;
}
.campaign-funding-info ul li .funding-amount{
    font-weight: bold!important;
    margin: 0!important;
}
.wpcrowd-admin-meta-info .funding-amount{
    display: inline-block!important;
    margin-bottom: 0!important;
}
.campaign-funding-info ul li span.info-text{
    font-size: 12px!important;
}
input[type="number"].wpneo_donate_amount_field{
    max-width: 120px!important;
    border: 2px solid #000!important;
    color: #000!important;
    border-radius: 4px!important;
    display: inline-block!important;
}
.wpneo-single-sidebar {
    clear: both!important;
    margin-bottom: 20px!important;
}
.wpneo-location-wrapper{
    color: #737373!important;
    display: inline-flex!important;
    margin-top: -7px!important;
    width: 100%!important;
}

.wpneo_donate_button {
    text-transform: none!important;
    margin: 0px 0px 0px 10px!important;
    border: none!important;
}

.wpneo-campaign-creator-info-wrapper{
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}
.wpneo-campaign-creator-avatar{
    float: left!important;
    margin-right: 15px!important;
    margin-bottom: 20px!important;
}
.wpneo-list-details .wpneo-icon-location {
    background-position: -391px -22px!important;
    width: 22px!important;
}

.wpneo-campaign-creator-details{
    display: inline-block!important;
    font-size: 16px!important;
}
.wpneo-campaign-creator-details > p{
    padding-bottom: 0!important;
    margin-bottom: 0!important;
    margin-top:0!important;
}
.wpneo-campaign-creator-details > p:last-child{
    padding-top: 5px!important;
}
.tab-campaign-story-left{
    width: 60%!important;
    float: left!important;
}
.tab-campaign-story-right{
    width: 35%!important;
    float: right!important;
}
.wpneo-tab h2{
    margin-top: 15px!important;
    margin-bottom: 15px!important;
}
.tab-rewards-wrapper {
    padding: 5%!important;
}
.tab-rewards-wrapper h3{
    margin-bottom: 20px!important;
}
.tab-rewards-wrapper h4{
    margin-top: 20px!important;
}
.wpneo-rewards-image{
    text-align: center!important;
}
.wpneo-rewards-image img{
    max-width: 100%!important;
}
.tab-rewards-submit-form-style1{
    margin-top: 20px!important;
    padding-top: 20px!important;
    border-top: 1px solid #e7e7e7!important;
}
.tab_col_9{
    width: 70%!important;
    float: left!important;
}
.tab_col_3{
    width: 28%!important;
    float: right!important;
}
.btn-style1{
    text-transform: none!important;
}
#wpneo-tab-reviews p.stars a::before{
    color: #ffcc00 !important!important;
}
#wpneo-tab-reviews span.required{
    color: #ffcc00!important;
}
.tab-rewards-submit-form-style1 .tab-rewards-amount{
    margin-bottom: 20px!important;
    margin-top: 20px!important;
}

/*------------------------------
-------- Reward System ---------
--------------------------------*/
.tab-rewards-wrapper:hover .overlay {
    opacity: 1!important;
}
.tab-rewards-wrapper .overlay {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
    padding: 10px!important;
    text-align: center!important;
    background: rgba(147,201,73,.9)!important;
    opacity: 0!important;
    -webkit-transition: opacity 400ms!important;
    transition: opacity 400ms!important;
}
.tab-rewards-wrapper{
    position: relative!important;
}
.tab-rewards-wrapper .overlay>div {
    display: table!important;
    height: 100%!important;
    width: 100%!important;
}
.tab-rewards-wrapper .overlay>div>div {
    display: table-cell!important;
    vertical-align: middle!important;
}
.tab-rewards-wrapper:hover .overlay a {
    -webkit-transform: scale3d(1,1,1)!important;
    transform: scale3d(1,1,1)!important;
}
.tab-rewards-wrapper .overlay a {
    color: #fff!important;
    font-size: 16px!important;
    padding: 12px 15px!important;
    display: inline-block!important;
    line-height: 1!important;
    border: 2px solid #fff!important;
    border-radius: 4px!important;
    -webkit-transform: scale3d(0,0,0)!important;
    transform: scale3d(0,0,0)!important;
    -webkit-transition: all 400ms!important;
    transition: all 400ms!important;
}
ul.wpneo-crowdfunding-update{
    border-left: 3px solid #e7e7e7;
    padding-left: 20px ;
}
ul.wpneo-crowdfunding-update li{
    padding-bottom: 20px;
}

ul.wpneo-crowdfunding-update li:nth-child(even){background:rgba(126,126,126,0.15);}

ul.wpneo-crowdfunding-update li p.wpneo-crowdfunding-update-title{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    color: #4C76FF;
    margin-left: 1vw;
}
ul.wpneo-crowdfunding-update li p{
    margin-left: 1vw;}
.wpneo-crowdfunding-update h4 {
        margin-top:-1vw;
    margin-bottom:1vw;
    margin-left: 1vw;
    font-weight: bold;
}
span.round-circle{
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #e7e7e7;
    display: block;
    margin-left: -35px;
}
ul.wpneo-crowdfunding-update li:hover span.round-circle{
    background: #4C76FF!important;
}
/** Media Query */
@media screen and (min-width: 320px) and (max-width: 767px) {
    .wpneo-listings.two,
    .wpneo-listings.three,
    .wpneo-listings.four{
        width: 100%!important;
    }
    .wpneo-listings.last,
    .wpneo-listings.first{
        padding: 0px!important;
    }
    .wpneo-campaign-single-left-info, .wpneo-campaign-summary, .tab-campaign-story-left, .tab-campaign-story-right{
        width: 94%!important;
        padding: 20px!important;
    }
    .tab_col_3{ width: 100%!important; }
    .tab_col_9{ width: 100%!important; }
}
img.profile-avatar{
    width: 105px!important;
    height: 105px !important!important;
    border-radius: 50%!important;
}
.wpneo-profile-left,
.wpneo-profile-right{
    display: inline-block!important;
    float: left!important;
}
.wpneo-profile-right{
    padding-left: 0!important;
}
.wpneo-profile-name{
    font-size: 24px!important;
    color: #000!important;
    font-weight: bold!important;
    margin-top: 5px!important;
    line-height: 31px!important;
}
.wpneo-profile-campaigns{
    line-height: 24px!important;
    margin-top: 20px!important;
    font-size: 18px!important;
    margin-bottom: 10px!important;
}
.wpneo-profile-location span{
    position: absolute!important;
    color: #737373!important;
}
.wpneo-profile-location .wpneo-icon{
    width: 20px!important;
}
.wpneo-profile-about{
    padding: 0!important;
    display: inline-block!important;
    width: 100%!important;
}
.wpneo-profile-about h3{
    font-size: 18px!important;
    line-height: 50px!important;
    margin: 0!important;
}
.wpneo-profile-about p{
    font-size: 14px!important;
    margin: 0!important;
}
.wpneo-profile-button{
    text-decoration: none!important;
    text-transform: capitalize!important;
    padding: 8px 20px!important;
    background-color: #4C76FF!important;
    font-weight: 300!important;
    color: #fff!important;
    font-size: 15px!important;
    border-radius: 2px!important;
    float: left!important;
    margin: 30px 0px 0px!important;
}
a.wpneo-profile-button:hover{
    background-color: #80b538!important;
    color: #fff!important;
}
.wpneo-profile-about .wpneo-social-link {
    margin-right: 5px!important;
}
.wpneo-campaign-summary-inner .wpneo-raised-bar {
    padding: 1px 0px 20px!important;
}
#wpneo-tab-baker_list table{
    border: none!important;
}
#wpneo-tab-baker_list table tr td,
#wpneo-tab-baker_list table tr th{
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    text-align: left!important;
}
.social-container{
    display: inline-flex!important;
}
.social-container span{
    margin-right: 10px!important;
}