 /* The Modal (background) */
.project-modal,
.project-modal-buy-waqf,
.project-modal-terms {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9900; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.project-modal-content, 
.project-modal-content-buy-waqf,
.project-modal-content-terms{
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px 40px;
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
}

.project-modal-content-buy-waqf {
	 width: 60%;
}

/*.project-modal-content-buy-waqf .form-multiple-waqf{
	display: none;
}*/

/* The Close Button */
.project-modal-close,
.project-modal-buy-waqf-close,
.project-modal-terms-close {
    color:#fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
	background-color: #03a7c0;
	padding:3px 15px;
	cursor: pointer;
}

.project-modal-buy-waqf-back  {
    float: right;
    font-weight: 600;
	font-size: 16px;
	/*border:solid 1px #aaa;*/
	padding:3px 15px;
	margin-right:3px;
	background-color: #03a7c0;
	color:#fff;
	cursor: pointer;
}

.project-modal-close:hover,
.project-modal-close:hover-buy-waqf,
.project-modal-close:focus,
.project-modal-close:focus-buy-waqf {
    color: black;
    text-decoration: none;
    cursor: pointer;
} 

.inline-block{
	display:inline-block; 
}

.block{
	display:inline-block; 
	width:98%;
	padding-left:5px;
	padding-right:5px;
}

.inline{
	display:inline; 
	width:48%;
	padding-left:5px;
	padding-right:5px;
}

.inline-block input,
.inline-block select{
	width:100%;
}

.textwidget input[type="checkbox"]{
	width:auto;
}

.wpneo-listing-img.table-img{
	border-width: 1px 1px 1px;

}

.form-fields-multiple div.title{
	padding-top:10px;
	font-weight:600;
	font-size:14px;
}

.form-fields-multiple div.info{
	padding-bottom:15px;
	color: #0f92b1;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #CCC;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}

 /* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 49.5%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
} 

/*************Woo Commerce Style **************/

/*----------------------------
----------Project complete-------
---------------------------------*/
.project-complete{
	opacity: 0.4;
}

.project-position{
	position:relative;;
}

.project-inner-position{
	position:relative; 
	top:-625px; 
	left:0px; 
	color:#666;
	/*color:red;*/
	font-weight:bold; 
	font-size:50px;
	opacity: 0.6;
	
}

.btn-details{
	background: rgba(0,0,0,0.5);
}

/*------------------------------
----------- Preset CSS ---------
--------------------------------*/
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.clear-float:after{
    display: table;
    clear: both;
    content: "";
}


/*------------------------------
----------- Listing Page -------
--------------------------------*/
.wpneo-container{
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.wpneo-container:after,.wpneo-container:before,
.wpneo-wrapper-inner:after,.wpneo-wrapper-inner:before{
    content: "";
    display: table;
    clear: both;
}
.wpneo-wrapper-inner{
    margin-left: -15px;
    margin-right: -15px;
}
.wpneo_listing_row {
    clear: both;
}
.wpneo-listing-img{
    width: 100%;
    font-size: 0;
}
.wpneo-listing-img img{
    width: 100%;
    height: auto;
}
.wpneo-listing-metas {
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    margin-top: 17px;
    padding-bottom: 7px;
    padding-top: 15px;
}
.wpneo-single-meta {
    margin-bottom: 10px;
}
.wpneo-listing-buttons {
    margin-top: 20px;
    text-align: center;
}
.wpneo-listing-buttons a.btn-details{
    border-color: rgb(233, 233, 233);
    border-style: solid;
    border-width: 1px;
    color: #414548;
    font-size: 14px;
    line-height: 1;
    padding: 12px 20px 14px;
    text-decoration: none;
    background-image: -moz-linear-gradient( 90deg, rgb(215,215,215) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(215,215,215) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(215,215,215) 0%, rgb(255,255,255) 100%);
}
.wpneo-listing-buttons a.float-right{
    color: #414548;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    margin-top: 8px;
}


/*------------------------------
--- Details Page Tab Section ---
--------------------------------*/
.wpneo-post-tab {
    clear: both;
    display: table;
    width: 100%;
}
.wpneo-tabs-menu {
    border-top: 1px solid#e7e7e7;
    border-bottom: 1px solid#e7e7e7;
    clear: both;
    display: table;
    width: 100%;
    padding: 15px 50px 0;
}
.wpneo-tabs-menu li {
    border-top: 2px solid transparent;
    float: left;
    line-height: 1;
    padding: 20px 30px;
    position: relative;
}

.wpneo-tabs-menu li {
    border: 1px solid #4F5698;
	border-bottom: none !important;
	margin-bottom: 0px;
} 

.wpneo-tabs-menu li.wpneo-current {
    border-bottom: none !important;
	padding
}

.wpneo-tabs-menu li.wpneo-no-active, .wpneo-menu-tab.wpneo-no-active{
	background-color: #4F5698;
}

.wpneo-tabs-menu li.wpneo-no-active a{
    
	color:#fff;
	/*padding: 10px 25px;*/
	border-radius: 5px;
}

.wpneo-tabs-menu li a:focus, .wpneo-tabs-menu li a:active{
    outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.wpneo-tabs-menu li a {
    color: #414548;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
    position: relative;
}
.wpneo-tabs-menu li span{
    color: #414548;
    font-size: 16px;
    left: auto;
    position: absolute;
    right: 5px;
    top: 12px;
}
.wpneo-tab {
    background-color: #fff;
    margin-bottom: 20px;
}

.wpneo-menu-tab, .wpneo-no-active-mobile{
		display:none;
		padding: 15px 30px;
		width:81%;
		background-color:#4F5698;
		color:#fff;
	}

.wpneo-current-mobile{
	color:#363C71;
	background-color:#fff;
	border:1px solid #363C71;
}

.wpneo-menu-tab:hover{
		background-color:#363C71;
	}
	
.wpneo-tab-content {
    display: none;
    padding: 15px;
}
.wpneo-tab-content > h4 {
    color: #414548;
    font-size: 18px;
    line-height: 1;
    margin: 2px 0 30px;
}
#wpneo-tab-1.wpneo-tab-content {
    display: block;
}
.wpneo-tab-img {
    font-size: 0;
    margin-bottom: 32px;
}
.wpneo-tab-img img{
    width: 100%;
}
.wpneo-tab-content p span {
    padding-bottom: 25px;
}
.wpneo-post-header h2{
    margin: 0;
    color: #414548;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
}
.wpneo-post-header ul{
    margin: 12px 0 35px;
}
.wpneo-post-header ul li{
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    color: #414548;
}
.wpneo-post-header ul li span{
    display: inline-block;
    font-size: 14px;
    line-height: 0.85;
    overflow: hidden;
    padding: 0 10px 0 16px;
}
.wpneo-post-header ul li a{
    display: inline-block;
    font-size: 14px;
    color: #414548;
    text-decoration: none;
}
.wpneo-post-header ul li a:hover{
    color: #ef4036;
}
.wpneo-post-body p {
    color: #414548;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
}
.wpneo-tabs {
    margin-top: 50px;
}
.wpneo-campaign-summary {
    width: 48%;
    float: right;
}
.wpneo-campaign-single-left-info {
    margin-bottom: 35px;
    float: left;
    width: 48%;
    position: relative;
}
.product .images{
    position: relative;
}
.product #campaign_loved_html{
    position: absolute;
    z-index: 1;
    right: 25px;
    top: 25px;
}
.wpneo-campaign-single-left-info h2{
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 30px;
}
.wpneo-post-img img{
    width: 100%;
}


/*------------------------------
----------- 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;
    font-size: 22px;
    padding-left: 5px;
    font-weight: 400;
}
.wpneo-single-sidebar p {
    color: #414548;
    font-size: 16px;
    margin-top: 9px;
}
.wpneo-campaign-summary-buttons a {
    color: #414548;
    font-size: 16px;
    text-decoration: none;
    line-height: 1;
}
.wpneo-campaign-summary-buttons a.float-left {
    text-decoration: underline;
}
.wpneo-campaign-summary-buttons a:hover{
    color: #ef4036;
}
a.wpneo-single-main-image{
    width: 100%;
}
.wpneo-social{
    float: left;
    width: 100%;
    line-height: 1;
    margin-top: 20px;
}
.wpneo-social li{
    display: inline-block;
    color: #414548;
    font-size: 16px;
    line-height: 1;
}
.wpneo-social li span {
    display: inline-block;
    line-height: 0.8;
    overflow: hidden;
    padding: 0 3px 0 10px;
}
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}
.wpneo-modal-wrapper{
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: opacity 400ms ease-in 0s;
    transition: opacity 400ms ease-in 0s;
    z-index: 99999;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    display: none;
    width: 100%;
}
.wpneo-modal-wrapper h2{
    text-align: center;
}
div.wpneo-modal-wrapper-head {
    background-color: #ffffff;
    border-radius: 6px 6px 0 0;
    position: relative;
}
div.wpneo-modal-title {
    background-color: rgba(217, 217, 222, 0.2);
    border-radius: 6px 6px 0 0;
    margin: 10px 0;
    border-bottom: 1px solid #d9d9de;
    font-size: 14px;
    padding: 20px 50px 20px 20px;
}
div.wpneo-modal-wrapper-head h4 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    margin-bottom: 0;
    padding: 30px 0px 30px 30px;
    text-transform: capitalize;
}
.wpneo-modal-content{
    background: #fff none repeat scroll 0 0;
    margin: 5% auto 0;
    max-width: 650px;
    position: relative;
    max-height: 80%;
    overflow-y: auto;
}
.wpneo-modal-content-inner{
    padding: 30px;
}
.wpneo-modal-content h2{
    color: #414548;
    font-size: 30px;
    line-height: 1;
    margin: 0 0 15px;
}
.wpneo-modal-content p{
    color: #414548;
    font-size: 16px;
    line-height: 1.5;
}
.wpneo-modal-close{
    color: #414548;
    font-size: 35px;
    left: auto;
    line-height: 1;
    position: absolute;
    right: 37px;
    text-decoration: none;
    top: 25px;
}
.wpneo-modal-close:hover{
    color: #ef4036;
}

.campaign_creation_date{
    font-size: 12px;
    color: #666666;
}

/*
* Video responsive
*/
.wpneo-video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.wpneo-video-wrapper iframe, .wpneo-video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*------------------------------
-------- Listing Page ----------
--------------------------------*/
.wpneo-listings{
    float: left;
    padding: 0px 1%;
}
.wpneo-listings.two{
    width: 50%;
}
.wpneo-listings.three{
    width: 33.33%;
}
.wpneo-listings.four{
    width: 25%;
}
.wpneo-listings.first{
    padding-left: 0px;
}
.wpneo-listings.last{
    padding-right: 0px;
}
.wpneo-listings.first{
    clear: both;
}
.wpneo-wrapper-inner .wpneo-listings:hover .overlay {
    opacity: 1;
}
.wpneo-wrapper-inner .wpneo-listings .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    text-align: center;
    background: rgba(0,0,0,.7);
    opacity: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
}
.wpneo-listing-img{
    position: relative;
    border-width: 1px 1px 0px;
    border-style: solid;
    border-color: #e9e9e9;
}
.wpneo-wrapper-inner .wpneo-listings .overlay>div {
    display: table;
    height: 100%;
    width: 100%;
}
.wpneo-wrapper-inner .wpneo-listings .overlay>div>div {
    display: table-cell;
    vertical-align: middle;
}
.wpneo-wrapper-inner .wpneo-listings:hover .overlay a {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.wpneo-wrapper-inner .wpneo-listings .overlay a {
    color: #fff;
    font-size: 16px;
    padding: 12px 15px;
    display: inline-block;
    line-height: 1;
    border: 2px solid #fff;
    border-radius: 4px;
    -webkit-transform: scale3d(0,0,0);
    transform: scale3d(0,0,0);
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
.wpneo-listings .wpneo-listing-content{
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e9e9e9;
    background: #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 30px;
}
.wpneo-listings .wpneo-listing-content:hover{
    box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.07);
}
.wpneo-listings .wpneo-listing-content h4{
    margin: 0;
    padding: 8px 20px;
}
.wpneo-listings .wpneo-listing-content h4 a{
    color: #000;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    box-shadow: none;
    text-decoration: none;
    letter-spacing: normal;
    text-transform: capitalize;
}
.wpneo-listings .wpneo-listing-content p.wpneo-author{
    color: #737373;
    font-size: 16px;
    margin: 0;
    padding: 3px 20px;
    float: none!important;
}
.wpneo-listings .wpneo-listing-content .wpneo-author a{
    color: #737373;
    text-decoration: none;
    box-shadow: none;
}
.wpneo-listings .wpneo-listing-content .wpneo-author a:hover{
    color: #444;
}
.wpneo-listings .wpneo-listing-content .woocommerce{
    float: left;
    color: #ffcc00;
    padding: 20px 20px 8px;
}
.wpneo-campaign-summary-inner .woocommerce{
    float: left;
    color: #ffcc00;
    padding: 12px 0px 15px;
    width: 100%;
    letter-spacing: 4px;
}
.wpneo-campaign-summary-inner .woocommerce .star-rating{
    float: left;
    width: 100px;
}
.wpneo-campaign-summary-inner .woocommerce .star-rating:before{
    color: #ffcc00;
    letter-spacing: 4px;
}
.wpneo-listings .wpneo-listing-content .woocommerce .star-rating:before{
    color: #ffcc00;
    letter-spacing: 4px;
}
.wpneo-listings .woocommerce .star-rating span:before{
    letter-spacing: 4px;
}
.wpneo-listings .wpneo-listing-content .woocommerce .star-rating{
    width: 6.4em;
}
p.wpneo-short-description{
    color: #000;
    font-size: 14px;
    font-weight: 300;
    padding: 8px 20px 30px;
}
.wpneo-location{
    padding: 8px 20px;
}
.wpneo-location .wpneo-meta-name,
.wpneo-location .wpneo-meta-desc{
    color: #000;
    font-size: 16px;
    display: inline-block;
}
.wpneo-icon{
    background-attachment: initial;
    background-image: url("./icon.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 27px;
    width: 26px;
}
.wpneo-icon-location{
    background-position: -402px -17px;
    width: 16px;
}
.wpneo-icon-facebook {
    background-position: -28px -14px;
}
.wpneo-icon-twitter {
    background-position: -75px -14px;
}
.wpneo-icon-gplus {
    background-position: -122px -14px;
}
.wpneo-icon-pinterest {
    background-position: -169px -14px;
}
.wpneo-icon-linkedin {
    background-position: -588px -14px;
}
.wpneo-raised-percent{
    /*border-top: 1px solid #e9e9e9;*/
    padding: 20px 20px 5px;
}
.wpneo-campaign-summary .wpneo-raised-percent{
    border-top: none;
    padding: 0;
}
.wpneo-icon-love-full{
    background-position: -287px -9px;
    width: 40px;
    height: 40px;
}
.wpneo-icon-love-empty{
    background-position: -344px -9px;
    width: 40px;
    height: 40px;
}
.wpneo-raised-percent .wpneo-meta-name,
.wpneo-raised-percent .wpneo-meta-desc{
    display: inline-block;
}
.wpneo-raised-percent .wpneo-meta-desc{
    font-weight: bold;
}
.wpneo-raised-bar{
    padding: 5px 20px;
    margin: 10px 0 0px;
}

.wpneo-project-bar{
    padding: 5px 20px;
    margin: 10px 0 40px;
}

.wpneo-funding-goal,
.wpneo-fund-raised,
.wpneo-time-remaining{
    width: 33%;
    padding: 15px 0px;
    display: inline-block;
}
.wpneo-funding-goal .wpneo-meta-name,
.wpneo-fund-raised .wpneo-meta-name,
.wpneo-time-remaining .wpneo-meta-name{
    font-size: 12px;
}
.wpneo-funding-goal .wpneo-meta-desc,
.wpneo-fund-raised .wpneo-meta-desc,
.wpneo-time-remaining .wpneo-meta-desc{
    font-size: 16px;
    font-weight: bold;
}
.wpneo-fund-raised,
.wpneo-time-remaining{
    float: right;
}
.wpneo-funding-data{
	border-top: 1px solid #e9e9e9;
    padding: 0px 20px;
}

/*
* Custom Responsive Media Query
*/
@media screen and (min-width: 768px) and (max-width: 1024px){
	    .wpneo-listings.two,
    .wpneo-listings.three,
    .wpneo-listings.four{
        width: 48% !important;
        padding: 0px 1%;
    }
    .wpneo-listings.last,
    .wpneo-listings.first{
        padding: 0px 1%;
    }
    .wpneo-listings.two:nth-child(3n),
    .wpneo-listings.three:nth-child(3n),
    .wpneo-listings.four:nth-child(3n){
        clear: both;
        padding-left: 0px;
    }
    .wpneo-listings.two.first,
    .wpneo-listings.three.first,
    .wpneo-listings.four.first{
        clear: none;
    }
	
	figure.carousel-style17 {
		/*width:350px !important;*/
		height: 600px !important;
	}

}



/*------------------------------
---------- Modal Info ----------
--------------------------------*/
a.wpneo-fund-modal-btn{
    color: #000000;
}
h2.wpneo-campaign-title{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px;
}
.wpneo-wrapper p.wpneo-author-info{
    margin-bottom: 5px;
}
.wpneo-author-info, .wpneo-author-info a{
    color: #737373;
    font-size: 18px;
}
.wpneo-link-style1{
    color: #8cc641 !important;
}

.campaign-funding-info{
    margin: 20px 0;
}
.campaign-funding-info ul li{
    display: inline-block;
    margin-right: 20px;
}
.campaign-funding-info ul li:last-child{
    margin-right: 0;
}
.campaign-funding-info ul li .funding-amount{
    font-weight: bold;
    margin: 0;
}
.campaign-funding-info ul li span.info-text{
    font-size: 12px;
}
input[type="number"].wpneo_donate_amount_field{
    max-width: 120px;
    border: 2px solid #000;
    color: #000;
    border-radius: 4px;
    display: inline-block;
}
.wpneo-single-sidebar {
    clear: both;
    margin-bottom: 20px;
}
.wpneo-location-wrapper{
    color: #737373;
    display: inline-flex;
    margin-top: -7px;
    width: 100%;
}
.wpneo_donate_button{
    background: #8dc63f;
    text-transform: none;
    margin: 0px 0px 0px 25px;
    position: absolute;
    line-height: 18px;
}
.wpneo-campaign-creator-info-wrapper{
    margin-top: 20px;
    margin-bottom: 20px;
}
.wpneo-campaign-creator-avatar{
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}
.wpneo-campaign-creator-details{
    display: inline-block;
}
.wpneo-campaign-creator-details > p{
    padding-bottom: 0;
    margin-bottom: 0;
}
.wpneo-campaign-creator-details > p:last-child{
    padding-top: 5px;
}
.tab-campaign-story-left{
    width: 60%;
    float: left;
}
.tab-campaign-story-right{
    width: 35%;
    float: right;
}
.wpneo-tab h2{
    margin-top: 15px;
    margin-bottom: 15px;
}
.tab-rewards-wrapper {
    border: 1px solid #e7e7e7;
    padding: 5%;
    margin-bottom: 20px;
}
.tab-rewards-wrapper h3{
    margin-bottom: 20px;
}
.tab-rewards-wrapper h4{
    margin-top: 20px;
}
.wpneo-rewards-image{
    text-align: center;
}
.wpneo-rewards-image img{
    max-width: 100%;
}
.tab-rewards-submit-form-style1{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e7e7e7;
}
.tab_col_9{
    width: 70%;
    float: left;
}
.tab_col_3{
    width: 28%;
    float: right;
}
.btn-style1{
    background: #8dc63f;
    text-transform: none;
}
#wpneo-tab-reviews .submit{
    background: #8dc63f !important;
    color: #ffffff !important;
}

#wpneo-tab-reviews p.stars a::before{
    color: #ffcc00 !important;
}
#wpneo-tab-reviews span.required{
    color: #ffcc00;
}
.tab-rewards-submit-form-style1 .tab-rewards-amount{
    margin-bottom: 20px;
    margin-top: 20px;
}


