/*

Theme Name: Krowd Child
Description: Child theme for the Krowd themes
Author: gaviathemes
Template: krowd

*/


.custom_testimonials{
	padding-top: 0;
	padding-bottom: 100px;
	position: relative;
}
.testimonial-wrapper {
    background: #F7F7F9;
    padding: 60px 60px 80px 60px;
    border-left: 3px solid #E87700;
    position: relative;
    width: calc(100% - 67px);
    min-height: 417px;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.testimonial-wrapper .imgwrap{
	max-width: 52%;
	width: 100%;
	position: absolute;
	right: -67px;
	bottom: 0;
}
.testimonial-wrapper .imgwrap > img{
	max-width: 100%;
	width: 100% !important;
	max-height: 733px;
    object-fit: contain;
}
#testimonialSlide .owl-stage-outer{
	padding-top: 30%;
}
#testimonialSlide .owl-nav{
	margin: 0;
	position: absolute;
	left: 60px;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	opacity: 1;
	visibility: visible;
}
#testimonialSlide .owl-nav > div{
	position: static !important;
	width: 68px;
	height: 68px;
	background-color: #fff;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	font-size: 0;
	color: #1b1f2e;
	border-radius: 0;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	box-shadow: none;
	border:none;
}
#testimonialSlide .owl-nav > div:hover{
	background-color: #674DF0;
	color: #fff;
}
#testimonialSlide .owl-nav > div:not(:last-child){
	margin-right: 10px;
}
#testimonialSlide .owl-nav .owl-prev:before{
	content: "\f053";
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	display: inline-block;
	font-size: 20px;
}
#testimonialSlide .owl-nav .owl-next:before{
	content: "\f054";
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	display: inline-block;
	font-size: 20px;
}
#testimonialSlide .owl-nav > div span{
	display: none;
}
#testimonialSlide .owl-nav .owl-next{
	background: #674DF0;
	color: #fff;
}
#testimonialSlide.owl-carousel{
	margin: 0;
}
#testimonialSlide.owl-carousel .owl-item {
    padding-left: 0;
    padding-right: 0;
}
.signwrap {
    position: absolute;
    right: 30%;
    top: -70px;
    text-align: right;
}
.signwrap > img{
	width: auto !important;
	max-width: 100%;
	display: block;
	margin-bottom: 5px;
}
.signwrap h2,
.signwrap .signature_h2{
	color: #543FD7;
    font-family: "Bilbo Swash Caps", Sans-serif;
    font-size: 42px;
    line-height: 46px;
    font-weight: 300;
    margin:0;
}
.signwrap h4{
	color: #818A91;
	font-size: 16px;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 0.05rem;
	margin: 0;
}
.testimonial-textwrap .testimonial_inner{
    max-width: 570px;
    width: 100%;
}
.testimonial-textwrap .testimonial_inner h2{
	color: #543FD7;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.2;
}
.testimonial-textwrap .testimonial_inner p{
	color: #818A91;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5;
}
.testimonial-textwrap .testimonial_inner p:last-child{
	margin-bottom: 0;
}

/* end testimonials */


/* start featured uncivil */
.featured_uncivil{
	padding: 100px 0;
}
/* .gsc-heading{
	margin-bottom: 70px;
	line-height: 2.1;
}
.gsc-heading .content-inner{
	max-width: 900px;
	margin: 0 auto;
}
.gsc-heading .sub-title {
    color: #674DF0;
    font-size: 18px;
    padding-left: 15px;
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
} */
/* .gsc-heading .sub-title:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #E87700;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 1;
    display: inline-block;
} */
/* .gsc-heading .title {
    font-size: 56px;
    position: relative;
    margin: 0;
    letter-spacing: -0.8px;
	font-weight: 700;
	line-height: 1.32;
} */
.post-content-box .postbox-inner{
	border: 1px solid #E3E3E3;
	padding: 40px 25px 10px 25px;
	background: #fff;
}
.post-content-box .postbox-inner > *:not(:last-child){
	margin-bottom: 14px;
}
.post-content-box .post_meta{
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.post-content-box .post_meta .post-meta-title{
	padding: 8px 15px;
	display: inline-block;
	text-align: center;
	background: #543FD7;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
}
.post-content-box .post_meta .post-meta-date{
	color: #E3E3E3;
	font-size: 14px;
}
.post-content-box .title{
	margin-top: 0;
	font-size: 24px;
	line-height: 1.3;
	color: #1b1f2e;
	font-weight: bold;
	min-height: 63px;
}
.post-content-box p{
	font-size: 14px;
	color: #818A91;
	line-height: 1.5;
}
.post-content-box .readmore a{
	width: 60px;
	height: 60px;
	background-color: #fff;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	text-decoration: none;
	font-size: 20px;
	margin-top: 20px;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.post-content-box .readmore a:hover{
	background-color: #29F0B4;
}
.post-content-box .readmore a:hover .icon-right-arrow{
	-webkit-animation: beat 1.5s ease 0s infinite;
    animation: beat 1.5s ease 0s infinite;
}

@-webkit-keyframes beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.82);
    transform: scale(0.82);
  }
}

