/*!
Theme Name: Pledge ball
Theme URI: https://pledgeball.org/
Author: Pledgeball
Author URI: https://pledgeball.org/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pledge-ball
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Pledge ball is based on Underscores https://pledgeball.org/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/
.form-field__select>select>option,
.create-event-page form select>option {
    color: black;
}

.no-data {
    text-align: center;
    font-size: 14px;
    padding: 20px;
    color: #333;
    /* margin-top: 10px !important; */
}

.no-data:not(.dark) {
    color: #eee;
    background-color: rgba(44, 42, 132, 54%)
}

.hero--home {
    z-index: 0;
}

.card--horizontal .card__media.placeholder-img {
    border: 1px solid #eee;
}

.hero__aside {
    z-index: 0 !important;
}

.fallback-people-img {
    width: 100%;
}

.stats-wrap__item img {
    width: 44px;
    height: 44px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (min-width: 600px) {
    .stats-wrap__item img {
        width: 72px;
        height: 72px;
    }
}

/** Contact from css **/
span.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 4px;
}

button.wpcf7-form-control[disabled],
input.wpcf7-form-control[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}

span.wpcf7-list-item-label a {
    color: white;
}

span.wpcf7-list-item-label {
    color: white;
}

.clubs_edit_event_btn_form {

    justify-content: space-between;
    margin-bottom: 20px;
    flex-direction: column;
}

.form-field__checkboxes input[type=checkbox] {
    top: 0 !important;
}

span.wpcf7-spinner {
    margin-right: 0;
    margin-left: 10px;
}

.club_image {
    border: 1px solid #000;
    border-radius: 12px !important;
    width: 100%;
    height: 250px;
    display: flex !important;
    /* enable flexbox */
    justify-content: center;
    /* horizontal centering */
    align-items: center;
    /* vertical centering */
    overflow: hidden !important;
    /* optional: crop if image overflows */
}

.club_image img {
    max-width: 100%;
    max-height: 100%;
    /* prevents image from overflowing container */
    border-radius: 12px;
    /* optional: rounded corners on image too */
}

.edit-listing {
    padding: 10px;
}

.form-message.err_msg {
    font-size: 20px;
    color: #ff6700;
}

.error {
    color: #ff6700;
}

.pt-0 {
    padding-top: 0 !important;
}

.allow_text {
    color: #fff;
}

/*----------------- header css ---------------------*/
.navigation-primary__item:hover .navigation-primary__multinav {
    display: block;
}

@media(min-width: 1100px) {
    .menu-icon {
        width: 22px;
        height: 22px;
        float: left;
        stroke: #fff;
        margin-right: 5px;
        filter: invert(1);
    }

    .navigation-primary__items>.menu-item-has-children>a:after {
        content: "";
        width: 22px;
        height: 18px;
        background-image: url(../../themes/pledge-ball/img/chevron-down.svg);
        display: inline-block;
        margin-left: 6px;
    }

    .navigation-primary__items>.menu-item-has-children:hover>a:after {
        background-image: url(../../themes/pledge-ball/img/chevron-up.svg);
    }
}

.Tennis {
    width: 100% !important;
}

.media-figure .alignleft {
    float: left;
}

.media-figure .alignright {
    float: right;
}

.media-figure .aligncenter {
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.5em;
}

.highlight .typebase ul li::marker {
    color: black;
}

#resource-post-wrapper .no-data {
    font-size: 16px;
}

img.club-image {
    max-width: 50% !important;
}

.pledge-complete-page.section--ribbon {
    background-position: top center;
}

.pledge-complete-page~.pledge-table-states-wrapper {
    display: flex;
    flex-direction: column-reverse;
}

.pledge-complete-page .pledge-table-states-wrapper>.section--ribbon {
    background: transparent;
}


