/*============================================================
 Template Name: BigTone Aalborg
 Template URI: https://awemedia.co
 Description: Template for BigTone Aalborg
 Author: AWE MEDIA
 Author URI: https://awemedia.co
 Version: 2.0
 ============================================================
 */
.text-primary {color: #078586!important;}
.text-bold {font-weight: bold!important;}
body {
    font-family: 'Cabin', sans-serif;
    background-color: black;
    background-image: url('/wp-content/themes/bigtone_aalborg/images/bigtone-aalborg-background-wall.jpg');
    background-attachment: fixed;
    background-position: top,left;
    background-repeat: repeat;
    background-size:auto;
}
a {
    color: #BD0000!important;
    text-decoration: none!important;
}
.btn-primary {
    color: #DC1F00;
    border: 1px solid #DC1F00;
    background-color: transparent;
    font-size: 1.25em;
    transition: all 0.3s ease-in-out;
    font-weight: 400!important;
    border-radius: 0;
}

.btn-primary:focus, .btn-primary:hover {
    color: black!important;
    border: 1px solid #DC1F00!important;
    background-color: #DC1F00!important;
    outline: none!important;
}
h1 {
    font-size: 1.8em;
    text-transform: uppercase;
}
h2 {
    font-size: 1.5em;
    text-transform: uppercase;
}
.main2 {
    max-width:1800px;
}
.bta_red {
    color: #dc0000!important;
}
.bta_border_red {
    border: 1px solid #dc0000!important;
}
.bta_box {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #444;
}
.navbar-light {
    background-color: #000000 !important;
}
.navbar-brand, .nav-link {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: bold;
    color: #ffffff !important;
    padding: 10px 15px;
    transition: background-color 0.3s ease;
}
.nav-link:hover {
    color: #FFFFFF !important;
    background-color: #BD0000;
    border-radius: 5px;
}
.navactive {
    color: #FFFFFF !important;
    background-color: #dc0000;
    border-radius: 5px;
}
.nav-link .socm:hover {
    color: #FFF !important;
    background-color: #000 !important;
}
header.bg-primary {
    background-color: #333333 !important;
}
footer.bg-light {
    background-color: #111111 !important;
    color: #ffffff;
}
footer a {
    color: #d1a054;
}
footer a:hover {
    color: #ffffff;
}
.offcanvas {
    background-color: #111111 !important;
    color: #ffffff;
}
.offcanvas a {
    color: #ffffff !important;
}
.offcanvas a:hover {
    color: #ffffff !important;
}

/* Styling the scroll to top button */
#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #444;
    border: none;
    border-radius: 50%;
    border-color: white!important;
    color: white;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    z-index: 1000;
    transition: background 0.3s ease;
}
#scrollToTopBtn:hover {
    background-color: #333;
}
.custom-container {
    max-width: 1800px; /* or any width you prefer */
    margin: 0 auto; /* center align */
    padding: 0 15px; /* standard padding */
}
/* Adjust padding for smaller devices */
@media (max-width: 576px) { /* Targeting mobile screens */
    .custom-container {
        padding: 0; /* Reduce padding on mobile */
    }
}
.custom-select {
    background-color: #dc0000; /* Red background */
    color: white; /* White text */
    font-family: 'Cabin', sans-serif; /* Use Cabin font */
    font-size: 1.4em;
    border: none; /* Remove default border */
    padding: 8px 12px; /* Adjust padding as needed */
    border-radius: 5px; /* Add a slight border radius for better appearance */
    appearance: none; /* Hide default arrow */
    -webkit-appearance: none; /* For Safari */
    -moz-appearance: none; /* For Firefox */
    text-align: center;
}

/* Add a custom arrow icon */
.custom-select::after {
    content: '▼'; /* Custom dropdown arrow */
    position: absolute;
    right: 15px;
    pointer-events: none; /* Allow clicks through to the select */
    color: white;
}
/* =============================================
   Facebook Feed — Homepage
   ============================================= */
.fb-feed.homepage-feed {
    height: 640px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #444;
    border-radius: 4px;
    background: rgba(255,255,255,0.03);
    scrollbar-width: thin;
    scrollbar-color: #dc0000 #1a1a1a;
}

.fb-feed.homepage-feed::-webkit-scrollbar {
    width: 6px;
}
.fb-feed.homepage-feed::-webkit-scrollbar-track {
    background: #1a1a1a;
}
.fb-feed.homepage-feed::-webkit-scrollbar-thumb {
    background-color: #dc0000;
    border-radius: 3px;
}
.fb-feed.homepage-feed {
    margin-top: 0;
}
.fb-feed__header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-bottom: 1px solid #444;
    font-weight: bold;
    color: #fff;
    font-size: 0.9em;
    position: sticky;
    top: 0;
    background: #111;
    z-index: 1;
}
.fb-feed__header i {
    /*color: #1877F2;*/
    color: #FFF;
    font-size: 1.4em;
}
.fb-post {
    padding: 14px 16px;
    /*border-bottom: 1px solid rgba(255,255,255,0.08);*/
    border-bottom: 1px solid #444;
}
.fb-post:last-child {
    border-bottom: none;
}
fb-post__topnav {

}
.fb-post__date {
    display: block;
    color: #aaa;
    font-size: 0.9em;
    margin-bottom: 8px;
    text-decoration: none !important;
}
.fb-post__date:hover {
    color: #BD0000 !important;
}
.fb-post__message {
    color: #ccc;
    font-size: 0.85em;
    line-height: 1.5;
    margin-bottom: 10px;
}
.fb-post__image-link {
    display: block;
    margin-bottom: 10px;
}
.fb-post__image-link img {
    width: 100%;
    border-radius: 3px;
}
.fb-post__cta {
    font-size: 0.9em;
    padding: 4px 12px;
    white-space: nowrap;
}
.fb-post__view-link {
    font-size: 0.78em;
    font-weight: bold;
    color: #BD0000 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.fb-post__view-link:hover {
    color: #DC1F00 !important;
}
.fb-feed__error {
    padding: 16px;
    color: #aaa;
    font-size: 0.85em;
}