@keyframes beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.82);
    transform: scale(0.82);
  }
}

#featuredxpSlider .owl-nav{
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}
#featuredxpSlider:hover .owl-nav{
	opacity: 1;
	visibility: visible;
}
#featuredxpSlider .owl-nav > div{
	position: static !important;
	width: 46px;
	height: 46px;
	background-color: #fff;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	font-size: 0;
	color: #1b1f2e;
	border-radius: 0;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	pointer-events: all;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
#featuredxpSlider .owl-nav > div:hover{
	background-color: #674DF0;
	color: #fff;
}
#featuredxpSlider .owl-nav .owl-prev{
	margin-left: -70px;
}
#featuredxpSlider .owl-nav .owl-next{
	margin-right: -70px;
}
#featuredxpSlider .owl-nav .owl-prev:before{
	content: "\f053";
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	display: inline-block;
	font-size: 20px;
}
#featuredxpSlider .owl-nav .owl-next:before{
	content: "\f054";
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	display: inline-block;
	font-size: 20px;
}
#featuredxpSlider .owl-nav > div span{
	display: none;
}
#featuredxpSlider.owl-carousel{
	margin: 0;
}
#featuredxpSlider.owl-carousel .owl-item {
    padding-left: 0;
    padding-right: 0;
}

/* end featured uncivil */

/* start explore story */
.explore__stories{
	padding: 100px 0;
}
.explore-storylist{
	margin-top: 0;
	margin-bottom: 100px;
}
.explore-storylist > div{
	margin-bottom: 30px;
}

/* End explore story */


/* start 10/02/2022 */

.init-carousel-owl-theme.owl-carousel .owl-nav > div.owl-prev, 
.init-carousel-owl-theme .flex-control-nav .owl-nav > div.owl-prev {
    left: -50px;
}
.init-carousel-owl-theme.owl-carousel .owl-nav > div.owl-next, 
.init-carousel-owl-theme .flex-control-nav .owl-nav > div.owl-next {
    right: -50px;
}
.wpneo-list-details .campaign-bottom {
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 150px;
}
.wpneo-list-details .campaign-bottom .wpneo-tabs_content{
	max-width: 945px;
	width: 100%;
	margin: 0 auto;
}
.wpneo-list-details .campaign-bottom .wpneo-tabs_content .wpneo-tab-content_data {
    padding-bottom: 100px;
}
.wpneo-list-details .campaign-bottom .wpneo-tabs_content .tab-description img{
	width: 100%;
	display: block;
}
.campaign_update_wrapper ul.wpneo-crowdfunding-update li{
	position: relative;
	list-style-type: none;
}
.campaign_update_wrapper span.round-circle {
    position: absolute;
    top: 0;
    left: -35px;
    margin: 0;
    background: #D1ECF1;
    transition: all 0.3s;
}
.campaign_update_wrapper ul.wpneo-crowdfunding-update .wpneo-crowdfunding-update-title {
    color: #1B1F2E;
    font-size: 18px;
    line-height: 1.5;
    margin: 10px 0;
    font-weight: bold;
}
.wpneo-list-details .campaign-bottom .campaign-info{
	max-width: 945px;
	width: 100%;
	margin: 0 auto 100px auto;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.wpneo-list-details .campaign-bottom .campaign-info .info-item{
	padding: 43px 29px;
	border: 1px solid #E3E3E3;
	text-align: center;
}
.wpneo-list-details .campaign-bottom .campaign-info .info-item > span{
	display: block;
}
.wpneo-list-details .campaign-bottom .campaign-info .info-item .info-value{
	color: #543FD7;
	font-weight: bold;
	font-size: 27px;
	line-height: 38px;
}
.wpneo-list-details .campaign-bottom .campaign-info .info-item .info-label{
	color: #888888;
	font-size: 18px;
}
.wpneo-list-details .campaign-bottom .campaign-info .info-item:not(:last-child){
	margin-right: 10px;
}
.wpneo-list-details .campaign-bottom .wpneo-single-sidebar{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wpneo-list-details .campaign-bottom .wpneo-single-sidebar .wpcf_predefined_pledge_amount {
    margin: 0;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wpneo-list-details .campaign-bottom .wpneo-single-sidebar .wpcf_predefined_pledge_amount li{
	margin-right: 5px;
}
.wpneo-list-details .campaign-bottom .wpneo-single-sidebar .wpcf_predefined_pledge_amount li a {
    padding: 15px 15px;
    border: 1px solid #F7F7F9;
    line-height: 1.5;
}
.wpneo-list-details .campaign-bottom .wpneo-single-sidebar .cart_form .input-text {
    height: 56px;
    border-radius: 0;
    border: 1px solid #F7F7F9;
}
button.wpneo_donate_button{
	background: #543FD7;
	color: #fff;
	padding: 18px 20px;
}
button.wpneo_donate_button:after{
	background: #E87700 !important;
}
.wpneo-list-details .project-related{
	padding: 110px 0 100px 0;
	position: relative;
}
.wpneo-list-details .project-related:after{
	height: 65%;
}
.woocommerce-Reviews-title {
    display: none !important;
}

/* End 10/02/2022 */
@media (max-width: 991.98px) and (max-width: 500px){
	.custom-breadcrumb .breadcrumb-container-inner {
    padding-bottom: 80px !important;
}

}



/* Responsive */

@media (max-width: 1024px){
	#featuredxpSlider .owl-nav{
		opacity: 1;
		visibility: visible;
		display: none;
	}
	#featuredxpSlider .owl-nav .owl-prev {
	    margin-left: 0;
	}
	#featuredxpSlider .owl-nav .owl-next {
	    margin-right: 0;
	}
}

