.banner-basketbal-image {
    padding-top: 145px;
    background: #000;
}
.banner-basketbal-image img{
    height: auto;
}
.basketball_menu .container-fluid{
    padding-left: 30px;
    padding-right: 30px;
    background: #000;
    padding-bottom: 10px;
}
.menu-wrap{
    top: 145px;
}
.cmb_top_bar{
    background: #EEB52A;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cmb_top_bar p{
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    letter-spacing: 0.02em;
    color: #fff;
    text-align: center;
    font-family: var(--plus-font) !important;
}
.footer-section_hm{
    border-top: 0px solid #1f1f1f;
    padding-bottom: 10px !important;
}
.copyright_section_hm{
    padding-top: 30px;
}
.copyright_section_hm p{
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: capitalize;
}
.banner-basketball{
    height: 640px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    object-position: center;
    flex-direction: column;
    display: flex;
    justify-content: end;
    margin-top: 137px;
    object-fit: cover;
}
.cmb_about, .cmb_award, .register_form{
    background: #000;
}
.encouraging-sponsorship h2, .encouraging-sponsorship .h2, .cmb_about h2, .cmb_award h2, .photos_section h2{
    font-size: 42px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0.01em;
}
.cmb_about p, .cmb_award p{
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.01em;
    color:#fff;
}
.cmb_about p strong, .cmb_award p strong{
    color: #EEB52A;
}
.cmb_about p a, .cmb_award p a{
    color: #EEB52A;
}
.cmb_about p span, .cmb_award p span{
    color: #fff;
    font-weight: 700;
}
.cmb_award p a{
    color: #fff;
}
.cmb_about .img-block{
    margin-bottom: 40px;
}
.cmb_about_wrap image{
    height: 527px;
    object-fit: cover;
}
.cmb_about_wrap{
    position: relative;
    width: 100%;
    display: block;
}
.cmb_about .cmb_about_wrap:hover:after{
    opacity: 0.8;
} 
.cmb_about_wrap:after {
    content: "";
    width: 83px;
    height: 83px;
    background: url(/wp-content/themes/therileyfirm/basketball/images/play.svg) no-repeat;
    background-size: 100%;
    margin: auto;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cmb_award .img-block img{
    height: 625px;
    object-fit: cover;
}
.cmb_award .inner-content{
    padding-left: 20px;
}
.cmb_award .award_row{
    border-top: 1px solid #EEB52A;
}
.photos_section{
    background: linear-gradient(180deg, #EEB52A 0%, #A46315 100%);
}
.photos_section h2{
    color: #0F0F0F;
}
.photos_section .img_wrap{
    padding-left: 7px;
    padding-right: 7px;
}
.photos_section .img_block{
    margin-top: 15px;
}

.loadmore-post{
    display: block;
    margin: 0 auto;
    width: fit-content;
}
.photos_section .img_wrap{
    display: none;
}
.photos_section .img_wrap.active{
    display: inline-block;
}
.photos_section .cbutton{
    background: #000;
    border: 1px solid #000000;
    letter-spacing: 0.1em;
    height: 55px;
}
.photos_section .cbutton:hover{
    background: #fff !important;
    box-shadow: 0 0;
    border: 1px solid #fff !important;
}
.register_form{
    margin: 0;
    margin-top: 0;
    border: 0;
    padding-top: 0;
}
.bg-black .form-control {
    border: none;
    padding: 25px 0;
    border-bottom: 1px solid #1f1f1f;
    background-color: transparent;
    color: #fff
}
.bg-black .form-control:focus {
    outline: none;
    box-shadow: none
}
.bg-black textarea.form-control {
    height: 150px;
    resize: none
}
.bg-black .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 25px
}

.bg-black .form-control::placeholder {
    color: #fff;
    opacity: 1;
    font-size: 16px;
    letter-spacing: 1px
}

.bg-black .form-control::-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px
}