/*------------------------------
-------- Reward System ---------
--------------------------------*/
.tab-rewards-wrapper:hover .overlay {
    opacity: 1;
}
.tab-rewards-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    text-align: center;
    background: rgba(147,201,73,.9);
    opacity: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
}
.tab-rewards-wrapper{
    position: relative;
}
.tab-rewards-wrapper .overlay>div {
    display: table;
    height: 100%;
    width: 100%;
}
.tab-rewards-wrapper .overlay>div>div {
    display: table-cell;
    vertical-align: middle;
}
.tab-rewards-wrapper:hover .overlay a {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.tab-rewards-wrapper .overlay a {
    color: #fff;
    font-size: 16px;
    padding: 12px 15px;
    display: inline-block;
    line-height: 1;
    border: 2px solid #fff;
    border-radius: 4px;
    -webkit-transform: scale3d(0,0,0);
    transform: scale3d(0,0,0);
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
ul.wpneo-crowdfunding-update{
    border-left: 3px solid #e7e7e7;
    padding-left: 20px !important;
}
ul.wpneo-crowdfunding-update li{
    margin-bottom: 20px;
}
ul.wpneo-crowdfunding-update li .wpneo-crowdfunding-update-title{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    color: #8dc63f;
}
.wpneo-crowdfunding-update h4 {
    margin-top: -26px;
}
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: #8dc63f;
}
.wpneo-listing-content .wpneo-location {
    padding: 3px 20px!important;
}
/** Media Query */
@media screen and (min-width: 320px) and (max-width: 767px) {
    .wpneo-listings.two,
    .wpneo-listings.three,
    .wpneo-listings.four{
        width: 100%;
    }
    .wpneo-listings.last,
    .wpneo-listings.first{
        padding: 0px;
    }
    .wpneo-campaign-single-left-info, .wpneo-campaign-summary, .tab-campaign-story-left, .tab-campaign-story-right{
        width: 94%;
        padding: 20px;
    }
}
img.profile-avatar{
    width: 105px;
    height: 105px !important;
    border-radius: 50%;
}
.wpneo-profile-left,
.wpneo-profile-right{
    display: inline-block;
    float: left;
}
.wpneo-profile-right{
    padding-left: 0;
}
.wpneo-profile-name{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-top: 5px;
    line-height: 31px;
}
.wpneo-profile-campaigns{
    line-height: 12px;
}
.wpneo-profile-location span{
    position: absolute;
    color: #737373;
}
.wpneo-profile-location .wpneo-icon{
    width: 20px;
}
.wpneo-profile-about{
    padding: 0;
    display: inline-block;
    width: 100%;
}
.wpneo-profile-about h3{
    font-size: 18px;
    line-height: 50px;
}
.wpneo-profile-about p{
    font-size: 14px;
    margin: 0;
}
.wpneo-profile-button{
    text-decoration: none;
    text-transform: capitalize;
    padding: 8px 20px;
    background-color: #8dc63f;
    font-weight: 300;
    color: #fff;
    font-size: 15px;
    border-radius: 2px;
    float: left;
    margin: 30px 0px 0px;
}
a.wpneo-profile-button:hover{
    background-color: #80b538;
    color: #fff;
}
.wpneo-profile-about .wpneo-social-link {
    margin-right: 5px;
}
.wpneo-campaign-summary-inner .wpneo-raised-bar {
    padding: 1px 0px 20px;
}
#wpneo-tab-baker_list table{
    border: none;
}
#wpneo-tab-baker_list table tr td,
#wpneo-tab-baker_list table tr th{
    border-top: none;
    border-left: none;
    border-right: none;
}
.social-container{
    display: inline-flex;
}
.social-container span{
    margin-right: 10px;
}

