/* for internal elementor section */
/* html css */

/* memorial section*/
.memorial-section .btn-wrap a {
    width: 100%;
}

.memorial-section .content-wrap .inner-wrap,
.memorial-section .details-row .icon-wrap img {
    display: block;
}

.memorial-section .logo-outer-wrap {
    float: right;
}

.memorial-section .content-wrap ul {
    list-style: none;
    margin-bottom: 10px;
}

.memorial-section .content-wrap ul li {
    padding-left: 20px;
    position: relative;
}

.memorial-section .content-wrap li::before {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 2px;
    background: #4b4f54;
    height: 5px;
    width: 5px;
    border-radius: 50%;
}

/* sponsorship-section  */
.golf-sponsorship {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px -30px;
}

.golf-sponsorship .golf-sponsorship-outer {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 30px;
    margin-bottom: 30px;
}

.golf-sponsorship .golf-sponsorship-outer .golf-sponsorship-inner {
    background-color: #e5e6e8;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: self-start;
    height: 100%;
}

.golf-sponsorship .golf-sponsorship-content {
    width: 100%;
}

.golf-sponsorship .golf-sponsorship-outer .golf-sponsorship-inner .golf-sponsorship-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    font-weight: bold !important;
}

.golf-sponsorship .golf-sponsorship-outer .golf-sponsorship-inner .golf-sponsorship-title h5 {
    padding-right: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold !important;
    margin-bottom: 5px;
}

.golf-sponsorship .golf-sponsorship-outer .golf-sponsorship-inner .golf-sponsorship-title span {
    font-size: 18px;
    margin-bottom: 5px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold !important;
}

.golf-sponsorship .golf-sponsorship-outer .golf-sponsorship-inner .secondry-btn {
    background-color: #c8102e;
    color: #fff;
    padding: 6px 20px 6px 20px;
    min-height: 39px;
    border-radius: 5px;
    font-weight: bold !important;
    border: 1px solid #c8102e;
    transition: all 0.5s;
    font-size: 18px;
}

.golf-sponsorship .golf-sponsorship-outer .golf-sponsorship-inner .secondry-btn:hover {
    background: transparent;
    color: #c8102e;
    transition: all 0.5s;
}

.golf-sponsorship .sponsor-list {
    padding: 0 100px 0 50px;
    list-style-position: outside;
    list-style: none;
    margin-bottom: 10px;
}

.golf-sponsorship .sponsor-list li {
    position: relative;
}

.golf-sponsorship .sponsor-list li:after {
    position: absolute;
    content: "";
    background: #4b4f54;
    height: 5px;
    width: 5px;
    left: -13px;
    top: 10px;
    border-radius: 50%;
}

.golf-sponsorship-outer.more-info .more-info-inner {
    background-color: #c8102e;
    background-color: #c8102e;
    height: 100%;
    padding: 35px 25px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.golf-sponsorship-outer.more-info .white-btn {
    background: #fff;
    padding: 6px 20px 6px 20px;
    min-height: 39px;
    border-radius: 5px;
    font-weight: bold !important;
    min-width: 280px;
    border: 1px solid #fff;
    transition: all 0.5s;
    font-size: 18px;
}

.golf-sponsorship-outer.more-info .white-btn:hover {
    background: transparent;
    color: #fff;
    transition: all 0.5s;
}

.golf-sponsorship-outer.more-info h4 {
    text-align: center;
    color: #fff;
    line-height: 1.63;
    font-family: "Open Sans", sans-serif;
    font-weight: bold !important;
    max-width: 330px;
}

.golf-sponsorship .golf-sponsorship-outer .golf-sponsorship-inner .golf-sponsorship-title span.sold-out-label {
    background-color: #c8102e;
    padding: 2px 8px;
    color: white;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: normal !important;
    font-size: 14px !important;
    white-space: nowrap;
}

/* Additional Sponsorship */
.additional-sponsorship-section {
    position: relative;
}

.additional-sponsorship-section::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100vw;
    background: #e5e6e8;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.additional-sponsorship {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -30px -45px;
}

.additional-sponsorship .additional-sponsorship-outer {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 30px;
    margin-bottom: 45px;
}

.additional-sponsorship .additional-sponsorship-outer .additional-sponsorship-inner .additional-sponsorship-title {
    display: flex;
    justify-content: space-between;
    font-family: "Open Sans", sans-serif;
    font-weight: bold !important;
}

.additional-sponsorship .additional-sponsorship-outer .additional-sponsorship-inner .additional-sponsorship-title .additional-sponsorship-left {
    padding-right: 10px;
}

.additional-sponsorship .additional-sponsorship-outer .additional-sponsorship-inner .additional-sponsorship-title h5 {
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: bold !important;
}

.additional-sponsorship .additional-sponsorship-outer .additional-sponsorship-inner .additional-sponsorship-title span {
    font-size: 18px;
    margin-bottom: 5px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold !important;
}

.additional-sponsorship .additional-sponsorship-outer .secondry-btn {
    font-family: "Open Sans", sans-serif;
    font-weight: bold !important;
    text-transform: uppercase;
}

.additional-sponsorship .addi-sponsor-list {
    padding: 0 0px 0 50px;
    list-style-position: outside;
    list-style: none;
    margin-bottom: 10px;
}

