/*
Theme Name:
Theme URI:
Author:
Author URI:
Description:
Version: 2.9
*/
@charset "utf-8";
/* CSS Document */
.aligncenter, .gallery-item a {
    display: block
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px
}

.aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 100%;
    padding: 4px
}

.entry-caption, .gallery-caption, .wp-caption .wp-caption-text {
    font-style: italic;
    font-size: 12px;
    font-size: .857142857rem;
    line-height: 2;
    color: #757575
}

ul:before, ul:after {
    content: '';
    display: table;
}

ul:after {
    clear: both;
}

.full-img img {
    width: 100%;
    height: auto;
}

img.img-crop {
    display: block;
    max-width: none
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.table-div {
    display: table;
    height: 100%;
    width: 100%;
}

.home {
    background: #000;
}

.header {
    padding: 10px 0px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header .logo {
    text-align: center;
}

.header .logo.active img {
    opacity: 0;
}

.header .header-right {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header .header-right li {
    float: left;
}

.header .header-right li + li {
    margin-left: 18px;
}

.header .header-right li:first-child {
    font-size: 12px;
}

.header .header-right li:first-child strong {
    font-weight: 700;
    font-size: 14px;
    display: block;
}

.header .header-right li a.circle {
    background: #262626;
    height: 40px;
    width: 40px;
    display: block;
    position: relative;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.header .header-right li a.circle .dot {
    height: 12px;
    width: 12px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
}

.navigation .container {
    position: relative;
}

.toggleMenu {
    display: none;
    height: 40px;
    width: 40px;
    text-transform: uppercase;
    background: url("/images/menu.svg") no-repeat center;
    background-size: 20px;
    text-indent: -9999px;
    float: right;
}

.toggleMenu.active {
    background: url("/images/close.svg") no-repeat center;
    background-size: 20px;
    color: #fff;
}

.toggleMenu:hover {
    color: #fff;
}

.main-nav {
    background: #f3383d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzMzgzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzk3MDQwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NTAzMDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f3383d 0%, #970404 37%, #950303 100%);
    background: -webkit-linear-gradient(top, #f3383d 0%, #970404 37%, #950303 100%);
    background: linear-gradient(to bottom, #f3383d 0%, #970404 37%, #950303 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3383d', endColorstr='#950303', GradientType=0);
    border: 1px solid #9d272a;
    border-radius: 8px;
}

.menu {
    list-style: none;
    *zoom: 1;
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
}

.menu:before, .menu:after {
    content: "";
    display: table;
}

.menu:after {
    clear: both;
}

.menu ul {
    list-style: none;
    min-width: 250px;
    float: none;
    left: 0;
    top: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
}

.menu a {
    padding: 0 15px;
    color: #fff;
}

.menu li {
    position: relative;
    padding: 0;
}

.menu > li > .parent:after {
    content: '\f107';
    position: absolute;
    font-family: 'FontAwesome';
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 23px;
    font-size: 20px;
}

.menu li a:hover, .menu li:hover > a, .menu li.current-menu-item > a, .menu li.current-menu-parent > a {
    color: #fff;
    text-decoration: none;
    background: #700000;
}

.menu > li {
    display: table-cell;
    font-size: 16px;
    position: relative;
    line-height: 53px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    background: url("/images/divider.jpg") no-repeat right;
}

.menu > li:last-child {
    background: none;
}

.menu > li > a {
    display: block;
    text-transform: uppercase;
    position: relative;
}

.menu li ul {
    position: absolute;
    left: -9999px;
    margin: 0;
    list-style: none;
    padding: 0
}

.menu > li.hover > ul {
    left: 0;
    margin-left: 0;
}

.menu li li.hover ul {
    left: 100%;
    top: 0;
}

.menu li li {
    padding: 0;
    line-height: 22px;
    text-align: left;
    margin: 0;
}

.menu li li a {
    display: block;
    position: relative;
    z-index: 100;
    font-size: 14px;
    padding: 12px 20px;
    background: #950303;
    text-transform: inherit;
    font-weight: 400;
}

.menu li li:last-child {
    border-bottom: none;
}

.menu li li a:hover {
    color: #fff;
    background: #950303;
}

.menu li li li a {
    background-color: #950303;
    z-index: 200;
}

@media screen and (max-width: 991px) {
    .main-nav .active {
        display: block;
    }

    .main-nav {
        text-align: left;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 9999;
        display: block;
        padding: 0;
        width: auto;
        border-radius: 0
    }

    .menu > li {
        float: none;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        text-align: left;
        line-height: 30px;
        background: none;
        font-size: 16px;
    }

    .menu a {
        padding: 8px 25px
    }

    .menu li {
        display: block;
    }

    .menu > li > .parent {
        background-image: none;
    }

    .menu > li > .parent:after {
        content: '\f107';
        font-family: 'FontAwesome';
        position: absolute;
        top: 7px;
        right: 15px;
        left: auto;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }

    .menu li.hover > .parent:after {
        content: '\f106';
        font-family: 'FontAwesome';
        position: absolute;
        top: 7px;
        right: 15px;
        left: auto;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }

    .menu li li .parent:after {
        content: '\f107';
        font-family: 'FontAwesome';
        position: absolute;
        top: 7px;
        right: 15px;
        left: auto;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }

    .menu ul {
        display: block;
        width: auto;
        border-bottom: none;
        min-width: inherit
    }

    .menu > li.hover > ul, .menu li li.hover ul {
        position: static;
        margin-left: 0
    }

    .menu li li a {
        padding: 8px 35px;
        font-size: 15px;
    }

    .menu li li {
        text-align: left;
    }

    .menu li li li a {
        padding: 5px 45px;
    }

    .menu li ul {
        box-shadow: none;
        -webkit-box-shadow: none
    }

    .menu li ul::after {
        display: none;
    }
}

.menu-toggle {
    height: 40px;
    width: 40px;
    background: url("/images/menu.svg") no-repeat center;
    background-size: 30px;
    position: absolute;
    top: 0;
    left: 15px;
}

.menu-close {
    height: 40px;
    width: 40px;
    background: url("/images/close.svg") no-repeat center;
    background-size: 30px;
    position: fixed;
    top: 15px;;
    right: 15px;
    opacity: 0;
    z-index: 1002;
    pointer-events: none;
}

.menu-close.active {
    opacity: 1;
    pointer-events: auto;
}

.sidebar {
    width: 250px;
    left: -250px;
    top: 0;
    bottom: 0;
    overflow: auto;
    overflow-x: hidden;
    z-index: 1001;
    background: rgba(49, 49, 49, 0.99);
    position: fixed;
}

.sidebar.active {
    left: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar-inner {
    padding: 50px 0;
}

.sidebar-inner .sidebar-logo {
    text-align: center;
    margin-bottom: 30px;
}

.sidebar-inner .sidebar-logo img {
    width: 160px;
}

.sidebar-inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-inner li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-inner ul li a {
    color: #fff;
    display: block;
    padding: 12px 20px;
    text-transform: uppercase;
}

.sidebar-inner ul li a i {
    margin-right: 10px;
}

body.noscroll, .main-wrapper {
    overflow: hidden;
}

.body-overlay {
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.body-overlay.active {
    left: 0;
}

.home-banner {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 175px 0 50px;
    position: relative;
}

.home-banner .full-img {
    min-width: initial;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    flex: 0 0 auto;
    display: flex;
    z-index: -1;
}

.home-banner .full-img img {
    flex: 1 1 auto;
    align-self: center;
    justify-self: center;
    object-fit: cover;
    height: 100%;
    min-width: 100%;
    width: auto;
}

.btn-circle {
    position: relative;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    height: 430px;
    width: 430px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 55px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*.btn-circle:hover{background:#ab0505;}*/
.btn-circle .circle-1 {
    background: rgba(255, 255, 255, 0.7);
    height: 80%;
    width: 80%;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: '';
    border-radius: 50%;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-circle .circle-1:hover {
    background: #ab0505;
}

.btn-circle .circle-2 {
    background: rgba(255, 255, 255, 1);
    height: 60%;
    width: 60%;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    content: '';
    border-radius: 50%;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-circle .center {
    height: 220px;
    width: 220px;
    border: 20px solid #ab0505;
    line-height: 179px;
    border-radius: 50%;
    position: absolute;
    color: #ab0505;
    font-size: xxx-large;
    margin: -95px 0 0 -95px;
    z-index: 4;
    text-align: center;
    font-weight: 700;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-circle .center span {
    display: block;
    position: relative;
}

.btn-circle .center sub {
    bottom: 0;
    position: relative;
}

.btn-circle .center:hover,.selecteddiv {
    background: #ab0505;
    color: #fff !important;
}


.btn-circle ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    pointer-events: none;
}

.btn-circle ul li {
    display: block;
    position: absolute;
    pointer-events: auto;
}

.btn-circle ul li:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -70px;
}

.btn-circle ul li:nth-child(2) {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -70px;
}

.btn-circle ul li:nth-child(3) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -70px;
}

.btn-circle ul li:nth-child(4) {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -70px;
}

.btn-circle ul li a {
    color: #fff;
    display: block;
    border: 15px solid #fff;
    border-radius: 50%;
    text-align: center;
    height: 140px;
    width: 140px;
    line-height: 110px;
    font-size: 45px;
    font-weight: 700;
}

.btn-circle ul li a:hover,.selected {
    background-color: #ab0505;
    border-color: #ab0505 !important;
    text-decoration: none;
}

.btn-circle ul li a sub {
    bottom: 0;
    position: relative;
}

.btn-circle ul li:nth-child(4) a {
    background-image: url("/images/more.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
}

.more-btn {
    color: #fff;
    border: 2px solid #fff;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 8px 16px;
}

.more-btn:hover,.more-btn-hover {
    text-decoration: none;
    color: #fff;
    background-color: #ab0505;
    border-color: #ab0505;
}

.quote {
    text-align: center;
}

.quote blockquote {
    font-family: 'Dancing Script', cursive;
    font-size: 28px;
}

.quote cite {
    font-style: normal;
}

#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 0px; /* Footer height */
}


.footer {
    background: #2a2a2a;
    padding: 25px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer-logo {
    float: left;
}

.footer-content {
    float: right;
    padding: 5px 0;
}

.section {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

select, select:focus, select.form-control, select.form-control:focus {
    -webkit-appearance: none;
    background: url("/images/select-arrow.svg") no-repeat right .75rem center;
    background-size: 14px 14px;
    -moz-appearance: none;
    color: #fff;
    border-radius: 0.25rem;;
}

.section .btn {
    min-width: 200px;
}

.radio-option input[type="checkbox"] {
    display: none;
}

.radio-option input[type="checkbox"] + label {
    color: #fff;
    line-height: 24px;
    display: inline-block;
    cursor: pointer;
}

.radio-option input[type="checkbox"] + label span {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: -1px 6px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #fff;
}

.radio-option input[type="checkbox"]:checked + label span {
    background: url("/images/check.svg") no-repeat center #e21010;
    background-size: 14px;
    border-color: #e21010;
}

.donation-list .list {
    border: 1px solid #908e8f;
    border-radius: 8px;
    margin-bottom: 16px;
}

.donation-list .list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
}

.donation-list .list ul li {
    display: table-cell;
}

.donation-list .list ul li + li {
    border-left: 1px solid #908e8f;
}

.donation-list .list ul span {
    display: block;
    padding: 0 8px;
    text-align: center;
    line-height: 45px;
    vertical-align: middle;
}

.donation-list .list ul span.price {
    color: #f83c42;
    font-size: 28px;
    font-weight: 700;
}

.donation-list .list ul span.price sub {
    bottom: 0;
    position: relative;
}

.contact-wrap {
    margin: 0 auto;
    max-width: 530px;
}

.contact-info a {
    color: #fff;
    align-items: center;
    font-size: 30px;
    display: block;
    text-align: center;
    padding: 20px 0;
}

.contact-info a + a {
    background: url("/images/line.png") no-repeat top center;
}

.contact-info a img {
    margin-right: 20px;
}

.social {
    margin: 200px 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.social li {
    display: inline-block;
    margin: 0 5px;
}

.social li a {
    border: 2px solid #fff;
    display: block;
    height: 36px;
    width: 36px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
}

.social li a:hover {
    color: #fff;
    background: #c81f22;
    border-color: #c81f22;
}

.image {
    position: absolute;
    bottom: -70px;
    left: 0;
    top: 10px;
    z-index: -1;
    width: 50%;
}

option {
    color: black !important;
}

button#paybutton {
    width: 140px;
    height: 100%;
    margin: auto;
    padding: 0.1rem;
    min-height: 40px;
}
input#changeamount {
    margin: 0px 0px 15px;
    display: block;
    width: 100%;
    border: 1px solid black;
}

#pageloader
{
    background: rgba( 255, 255, 255, 0.8 );
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#pageloader img
{
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

.apple-pay-button {
    display: inline-block;
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: plain;
    -apple-pay-button-style: black;
    width: 140px;
    height: 100%;
    min-height: 40px;
    border-radius: 3px;"
lang="en"
}
::placeholder {
    color: #afafaf !important;
}
.success-image{
    display: flex;
    justify-content: center;
    padding: 5px;
}
.donation-list a{
    color: #808fe2 !Important;
}