#neo-progressbar {
    background-color: #f2f2f2;
    border-radius: 7px;
    padding: 0px;
}

#neo-progressbar > div {
    height: 10px;
    border-radius: 10px;
}



#display-fpx .form-group, #display-fpx .form-group {
		margin-bottom:10px;
	}

.total-amount{
	padding:10px 0px;
	border:0px !important;
}

@media screen and (max-width: 782px){
	.widefat tfoot td.check-column, .widefat thead td.check-column {
		width: 10px;
	}
	
	.cb-height{
	 height: 25px !important;
	 width: 25px !important;
	}
	
	#display-fpx .form-group, #display-fpx .form-group {
		margin-bottom:20px;
	}
	
	.total-amount.pull-right{
		float:none;
	}
	
	.project-target, .raised-amount{
		display:none !important;
	}
	
	
	/*
	.wpneo-menu-tab{
		display:block;
		margin-top:5px;
	}
	
    .wpneo-tabs-menu li{
		display:none;
	}
	
	.wpneo-tab-hide{
		display:none !important;
	}
	
	.wpneo-tab-content-show{
		display:block !important;
	}
	
	.wpneo-menu-tab:hover {
    color: #fff;
	}
	
	
	*/
	
	.tab-picture .thumb{
		width:32%;
	}
}

