/*
Theme Name: HFX Wesports
Theme URI: https://themes.muffingroup.com/betheme/
Template: betheme
Author: HalfCross
Author URI: https://halfcross.de
Description: The biggest WordPress Theme ever
Version: 26.0.2.1646649109
Updated: 2022-03-07 10:31:49

*/

/* --- BEGIN BOOKING FIX --- */

.pricing-box:not(.pricing-box-featured) .plan-header *, .pricing-box:not(.pricing-box-featured) .plan-inside * {
    color: black !important;
}

.hb-multi-accom-choices, .hb-view-price-breakdown {
    color: black !important;
}

.hb-summary-wrapper {
    color: black !important;
}

/* --- END BOOKING FIX --- */

/* --- BEGIN HOMEPAGE FIX --- */

.home {
    --mfn-column-gap-top: 20px;
    --mfn-column-gap-bottom: 20px;
}

/* Partnerslider */
ul.clients .client_wrapper {
    display: flex;
    align-items: center;
}

/* Video Center Fix */
.section.has-video .section_video video {
    transform: translateX(-50%);
    left: 50%;
}

.home .section.section-page-footer {
    display: none; 
}

/* --- END HOMEPAGE FIX --- */

/* --- BEGIN FOOTER FIX --- */

#Footer .widgets_wrapper {
    display: none;
}

/* --- END FOOTER FIX --- */

/* --- BEGIN INFLUENCER FIX --- */

.trailer_box a {
    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;
}

.trailer_box img {
    height: 30rem;

    object-fit: cover;
}

.trailer_box .desc {
    background: rgba(0, 0, 0, 0.5);
}

/* --- END INFLUENCER FIX --- */

/* --- BEGIN PARTNER FIX --- */

.hfx-partner-showcase .content_wrapper img, .hfx-partner-showcase img.scale-with-grid {
    aspect-ratio: 2.5;
    object-fit: contain;
}

/* --- END PARTNER FIX --- */

/* --- BEGIN SOCIAL ICONS FIX --- */

.social > li > a:hover {
	text-decoration: none;
}

/* --- END SOCIAL ICONS FIX --- */