/* Container Style */
.social-share-buttons {
    display: flex;
    justify-content: center;
    /* Center the buttons horizontally */
    margin-top: 20px;
    /* Add space above the button container */
    gap: 15px;
    /* Space between each button */
}

/* Individual Button Styles */
.social-share-buttons a {
    padding: 10px 15px;
    /* Button padding */
    text-decoration: none;
    /* Remove underline from the links */
    border-radius: 5px;
    /* Rounded corners for the buttons */
    font-weight: bold;
    /* Bold text for better visibility */
    transition: background-color 0.3s;
    /* Smooth background color transition for hover effect */
}

/* Color and Hover Styles for Each Social Network */
.social-share-buttons a[href*="facebook.com"] {
    background-color: #3b5998;
    color: white;
}

.social-share-buttons a[href*="facebook.com"]:hover {
    background-color: #2d4373;
}

.social-share-buttons a[href*="twitter.com"] {
    background-color: #1DA1F2;
    color: white;
}

.social-share-buttons a[href*="twitter.com"]:hover {
    background-color: #0c85d0;
}

.social-share-buttons a[href*="linkedin.com"] {
    background-color: #0077B5;
    color: white;
}

.social-share-buttons a[href*="linkedin.com"]:hover {
    background-color: #005582;
}

.social-share-buttons a[href*="pinterest.com"] {
    background-color: #BD081C;
    color: white;
}

.social-share-buttons a[href*="pinterest.com"]:hover {
    background-color: #8d0615;
}

/* Footer  */
.footer__logos a {
    display: inline-block;
}

.footer__logos a img {
    max-width: 150px;
    height: 90px;
    object-fit: contain;
}

.leaguetable {
    min-height: 660px;
}

.menu-image {
    width: 22px;
    height: 22px;
    float: left;
    stroke: #fff;
    margin-right: 0;
    padding-right: 0 !important;
    filter: invert(1);
}

@media (min-width: 1100px) {
    .hide-desktop {
        display: none;
    }
}

.page-numbers {
    font-size: 1.8rem;
    display: inline-block;
    color: #161542;
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 8px;
}

span.page-numbers.current {
    font-weight: 800;
}

a.prev.page-numbers {
    text-align: center;
    transition: all .3s ease-in-out;
    border-radius: 5px;
    display: block;
    border: 1px solid #161542;
    background-color: rgba(0, 0, 0, 0);
    color: #161542;
}

a.next.page-numbers {
    text-align: center;
    transition: all .3s ease-in-out;
    border-radius: 5px;
    display: block;
    border: 1px solid #161542;
    background-color: rgba(0, 0, 0, 0);
    color: #161542;
}

a.next.page-numbers svg {
    height: 40px;
    width: 40px;
}

a.prev.page-numbers svg {
    height: 40px;
    width: 40px;
}

.btn-msg {
    padding: 5px;
}

.partner__content:after {
    background-image: url(/img/button-corner-blue.svg);
}

.navigation-primary__item--pledge>a:after {
    width: 24px !important;
    height: 34px !important;
    background-image: url(../../themes/pledge-ball/img/button-corner.svg) !important;
    margin-left: 0 !important;
}

.navigation-primary__item--pledge>a:hover:after,
.navigation-primary__item--pledge:hover>a:after,
.navigation-primary__item--pledge.current_page_item>a::after,
.navigation-primary__item--pledge.current_page_ancestor>a::after {
    background-image: url(../../themes/pledge-ball/img/button-corner-blue-50.svg) !important;
}

p.italic-font {
    font-size: 12px;
    font-style: italic;
}


.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.footer_sozo_logo{
     position: absolute;
     right: 0;
    bottom: 0;
}

.header.scrolled .navigation-secondary img {
    filter: invert(0);
}


#leaguetable .pagination__range .form-field__select select{
    padding: 0 10px !important;
}

.navigation-primary__item--pledge a {
    font-weight: 400 !important;
}
.filter__form .form-field__select select{
    line-height: 30px;
}
