/*
Theme Name: grassroots Child
Theme URI: http://knox.pro
description: grassroots Child Theme
Author: Benjamin Knox
Author URI: https://knox.pro
Template: grassroots
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: grassroots-child
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap');

@font-face {
    font-family: "Montserrat-regular";
    src: url(fonts/Montserrat-regular.ttf);
}

@font-face {
    font-family: "BebasNeue-regular";
    src: url(fonts/BebasNeue-Regular.ttf);
}
body p {
    font-family: "Heebo", sans-serif;
    font-optical-sizing: auto;
    font-size: 18px;
}

body h1, h2, h3 {
    font-family: "Heebo", sans-serif;
    font-optical-sizing: auto;
}
/* This is a generic clear out the floats */
.clear {
    clear: both;
}

/* tablets/desktops and up ———– */
@media (min-width: 992px) and (max-width: 1024px) { 
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12{float: left !Important;}

  }
  /*screen-lg corresponds with col-lg*/
  @media (min-width: 1024px) {  
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12{float:left !Important;} 
  }

/* These are styles for the home widgets, used to integrate the ACF forms */
.home-widgets {
    position: relative;
}
.home-widgets .widget-wrap {
    position: relative;
    z-index: 1;
}
.home-widgets.about-us {
    background-size: cover;
    background-position: center;
}


/* This creates a faded background so white's don't get over powered*/
.black-overlay {
    background: #000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

/* A change of the font color for the shadow header, it adjusts the
   fonts and the shadows so text is visble after scrolling,
      needed because the header is sticky*/
.shadow-header {
    color: #FFF;
}
.shadow-header,
#header:not(.scroll) .menu-main-container li a {
    /*text-shadow: 1px 1px 3px black;*/
}
/* On mobile it doesn't seem to stick, this code sticks it to the top */
#header.scroll {
    position: fixed;
    top: 0;
}
#header.scroll .menu-main-container li a {
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);
}

.hero-title-holder {
	display: flex;
	align-items: baseline;
    border-bottom: 6px solid #EF4531;

    @media only screen and (max-width: 768px) {
        flex-direction: column;
        margin-top: 100px;
    }
}
.hero-title-div{
    @media only screen and (max-width: 768px) {
            width: 15rem;  
    }
}

.hero-title-other-pages{
    margin: 0px 157px; 

    @media only screen and (max-width: 768px) {
        margin: 0px 0px; 
    }
}

.hero-title  {
	font-family:  "Heebo" ;
    font-size: 60px;
    font-weight: 700;
	text-transform: capitalize;
    display: inline-block;
	margin-bottom: 15px;
	text-align: left;
	letter-spacing: -0.3px;
    line-height: 52px;
	color: #FFFFFF;
	opacity: 1;

    @media only screen and (max-width: 768px) {
        font-size: 32px;
        line-height: 32px;
    }

}
#hero-section .hero-caption {
    max-width: 844px;
    p {
       text-align: left;
       font: normal normal normal 26px/34px Heebo;
       letter-spacing: -0.13px;
       line-height: 34px;
       color: #FFFFFF;
       opacity: 1;
       padding-bottom: 5px;
       @media only screen and (max-width: 768px) {
           font-size: 20px;
           padding-left: 0px;
       }
   }
}

/* About us page style */
#post-20{
    h1{
        font: normal normal medium 32px/30px Heebo;
        letter-spacing: -0.16px;
        color: #524FA1;
    }

    hr {
        border-top: 1px solid #EF4531 !important;
        margin: 50px 0px;
    }
}

#post-611{
    h1{
        font: normal normal medium 32px/30px Heebo;
        letter-spacing: -0.16px;
        color: #524FA1;
        text-transform: capitalize;
    }

    h2{
        text-transform: capitalize;
    }

    hr {
        border-top: 1px solid #EF4531 !important;
        margin: 50px 0px;
    }
}


/* Suppor the cause banner */

.support-the-cause-banner{
    min-height: 474px;
    

    .widget-title-hero{
        text-align: left;
        font: normal normal bold 28px/30px Heebo;
        letter-spacing: -0.14px;
        color: #524FA1;
        opacity: 1;
    
        a{
            border-bottom: solid 2px #EF4531;
            text-decoration: none;
        }
    }
    .support-cause-text{
        text-align: left;
        font: normal normal normal 18px/23px Heebo !important;
        letter-spacing: -0.09px;
        color: #1D1D1D;
        opacity: 1;
    }
}


/* about us hero banner */
 .about-us-desc-banner{
    text-align: left;
    font: normal normal normal 22px/27px Heebo;
    letter-spacing: -0.11px;
    color: #FFFFFF;
    opacity: 1;

    @media only screen and (max-width: 768px) {
        font-size: 20px;
    }
 }


 .home-widgets .attention-block .attention-button {
	display: table-cell;
	vertical-align: middle;
	width: 30%;
	text-align: center;

    a{
        background: #EF4531 0% 0% no-repeat padding-box;
        border-radius: 8px;
        color: #FFFFFF;
        opacity: 1;
        text-transform: capitalize;
    }
}

/* programs info hero banners */