@media (max-width: 991px){
	.testimonial-wrapper{
		padding: 60px 30px 80px 30px;
		min-height: auto;
	}
	.testimonial-textwrap .testimonial_inner{
		max-width: 400px;
	}
	.wpneo-list-details .campaign-bottom .wpneo-tabs_content .wpneo-tab-content_data {
	    padding-bottom: 50px;
	}
	.wpneo-list-details .campaign-bottom{
		padding-top: 50px;
		padding-bottom: 70px;
	}
	.wpneo-list-details .project-related{
		padding: 50px 0;
	}
}

@media (max-width: 767px){
	#testimonialSlide .owl-stage-outer {
	    padding-top: 0;
	}
	.testimonial-textwrap .testimonial_inner{
		max-width: 100%;
		padding-bottom: 30px;
	}
	.testimonial-wrapper{
		width: 100%;
	}
	.testimonial-wrapper .imgwrap{
		position: static;
		max-width: 300px;
		margin: 0 auto;
	}
	.signwrap{
		position: static;
		margin-top: 1rem;
		text-align: center;
	}
	.signwrap > img{
		margin: 0 auto 5px auto;
	}
	.wpneo-list-details .campaign-bottom .campaign-info .info-item{
		width: 100%;
		margin:0 0 10px 0 !important;
	}
	.wpneo-list-details .campaign-bottom .wpneo-single-sidebar{
		flex-direction: column;
		margin-bottom: 0;
	}
	.wpneo-list-details .campaign-bottom .wpneo-single-sidebar .wpcf_predefined_pledge_amount{
		margin-bottom: 10px;
	}
	.footer-main .elementor-heading-title{
	    margin-top: 30px;
}
}

/*** 11.02.2022 */

@media (max-width: 991px) and (min-width: 768px){
	.footer-main .mailchimp-small .newsletter-form .form-left input[type="email"]{
		    width: 100%;
    padding: 10px 10px;
    line-height: 31px;
	}
	.footer-main .mailchimp-small .newsletter-form .form-right{
		    position: relative !important;
    width: 100%;
    height: 52px;
    line-height: 24px;
	}
	.footer-main .mailchimp-small .newsletter-form .form-right .form-action:before{
		    top: 15px;
	}
}
.breadcrumb li{
	position: relative;
}
.breadcrumb li::before{
	content: "";
	position: absolute;
	    top: 7px;
    right: -2px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #838694;
}
.breadcrumb li.active::before{
	display: none;
}
.not_this_time p{
	position: relative;
}
.not_this_time p::after{
	    content: "\f113";
	    font-family: Flaticon;
	font-weight: 600;
    font-style: normal;
	position: absolute;
    top: -5px;
    left: 157px;
	font-size: 20px;
	    color: #838694;
	transform: rotate(180deg);
}
.wpneo-links .wp-crowd-submenu .wpneo-links-lists a{
	margin-right: 0;
}
.home-testimonial,
.testimonial-slider,
.testimonial-btn{
	display: none;
}
#featuredxpSlider.owl-carousel .owl-item{
	text-align: center;
} 
#featuredxpSlider.owl-carousel .owl-item .post_meta{
	    display: inline-block;
}
#featuredxpSlider.owl-carousel .owl-item .readmore a{
	   display: inline-block;
}

#mc4wp-form-1 .mc4wp-response p{
	text-align: center;
    color: #fff;
    padding-top: 12px;
    font-size: 18px;
	font-weight: 700;
}