/* To Solve the color contract issue on homepage banner*/
@media only screen and (min-width: 1024px) {
/* Standby on banner transparant*/
.home .current-menu-ancestor > .nav-link {
    color: #fff!important;
}
#give-donation-level-button-wrap>li {
	padding-left: 0;
}
#give-donation-level-button-wrap {
	margin-bottom: 10px;
}
.comment-respond .comment-row {
    margin-bottom: 24px;
}
.home .current-menu-ancestor > .nav-link:hover {
    color: #c82f2f!important;
}
.home .current-menu-item.menu-item::before, .home .current-menu-ancestor > .nav-link, .home .current_page_ancestor > .nav-link, .home .navbar-light .navbar-nav .current_page_parent > .nav-link {
	color:#fff !important;
}
.home .menu-item:hover::before, .menu-item:hover > .nav-link {
    color: #c82f2f!important;
}
.home .navbar-light .navbar-nav .current-menu-ancestor::after, .current-menu-parent::after, .current-menu-item::after {
    background: #fff!important;
}
.home .navbar-light .navbar-nav .current-menu-ancestor:hover::after, .current-menu-parent:hover::after, .current-menu-item:hover::after {
    background: #c82f2f!important;
}
/* Condition on Sticky */
.home #header.sticky.sticky--not-top .navbar-light .current-menu-ancestor > .nav-link{
	color: #c82f2f !important;
}

.home #header.sticky.sticky--not-top .navbar-light .navbar-nav .current-menu-ancestor::after, .current-menu-parent::after, .current-menu-item::after {
    background: #c82f2f!important;
}
}
/* End of Style */


/** Stabilo Effect **/
.stabilo {
	background-image: linear-gradient(120deg, #FFD0D0 0%, #FFD0D0 100%);
    background-repeat: no-repeat;
    background-position: 0 88%;
    transition: background-size 0.25s ease-in;
    border-bottom: unset;
    background-size: 100% 48%;
}
/** Donatics Intro Style **/
.donatics-intro {
	color: #323232;
    font: 400 20px/38px "Merriweather",Arial,sans-serif;
	  margin: 0 0 24px;
	  border-left-width: 4px;
    border-left-style: solid;
		border-left-color: #c82f2f;
    line-height: 2rem;
    quotes: "“" "”" "‘" "’";
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 12px 0px, rgba(0, 0, 0, 0.05) 0px 0px 35px 0px, rgba(0, 0, 0, 0.15) 0px 30px 100px -40px;
    background: rgb(255, 255, 255);

    padding: 2rem 4rem;
}
@media (min-width: 768px) {

}
@media (max-width: 499px) {
	.donatics-intro {
		font: 400 16px/24px "Merriweather",Arial,sans-serif;
		padding: 2rem 2rem;
	}
}

/*Overlay on Blog Post to increase the readibility of title*/
.meta-title { 
	background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 18%, rgba(0,0,0,0.40) 35%, rgba(0,0,0,0.80) 50%) !important;
}
.kc-blog-posts-4 .kc-list-item-4 .kc-post-header .post-title-alt a:hover {
    color: rgba(255,255,255,0.90);
}
/*delete margin bottom FAQ 2*/
.no-margin {
	margin-bottom: 0 !important;
}
/*eof delete margin*/

/* temporarly */
.give-progress-bar {
    height: 12px;
    display: flex;
	  margin-top: 6px;
	  margin-bottom: 24px;
    border: 1px solid #e3e3e3;
	  border-radius: 3px;
}
/* eof temp */

@media only screen and (min-width: 1024px) { 
	main .normalize-kc-padding .kc-wrap-columns > div.kc_column:first-child{
			padding-left:15px!important;
	}
	main .normalize-kc-padding .kc-wrap-columns > div.kc_column:last-child{
			padding-right:15px!important;
	}
	main .kc_row:not(.fw_kc_row) .kc-wrap-columns > div.kc_column:first-child, .faq_padding_left{
    padding-left:0;
/*     border:1px solid blue; */
}
	main .kc_row:not(.fw_kc_row) .kc-wrap-columns > div.kc_column:last-child, .faq_padding_right {
    padding-right:0;
/*     border:1px solid red; */
}
main .kc-wrap-columns > div.kc_col-sm-12 {
    padding-left:15px!important;
    padding-right:15px!important;
/*     border:1px solid green; */
}
}

