/* Style for Donate Module */

.donate_main-wrapper {
    max-width: 530px;
    padding: 50px;

    border: 1px solid #ccc;
    background: #fff;
}

.donate_form-heading {
    line-height: 0.8em;

    margin-bottom: 25px;
    font-size: 2em;
    font-weight: 700;
    color: #73a8b2;
    text-align: left;
}


.donate_single-monthly {
    border: 1px solid #56587e;
    border-radius: 5px;
}

.donate_message {
    font-size: 1.2em;
    color: #444444;
}

.donate_single-monthly a.active,
.donate_amount a.active {
    background: #325d64;
    color: #fff;
}

.donate_mb-16 {
    margin-bottom: 15px;
}

.donate_mt-16 {
    margin-top: 16px;
}

.donate_single-monthly a, .donate_amount a {
    font-size: 20px;
    padding: 17px 20px;
    line-height: normal;
    font-weight: 700;
}

    .donate_single-monthly a:hover, .donate_amount a:hover, .donate_red-btn a:hover {
        text-decoration: none;
    }

.donate_amount a {
    border-radius: 5px;
    border: 1px solid #56587e;
}


.donate_single-monthly a, .donate_amount a {
    text-align: center;
    color: #325d64;
}

.donate_red-btn a, .donate_other-amount input {
    font-family: 'Roboto', serif;
  
}


.donate_red-btn a {
    background: #ef6028;
    color: #fff;
    padding: 17px 20px;
    line-height: 1.6em;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
	font-family: 'Roboto', serif !important;
}

    .donate_red-btn a:hover {
        background: #ef6028;
        font-weight: 700;
        color:#fff
    }
.stripe-button-el {
    background-image: none !important;
    display: block;
    width: 100%;
    height: 66px;
    background-color: #ef6028;
    font-family: 'Roboto';
}

.stripe-button-el span {
    box-shadow:none !important;
    font-size:20px !important;
    font-family: 'Roboto' !important;
    background-color:#ef6028;

}
    /* Start -- CSS Added for new changes*/
.donate_label-checkbox {
    font-size: 12px !important;    
}

.donate_list-items {    
    margin-left: 2px;
    border-radius: 5px;
    list-style-type: none;
    text-align: left;
    margin-bottom: 2px;    
}

.donate_list-items li {
    padding-bottom: 10px;
}

.donate-item-display-none {
    display:none;
}

.donate_single-monthly {
    border: 1px solid #56587e;
    border-radius: 5px;    
}

.donate_content {
    text-align: left;
    padding-top:10px;    
}

/* End --- CSS Added for new changes*/

.donate_main-wrapper select {
    text-transform: none;
    padding: 5px;    
    margin-bottom: 21px;    
    height: 40px;    
    width:100%;
    font-family:'Roboto' !important;
}
option {
    font-family:'Roboto' !important;
    font-size:18px
}
#CAF {
    /*background: #ED1C24 url(/Portals/0/images/caf.png) no-repeat 20px center;*/
	background: #ef6028 url(/Portals/0/images/direct-debit2.png) no-repeat 20px center;	
}


.stripe-button-el span, .stripe-button-el:not(:disabled):active span, .stripe-button-el.active span {
 background: #ef6028 url('http://mwbi-orguk.directcms.co.uk/Portals/0/images/direct-debit.png') no-repeat 20px center !important;
    color: #fff;
    padding: 17px 20px 17px 60px;
    line-height: 1.6em;
    border-radius: 5px;
    font-size: 20px;
    height: 64px;
    font-family: 'Lora', serif;
}

@media (max-width: 575px) {
    .donate_single-monthly a, .donate_amount a {
        font-size: 16px;
        padding: 10px 20px;
    }

    .donate_message {
        font-size: 1em;
        line-height: normal;
    }

    .donate_other-amount .form-control-lg {
        height: calc(2.275rem + 2px);
        padding: .3rem 1rem;
        font-size: 1rem;
        line-height: 1.3;
    }

    .donate_red-btn a {
        padding: 12px 20px;
        font-size: 18px;
        line-height: 1.8em;
    }
}

@media (max-width: 480px) {
    .donate_red-btn div {
        width: 100%;
        -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
        -ms-flex-positive: inherit;
        flex-grow: inherit;
    }

        .donate_red-btn div.paypal {
            padding-right: 0px !important;
            margin-bottom: 10px;
        }

        .donate_red-btn div.direct-debit {
            padding-left: 0px !important;
        }
}





 /*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: DodgerBlue;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
} 

    /* Style for Donate Module -- End */