.home-box-content {
	width: 50%;
	height: 100%;
	padding: 30px;
	background: #B9C0C6 0% 0% no-repeat padding-box;

    @media only screen and (max-width: 520px)
    {
        padding: 18px; 
    }
    
    @media only screen and (max-width: 768px) {
        width: 100%;
    }
 

    .program-info-title{
        text-align: left;
        font-family: "Heebo";
        font-size: 28px;
        font-weight: 500;
        letter-spacing: -0.14px;
        color: #524FA1;
        opacity: 1;
        margin-bottom: 32px;

        @media only screen and (max-width: 520px)
        {
            font-size: 26px;
        }

        .title-underline{
            /* border-bottom: solid 2px #EF4531; */
            text-decoration: underline;
            text-decoration-color: #EF4531;
            text-decoration-thickness: 2px;
            text-underline-offset: 7px;
            line-height: 34px;
        }
    }

    .program-info-desc{
        letter-spacing: -0.09px;
        color: #1D1D1D;
        margin-bottom: 30px;
    }

    .program-info-button{
        border-radius: 8px;
        font-family: "Heebo";
        font-weight: 500;
        text-transform: capitalize;
        margin-top: 25px;

    }
}

.image-holder.left-image {
	float: left;
    border-radius: 22px 0px 0px 22px;

    @media only screen and (max-width: 768px) {
        border-radius: 22px 22px 0px 0px;
    }
}

.image-holder.right-image {
	float: right;
    border-radius: 0px 22px 22px 0px;

    @media only screen and (max-width: 768px) {
        border-radius: 22px 22px 0px 0px;
    }
}

.home-box-content.left-image {
	float: right;
    border-radius: 0px 22px 22px 0px;

    @media only screen and (max-width: 768px) {
        border-radius: 0px 0px 22px 22px;
    }
}

.home-box-content.right-image {
	float: left;
    border-radius: 22px 0px 0px 22px;

    @media only screen and (max-width: 768px) {
        border-radius: 0px 0px 22px 22px;
    }
}




/* Adjusts the hero section height, per joe's request */

#hero-section,
.page-template-default #hero-section.normal-height {
    max-height: 500px;
    margin-top: 84px;
}

/*this is for the hero subtitle 2*/

#hero-section .hero-subtitle-2-text {
    font: normal normal 300 26px/38px Heebo;
    letter-spacing: -0.13px;
    color: #FFFFFF;
    margin-left: 27%;
    @media only screen and (max-width: 1024px) {
        margin-left: 0px;
    }
    @media only screen and (max-width: 520px)
    {
        padding: 10px 0px;
    }

}

.childrenFed-img{
    width: 40px;
    margin-left: 3px;
}

.hero-subtitle-2-section{
        margin-top: 30px;
        text-align: left;
        @media only screen and (max-width: 1024px) {
            text-align: center;
        }
}
	

/* This makes the slick buttons visible on the home page
 This edits the menu top-menu*/
.slick-next:before,
.slick-prev:before {
    color: #000;
}
.slicknav_menu,
.menu-main-container {
    position: absolute;
    top: 59%;
    transform: translateY(-60%);
    right: 0;
}
.slicknav_menu .slicknav_nav {
    position: absolute;
    top: calc(100% - 2px);
    right: 5px;
    min-width: 170px;
}

nav#top-menu ul li:hover ul.sub-menu {
    margin-top: 0px;
    top: 70%;
}

/*Make Donate Button stand out*/
.scroll nav#top-menu ul li.donate-header a,
nav#top-menu ul li.donate-header a
 {
    font-family: "Heebo";
    color: white !important;
    background-color: #5251A2;
    padding: 12px 18px;
    border-radius: 7px;
    text-decoration: none;
}
.scroll nav#top-menu ul li.donate-header a:hover,
nav#top-menu ul li.donate-header a:hover {
    color: white;
    background-color: #EF4531;
    text-decoration: none;
}
.scroll nav#top-menu ul li.donate-header a:visited,
nav#top-menu ul li.donate-header a:visited {
    color: white;
}


/* Small only */
@media only screen and (max-width: 768px) {
	
    #footer-center{
        padding-left: 15px;
        margin-left: 18%;
    }
	
	#footer-left{
		font: none;
		width: 100%;
		text-align: center;
		padding: 0;
		margin-bottom: 20px;
    }
    
	#footer-right {
		font: none;
		width: 100%;
		text-align: center;
        padding-top: 15px;
		margin-bottom: 20px;
		margin-top: 20px !important;
	}

	
	#hero-section .hero-subtitle-2-text{
	    font-size: 14px;
	}
	
}
@media screen and (max-width: 32.500em) {
    .responsive-donate-btn{
        border-radius: 8px !important;
        color: white !important;
        font-size: 15px !important;
        float: right;
        /* margin: 0px 116px 0px 0px; */
        margin: 9px 52px 0px 0px;
        padding: 5px !important;
    }
}
logo-footer{
        float: right;
        margin: 0px 0px 0px 0px;
}

#footer-right {
		margin-top: 20px !important;
	}
/* Medium only */
@media screen and (min-width: 32.501em) and (max-width: 63.9375em) {
    .responsive-donate-btn{
        border-radius: 8px !important; 
        color: white !important;
        font-size: 15px !important;
        float: right;
        margin: 0px 114px 0px 0px;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {
    .responsive-donate-btn{
        display: none !important;
    }
}

/* This creates a flex box spacing */
.flex-wrap {
    display: flex;
    justify-content: space-between;
}
.flex-col {
    flex-grow: 1;
    
}

/* Simple text alignment classes */
.right {
    text-align: right;
}
.center {
    text-align: center;
}

/* Custom styling for the newsletter form */
.footer-newsletter
.acf-fields > .acf-field {
    border: none;
    padding-top: 0;
   
}
.newsletter{
    padding-left: 10%;
}

.footer-newsletter
.acf-input-wrap input {
    height: 40px;
}

/* This outputs the message below the subscription form */
.mc4wp-success p{
    display: inline-block !important;
}

.mc4wp-alert p{
    display: inline-block !important;
}

/* This is css for the gallery at the bottom of each page */
.page-gallery {
    margin: 0 auto;
    margin-top: 50px;
    width: 90%;
}

	/*This is for the logo in the Home page section 3 */
#Home3Logo {
   padding: 20px;
   border-radius: 46px;
}

.info-box-text{
    text-align: center;
    font: normal normal normal 30px/27px Heebo;
    letter-spacing: -0.15px;
    color: #FFFFFF;
    opacity: 1;

    @media only screen and (max-width: 768px) {
        font-size: 22px;
    }
}

/* Gallery in the home page */
.home-gallery-homePage{
    background: #B9C0C6 0% 0% no-repeat padding-box;
}

/* This styles the css for the donation form */
#donation-form .donate-form-clear,
#donation-form .acf-form-submit,
#donation-form .finishDonation,
#donation-form .af-submit-button {
    display: none;
}