/*link on dark*/
.link-on-dark a {color: #ffffff;}
.link-on-dark a:hover {color: #C82F2F;}
/* end styling */

/*custom css product list*/
.menu-card, .blog-list-2 .kc-list-item-3 {
	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.08);
	transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
	transition-delay: .1s;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 5px;
}

.menu-card:hover, .blog-list-2 .kc-list-item-3:hover {
	box-shadow: 0 2px 2px 0 rgba(45,45,45,0.05), 0 4px 4px 0 rgba(49,49,49,0.05), 0 8px 8px 0 rgba(32,32,32,0.05), 0 16px 16px 0 rgba(32,32,32,0.05), 0 32px 32px 0 rgba(49,49,49,0.05), 0 64px 64px 0 rgba(35,35,35,0.05);
	transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
	transition-delay: .1s;
	overflow: hidden;
	background-color: #ffffff;
	transform: translate(0, -4px);
}

/*custom css form subscribe*/
.wpcf7-text.uf-input-group {
    border-radius: 100px;
}

.form-on-subscribe2 > span input.wpcf7-form-control.wpcf7-submit {
    width: auto;
}

.form-on-subscribe2 > span input.wpcf7-form-control.wpcf7-text {
    width: 65%!important;
}

.form-on-subscribe2 span, .form-on-subscribe2 span{
    padding: 0 3px;
}

@media (max-width: 1024px) {
.form-on-subscribe2 > span input.wpcf7-form-control.wpcf7-text {
    width: 50%!important;
    }
}

@media (max-width: 479px) {
.form-on-subscribe2 > span input.wpcf7-form-control.wpcf7-submit   {
    width: 100%;
}

.form-on-subscribe2 > span input.wpcf7-form-control.wpcf7-text {
    width: 100%!important;
  }
    input.wpcf7-form-control.wpcf7-text   {
        margin-bottom: 12px
  }
}
/* end Styling */

/* menu button donate */

#header #menu-item-5681 a {
	background-color: #c82f2f;
  border-radius: 50px 50px 50px 50px; 
  margin-top: 12px;
  margin-bottom: 12px;
	padding: 6px 24px;
	color: #ffffff !important;
	font-weight: bold;
	transition: all 250ms ease-in-out;
	margin-left: 12px;
}

#menu-item-5681 a:hover {
	background-color: #b42a2a;
}

#menu-item-5681::after {
	content: none;
}

/*additional styling for Give plugin*/
#give-gateway-radio-list>li>p{
 display:inline;
 word-wrap: break-word;
}
button.give-btn.give-btn-modal {
    background-color: #c82f2f!important;
    border-radius: 50px;
    color: #fff!important;
    padding: 6px 24px;
    border:none;
}

.give-form button {
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    border: none;
    color: #333;
    background: #ececec;
    padding: 12px 24px;
		margin-bottom:12px;
    -moz-border-radius: 75px;
    border-radius: 75px;
    cursor: pointer;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
	font-family: montserrat;
	font-weight: 700;
	letter-spacing:2px;
	font-size: 14px;
	line-height: 21px;
	
}
.give-form button:hover{
    box-shadow: inset 0 0 100px 100px rgba(0,0,0,.1)!important;
	    transition: color .15s ease-out;
}

.give-form .give-total-wrap{
	margin-bottom:24px;
}

.give-form ul {
    padding: 0;
}
.give-form li{
    display: inline;
}
.give-form li:not(first-child) {
    padding: 0 6px;
}

#give-anonymous-donation-wrap>.give-label>br {
    display: none;
}

fieldset#give_checkout_user_info>p {
    margin: 0 2px 12px 0;
}

fieldset#give_checkout_user_info>p#give-last-name-wrap {
    margin-bottom:12px;
}

.give-form legend {
    font-family: montserrat;
    font-weight: 700;
    font-size: 18px;
    color: #333;
}
.give-form br {
	display:none;
}

.give-form input[type=checkbox], .give-form input[type=radio] {
    margin-right: 6px;
    margin-bottom: auto;
}

#give_offline_payment_info>ol {
    font-weight: 700;
    padding: 0;
    display: grid;
}
#give_offline_payment_info>:nth-child(3) {
    font-weight:700;
    font-size:18px;
    line-height:29px;
}
span.give-final-total-amount {
    font-weight: 700;
}

.give-form .selectize-control {
    width: 100%;
}

.give-form .selectize-control.single::after {
    display: none;
}
/*logo on the blog*/
body:not(.home).single .sticky--top .custom-logo-sticky-link, body:not(.home).search .sticky--top .custom-logo-sticky-link{
		visibility: visible;	
		opacity: 1;
}
.single .sticky--top .custom-logo-link img, .search .sticky--top .custom-logo-link img {
    visibility: hidden;
    height: 27px;
}
/*logo on the blog (mobile)*/
@media(max-width:991px){
body:not(.home).single .sticky--top .custom-logo-sticky-link {
    padding: 0;
}}
/* hide x-scroll */
html,body {
overflow-x: hidden;
}
/*burger menu color on the homepage*/
.home #header.sticky--top .navbar-toggler > span.navbar-toggler-icon.icon-bars::before {
    color: #ffffff;
}
/*end additional styling*/