/*
 Theme Name:   Bigslam Child
 Theme URI:    http://demo.goodlayers.com/bigslam
 Description:  Goodlayers Bigslam Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     bigslam
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  bigslam-child

 START YOUR CHILD THEME CSS HERE
*/

p, span {
    //font-weight: 300;
}

th {
    white-space: nowrap;
}

.invisible {
    visibility: hidden;
}

.bigslam-upcoming-match-link:before {
    margin: 6px 22px;
}

figcaption.wp-caption-text, .wp-block-image figcaption {
    font-size: smaller;
    margin-top: 0;
    margin-bottom: 20px;
}

.wp-block-image .aligncenter figcaption {
    text-align: center;
}

.gdlr-core-image-item .gdlr-core-image-item-caption {
    font-size: smaller !important;
    font-weight: 300 !important;
    font-style: inherit !important;
    margin-top: 8px !important;
}

.gdlr-core-blog-date-wrapper {
    padding-right: 0 !important;
}

.gdlr-core-personnel-style-grid.gdlr-core-with-background .gdlr-core-personnel-list-content-wrap {
    padding: 35px 15px 25px !important;
}

.gdlr-core-port-info-item.gdlr-core-item-pdb {
    padding-bottom: 0px;
}

.post-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post-info .gdlr-core-blog-grid-date {
    flex-shrink: 0;
    margin-right: 20px;
}

/* Blog Badge */

.blog-name {
    position: relative;
    z-index: 1;
    padding: 8px !important;
    border-radius: 6px !important;
    margin-bottom: 12px;
    overflow: hidden;
    line-height: 1;
}

.blog-name:after {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    content: '';
    background-color: #e21225;
    transition: top 0.2s;
}

.blog-name:hover:after {
    top: 0;
}

.blog-name div {
    display: flex;
    align-items: center;
    height: 25px;
}

.blog-name span {
    text-align: center;
}

.blog-icon {
    max-height: 90%;
    margin-right: 8px;
}

.extended-image, .gdlr-core-blog-thumbnail.gdlr-core-media-image.gdlr-core-zoom-on-hover, .bigslam-single-article-thumbnail, .gdlr-core-personnel-list-image.gdlr-core-media-image.gdlr-core-zoom-on-hover {
    display: flex;
    position: relative;
    justify-content: center;
    overflow: hidden;
}

.extended-image-background {
    filter: blur(5px);
    margin: -10px 0;
    width: 105%;
    height: 105%;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

figcaption.wp-caption-text {
    //margin-top: 0;
    //margin-bottom: 25px;
}

.scrollable-container {
    white-space: nowrap;
    overflow: auto;
}

.table-header {
    background-color: #000000;
}

.marked {
    background-color: rgba(236, 70, 19, 0.25) !important;
}

.sp-event-performance .sub {
    background-color: rgba(0, 0, 0, 0.15) !important;
}

.sp-widget-align-none {
    margin: 30px 0;
}

.footer-contact i {
    color: #ffffff;
}

.footer-contact table {
    margin: 0;
}

.footer-contact table tr {
    background-color: inherit !important;
}

.footer-contact table td {
    padding: 0;
    vertical-align: middle;
}

.footer-contact table tr td:first-child {
    width: 1%;
}

.dark-personnel .gdlr-core-personnel-list-content-wrap {
    background-color: #1e1e1e !important;
}

.fancybox-slide--image .fancybox-content {
    background-color: #1e1e1e !important;
}

img.fancybox-image {
    border-width: 2px !important;
    border-color: #1e1e1e !important;
}

div.fancybox-custom-caption.inside-caption {
    background-color: #1e1e1e !important;
}

div.fancybox-content p.caption-title {
    color: #ffffff !important;
    font-size: 13px;
}

.bigslam-copyright-container {
    text-transform: none;
    letter-spacing: normal;
}

@media (max-width: 767px) {
    .center-in-mobile {
        text-align: center !important;
    }

    .bigslam-upcoming-match-title,
    .bigslam-upcoming-match-link::before {
        display: none;
    }
}

.table-responsive {
    overflow-x: auto;
    white-space: nowrap;
}

.sp-player-list .data-name span.player-photo {
    width: max-content;
}

.sp-template.sp-template-event-performance {
    width: 100%;
    padding-right: 0;
}

.text-nowrap {
    white-space: nowrap;
}