@media screen and (max-width: 420px){
	.project-modal .pull-right, .project-modal-buy-waqf .pull-right{
		float: none !important;
	}
	
	.project-modal #submitButtonId, .project-modal-buy-waqf #submitButtonId{
		margin-top:10px !important;
	}
	
	.project-modal-content, .project-modal-content-buy-waqf{
		width:70% !important;
	}
	
	.waqf_btn{
		width:75% !important;
	}
	
	.wpneo-tabs-menu li{
		display:none;
	}
	
	.wpneo-menu-tab{
		display:block;
		margin-top:5px;
	}
	
	.wpneo-tab-hide{
		display:none !important;
	}
	
	.wpneo-tab-content-show{
		display:block !important;
	}
	
	.wpneo-menu-tab:hover {
    color: #fff;
	}
	
	
	.tab-picture .thumb{
		width:50%;
	}
	
}

.wpneo-tabs-menu li.picture-tab a{
	text-transform:none !important;
}

.page-template-default li{
	font-size:13px;
}

.category-news .blog-content p, .category-news .entry-content p{
	text-align:justify;
}

ul.terms{
	
}

ul.terms li{
	padding-left:50px;
	position:relative;
	margin-bottom:30px;
}

ul.terms li > .Defaults-play{
	position:absolute;
	left:0;
	top:5px;
	font-size:12px;
	padding:8px 12px;
	background-color:#4f5698;
	color:#ffffff;
	border-radius:25%;
}