/*
National Pancreas Foundation Styles
01-05-2022

Colours:
    main (royal blue): #332A86
    alternate (honey yellow): #C4740C
*/


/* Typography */
body {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #272626;
    font-weight: 500;
}

h1,h2,h3 {
    font-weight: 400;
}

h4,h5,h6 {
    font-weight: 600;
}

h1 {
    font-size: 72px;
}

h2{
    font-size: 45px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 12.8px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

small {
    font-size: 12px;
}

/* Elements */
.button, .elementor-button, input[type="submit"] {
    display: inline-block;
    line-height: 1;
    background-color: #332A86;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.button:hover, .elementor-button:hover, input[type="submit"] {
    background-color: #C4740C;
}

/* Form Styles */
.donation-form h3 {
    margin-bottom: 0;
    margin-top: 30px;
}

input,.donation-form .field input,
input,.donation-form .field select,
input,.donation-form .field textarea,
#card-element {
    font-size: 16px;
    max-width: none !important;;
    padding: 10px 4px;
}

.radio label span,
.checkbox label span {
	margin-left: 5px;
}

.donation-form #other-amount {
    width: auto;
}

#CustomTransactionField_61440, #state, #country {
    width: calc(96% - 20px) !important;;
    padding: 4px;
}

.comment {
    padding: 4px 0;
}

.donation-form .section.recurring {
    padding-left: 0;
}

.btn-group .btn-submit-donation {
    margin: 20px 0;
    padding: 12px 24px;
}