/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1.
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
html,body{
	overflow-x:hidden;
}
@font-face {
  font-family: 'Oakes-Grotesk-Regular';
  src: url("assets/fonts/Oakes-Grotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Oakes Grotesk';
  src: url("assets/fonts/Oakes-Grotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Oakes Grotesk';
  src: url("assets/fonts/Oakes-Grotesk-Semi-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Oakes Grotesk';
  src: url("assets/fonts/Oakes-Grotesk-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

body{
	    font-family: "Oakes Grotesk", Sans-serif;
}
.elementor-widget-text-editor ul ,.infobox-content ul{
	padding-left:18px;
}

.elementor-widget-text-editor ul li ,.infobox-content ul li{
	margin-bottom:8px;
}

.elementor-popup-modal .income-stats{
	display:none;
}

.eael-infobox-content-align-left .infobox-icon .infobox-icon-wrap{
	justify-content: flex-start;
}
.block-col{
	display:initial;
}
.donor-item{
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	font-size: 13px;
	color:#000000;
	line-height: 1.4;
	margin-bottom: 20px;
}
.donor-item .donor-img{
	margin-right: 20px;
}
.donor-item .donor-img img{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	object-fit: cover;
}
.donor-item .donor-detail h4{
	margin: 0 0 2px;
	font-size: 18px;
	font-weight: 700;
	color: #000000;
}

.donor-wrap ,.donor-wrap *{
	box-sizing: border-box;
}
.donor-grid{
	margin: 0 -10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.donor-grid .donor-item{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}

[data-letters]:before {
  content:attr(data-letters);
  display:inline-block;
  font-size:20px;
  font-weight:400;
  width:70px;
  height:70px;
  line-height:76px;
  text-align:center;
  border-radius:50%;
  background:#0069AA;
  vertical-align:middle;
  color:#ffffff;
  text-transform:uppercase;
  letter-spacing: 3px;
}

@media(max-width: 1024px){
	.donor-grid .donor-item{
		-ms-flex: 0 0 33.3%;
		flex: 0 0 33.3%;
		max-width: 33.3%;
	}
}

@media(max-width: 767px){
	.donor-grid .donor-item{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.donor-item .donor-img {
		margin-right: 15px;
	}
	.donor-item .donor-detail h4{
		font-size:16px;
	}
	[data-letters]:before {
		font-size: 16px;
		width: 60px;
		height: 60px;
		line-height: 65px;
	}
	.donor-item .donor-img img{
		width: 60px;
		height: 60px;
	}
}

@media(max-width: 400px){
	.donor-grid .donor-item{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.donor-grid .donor-item{
	display:none;
}
.donor-grid .donor-item.show{
	display:flex !important;
}

.donors-list *{
	box-sizing: border-box;
}
.donors-list{
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 520px;
    width: 100%;
	font-size:16px;
	color:#000000;
}

.donors-list a{
	color:inherit;
}

.donors-list li{
	width:100%;
	clear:both;
}

.donors-list li:first-child{
	color: #af0001;
	margin-bottom: 18px !important;
}

.donors-list li{
	margin-bottom: 8px;
	list-style: none;
	margin-left:0;
}

.donors-list li .donor-name,.donors-list li .donation-time{
	display: inline-block;
	vertical-align: top;
}

.donors-list li .donor-name{
	text-transform: capitalize;
	font-weight: 700;
	width: 65%;
	padding-right: 12px;
	float: left;
	font-size: 16px;

}

.donors-list li .donation-time{
    font-weight: 600;
    width: 35%;
    text-align: right;
    font-size: 16px;
}

/* post slider css */
.owl-stage {
  display: -webkit-box;
  display: flex;
}
.owl-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
}
.owl-item .item{
	width:100%;
}
.post-slider .owl-stage,.owl-carousel .owl-stage{
	padding-left:0 !important;
}

.post-update{
	border: 3px solid #af0001;
	border-radius: 20px;
	padding: 35px 50px;
	width:100%;
	height:100%;
}

.post-update h3{
	margin: 0 0 20px;
	color: #000000;
	font-size: 24px;
	font-weight:700;
	font-family: "Oakes Grotesk", Sans-serif;
}

.border-btn{
	border:3px solid #11194e;
	border-radius: 12px;
	text-align: center;
	color:#11194e !important;
	font-weight:500;
	text-transform: capitalize;
	display: inline-block;
	text-decoration: none;
	padding: 7px 15px 5px;
	min-width: 160px;
	font-size: 18px;
	margin-top:10px;
}

.owl-carousel.post-slider .owl-nav .owl-prev,
.owl-carousel.post-slider .owl-nav .owl-next{
    transform:none;
    top: 110%;
    font-size: 30px;
    line-height: 0;
    
}
.owl-carousel.post-slider .owl-nav .owl-prev{
	left:0;
}

.owl-carousel.post-slider .owl-nav .owl-next{
	right:0;
}

@media(max-width:767px){
	.owl-carousel.post-slider .owl-nav .owl-prev,
	.owl-carousel.post-slider .owl-nav .owl-next{
	  top:102%;
	}
}
@media(max-width:991px){
	.post-update{
		padding: 25px 20px;
	}
	.post-update h3 {
		margin: 0 0 15px;
	    font-size: 26px;
	}
}

/*flex row css*/
.flex-row ,.flex-row *{
	box-sizing: border-box;
}
.flex-row{
	margin: 0 -10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-col{
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	position: relative;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}

@media(max-width: 1024px){
	.flex-col{
		-ms-flex: 0 0 33.3%;
		flex: 0 0 33.3%;
		max-width: 33.3%;
	}
}

@media(max-width: 767px){
	.flex-col{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media(max-width: 375px){
	.flex-col{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/*campaign-box css*/
.campaign-box{
	background: #E8E8E8;
	border-radius: 15px;
	overflow: hidden;
	padding: 2px;
	margin-bottom: 25px;
	height:100%;
}
.campaign-box .campaign-img{
	height: 277px;
	overflow: hidden;
	border-radius: 15px;
	position: relative;
}
.campaign-box .campaign-img img{
	border-radius: 15px;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	width: 100%;
	height:100%;
}

.campaign-box .campaign-detail{
	padding: 15px;
}

.campaign-box .campaign-detail h3{
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #024959;
	margin-bottom: 6px;
}
.campaign-box .campaign-detail .campaign-place{
	color: #024959;
}
.campaign-box .campaign-detail .campaign-place span{
	margin-right: 6px;
}
.campaign-box .oj-totals-wrap{
	margin-top: 15px;
	font-size: 15px;
}
.campaign-box .progress-bar-wrap{
	height: 10px;
	margin-top: 0;
	margin-bottom: 12px;
	background:#ffffff;
}
.campaign-box .oj-totals-wrap .income {
	font-size: 35px;
}
/* single camp detail */
.elementor-widget-post-info{
   margin-bottom:4px !important;	
}
.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{
	padding-left:0;
	
}
.single-camp-detail{
	font-size:14px;
    margin-top: 8px;
    height: 188px;
    overflow-y: auto;
    padding-right: 10px;
}
.single-donor-form .elementor-widget-image, .single-donor-form .elementor-widget-image>div {
    height: 100%;
    max-height: 350px;
    overflow: hidden;
}
.single-donor-form img{
	    height: 100%;
    object-fit: contain;
	padding:2px;
}

/* ====== donation-ifo box ========== */
.donation-info-wrapper {
	margin-bottom:0px;
}
.donation-info-wrapper .counter{
	font-size:45px;
	font-weight:700;
	color:#11194E;
	    font-family: "Oakes Grotesk", Sans-serif;
}

.donation-info-wrapper h3{
	font-size:26px;
	font-weight:700;
	color:#11194E;
	margin:0px;
	    font-family: "Oakes Grotesk", Sans-serif;
}

@media(max-width:1025px){
	.donation-info-wrapper .counter {
		font-size: 35px;
	}
	.donation-info-wrapper h3 {
      font-size: 22px;
	} 
}

.left-align-counter .elementor-counter-title{
	text-align:left 
}
.left-align-counter .elementor-counter .elementor-counter-number-prefix, 
.left-align-counter .elementor-counter .elementor-counter-number-suffix {
    -webkit-box-flex: 0;
    -ms-flex-positive: 1;
    flex-grow: 0;
    white-space: nowrap;
}
.tippy-popper{
	margin-top:-38px;
}
.bdt-modal{
	background: rgba(255,255,255,.85);
}
.bdt-modal-dialog{
	border-radius: 20px;
    overflow: hidden;
	padding: 20px;
	    box-shadow: 1px 1px 40px rgba(0,0,0,.3);
	width:450px;
}
.bdt-modal-dialog .donor-item{
	max-width:280px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.bdt-modal-dialog button.bdt-close {
    border: none;
	}

.map .oj-totals-wrap .income{
	font-size:40px;
}

.map .oj-totals-wrap {
    font-size: 25px;
	margin-top:0;
	    font-family: "Oakes Grotesk", Sans-serif;
}

/* slider popup */
.popup-overlay{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.85);
	z-index: 999999;
	padding: 7vh 15px;
}
.popup-inner{
	border-radius: 20px;
	overflow: hidden;
	padding: 25px 50px;
	box-shadow: 1px 1px 40px rgb(0 0 0 / 30%);
	width: 450px;
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: calc(100% - 0.01px) !important;
	background: #fff;
	opacity: 0;
	transform: translateY(-100px);
	transition: .3s linear;
	transition-property: opacity,transform;
	margin-top: auto !important;
	margin-bottom: auto !important;
	max-height: 85vh;
	overflow-y: auto;
}

.popup-inner .popup-title{
	margin: 10px 0 20px;
	font-size: 26px;
	color: #034a59;
}
.popup-inner span.popup-close{
	cursor: pointer;
	font-size: 40px;
	position: absolute;
	right: 20px;
	top: 8px;
}
.popup-open .popup-inner {
	opacity: 1;
	transform: translateY(0);
}
.overflow-hide{
	overflow:hidden !important;
}

@media(max-width:480px){
	.oj-totals-wrap .income{
		font-size:35px !important;
	}
	.oj-totals-wrap {
    	font-size: 16px !important;
	}
}

/* span.elementor-button-text {
    font-family: 'Bebas Neue';
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 100;
} */
.give-btn {
       font-family: "Oakes Grotesk", Sans-serif;
}
.subc .progress-bar-wrap {
    display: none;
}
.subc div {
    color: #5f9f91;
        font-family: "Oakes Grotesk", Sans-serif;
    font-size: 27px;
    font-weight: 200;
}
.subc .goal-text {
    color: #F7B85B;
        font-family: "Oakes Grotesk", Sans-serif;
    font-size: 30px;
}

.fund-custom-amount{
	display:none;
}

.list-checkbox-wrap .nf-field-element li label, .list-image-wrap .nf-field-element li label, .list-radio-wrap .nf-field-element li label{
	margin-left:0 !important;
}



input#nf-field-9 {
    background-color: #F7B85B;
    color: #034A59;
    border: 0px solid;
}

.subtext {
    font-size: 12px;
    color: #504d4d;
    line-height: 15px !important;
    padding-bottom: 10px;
}
.nf-field-description {
    line-height: 15px !important;
    padding-bottom: 10px;
}
#nf-form-title-2 h3 {
        font-family: "Oakes Grotesk", Sans-serif;
    font-size: 35px;
}
.nf-field-label label {
        font-family: "Oakes Grotesk", Sans-serif;
    font-size: 23px;
    font-weight: 100 !important;
}
.ojmeta {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}
.ripple-title{
	color: #275e78;
        font-family: "Oakes Grotesk", Sans-serif;
    font-weight: 200;    
}

.mb40{
	margin-bottom: 40px;
}
/* .elementor-counter-number-suffix{
	margin-left: 10px;
	color: #054B59;
    font-size: 30px;    
    position: relative;
    top:8px;
	font-weight: 400;
} */

.donor-detail h6{
	font-size: 14px;
	color: #11194E;
	opacity:0.7;
	margin-top:5px;
}

.right-align-counter .elementor-counter-number-wrapper{
	float: right;
	position: relative;
    bottom: 4px;
}

.right-align-counter .elementor-counter-number-suffix{
	display: none;
}
.donor-detail h6 {
    margin-bottom: 5px;
}
.donor-detail .donor-amount {
    font-weight: 800;
}

.oj-totals-wrap.total-top{
	color:#0069AA !important;
	margin-top:0;
}
.total-top .progress-bar-wrap{
	background:#0069AA !important;
}
.total-top .progress-bar-wrap .progress-bar-inc {
    background:#0069AA !important;
}
.total-top .progress-bar-val{
	border: 3px solid;
}
.total-top .progress-bar-wrap {
    margin-top: 2px;
    height: 15px; 
}
.oj-totals-wrap.total-top .income{
	color:#0069AA !important;
	font-size: 18px;
	font-weight:700 !important;
}
.total-top .goal-text {
    font-size: 14px;
}
.progress-top{
	display:flex;
	flex-direction:row;
	align-items: baseline;
}
.progress-top-left{
	width:70%;
	font-size:16px;
}
.progress-top-right{
	width:30%;
	font-size:14px; 
	color:#E6A513;
	text-align: right;
}

@media(max-width:1024px){
	.oj-totals-wrap.total-top .income{
		font-size:16px !important;
	}
	.total-top .goal-text {
		font-size: 11px !important;
	}
	.progress-top-left {
		width: 65%;
		font-size: 11px !important;
	}
	.progress-top-right {
		width: 35%;
		font-size: 11px !important;
	}
}

#sticky-section:not(.sticky-nav){
	display:none;
}
#sticky-section{
	    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.7);
}

/* Styles by Amritanshu starts here */

.woocommerce-checkout #payment div.payment_box{
	background:none !important;
}

.payment_method_custom_stripe input{
	background: none !important;
}
ul.wc_payment_methods{
	padding-inline-start:0 !important;
}
.woocommerce-checkout #payment div.payment_box::before{
	content:none;
}

.ywcmas_manage_addresses_cb_container{
	display: none;
}
/* 
.ywcmas_multiple_addresses_manager{
	display: none;
} */
span.bold{
	font-weight:bold;
}
/* Styles by Amritanshu ends here */

.exclude-shipping .ywcmas_multiple_addresses_manager{
	display:none !important;
}