/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

.row{margin-right: -15px;margin-left: :-15px;}
form#donation_form {
    box-shadow: 1px -1px 15px 3px #ddd;
    padding: 30px;
    border-radius: 20px;
    margin: 0 0 50px 0;
}
form input[type=text],form input[type=email],form input[type=tel],form input[type=number],form input[type=password],form select
 {
    border: 1px solid #ddd;
    margin: 10px 0;
}
form input.error {
    border: 1px solid red;
}
.card-details {
    margin-top: 30px;
}
#champion_form label.error{display:none !important;}
.card {
    border-radius: .50rem;
}
#champion_form p {
    font-size: var(--e-global-typography-text-font-size);
}
#champion_form{margin-bottom: 40px;}
#champion_form fieldset{padding:0;}
.card-input_field {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #ced6e0;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    padding: 5px 15px;
    background: none;
    color: #1a3b5d;
    font-family: "Source Sans Pro", sans-serif;
    margin:0 !important;
}

.card-input_button {
    font-size: 30px;
    padding: 5px 15px;
    box-shadow: 3px 10px 20px 0px rgb(73, 135, 228);
}

.willFlip {
    height: 240px;
    position: relative;
    top: 58px;
    z-index: 9;
    box-shadow: 0 20px 60px 0 rgba(14, 42, 90, 0.55);
    color: white;
    background-color: transparent;
    border: none;
    margin-top:10px;
}

.front{
    background-color: #000521;
    border-radius: 5px;
    box-shadow: 3px 10px 20px 0px rgb(73, 79, 111);
}

.back{
    background-color: #000521;
    border-radius: 5px;
    box-shadow: 3px 10px 20px 0px rgb(73, 79, 111);
}

.back-middle {
    margin-top: .5rem;
}

.content-parent {
    height: 80vh;
}

#cardCcv{
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}

.front input {
    background-color: transparent !important;
    color: white;
    font-size: 18px !important;
    text-align: center !important;
    padding: 0 !important;
    line-height: 20px !important;
    height: 28px;
}

.front input::placeholder{
    color: white;
    font-size: 23px;
}

#expiredMonth{
    text-align: right;
}

#cardNumber{
    font-size: 28px !important;
    text-align: center;
    letter-spacing: 1px;
    border: none;
    padding: 0;
    margin: 0;
}

.willActive{
    border: solid 1px white!important;
}

#cardNumber{
    height: 100%;
}

.content-date-input{
    position: relative;
}

#cardHolderValue{
    text-overflow: ellipsis;
}

.card-bar{
    margin-top: 10%;
    background: #ffffff52;
    height: 40px;
}

.back .card-body{
    padding: 0;
}
.card-body input{margin:0;}
.champion_loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.9);
}
.champion_loader .loader_hold{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -60px;
    margin-left: -125px;
    color: #fff;
    text-align: center;
}
.membership_menu {
    text-align: center;
}
#inner_main_content .membership_menu h3 {
    font-size: 30px;
}
.membership_menu ul {
    margin-top: 30px;margin-bottom:30px;
}
.membership_menu ul li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}
.membership_menu ul li a {
    display: block;
    padding: 10px;
    border: 1px solid #ddd;
    color: #000;
    background: #f7f7f7;
	text-decoration:none;
}
.new_membership h1 {
    color: #000;
    font-size: 28px;
    text-align: center;
    background: #f7f7f7;
    font-weight: 400;
    margin-bottom: 0px;
    padding: 10px 0px;
	border-radius: 10px 10px 0 0;
	border:1px solid #ddd;
	border-bottom:none;
}
#profile_form {
    padding: 20px;
	border:1px solid #ddd;
	border-top:0;
	margin-bottom:30px;
	border-radius:0 0 10px 10px;
}
#profile_form h3 {
    text-align: center;
    padding-bottom: 20px;
    color: #000;
}
#profile_form h3 span{color:#FAE2B3;}
.membership_menu ul li a.active{background:#FAE2B3;}
.new_password_sec {
    width: 100%;
}
.new_password_sec label {
    margin-bottom: 0;
    margin-top: 15px;
}
.mem_packages h2 {
	background:#f7f7f7;
    color: #000;
	font-weight: 400;
    margin-bottom:20px;
    margin-top: 0px;
    padding: 10px 0px;
    font-size: 24px;
	text-align:center;
	border-radius: 10px 10px;
}
.mem_packages h6 {
    background: #f7f7f7;
    border-radius: 10px;
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    padding: 15px 5px;
    margin-top: 5px;
    width: auto;
    margin-left: 30px;
}

.mem_packages a{
	background-color: #FAE2B3;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    border-style: none;
    border-radius: 10px 10px 10px 10px;
	padding: 20px 35px;
	display:inline-block;
	text-decoration:none !important;
}
.mem_packages a:hover{background:#d4bc8c;}
.package_hold {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
#loginform > a {float:right;}
.error_login{text-align:center;}
.already_member{width:100%;text-align:center;font-size:22px;}
.already_member a{font-size:inherit;}