#donation-form .donate-form-clear{

  color: white !important;
}

#donation-form .af-field-recapatcha {
    display: none;
}
#donation-form .af-field-stripe-customer-token {
    display: none;
}

#donation-form .acf-error-message {
    display: none;
}

/*This centers the buttons at the end in the donation form page*/
@media screen and (max-width: 39.9375em) {
    div#donation-form {
        text-align: center;
    }

    div#donation-form a:last-child{
        margin-top: 10px;
    }
}

/* This resizes the other amount text box  on the donation form */
.other-amount-input input {
    max-width: 210px;
}

 /* These are the styles for the stripe credit cards */
#credit-card-form {
    max-width: 600px;
}
#credit-card-form .form-row {
    margin: 20px 0;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #EEE;
    box-shadow: 5px 5px 10px rgba(0,0,0, .1)
}
#credit-card-form .card-element {
    border: 1px solid #CCC;
    padding: 10px;
    margin-bottom: 10px;
    min-height: 40px;
}
#credit-card-form label[for="card-element"] {
    display: block;
    font-weight: bold;
    margin: 0 0 3px;
    padding: 0;
}
#payment-method {
    padding-top: 20px;
}

#finishDonation {
    margin-left: 0px;
}

/* This is code for a loader to indicate the user that something is loading */
@keyframes loader-spin {
    from   {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

.loader {
  margin: 0 auto;
  border-radius: 50%;
  border:  8px #3f3f69 dashed;
  width: 60px;
  height: 60px;
  animation-name: loader-spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}

#donation-form .af-fields > .af-field {
    display: none;
}

/* Cancel Form */

#cancel-name,
#cancel-phone {
    clear: none;
}

.cancel-link, .cancel-link:visited {
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #6c6c6c;
}

/* This is the footer logo */


p#organizedthemes-link img {
    width: 170px;
    background: #ffff;
    padding: 10px 25px;
    border-radius: 22px;
}

.error {
  color: #8b0000;
}

body #header:not(.scroll) {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #dfdfdf;
}

body #header:not(.scroll) a,
body #header:not(.scroll) a:active {
    color: #000;
}

li.menu-item a,
body #header:not(.scroll) a,
body #header:not(.scroll) a:active     {
  color: #000;
}

.slicknav_nav li.menu-item a,
.slicknav_nav body #header:not(.scroll) a,
.slicknav_nav body #header:not(.scroll) a:active     {
  color: #E4E4E4!important;
}

.donate-button {
    color: white !important;
    cursor: pointer;
    background-color: #3f3f69;
    font-weight: bold;
    font-size: 11px;
    line-height: normal;
    font-family: system-ui;
    padding: 12px 18px;
    display: inline-block;
}

/*Button Style*/
button, .btn {
    /*margin: 0px;
    background-color: #3f3f69;
    /* font-size: 10px; *
    color: #ffffff;
    cursor: pointer; */
    font-weight: bold;
    /* padding: 12px 18px;
    border: none;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap; */
    text-transform: capitalize;
    -webkit-appearance: none;
    -webkit-background-clip: padding-box;
    border-radius: 8px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    /*font-family: Lucida, Verdana, sans-serif; */
}