.additional-sponsorship .addi-sponsor-list li {
    position: relative;
}

.additional-sponsorship .addi-sponsor-list li:after {
    position: absolute;
    content: "";
    background: #4b4f54;
    height: 5px;
    width: 5px;
    left: -13px;
    top: 10px;
    border-radius: 50%;
}

/* sponsors logo section */
.sponsors-logo-section .sponsors-outer-wrap {
    margin: 20px 0 -20px;
}

.sponsors-logo-section .sponsor-block {
    margin-bottom: 40px;
}

.sponsors-logo-section .sponsor-block:last-child {
    margin-bottom: 0px;
}

.sponsors-logo-section .sponsor-block .sponsor-title {
    font-family: "Open Sans";
    font-weight: bold;
    margin-bottom: 30px;
}

.sponsors-logo-section .sponsor-block .logo-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 0;
}

.sponsors-logo-section .sponsor-block .logo-wrap .logo-item {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.sponsors-logo-section .sponsor-block .logo-wrap .logo-item img {
    max-height: 80px;
}

.sponsors-logo-section .sponsor-block .logo-wrap.column-3 .logo-item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.sponsors-logo-section .sponsor-block .logo-wrap.column-2 .logo-item {
    flex: 0 0 50%;
    max-width: 50%;
}

/* sponsorship purchase section */
.sponsorship-purchase-section .title-block {
    display: block;
}

.sponsorship-purchase-section .title-block .logo-outer-wrap {
    float: right;
    padding-left: 15px;
}

.sponsorship-purchase-section .bottom-content .red-text {
    color: #c8102e;
}

.sponsorship-purchase-section .bottom-content .address {
    margin-left: 76px;
}

.sponsorship-purchase-section .bottom-content .address span {
    display: block;
}

.sponsorship-purchase-section .sponsorship-form .custom-form-group,
.players-form-section .registration-form .custom-form-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.sponsorship-purchase-section .sponsorship-form .custom-form-group .custom-form-control,
.players-form-section .registration-form .custom-form-group .custom-form-control {
    flex: 1;
    padding: 0 10px;
    margin-bottom: 20px;
}

.sponsorship-purchase-section .sponsorship-form .custom-form-group .custom-form-control input,
.sponsorship-purchase-section .sponsorship-form .custom-form-group .custom-form-control select,
.players-form-section .registration-form .custom-form-group .custom-form-control input,
.players-form-section .registration-form .custom-form-group .custom-form-control select {
    width: 100%;
    padding: 4px 12px;
    min-height: 35px;
    border-color: #abb4be;
    position: relative;
    z-index: 1;
    background-color: transparent;
    height: auto;
    font-size: 14px;
    color: #4b4f54;
}

.sponsorship-purchase-section .sponsorship-form .custom-form-group .custom-form-control select,
.players-form-section .registration-form .custom-form-group .custom-form-control select {
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    background-image: url(../images/down-arrow.svg);
    background-size: 15px;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    padding-right: 28px;
}

.sponsorship-purchase-section .sponsorship-form .custom-form-group .custom-form-control input:focus,
.sponsorship-purchase-section .sponsorship-form .custom-form-group .custom-form-control select:focus,
.players-form-section .registration-form .custom-form-group .custom-form-control input:focus,
.players-form-section .registration-form .custom-form-group .custom-form-control select:focus {
    border-color: #c8102e;
}

.players-form-section .registration-form .custom-form-group .custom-form-control input[type="number"]::-webkit-outer-spin-button {
    display: none;
}

.sponsorship-purchase-section .sponsorship-form .custom-form-group .custom-form-control input::-webkit-input-placeholder,
.players-form-section .registration-form .custom-form-group .custom-form-control input::-webkit-input-placeholder {
    font-family: "Open Sans", sans-serif;
    color: #4b4f54;
    opacity: 0;
}

.sponsorship-purchase-section .sponsorship-form .custom-form-control .inner-wrap,
.players-form-section .registration-form .custom-form-control {
    position: relative;
}

.sponsorship-purchase-section .sponsorship-form .custom-form-control label,
.players-form-section .registration-form .custom-form-control label {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 14px;
}

.sponsorship-purchase-section .sponsorship-form .custom-form-control.focused label {
    display: none;
}

.sponsorship-purchase-section .sponsorship-form .custom-form-control label sup {
    color: #c8102e;
}

.sponsorship-purchase-section .sponsorship-form .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}

.sponsorship-purchase-section .sponsorship-form .btn-wrap span {
    margin: 0 10px;
    display: block;
}

.sponsorship-purchase-section .sponsorship-form .btn-wrap .btn {
    flex: 1;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: none;
    font-size: 18px;
    outline: none;
}

.sponsorship-purchase-section .sponsorship-form .btn-wrap .btn.gray-btn {
    background-color: #4b4f54;
}

.sponsorship-purchase-section .sponsorship-form .btn-wrap .btn.gray-btn:focus,
.sponsorship-purchase-section .sponsorship-form .btn-wrap .btn.gray-btn:hover {
    background-color: #326295;
}

.sponsorship-purchase-section .custom-row .mandatory-field-text sup,
.players-form-section .custom-row .mandatory-field-text sup {
    color: #c8102e;
}

.sponsorship-purchase-section .sponsorship-form .error-message {
    font-size: 14px;
    color: #c8102e;
}