.bg-black .cbutton {
    width: fit-content;
    margin: auto;
    min-width: auto
}
.bg-black input{
    border: none;
    padding: 25px 0 32px 0px;
    border-bottom: 1px solid #5E5E5E;
    background-color: transparent;
    color: #fff;
    font-family: var(--plus-font) !important;
    line-height: 1.4;
    display: block;
    outline: none;
    border-radius: 0;
    font-size: 16px;
    text-transform: initial !important;
    box-shadow: none !important;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-weight: 400;
    letter-spacing: 0.18em;
}
.bg-black textarea{
    border: none;
    padding: 25px 0 32px 0px;
    border-bottom: 1px solid #5E5E5E;
    background-color: transparent;
    color: #fff;
    font-family: var(--plus-font) !important;
    line-height: 1.4;
    display: block;
    outline: none;
    border-radius: 0;
    font-size: 16px;
    text-transform: initial !important;
    box-shadow: none !important;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-weight: 400;
    letter-spacing: 0.18em;
}
.bg-black textarea::placeholder {
    color: #fff !important;
    opacity: 1;
    font-size: 16px;
    letter-spacing: 1px
}
.bg-black textarea::-ms-input-placeholder {
    color: #fff !important;
    font-size: 16px;
    letter-spacing: 1px
}
.bg-black input::placeholder {
    color: #fff !important;
    opacity: 1;
    font-size: 16px;
    letter-spacing: 1px
}
.bg-black input::-ms-input-placeholder {
    color: #fff !important;
    font-size: 16px;
    letter-spacing: 1px
}
body .bg-black .wpcf7-spinner{
    bottom: 0px;
    left: 50%;
    right: auto;
}
.bg-black label{
    text-transform: uppercase !important;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: var(--plus-font) !important;
    line-height: 1.4;
    letter-spacing: 0.18em;
}
.bg-black select{
    width:100%;
    height: 100%;
    background: none;
    border: 0px;
    border-bottom: 1px solid #5E5E5E;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
select:focus-visible{
    OUTLINE: 0;
}
.bg-black .date_wrap input{
    width:100%;
    height: 100%;
    background: none;
    border: 0px;
    border-bottom: 1px solid #5E5E5E;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.12px;
    letter-spacing: 0.18em;
    text-transform: uppercase !important;
    padding: 8px 0px;
    cursor: pointer;
}
input[type="date"] {
    position: relative;
    padding: 10px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
color: transparent;
background: none;
z-index: 1;
}
input[type="date"] {
    position: relative;
    padding: 10px;
}

input[type="date"]{
color: transparent;
background: none;
z-index: 1;
}
input[type="date"]:before {
    /* color: transparent;
    background: none;
    display: block;
    font-family: 'FontAwesome';
    content: '\f073';
    width: 15px;
    height: 20px;
    position: absolute;
    top: 12px;
    right: 6px;
    color: #999; */
    position: absolute;
    content: '';
    background: url("/wp-content/themes/therileyfirm/basketball/images/calender.svg") no-repeat right;
    display: inline-block;
    cursor: pointer;
    width: 22px;
    height: 18px;
    background-position: right;
    right: 0;
}
select option{
    color: #000 !important;
}
.bg-black .cbutton{
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 1px solid #EEB52A;
    padding: 18px 60px;
    line-height: 1;
    text-align: center;
    transition: .3s;
    border-radius: 6px;
    text-transform: uppercase !important;
    background: #EEB52A;
    height: 55px;
    color: #000 !important;
    letter-spacing: 0.1em;
}
.bg-black .cbutton:hover{
    background: #fff;
    border: 1px solid #fff;
}
.bg-black .form-group{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
}
.select_wrap .form-group label{
    margin-top: 22px;
    margin-bottom: 0;
}
.select_wrap select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    background: url("/wp-content/themes/therileyfirm/basketball/images/down_arrow.svg") no-repeat right;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.submission_form h2, .sponsors_section h2 {
    font-size: 25px;
    font-family: var(--plus-font) !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 2;
    color: #141414;
    font-weight: 600;
}
.submission_form .content p{
    font-family: var(--plus-font) !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #535353;
}
.submission_form input{
    border: none;
    padding: 25px 0 32px;
    border-bottom: 1px solid #000;
    background-color: transparent;
    color: #141414;
    font-family: var(--plus-font) !important;
    line-height: 1.4;
    display: block;
    outline: none;
    border-radius: 0;
    font-size: 16px;
    text-transform: initial !important;
    box-shadow: none !important;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-weight: 400;
    letter-spacing: .18em;
    width: 100%;
}
.submission_form input::placeholder {
    color: #141414 !important;
    opacity: 1;
    font-size: 16px;
    letter-spacing: 1px
}
.submission_form input::-ms-input-placeholder {
    color: #141414 !important;
    font-size: 16px;
    letter-spacing: 1px
}
.submission_form .checkbox_label label{
    text-transform: uppercase !important;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #141414;
    font-family: var(--plus-font) !important;
    line-height: 1.4;
    letter-spacing: 0.18em;
}
.checkbox_wrap .wpcf7-form-control-wrap{
    display: flex;
}
.submission_form .btn_wrap{
    width: fit-content;
    margin: 0 auto;
}
.submission_form .cbutton{
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 1px solid #EEB52A;
    padding: 18px 60px;
    line-height: 1;
    text-align: center;
    transition: .3s;
    border-radius: 6px;
    text-transform: uppercase !important;
    background: #EEB52A;
    height: 55px;
    color: #000 !important;
    letter-spacing: 0.1em;
}
.submission_form .cbutton:hover{
    background: #000;
    color: #fff !important;
}
.submission_form .form-group{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
}
.wpcf7-checkbox{
    column-count: 2;
    width: 100%;
}
.wpcf7-list-item{
    width: 100%;
    text-align: left;
    display: flex;
    margin: 0;
}
.wpcf7-form label{
    display: flex;
    flex-direction: row;
}
.wpcf7-list-item input{
    width: 30px;
    height: 30px;
    margin-right: 5px;
}


.wpcf7-checkbox span.wpcf7-list-item, .checkbox span.wpcf7-list-item{
    margin: 0;
}
.wpcf7-checkbox input[type="checkbox"], .checkbox input[type="checkbox"] {
    display: none;
    width: auto;
}
.wpcf7-checkbox .wpcf7-list-item-label {
    position: relative;
    padding-left: 42px;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    letter-spacing: 0.18em;
    font-family: var(--plus-font) !important;
    margin-bottom: 40px;
    padding-top: 5px;
}
.wpcf7-checkbox .wpcf7-list-item-label::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    left: 0;
    top: 0px;
    background: #D9D9D9;
}
.wpcf7-acceptance label input:checked + .wpcf7-list-item-label::before {
    /* border-color: #0c1a36;
    background: #0c1a36; */
}
.wpcf7-checkbox label input:checked + .wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 12px;
    width: 5px;
    height: 10px;
    border: solid #0c0c0c;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checkbox .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #8a8b8d;
}
.checkbox .wpcf7-list-item-label::before {
    border: 1px solid #afafaf;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 1px;
    left: 0;
}
.checkbox label input:checked + .wpcf7-list-item-label {
    color: #a91b2a;
}
.checkbox label input:checked + .wpcf7-list-item-label::before {
    border-color: #a91b2a;
    background: #a91b2a;
}
.checkbox label input:checked + .wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.submit-btn_wrap .custom-btn.cbutton {
    margin: auto;
    width: auto;
}
.sponsor_wrap {
    display: grid;
    grid-template-columns: 37% 60%;
    grid-column-gap: 3%;
    align-items: center;
    background: #DEDEDE33;

}