.footer-form button.btn {
    background-color: #524FA1;
    width: unset;
    cursor: pointer;
	font-weight: bold;
	padding: 12px 18px;
	border: none;
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
	text-transform: uppercase;
	-webkit-appearance: none;
	-webkit-background-clip: padding-box;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.btn:hover {
    background-color: #484887;
    color:#ffff
}

a.btn, a.btn:visited {
    color: #ffffff;
}

.btn3 { color: white !important;  }
.btn3:hover { background-color: #484887; }

.uppercase{ text-transform: uppercase; }
.text-center { text-align: center; }

/* -----------------------------Israel template-------------------*/



.i__generalbox {
    padding-right: 5rem;
    padding-left: 5rem;
    font: normal normal normal 18px / 23px Heebo;
    color: #1D1D1D;
}

.i_head_title{
    text-align: center;
    margin-bottom: 2px;
}
.i_subtitle{
    text-align: center;
    margin-bottom: 50px;
}
.img-gilad-memory{
    text-align: right;
    padding-top: 10px;
    padding-right: 0px;
}
.img-soccer-foundation{
    text-align: left;
    padding-top: 10px;
}

.background-project{
    background-color: #f8f8f8;
    padding-top: 40px;
    padding-bottom: 40px;
    
}

.i_DonateBtn-Box{
    text-align: center;
    margin-bottom: 50px;
}

.i__project-imgs{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.i__importance-imgs{
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    padding: 0px 60px;
    
}

.project-description{
    margin-top: 20px;
}   

.project-video-description{
    margin-top: 10px;
    /* text-align: center; */
}


.general_box_add{
    padding: 0px 64px;
}

.soccer-fundation-title{
    margin-top: 0px;
    margin-bottom: 20px;
}

.i_head_title_importance{
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .importance-img-col{
        width: 30em;
    }
    .soccer-fundation-img-row{
        display: grid;
    }
    .order-last {
        order: 2;
        text-align: center;
    }
    .order-first {
        order: 1;
    }
    .img-gilad-memory{
        text-align: center;
        padding-top: 10px;
        padding-right: 15px;
    }
    .i_head_title{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .i_subtitle{
        font-size: 20px;
        margin-bottom: 20px;
    }

    .i__project-imgs{
        display: block;
        gap: 0px;
    }
    .project-img-1{
        margin-bottom: 30px;
    }
    .i__importance-imgs{
        margin-top: 40px;
        margin-bottom: 40px;
        display: flex;
        justify-content: center;
        padding: 0px 20px;
        
    }
    
}


/* -----------------------------Uganda template-------------------*/
  
.u__generalbox {
    padding-right: 12rem;
    padding-left: 12rem;

}

.u_banner_text{
    font-size: 60px;
    font-family: BebasNeue-regular;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.u_head_title{
    text-align: center;
}
.u_logos{
     position: relative;
    text-align: center;
    color: white;
}

.u_DonateBtn-Box{
    text-align: center;
    margin-top: 35px;
    margin-bottom: 20px;
}

.u_donate-btn{
    font-size: 23px !important;
    width: 200px;
    height: 60px;
    text-align: center;
    padding: 14px !important;
    background-color: #d96d3f !important;
    border-radius: 8px !important;
}

a:hover.u_DonateBtn-Box{
    background-color: #d96d3fd9 !important;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(7, 5vw);
  grid-gap: 1.5rem; 
}

.gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; 
}

.gallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 8;
  grid-row-start: 1;
  grid-row-end: 5;

}

.gallery__item--2 {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 5;
  grid-row-end: 8;

}


.gallery__item--4 {
  grid-column-start: 4;
  grid-column-end: 8;
  grid-row-start: 5;
  grid-row-end: 8;

}

.gallery_2__item--1 {
  grid-column-start: 1;
  grid-column-end: 8;
  grid-row-start: 1;
  grid-row-end: 5;

}

.gallery_2__item--2 {
  grid-column-start: 1;
  grid-column-end: 8;
  grid-row-start: 5;
  grid-row-end: 9;

}

.gallery--2 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(5, 5vw);
  grid-gap: 1.5rem; 
}

.gallery_3__item--1 {
  grid-column-start: 1;
  grid-column-end: 8;
  grid-row-start: 1;
  grid-row-end: 6;

}

.gallery_4__item--1 {
  grid-column-start: 1;
  grid-column-end: 8;
  grid-row-start: 1;
  grid-row-end: 5;

}

.gallery_4__item--2 {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 5;
  grid-row-end: 8;

}


.gallery_4__item--3 {
  grid-column-start: 4;
  grid-column-end: 8;
  grid-row-start: 5;
  grid-row-end: 8;

}

.u_video-row{
        text-align: center;
}

.u_video-box{
    width: 99%;
}

.u_social_media_box{
    text-align: center;
}

.u_social_media_img{
        width: 40px;
}

.u_org_link-box{
    text-align: center;
}



@media (max-width: 768px) {  
    .u__generalbox {
        padding-right: 5rem;
        padding-left: 5rem;
    }
    
    .u__generalbox p{
        font-size: 12px;
        line-height: 19px;
    }

    .u_head_title-font{
        font-size: 22px;
    }
    
    .u_where_title-font{
         font-size: 22px;
    }
    
    .u_who_title-font{
        font-size: 22px;
    }
    
    .u_call_title-font{
        font-size: 22px;
    }
    
    .u_donate-btn{
        font-size: 18px !important;
        width: 164px;
        height: 50px;
    }
    
    .u_video-box{
        height:160px;
    }
    
    .logos_img{
        width:75% !important;
    }
    
    .who_desc_img1{
            width: 130px;

    }
    
    .who_desc_img2{
            width: 135px;

    }
}

@media (max-width: 576px) {  
        .u__generalbox {
        padding-right: 0.1rem;
        padding-left: 0.1rem;
    }
    
    .u_video-box{
        height:160px;
    }
    
    
}





/*cities_templates */
.generalbox{
    padding-right: 5rem;
    padding-left: 5rem;
    font: normal normal normal 18px/23px Heebo;
    color: #1D1D1D;
}
.city-title{ 
    text-align: center;
    margin: 30px 0px;
}

.img-organization-background{
    text-align: end;
    padding-top: 5px;
    padding-right: 0px;
}

/* banner cities_templates */
.banner{
    margin-top: 100px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner-call-to-action {
    text-align: center;
    margin-left: 5%;
    background-color: rgba(255, 255, 255, 0.36);
    height: 14em;

}

.banner-text{
    color: #484887;
    top: 35px;
    position: relative;
}

.banner-logo{
    float: right;
    height: 4em;
    width: 6.5em;
    opacity: 0.66;
    margin-right: 15px;
    top: 13rem;
    background-size: contain;
    background-repeat: no-repeat;
}

.banner-donate-btn{
    width: 137px;
    height: 45px;
    margin-top: 50px;
    border-radius: 8px !important;
}

.banner-donate-btn:hover{
    text-decoration: none !important;

}



/* banner India Children Home*/
#wrap2 {
   
    background-color: #fff;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 82px;
    min-height: 110em;

}
.HorizontalPurple{
    position: absolute;
    top: 95px;
    left: 0px;
    padding: 10px;
    padding-left: 85px;
    padding-right: 40px;
    background-color: #484887; 
    color: #ffffff;
    font-size: 36px;
    font-family: BebasNeue-regular;
    font-weight: bold;
    
}
.lineOrange{
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(#53301bd5, rgba(46, 46, 46, 0.322));
    height: 8.3em;
    width: 100%;
    padding-left: 65px;
    padding-right: 80px;
    padding-top: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 24px;
    font-family: BebasNeue-regular;
    font-weight: bold;
}

.banner-India{
    height: 40em;
    position: relative;
    margin-right: 0px;
}
.witeLine2{
    text-align: center;
    background-color: #fff;
    color: #515151;
    text-align: center;
    font-size: 14px;
    padding:10px;
    padding-bottom: 1px;
    padding-left: 20px;
    padding-right: 20px;
    font-family:  Montserrat-regular;
    font-weight: bold;
    margin-bottom: 2em;
    line-height: 1.1;
}

a[href="#pll_switcher"]::before {
   
    content:  url("/wp-content/themes/grassroots/images/icons/translate-24px.svg");
    position: relative;
    top: 0.25em;
    margin-right: 0.5em;
    
   
}

@media only screen and (max-width: 768px) {
    a[href="#pll_switcher"]::before {
   
        display: none;     
       
    }
}

@media (max-width: 1200px){
    .linePurple{
        display: none;
    }
    .lineOrange{
        padding-left: 32px;
        padding-right: 38px;
    }
    .HorizontalPurple{
        padding-left: 32px;
    }
}

@media (max-width: 991px) { 
    .bannerImg{
        background-image: url(https://www.bridges-program.org/wp-content/uploads/2020/01/theHome.png);
        background-repeat: no-repeat;
        background-size: cover;
        max-width: 1000px;
        min-height: 40em;
    }
    .witeLine{
       display: none;
    }
    .bannermenu{
        background-color: #484887;
        padding: 0px;
        min-height: 40em;
         
     }
     .HorizontalPurple{
        font-size: 160%;
    }

     .lineOrange {
        position: absolute;
        bottom: 0px;
        left: 1px;
        background: linear-gradient(#53301bd5, rgba(46, 46, 46, 0.322));
        height: 24%;
        width: 100%;
        padding-left: 70px;
        padding-right: 80px;
        padding-top: 21px;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 145%;
        font-family: BebasNeue-regular;
        font-weight: bold;
    }

    .witeLine2 p{
        font-size: 11px !important;
 
    }
    
 }
 .bannerImg{
    background-image: url(https://www.bridges-program.org/wp-content/uploads/2020/01/theHome.png);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: none;
    min-height: 40em;
    
}
.SuportButton{
    position: absolute;
  top: 43%;
  left: 39%;
  font-size: 18px;
  color: white !important;
  cursor: pointer;
  background-color: #f2965f;
  font-weight: bold;
  font-family: BebasNeue-regular;
  font-size: 28px;
  text-decoration:none !important;
  text-transform: uppercase;
  padding: 10px;
  padding-bottom: 2px;
 
}
.SuportButton:hover{
    transform: scale(1.1    );
 }
 
 @media only screen and (max-width: 540px) {
    .HorizontalPurple{
        padding-left: 20px;
        padding-right: 20px;
        font-size: 20px;
        top: 32px;
    }
    .lineOrange {
        position: absolute;
        bottom: 0px;
        left: 0px;
        background: linear-gradient(#53301bd5, rgba(46, 46, 46, 0.322));
        height: 31%;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 14px;
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        font-family: BebasNeue-regular;
        font-weight: bold;
    }
    .bannerImg{
        min-height: 28em;
    }
    
    re-captcha div{
        transform: scale(0.85);
        transform-origin: 0 0;
    }
  }


.bannermenu{
    background-color: #484887;
    padding: 0px;
    min-height: 40em;
}

.linePurple{
    width: 30px;
    height: 40em;
    background-color: #484887;
    position: absolute;
    right: 26px;
}


.witeLine{
    position: absolute;
    top: 612px;
    background-color: #fff;
    color: #515151;
    text-align: center;
    font-size: 13px;
    padding:10px;
    padding-top: 15px;
    padding-bottom: 7px;
    padding-left: 30px;
    font-family:  Montserrat-regular;
    font-weight: bold;
    z-index: 1;
    line-height: 1.1
}


.menuIndia{
    text-transform: uppercase;
    align-items: center;
    text-align: center;
    padding:3%;
}
.menuIndia { transition: all .2s ease-in-out; }
.menuIndia:hover { transform: scale(1.2); }
.fontmenu{
    position: relative;
    color: #ffffff !important ; 
    font-size: 38px;
    font-family: BebasNeue-regular;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none !important ;
}
.fontCenter{
    position: relative;
    top: 78px;
}
.rowmenu1{
    min-height: 236px;
    padding: 45px 35px;
    margin-right: 0px;
}
.rowmenu2{
    min-height: 250px;
    padding: 45px 35px;
    margin-right: 0px;
}
.menuImg{
    max-width: 53%;
    max-height: 53%;
}
@media (min-width: 451px) and (max-width: 769px) { 
    .menuImg{
        max-width: 64%;
        max-height: 64%;
    }
 }
 @media (min-width: 451px) and (max-width: 599px) { 
    .rowmenu1{
        min-height: 181px;
        padding: 35px 35px;

    }
    .rowmenu2{
        min-height: 193px;
        padding: 30px 35px;

    }
    .bannermenu{
        min-height: 34em;
    }
 }
 @media (max-width: 450px) { 
    .menuImg{
        max-width:113%;
        max-height:113%;
    }
    .bannermenu{
        min-height: 33em;
    }
 }
 @media (max-width: 415px) { 
    .rowmenu1{
        min-height: 169px;
        padding: 30px 35px;
        padding-bottom: 19px;

    }
    .rowmenu2{
        min-height: 174px;
        padding: 30px 35px;
        padding-top: 15px;

    }
    .SuportButton{
        top: 35%; 
        left: 30%;
        font-size: 20px;
    }
    
 }
@media (min-width: 992px) {
    .witeLine2{
        display: none;
     }
     .menuImg{
        max-width: 106%;
    }
    .rowmenu2 {
        min-height: 250px;
        padding: 19px 35px;
    }
    .rowmenu1{
        padding-bottom: 23px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .menuImg {
        max-width: 196px;
    }
    .rowmenu1 {
        min-height: 236px;
        padding: 25px 35px;
        padding-top: 45px;
    }
}
/* rows */
.row-def{
    margin: 0px;
}
/* ***-**-*-*-*-*-*-*-*-*Who runs the Home Section*-*-*-*-*-*-*-*--- */
.WrhImage{
    min-height: 45em;
    background-image: url(https://www.bridges-program.org/wp-content/uploads/2020/01/who-runs-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-width: auto;   
}
.WrH-row{
    margin-top: 120px;
    margin-bottom: 98px;
}
.WrhFont1{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 100px;
    font-family: BebasNeue-regular;
    font-weight: bold;
    line-height: 1.08;
    text-align: center;
}
.WrhFont1 p{
    margin: 0 0 0px;
}
.WrhFont2{
    font-family: Montserrat-regular;
    font-size: 28px;
    color: #ffff;
    text-align: center;
    line-height: 45px;
}
.WrH-col1{
    text-align: center;
    border-right: 21px solid white;
}
.WrH-col2{
    padding: 0px 100px 0px 100px;
}
@media (max-width: 991px) { 
    .WrhFont1 {
        font-size: 80px;
    }
    .WrH-col1 {
        padding-top: 20px;
        padding-bottom: 10px;
        border-right: 17px solid white;
    }
    .WrhFont2 {
        font-size: 24px;
        line-height: 43px;
    }
    .WrH-col2{
        padding: 0px 70px 0px 70px;
    }
}

 @media (max-width: 767px) { 
    .WrhFont1 {
        font-size: 60px;
    }
    .WrH-col1 {
        padding-top: 30px;
        padding-bottom: 20px;
        border-right: 17px solid white;
    }
    .WrhFont2 {
        font-size: 23px;
        line-height: 40px;
    }
    .WrhImage {
        min-height: 41em;
    }
    .WrH-col2{
        padding: 0px 50px 0px 50px;
    }
  }
  /* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 600px) { 
    .WrhFont1 {
        font-size: 24px;
    }
    .WrH-col1 {
        padding-top: 30px;
        padding-bottom: 20px;
        border-right: 8px solid white;
    }
    .WrhFont2 {
        font-size: 16px;
        line-height: 18px;
    }
    .WrhImage {
        min-height: 22em;
    }
    .WrH-col2{
        padding: 0px 10px 0px 10px;
        display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}
    .WrH-row{
        margin-top: 80px;
        margin-bottom: 80px;
    }

 }


/* *********************The mission of the home****************** */
.row-MofH{
    min-height: 45em;
}
.purple-MofH{
    position: relative;
    background-color: #484887;
    min-height: 12em;
}
.wLine-MofH{
    min-height: 10em;
    border-bottom: 5px solid white;
}
.midle-MofH{
    background-color:#484887;
    text-align: center;
    font-family: Montserrat-regular;
    font-size: 18px;
    color: #ffff;
    position: absolute;
    top: 39%;
    width: 100%
    
}
#mission-stat{
    border: 5px solid white;
    padding: 18px;
    background-color:#484887;
    position: relative;
    top: 34px;
    z-index: 2;
}


.font-lpurple-MofH{
    margin-top: 35px;
    font-family: BebasNeue-regular;
    font-weight: bold;
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.atrcFont-MofH{
    font-family: BebasNeue-regular;
    font-weight: bold;
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.box-risk{
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 0px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 0px;
}
.title-risk{
    margin-bottom: 20px;
    font-family: BebasNeue-regular;
    font-weight: bold;
    font-size: 36px;
    text-transform: uppercase;
    color:#000000;
}
.img-risk{
    max-width: 402px;
}
.desc-risk{
    margin-top: 25px;
    font-family: Montserrat-regular;
    font-size: 21px;
    color:#808080;
    line-height: 41px;
}
.KM-row{
    position: relative;
    min-height: 60em;
    background-image: url(https://bridges-program.org/wp-content/uploads/2020/01/about-section-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-width: auto; 
}
.KM-coldesc{
    position: absolute;
    bottom: 8px;
    left: 16px;
    padding-left: 115px;
    padding-right: 115px;
    padding-bottom: 45px;
}
.KM-title{
    font-family: BebasNeue-regular;
    font-weight: bold;
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 7px solid;
    margin-bottom: 35px;
    width: 472px;
}
.KM-description{
    font-family: Montserrat-regular;
    font-size: 21px;
    color: #fff;
    line-height: 41px;
    text-align: justify;
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .box-risk{
        padding-left: 30px;
        padding-right: 30px;
    }
    .img-risk {
        max-width: 295px;
    }
    .midle-MofH{
        top: 40%;
    }
    .KM-row{
        min-height: 48em;
        background-position: 50%;
    }
    .KM-coldesc{
        padding-left: 30px;
        padding-right: 30px;
        
    }
  }
  /* --------- */
@media (max-width: 767px) {
    #mission-stat{
        top: 15px;
    }
    #mission-wl {
        width: 100%;
        border: 3px solid white;
        display: inline-block;
    }
    .font-lpurple-MofH {
        font-size: 24px;
        margin-top: 22px;
    }
    .midle-MofH {
        padding: 15px 0px;
        font-size: 12px;
        color: #ffff;
        position: absolute;
        top: 31%;
        
    }
    .wLine-MofH {
        min-height: 6em;
    }
    .secpurple-row{
        padding-bottom: 58px;
    }
    .atrcFont-MofH{
        font-size: 24px;
    }
    .title-risk{
        font-size: 21px;
    }
    .box-risk{
        padding-left: 20px;
        padding-right: 20px;
    }
    .desc-risk{
        font-size: 14px;
        line-height: 19px;
        color: #808080;
    }
    .img-risk {
        max-width: 196px;
    }
    .KM-coldesc{
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 13px;
    }
    .KM-row{
        min-height: 27em;
        background-position: 50%;
    }
    .KM-title{
        font-size: 18px;
        width: 102px;
        margin-top: 0px;
        margin-bottom: 9px;
        bottom: 29px;
        padding-bottom: 3px;
    }
    .KM-description{
        font-size: 12px;
        line-height: 17px;
    }
    .KM-coldesc{
        left: 0px;
    }
}

/* *******************************The history of the Home****************************   */
.HofH-row{
    padding-right: 100px;
    padding-left: 100px;
    min-height: 65em;
}
.timeline-col{
    margin-top: 15px;
    margin-bottom: 80px;
    padding: 10px 25px;
}
@media (min-width: 2700px){
    .timeline-col{
        padding: 20px 600px;
    }
}@media (min-width: 2300px) and (max-width: 2699px){
    .timeline-col{
        padding: 20px 300px;
    }
}
@media (min-width: 1700px) and (max-width: 2299px){
    .timeline-col{
        padding: 20px 200px;
    }
}
@media (min-width: 1200px) and (max-width: 1699px){
    .timeline-col{
        padding: 20px 0px;
    }
}
.timeline {
    position: relative;
    padding:4px 0 0 0;
    margin-top:22px;
    list-style: none;
}

.timeline>li:nth-child(even) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    right:-100px;
}
.title-timeline{
    font-family: BebasNeue-regular;
    font-weight: bold;
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

.timeline>li:nth-child(odd) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    left:-100px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
    min-height: 170px;
}

.timeline > li .timeline-panel {
  position: relative;
  float: left;
  width: 41%;
  padding: 0 20px 20px 30px;
  text-align: right;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 50%;
    border: 7px solid #484887;
    border-radius: 100%;
    background-color: #484887;
    box-shadow: 0 0 5px #484887;
    margin-left: -100px;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top:22px;
    margin-bottom: 4px;
    padding:0;
    color: #b3b3b3;
}

.timeline .timeline-heading h4.subheading {
  margin:0;
  padding:0;
    text-transform: none;
    margin-bottom: 12px;
    font-family: BebasNeue-regular;
    font-weight: bold;
    font-size: 21px;
    color:#000;
}
.text-muted{
    font-family: Montserrat-regular;;
    font-size: 14px;
    line-height: 19px;
    color: #5a5a5a; 
}
.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
    color:#808080;
}
/*Style for even div.line*/
.timeline>li:nth-child(odd) .line:before {
    content: "";
    position: absolute;
    top: 98px;
    bottom: 0;
    left: 60%;
    width: 4px;
    height:303px;
    background-color: #484887;
    -ms-transform: rotate(-44deg); /* IE 9 */
    -webkit-transform: rotate(-44deg); /* Safari */
    transform: rotate(-44deg);
    box-shadow: 0 0 5px #484887;
}
/*Style for odd div.line*/
.timeline>li:nth-child(even) .line:before  {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 44%;
    width: 4px;
    height:340px;
    background-color: #484887;
    -ms-transform: rotate(44deg); /* IE 9 */
    -webkit-transform: rotate(44deg); /* Safari */
    transform: rotate(44deg);
    box-shadow: 0 0 5px #484887;
}
/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
    .HofH-row {
        padding-right: 90px;
        padding-left: 90px;
    }
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: -28px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    float: left;
    margin-left: 204px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 76%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
}
/* Small Devices, Tablets */
@media (min-width: 768px) and (max-width: 991px) {
    
  .HofH-row{
    padding-left: 10px;
    padding-right: 10px;
  }
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    left: 0;
    margin-left: 0px;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    left: auto;
    right: 0px;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: left;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 70%;
    padding: 0 0 20px 0px;
    text-align: right;
  }
  .timeline > li .line {
    display: none;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 767px) {
    .title-timeline{
        font-size: 26px;
    }
    .HofH-row{
        padding-left: 10px;
        padding-right: 10px;
      }
      .timeline .timeline-heading h4.subheading {
        margin-top: 30px;
      }
    .timeline-col{
        padding-left: 10px;
        padding-right: 10px;
    }
  .timeline > li:nth-child(even) {
    margin-bottom: 0px;
    min-height: 0px;
    right: 0px;
  }
  .timeline > li:nth-child(odd) {
    margin-bottom: 0px;
    min-height: 0px;
    left: 0px;
  }
  .timeline>li .timeline-image {
    position: static;
    width: 150px;
    height: 150px;
    margin-bottom:0px;
  }
  .timeline>li:nth-child(even) .timeline-image {
    float: left;
right: 0;
margin-left: 0;
  }
  .timeline>li:nth-child(odd) .timeline-image {
    float:right;
left: 0px;
margin-left:0;
  }
  .timeline > li:nth-child(even) .timeline-panel {
    width: 100%;
    padding: 0 0 20px 14px;
    margin-bottom: 20px;
  }
  .timeline > li:nth-child(odd) .timeline-panel {
    width: 100%;
    padding: 0 14px 20px 0px;
    margin-bottom: 20px;
  }
  .timeline > li .line {
    display: none;
  }
}


/* -----------------------------The needs-------------------*/
.needs-row{
    min-height: 60em;
    background-image: url(https://bridges-program.org/wp-content/uploads/2020/01/support-backgroung.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-width: auto; 
}
.needs-col1{
    padding-top: 60px;
    padding-bottom: 5px;
    padding-left: 60px;
}
.needs-col2{
    padding-top: 5px;
    padding-left: 60px;
}
.needs-col3{
    text-align: center;
    padding-top: 191px;
}
.needs-col4{
    text-align: center;
}
.needsTitle{
    font-family: BebasNeue-regular;
    font-weight: bold;
    font-size: 60px;
    text-transform: uppercase;
    color:#fff;
    border-bottom: 7px solid;
    margin-bottom: 35px;
    width: 210px;
}
.needsTitle2{
    font-family: BebasNeue-regular;
    font-weight: bold;
    font-size: 60px;
    text-transform: uppercase;
    color:#fff;
    border-bottom: 7px solid;
    margin-bottom: 35px;
    width: 497px;
}
.icon-needs{
    float: left;
    margin-right: 30px;
}
.font-pargraph{
    font-family: Montserrat-regular;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}
    
.f1{
    padding-left: 121px;
}
.f2{
    padding-top: 25px;
}
.f3{
    padding-top: 25px;
}
.rwIcon1{
    margin-bottom: 70px;
}
.rwIcon2{
    margin-bottom: 70px;
}
.buttom-paragraph{
    font-family: Montserrat-regular;
    font-weight: bold;
    font-size: 21px;
    color: #fff;
    margin-bottom: 50px;
}
.getinfo-row{
    margin-bottom: 60px;
}
.DonateButton{
    color:white !important;
    cursor: pointer;
    background-color: #f2965f;
    font-weight: bold;
    font-family: BebasNeue-regular;
    font-size: 35px;
    text-decoration: none !important;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
}
.DonateButton:hover{
    transform: scale(1);
 }
 @media (min-width: 768px) and (max-width: 991px){
    .needs-row{
        min-height: 31em;
        background-position: 64%;
     }
 }
 @media (max-width: 767px){
     .needs-row{
        min-height: 31em;
        background-position: 64%;
     }
     .needs-col1{
        padding-top: 23px;
        padding-left: 20px;
        padding-right: 57px;
     }
     .needs-col2{
        padding-left: 20px;
     }
     .needsTitle{
         font-size: 16px;
          width: 3.5em;
          border-bottom: 3px solid;
          margin-bottom: 12px;
     }
     .needsTitle2{
        font-size: 16px;
         width: 8.3em;
         border-bottom: 3px solid;
         margin-bottom: 12px;
    }
     .font-pargraph{
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 10px; 
       
     }
     .f1{
        padding-left: 34px;
     }
     .f2{
        padding-top: 0px;
        padding-left: 34px;
        padding-right: 35px;
    }
    .f3{
        padding-top: 0px;
        padding-left: 34px;
        padding-right: 35px;
    }
    .f4{
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
    }
    .rwIcon1{
        margin-bottom: 19px;
    }
    .rwIcon2{
        margin-bottom: 0px;
    }
     .DonateButton {
        font-size: 16px;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 12px;
     }
     .icon-needs {
        width: 23px;
        margin-right: 0px;
    }
    .ico2{
        width: 23px;
        margin-right: 0px;
    }
    .buttom-paragraph{
        font-size: 12px;
    }
    .needs-col3{
        padding-top: 137px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .getinfo-row{
        margin-bottom: 26px;
    }
    .buttom-paragraph{
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
    }
   
 }
 @media (min-width: 667px) and (max-width: 767.98px) { 
    .needs-col3 {
        padding-top: 98px;}
  }
  @media (min-width: 500px) and (max-width: 666.98px) { 
    .needs-col3 {
        padding-top: 115px;}
  }

  
  
p a {
    text-decoration: underline;
}

/* FORM */
#stripe-link-form.form-wrapper .half {
    width: 40%;
}

#stripe-link-form.form-wrapper input {
    width: 100%;
}

#stripe-link-form.form-wrapper div {
    margin: 0 0 1em 0;
}

#content.site-content.details-form {
    text-align: center;
}

#content.site-content.details-form .half {
    margin: auto;
}

#content.site-content.details-form .half label{
    float:left;
}

#stripe-form-prompt {
    margin-bottom: 3em;
}

#manage-donation .donate-button {
     font: normal normal bold 14px Heebo; 
    background: #524FA1 0% 0% no-repeat padding-box;
    border: 1px solid #524FA1;
    border-radius: 8px;
    color: #ffffff !important;
}

#manage-donation .donate-button:hover {
   background: #EF4531 0% 0% no-repeat padding-box;
   border: 1px solid #EF4531;
}



.donate-button + .donate-button {
    margin-left: 1.5em;

    @media only screen and (max-width: 520px)
    {
        margin-left: 0px;
        margin-top: 10px;
    }
}

.section + .section {
    border-top:#EF4531 solid 1px;
    margin-bottom: 50px;
    padding-top: 20px;
}

#submit-details-check {
    margin-top: 30px;
    margin-bottom: 40px;
}

/* Donating form */
.thnks-for-donating {
    font-size: 40px;
    text-align: center;
    margin: 26px;
    margin-top: 100px;
}