/* submit logo section */

.submit-logo-section,
.players-form-section {
    position: relative;
}

.submit-logo-section::after,
.players-form-section::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100vw;
    background: #e5e6e8;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.submit-logo-section .submit-outer-wrap {
    display: flex;
    margin: 0 -25px;
    flex-wrap: wrap;
}

.submit-logo-section .submit-outer-wrap form {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px;
    margin-bottom: 20px;
    padding: 0 25px;
}

.submit-logo-section .submit-outer-wrap .submit-inner-wrap h4 {
    margin-bottom: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold !important;
}

.submit-logo-section .submit-outer-wrap .submit-inner-wrap p {
    margin-bottom: 7px;
    font-family: "Open Sans", sans-serif;
    word-break: break-all;
    max-width: 480px;
}

.submit-logo-section .ad-list {
    list-style-position: outside;
    list-style: none;
    margin-bottom: 10px;
    padding-left: 55px;
}

.submit-logo-section .ad-list li {
    position: relative;
}

.submit-logo-section .ad-list li::after {
    position: absolute;
    content: "";
    background: #4b4f54;
    height: 5px;
    width: 5px;
    left: -13px;
    top: 10px;
    border-radius: 50%;
}

.submit-logo-section .file-upload-wrap {
    position: relative;
}

