/*!
Theme Name: CBD
Theme URI: http://underscores.me/
Author: Creative Brand Design
Author URI: https://www.cbwebsitedesign.co.uk/
Description: Creative Brand Design
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cbd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*@import 'css/normalize.css';
@import 'css/main.css';*/

/*------ Preloader --------*/

/* #cookie-notice {
    font-family: "apercu", sans-serif;
}

.cookie-notice-container {
    padding: 8px 2%;
}

.cn-text-container {
    margin: 0 auto;
}

.cn-button.bootstrap,
.cn-button.wp-default {
    min-height: 0;
}

.cn-button {
    font-family: 'staff', sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    line-height: 1 !important;
    vertical-align: middle;
    background: none !important;
    padding: 0 !important;
    color: #00ffd0 !important;
} */

/* Updates 03/03/23 */

.home-hero-slider .single-slide:not(.slick-active) {
	opacity: 0;
	transition: 0.8s opacity;
}
section.shows-grid .image-container img {
    max-width: 100%;
}
section.shows-grid .item-full {
	/*height: auto;*/
	padding: 0;
	overflow: hidden;
}

section.shows-grid .item-full .overlay {
	position: absolute;
	padding: 0 7%;
}

.foreground-image {
	width: 100%;
}
.awards {
    display: none;
}
@media (min-width: 767px) {
    .awards {
        position: absolute;
        display: flex;
        gap: 30px;
        bottom: -2rem;
        flex-wrap: nowrap;
        overflow-x: auto;
        max-width: 100%;
    }
    .award img {
        max-height: 70px;
        width: auto;
    }
}