.submit-logo-section .file-upload-wrap .file-input {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.submit-logo-section .file-upload-wrap input {
    border: 1px solid #4b4f54;
    padding: 4px 12px;
    font-family: "Open Sans", sans-serif;
}

.submit-logo-section .file-upload-wrap {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.submit-logo-section .file-upload-wrap input::placeholder {
    color: #4b4f54;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

.submit-logo-section .gray-btn {
    background-color: #4b4f54;
    border-color: #4b4f54;
    color: #fff;
    padding: 4px 20px 4px 20px;
    min-height: 35px;
    border-radius: 5px;
    font-weight: bold !important;
    transition: all 0.5s;
    min-width: 175px;
}

.submit-logo-section .gray-btn:hover {
    background: transparent;
    color: #4b4f54;
    transition: all 0.5s;
}

.submit-logo-section .secondry-btn {
    padding: 6px 20px 6px 20px;
    border-radius: 5px;
    font-weight: bold !important;
    transition: all 0.5s;
    font-size: 18px;
    min-width: 300px;
}

.submit-logo-section .btn.focus,
.submit-logo-section .btn:focus {
    box-shadow: none;
}

.submit-logo-section .secondry-btn:hover {
    transition: all 0.5s;
}

.submit-logo-section .uploaded-logo-wrap {
    margin-bottom: 15px;
}

.submit-logo-section .uploaded-logo-wrap img {
    margin: 0;
    width: auto;
    max-height: 60px;
}

.submit-logo-section .uploaded-logo-wrap span {
    margin-bottom: 5px;
    display: block;
}

.submit-logo-section .error {
    display: block;
    margin: -27px 0 14px;
    color: #c8102e;
    font-size: 14px;
}

/* title section */
.title-section .title-block {
    display: block;
}

.title-section .title-block .logo-outer-wrap {
    float: right;
    padding-left: 15px;
}

.title-section .title-block h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

/* players-form-section */
.players-form-section .not-access-message {
    font-size: 18px;
    font-weight: bold;
}

.players-form-section .registration-form .custom-form-group .custom-form-control input,
.players-form-section .registration-form .custom-form-group .custom-form-control select {
    background-color: #ffffff;
    color: black;
}

.players-form-section .registration-form .custom-form-group .custom-form-control select {
    color: #4b4f54;
}

.players-form-section .registration-form .custom-form-group .custom-form-control input::-webkit-input-placeholder {
    opacity: 1;
}

.players-form-section .registration-form .custom-form-group .custom-form-control input:focus:-webkit-input-placeholder,
.players-form-section .registration-form .custom-form-group .custom-form-control input:focus::placeholder,
.players-form-section .registration-form .custom-form-group .custom-form-control select:focus:-webkit-input-placeholder {
    color: transparent;
}

.players-form-section .registration-form .custom-form-group .custom-form-control input:focus::placeholder {
    color: transparent;
}

.players-form-section .player-outer-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
    margin-top: 30px;
    margin-bottom: -50px;
}

.players-form-section .player-outer-wrap .player-inner-wrap {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 25px;
    margin-bottom: 30px;
}

.players-form-section .player-outer-wrap .player-inner-wrap h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: bold !important;
}

.players-form-section .btn-wrap {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.players-form-section .btn-wrap .btn {
    min-width: 300px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold !important;
}

/* card-modal  */
.modal.card-modal {
    background-color: rgba(0, 0, 0, 0.4);
}

.card-modal .modal-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.card-modal .modal-content {
    max-width: 750px;
    margin: 0 auto;
    padding: 20px;
}

.card-modal .close {
    position: absolute;
    right: 18px;
    top: 12px;
    font-size: 30px;
    cursor: pointer;
}

.card-modal .modal-content h2 {
    padding: 0;
    margin-bottom: 20px;
    padding-right: 20px;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 26px;
}

.card-modal .card-container label {
    margin-bottom: 12px;
}

.page-inner-wrap {
    position: relative;
}

.snackbar-section {
    position: fixed;
    top: 100px;
    right: 15px;
    z-index: 99999;
    margin-left: 15px;
}

.snackbar-section .golf-tournament-form-response {
    background: #c2ffc2;
    padding: 10px 44px 10px 44px;
    border-radius: 5px;
    color: green;
    line-height: 1.5;
}

.snackbar-section .golf-tournament-form-response.error {
    background-color: rgb(255, 183, 195);
    color: #c8102e;
}

.snackbar-section .golf-tournament-form-response::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
    height: 20px;
    width: 20px;
    background: url(../images/success-icon.svg) center/cover no-repeat;
}

.snackbar-section .golf-tournament-form-response.error::after {
    background-image: url(../images/error-icon.svg);
}

.snackbar-golf-close {
    position: absolute;
    top: 0px;
    right: 2px;
    font-size: 14px;
    text-transform: lowercase;
    cursor: pointer;
    padding: 5px;
    display: block;
    line-height: 1;
}

/* media css */
@media (max-width: 1199px) {

    /* sponsorship-section  */
    .golf-sponsorship .sponsor-list {
        padding: 0 0px 0 30px;
    }

    /* Additional Sponsorship */
    .additional-sponsorship .addi-sponsor-list {
        padding: 0 0px 0 30px;
    }
}

@media (max-width: 1024px) {

    /* sponsorship-section  */
    .golf-sponsorship {
        margin: 10px -15px -15px;
    }

    .golf-sponsorship .golf-sponsorship-outer {
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .golf-sponsorship .golf-sponsorship-outer .golf-sponsorship-inner {
        padding: 20px;
    }

    .golf-sponsorship-outer.more-info .more-info-inner {
        padding: 30px 25px 25px;
    }

    .golf-sponsorship-outer.more-info h4 {
        line-height: 1.3;
    }

    /* Additional Sponsorship */
    .additional-sponsorship .additional-sponsorship-outer {
        padding: 0 15px;
        margin-bottom: 25px;
    }

    .additional-sponsorship {
        margin: 10px -15px -15px;
    }

    /* sponsors logo section */
    .sponsors-logo-section .sponsor-block .logo-wrap .logo-item img {
        max-height: 50px;
    }

    /* submit logo section */
    .submit-logo-section .submit-outer-wrap {
        margin: 0 -15px;
    }

    .submit-logo-section .submit-outer-wrap form {
        padding: 0 15px;
    }

    .submit-logo-section .ad-list {
        padding-left: 35px;
    }
}

@media (max-width: 991px) {
    .additional-sponsorship .additional-sponsorship-outer:last-child {
        margin-bottom: 0;
    }

    /* sponsorship purchase section */
    .sponsorship-purchase-section .sponsorship-form .btn-wrap .btn {
        font-size: 16px;
    }

    .sponsorship-purchase-section .custom-row .custom-col {
        width: 100%;
    }

    /* submit logo section */

    .submit-logo-section .gray-btn {
        min-width: 150px;
    }

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

    .submit-logo-section .file-upload-wrap {
        margin-bottom: 20px;
    }

    .submit-logo-section .error {
        margin-top: -18px;
    }

    /* players-form-section */
    .players-form-section .player-outer-wrap .player-inner-wrap {
        padding: 0 15px;
    }

    .players-form-section .player-outer-wrap {
        margin: 0 -15px;
        margin-top: 20px;
        margin-bottom: -40px;
    }

    .players-form-section .player-outer-wrap .player-inner-wrap {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .chaney-filter-loader::before {
        padding: 20px;
    }

    /* sponsors logo section */
    .sponsors-logo-section .sponsor-block .sponsor-title {
        font-size: 24px;
    }

    .sponsors-logo-section .sponsor-block .logo-wrap .logo-item {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    /* sponsorship-section  */

    .golf-sponsorship .sponsor-list {
        padding: 0 0px 0 20px;
    }

    .golf-sponsorship .golf-sponsorship-outer {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .golf-sponsorship .golf-sponsorship-outer:last-child {
        margin-bottom: 0;
    }

    /* Additional Sponsorship */
    .additional-sponsorship .addi-sponsor-list {
        padding: 0 0px 0 20px;
    }

    .additional-sponsorship .additional-sponsorship-outer {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 35px;
    }

    /* sponsorship purchase section */

    .sponsorship-purchase-section .sponsorship-form .custom-form-group,
    .players-form-section .registration-form .custom-form-group {
        margin: 0 -5px;
    }

    .sponsorship-purchase-section .sponsorship-form .custom-form-group .custom-form-control,
    .players-form-section .registration-form .custom-form-group .custom-form-control {
        padding: 0 5px;
        margin-bottom: 15px;
    }

    .sponsorship-purchase-section .sponsorship-form .btn-wrap span {
        margin: 0 8px;
    }

    .sponsorship-purchase-section .sponsorship-form .btn-wrap .btn {
        font-size: 14px;
    }

    .sponsorship-purchase-section .title-block {
        display: flex;
    }

    .sponsorship-purchase-section .title-block .logo-outer-wrap {
        float: unset;
        padding-left: 0;
    }

    /* submit logo section */
    .submit-logo-section .submit-outer-wrap form {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .submit-logo-section .submit-outer-wrap .submit-inner-wrap:last-child {
        margin-bottom: 0px;
    }

    .submit-logo-section .submit-outer-wrap .submit-inner-wrap p {
        max-width: 100%;
    }

    /* title section  */
    .title-section .title-block {
        display: flex;
    }

    .title-section .title-block .logo-outer-wrap {
        float: unset;
        padding-left: 0;
    }

    /* players-form-section */

    .players-form-section .player-outer-wrap .player-inner-wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .players-form-section .btn-wrap {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {

    /* sponsorship-section  */
    .golf-sponsorship .golf-sponsorship-outer .golf-sponsorship-inner .golf-sponsorship-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .golf-sponsorship .golf-sponsorship-outer .golf-sponsorship-inner .golf-sponsorship-title h5 {
        padding-right: 0;
        margin-bottom: 7px;
    }

    .golf-sponsorship .golf-sponsorship-outer .golf-sponsorship-inner .golf-sponsorship-title span {
        margin-bottom: 10px;
    }

    .golf-sponsorship .golf-sponsorship-outer .golf-sponsorship-inner .golf-sponsorship-title span.sold-out-label {
        margin-top: 8px;
    }

    /* Additional Sponsorship */
    .additional-sponsorship .additional-sponsorship-outer .additional-sponsorship-inner .additional-sponsorship-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .additional-sponsorship .additional-sponsorship-outer .additional-sponsorship-inner .additional-sponsorship-title .additional-sponsorship-left {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .additional-sponsorship .additional-sponsorship-outer .additional-sponsorship-inner .additional-sponsorship-title .additional-sponsorship-right {
        margin-bottom: 10px;
    }

    .snackbar-section .golf-tournament-form-response {
        padding: 8px 24px 8px 38px;
        font-size: 14px;
    }

    .snackbar-section .golf-tournament-form-response::after {
        height: 16px;
        width: 16px;
    }

    /* memorial section */
    .memorial-section .logo-outer-wrap {
        float: unset;
        padding-left: 0;
        width: 150px;
    }

    .memorial-section .details-row .icon-wrap {
        flex: 0 0 18px;
        max-width: 18px;
    }

    /* sponsorship-section  */
    .golf-sponsorship-outer.more-info .white-btn {
        min-width: 200px;
    }

    .golf-sponsorship .golf-sponsorship-outer .golf-sponsorship-inner .secondry-btn {
        white-space: normal;
    }

    /* sponsors logo section */
    .sponsors-logo-section .sponsor-block .logo-wrap.column-3 .logo-item,
    .sponsors-logo-section .sponsor-block .logo-wrap .logo-item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .sponsors-logo-section .sponsor-block {
        margin-bottom: 25px;
    }

    /* sponsorship purchase section */
    .sponsorship-purchase-section .sponsorship-form .custom-form-group .custom-form-control {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* submit logo section */
    .submit-logo-section .file-upload-wrap {
        gap: 10px;
    }

    .submit-logo-section .gray-btn {
        min-width: 120px;
    }

    /* players-form-section */
    .players-form-section .btn-wrap .btn {
        width: 100%;
        min-width: auto;
    }

    /* card-modal */
    .card-modal .sq-card-wrapper {
        min-width: unset;
    }

    .card-modal .modal-content {
        padding: 18px;
    }

    .card-modal .modal-content h2 {
        font-size: 22px;
    }
}

@media (max-width: 375px) {

    /* submit logo section */
    .submit-logo-section .secondry-btn {
        width: 100%;
    }

    /* sponsorship purchase section */
    .sponsorship-purchase-section .sponsorship-form .btn-wrap {
        flex-direction: column;
    }

    .sponsorship-purchase-section .sponsorship-form .btn-wrap .btn {
        width: 100%;
    }
}

.chaney-filter-loader {
    position: fixed;
    height: 100%;
    width: 100%;
    inset: 0;
    z-index: 1051;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.chaney-filter-loader::before {
    content: "";
    height: 0;
    width: 0;
    padding: 30px;
    border: 5px solid #c8102e;
    border-right-color: transparent;
    border-radius: 50%;
    animation: rotate 1s infinite linear;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* bull roast website css */
.bull-submit-inner-wrap .bull-file-upload-wrap {
    position: relative;
}

.bull-submit-inner-wrap .bull-file-upload-wrap .file-input {
    position: absolute !important;
    inset: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.bull-submit-inner-wrap .bull-file-upload-wrap input {
    border: 1px solid #abb4be;
    padding: 4px 12px;
    font-family: "Open Sans", sans-serif;
}

.bull-submit-inner-wrap .bull-file-upload-wrap:has(input.file-input:focus) input {
    border-color: #c8102e;
}

.bull-submit-inner-wrap .bull-file-upload-wrap {
    display: flex;
    gap: 20px;
}

.bull-submit-inner-wrap .bull-file-upload-wrap input::placeholder {
    color: #4b4f54;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

.bull-submit-inner-wrap .gray-btn {
    background-color: #4b4f54;
    border-color: #4b4f54;
    color: #fff;
    padding: 4px 20px 4px 20px;
    min-height: 35px;
    border-radius: 5px;
    font-weight: bold !important;
    transition: all 0.5s;
    min-width: 175px;
}

.bull-submit-inner-wrap .gray-btn:hover {
    background: transparent;
    color: #4b4f54;
    transition: all 0.5s;
}

.bull-submit-inner-wrap .secondry-btn {
    padding: 6px 20px 6px 20px;
    border-radius: 5px;
    font-weight: bold !important;
    transition: all 0.5s;
    font-size: 18px;
    min-width: 300px;
}

.bull-submit-inner-wrap .btn.focus,
.bull-submit-inner-wrap .btn:focus {
    box-shadow: none;
}

.bull-submit-inner-wrap .secondry-btn:hover {
    transition: all 0.5s;
}

.bull-submit-inner-wrap .uploaded-logo-wrap {
    margin-bottom: 15px;
}

.bull-submit-inner-wrap .uploaded-logo-wrap img {
    margin: 0;
    width: auto;
    max-height: 60px;
}

.bull-submit-inner-wrap .uploaded-logo-wrap span {
    margin-bottom: 5px;
    display: block;
}

.bull-submit-inner-wrap .error {
    display: block;
    margin: -27px 0 14px;
    color: #c8102e;
    font-size: 14px;
}

.bull-roast-banner.memorial-section .content-wrap ul {
    padding-left: 0;
}

.bull-roast-banner.memorial-section .content-wrap ul li:not(:last-child) {
    margin-bottom: 5px;
}

.bull-roast-banner.memorial-section .content-wrap li::before {
    background-color: #ffffff;
}

.bull-roast-banner .chaney-non-profit-partner-logo img {
    max-height: 140px;
    width: auto;
}

.involved-btn a {
    width: 100%;
}

.bull-roast-banner .icon-wrap img {
    min-width: 20px;
}

.involved-btn.blue-text-btn a:focus {
    color: #326295 !important;
    background-color: #ffffff !important;
}

/* .involved-btn.white-text-btn a:focus {
    color: #ffffff !important;
    background-color: #c8102e !important;
}

.involved-btn.red-text-btn a:focus {
    color: #c8102e !important;
    background-color: #ffffff !important;
} */

.bull-roast-sponsors-logo-section.sponsors-logo-section .sponsor-block .sponsor-title {
    text-transform: uppercase;
}

.golf-sponsorship.bull-roast-sponsorship .sponsor-list {
    padding: 0 15px 0 15px;
}

.golf-sponsorship.bull-roast-sponsorship .sponsor-list {
    margin-bottom: 30px;
}

.golf-sponsorship.bull-roast-sponsorship .sponsor-list li {
    padding-left: 5px;
}

.golf-sponsorship.bull-roast-sponsorship .sponsor-list li:not(:last-child) {
    margin-bottom: 8px;
}

.golf-sponsorship.bull-roast-sponsorship .golf-sponsorship-outer.more-info .white-btn {
    max-width: 330px;
    width: 100%;
    min-width: auto;
}

.golf-sponsorship.bull-roast-sponsorship .golf-sponsorship-outer .golf-sponsorship-inner .secondry-btn {
    max-width: 330px;
    width: 100%;
    min-width: auto;
}

.golf-sponsorship.bull-roast-sponsorship .golf-sponsorship-outer .golf-sponsorship-inner .golf-sponsorship-title h4 {
    padding-right: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold !important;
    margin-bottom: 8px;
}

.golf-sponsorship.bull-roast-sponsorship .golf-sponsorship-outer {
    padding: 0 0;
    margin-bottom: 50px;
    flex: 0 0 calc(50% - 40px);
    max-width: calc(50% - 40px);
}

.golf-sponsorship.bull-roast-sponsorship {
    margin: 0;
    margin-bottom: -50px;
    column-gap: 80px;
}

.golf-sponsorship.bull-roast-sponsorship .golf-sponsorship-outer .golf-sponsorship-inner {
    padding: 25px 35px 35px;
}

.bull-roast-sponsorship .golf-sponsorship-outer.more-info .more-info-inner {
    padding: 35px;
}

.golf-sponsorship.bull-roast-sponsorship .golf-sponsorship-outer .golf-sponsorship-inner .golf-sponsorship-title span {
    font-size: 22px;
}

.golf-sponsorship.bull-roast-sponsorship {
    margin-top: 15px;
}

.sup-tex-wrap p sup {
    color: #c82030;
    top: -3px;
}

.bull-roast-bottom-content .red-text {
    color: #c82030;
    margin-bottom: 36px !important;
}

.bull-roast-bottom-content .address {
    padding-left: 80px;
    margin-top: -14px;
    line-height: 1.6;
}

.bull-roast-bottom-content .new-address {
    background-color: #fbd50a;
    padding: 2px 8px 2px 28px;
    position: relative;
    font-weight: bold;
    white-space: nowrap;
}

.bull-roast-bottom-content .new-address::after {
    background-image: url(../images/left-arrow-icon.svg);
    position: absolute;
    content: "";
    background-size: 14px;
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
}

/* tickets-purchase-section */
.tickets-purchase-section .custom-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -50px -30px;
}

.tickets-purchase-section .custom-col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 50px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tickets-purchase-section .btn-wrap {
    text-align: right;
}

.tickets-purchase-section .btn-wrap .btn {
    text-transform: uppercase;
    box-shadow: none;
    min-width: 160px;
    font-weight: bold;
    background-color: #4b4f54;
}

.tickets-purchase-section .custom-form-control {
    position: relative;
    margin-bottom: 20px;
}

.tickets-purchase-section .custom-form-control label {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 14px;
}

.tickets-purchase-section .custom-form-control.focused label {
    display: none;
}

.tickets-purchase-section .custom-form-control label sup {
    color: #c8102e;
}

.tickets-purchase-section .custom-form-control select {
    width: 100%;
    padding: 4px 12px;
    padding-right: 28px;
    min-height: 35px;
    border-color: #abb4be;
    position: relative;
    z-index: 1;
    background-color: transparent;
    height: auto;
    font-size: 14px;
    color: #4b4f54;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    background-image: url(../images/down-arrow.svg);
    background-size: 15px;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
}

.tickets-purchase-section .custom-form-control.focused select,
.tickets-purchase-section .custom-form-control select:focus {
    border-color: #c8102e;
}

.ticket-purchase-form-section .sup-tex-wrap {
    margin-top: 20px;
}

/* ticket-purchase-form-section */
.ticket-purchase-form-section h3 {
    margin-bottom: 32px;
}

.ticket-purchase-form-section .custom-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.ticket-purchase-form-section .left-col {
    flex: 0 0 55%;
    max-width: 55%;
    padding: 0 15px;
}

.ticket-purchase-form-section .right-col {
    flex: 0 0 45%;
    max-width: 45%;
    padding: 0 15px;
}

.ticket-purchase-form-section .summary-wrap {
    background-color: white;
    padding: 30px 40px 36px 35px;
    max-width: 380px;
    margin-left: auto;
    margin-top: 7px;
}

.ticket-purchase-form-section .summary-wrap h3 {
    margin-bottom: 25px;
}

.ticket-purchase-form-section .summary-wrap .ticket-wrap span,
.ticket-purchase-form-section .summary-wrap .total-wrap span {
    font-size: 18px;
}

.ticket-purchase-form-section .summary-wrap .total-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ticket-purchase-form-section .summary-wrap .total-wrap .price {
    margin-left: 15px;
}

.ticket-purchase-form-section .summary-wrap .ticket-wrap .title span,
.ticket-purchase-form-section .summary-wrap .total-wrap .title span {
    font-weight: bold;
}

.ticket-purchase-form-section .summary-wrap .ticket-wrap .details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 5px -5px;
}

.ticket-purchase-form-section .summary-wrap .ticket-wrap .details span {
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 10px;
}

/* bull-custom-form-section */
.bull-custom-form-section .bull-custom-form .custom-form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -10px;
}

.bull-custom-form-section .bull-custom-form .custom-form-group .custom-form-control {
    flex: 1;
    padding: 0 10px;
    margin-bottom: 20px;
}

.bull-custom-form-section .bull-custom-form .custom-form-group .custom-form-control.col-lg {
    flex: 0 0 65%;
    max-width: 65%;
}

.bull-custom-form-section .bull-custom-form .custom-form-group .custom-form-control input,
.bull-custom-form-section .bull-custom-form .custom-form-group .custom-form-control textarea,
.bull-custom-form-section .bull-custom-form .custom-form-group .custom-form-control select {
    width: 100%;
    padding: 4px 12px;
    min-height: 35px;
    border-color: #abb4be;
    position: relative;
    z-index: 1;
    background-color: transparent;
    height: auto;
    font-size: 14px;
    color: #4b4f54;
}

.bull-custom-form-section .bull-custom-form .custom-form-group .custom-form-control textarea {
    resize: vertical;
    min-height: 122px;
}

.bull-custom-form-section .bull-custom-form .custom-form-group .custom-form-control select {
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    background-image: url(../images/down-arrow.svg);
    background-size: 15px;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    padding-right: 28px;
}

.bull-custom-form-section .bull-custom-form .custom-form-group .custom-form-control input:focus,
.bull-custom-form-section .bull-custom-form .custom-form-group .custom-form-control textarea:focus,
.bull-custom-form-section .bull-custom-form .custom-form-group .custom-form-control select:focus {
    border-color: #c8102e;
}

.bull-custom-form-section .bull-custom-form .custom-form-group .custom-form-control textarea::-webkit-input-placeholder,
.bull-custom-form-section .bull-custom-form .custom-form-group .custom-form-control input::-webkit-input-placeholder {
    font-family: "Open Sans", sans-serif;
    color: #4b4f54;
    opacity: 0;
}

.bull-custom-form-section .bull-custom-form .custom-form-control .inner-wrap {
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.bull-custom-form-section .bull-custom-form .custom-form-control .inner-wrap p {
    margin-bottom: 0;
    font-size: 14px;
}

.bull-custom-form-section .bull-custom-form .custom-form-control .inner-wrap p sup {
    color: #c8102e;
    margin-right: 8px;
}

.bull-custom-form-section .bull-custom-form .custom-form-control label {
    position: absolute;
    top: 4px;
    left: 12px;
    right: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    font-weight: 400;
    font-size: 14px;
}

.bull-custom-form-section .bull-custom-form .custom-form-control:has(select) label {
    right: 28px;
}

.bull-custom-form-section .bull-custom-form .custom-form-control.focused label {
    display: none;
}

.bull-custom-form-section .bull-custom-form .custom-form-control label sup {
    color: #c8102e;
}

.bull-custom-form-section .bull-custom-form .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}

.bull-custom-form-section .bull-custom-form .btn-wrap span {
    margin: 0 10px;
    display: block;
}

.bull-custom-form-section .bull-custom-form .btn-wrap .btn {
    flex: 1;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: none;
    font-size: 18px;
    outline: none;
}

.bull-custom-form-section .bull-custom-form .btn-wrap .btn.gray-btn {
    background-color: #4b4f54;
}

.bull-custom-form-section .bull-custom-form .btn-wrap .btn.gray-btn:focus,
.bull-custom-form-section .bull-custom-form .btn-wrap .btn.gray-btn:hover {
    background-color: #326295;
}

.ticket-purchase-form-section .custom-row .mandatory-field-text sup {
    color: #c8102e;
}

.bull-custom-form-section .bull-custom-form .error-message {
    font-size: 14px;
    color: #c8102e;
}

/* bull-auction-content-wrap */
.bull-roast-banner.memorial-section .content-wrap.bull-auction-content-wrap li::before {
    background-color: #4b4f54;
}

.bull-auction-content-wrap .bull-custom-form-section .bull-custom-form .btn-wrap {
    display: inline-flex;
    min-width: 40%;
}

.bull-auction-content-wrap .bull-custom-form-section .sup-tex-wrap {
    display: inline-block;
    margin-left: 16px;
}

@media (max-width: 1199px) {
    .tickets-purchase-section .custom-row {
        margin: 0 -15px -30px;
    }

    .tickets-purchase-section .custom-col {
        padding: 0 15px;
    }
}

@media (max-width: 1024px) {
    .golf-sponsorship.bull-roast-sponsorship .golf-sponsorship-outer {
        padding: 0 15px;
        margin-bottom: 15px;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .golf-sponsorship.bull-roast-sponsorship {
        margin: 10px -15px -15px;
        column-gap: 0;
    }
}

@media (max-width: 991px) {
    .bull-submit-inner-wrap .gray-btn {
        min-width: 150px;
    }

    /* tickets-purchase-section */
    .tickets-purchase-section .custom-col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* bull-custom-form-section */
    .bull-custom-form-section .bull-custom-form .btn-wrap .btn {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .bull-roast-banner .chaney-non-profit-partner-logo img {
        max-height: 100px;
    }

    .golf-sponsorship.bull-roast-sponsorship .golf-sponsorship-outer {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bull-roast-bottom-content .address {
        padding-left: 0px;
    }

    .bull-submit-inner-wrap .gray-btn {
        min-width: 120px;
        font-size: 14px;
    }

    /* ticket-purchase-form-section */
    .ticket-purchase-form-section .left-col,
    .ticket-purchase-form-section .right-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ticket-purchase-form-section .summary-wrap {
        margin-left: 0;
        max-width: 100%;
    }

    /* bull-custom-form-section */

    .bull-custom-form-section .bull-custom-form .custom-form-group {
        margin: 0 -5px;
    }

    .bull-custom-form-section .bull-custom-form .custom-form-group .custom-form-control {
        padding: 0 5px;
        margin-bottom: 15px;
    }

    .bull-custom-form-section .bull-custom-form .btn-wrap span {
        margin: 0 8px;
    }

    .bull-custom-form-section .bull-custom-form .btn-wrap .btn {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .golf-sponsorship.bull-roast-sponsorship .sponsor-list {
        padding: 0 15px;
    }

    .golf-sponsorship.bull-roast-sponsorship .golf-sponsorship-outer .golf-sponsorship-inner {
        padding: 25px;
    }

    .bull-roast-sponsorship .golf-sponsorship-outer.more-info .more-info-inner {
        padding: 25px;
    }

    .bull-roast-bottom-content .address {
        max-width: 390px;
    }
}

@media (max-width: 575px) {
    .bull-submit-inner-wrap .bull-file-upload-wrap {
        gap: 10px;
    }

    /* tickets-purchase-section */
    .tickets-purchase-section .custom-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tickets-purchase-section .btn-wrap .btn {
        font-size: 14px;
        min-width: 120px;
    }

    /* bull-custom-form-section */
    .bull-custom-form-section .bull-custom-form .custom-form-group .custom-form-control.col-lg,
    .bull-custom-form-section .bull-custom-form .custom-form-group .custom-form-control {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* ticket-purchase-form-section */
    .ticket-purchase-form-section .summary-wrap {
        padding: 25px;
    }

    .ticket-purchase-form-section .summary-wrap h3 {
        margin-bottom: 20px;
    }

    .ticket-purchase-form-section .summary-wrap .ticket-wrap span,
    .ticket-purchase-form-section .summary-wrap .total-wrap span {
        font-size: 16px;
    }

    .ticket-purchase-form-section .summary-wrap .ticket-wrap .details {
        margin-top: 0;
    }

    /* bull-auction-content-wrap */
    .bull-auction-content-wrap .bull-custom-form-section .bull-custom-form .btn-wrap {
        display: flex;
        min-width: unset;
    }

    .bull-auction-content-wrap .bull-custom-form-section .sup-tex-wrap {
        margin-left: 0;
        margin-top: 15px;
        display: block;
    }
}

@media (max-width: 375px) {

    /* bull-custom-form-section */
    .bull-custom-form-section .bull-custom-form .btn-wrap {
        flex-direction: column;
    }

    .bull-custom-form-section .bull-custom-form .btn-wrap .btn {
        width: 100%;
    }
}