/*
Theme Name: BlackMusicFestival
Theme URI: https://blackmusicfestival.org
Author: Montwain Brown
Author URI: http://www.mediapassage.co.uk
Description: A modern theme new for the Black Music Festival - developed by Montwain Brown.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blackmusicfestival.org
*/



/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 18, 2013 */



/* Blog Grid Enhancements */

.event-date {
    display: block;
    font-size: 0.8em;
    color: #666;
    margin-top: 5px;
    font-weight: normal;
}

/* For single event view */
.eventbrite-single-title .event-date {
    font-size: 1.2rem;
    color: #888;
    margin-top: 10px;
}

/* Date styling */
.event-date {
    display: block;
    font-size: 0.8em;
    color: #666;
    margin-top: 5px;
    font-weight: normal;
}

/* Single event title specific styling */
.eventbrite-single-title .event-date {
    font-size: 1.2rem;
  color: inherit;
  margin-top: 10px;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 900;
  visibility: hidden;
  height: 0px;
}


/* */

/* Ensure proper spacing in admin */
#titlediv #title {
    line-height: 1.4;
}

/* Blog Image Container */
.blog-image {
    position: relative;
    overflow: hidden;
    height: 250px; /* Match your existing image height */
}

/* Featured Image */
.blog-featured-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Title Overlay */
.blog-title-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(28, 25, 19, 0.5);
    opacity: 1;
    transition: all 0.3s ease;
}

.blog-title {
    color: white;
    text-align: center;
    text-shadow: 0 2px 5px rgba(0,0,0,0.8);
    font-size: calc(82px - 4vw);
    font-weight: 900;
    text-transform: uppercase;
    padding: 15px;
    width: 90%;
    margin: 0;
}

/* Hover Effects */
.blog-card:hover .blog-featured-image {
    transform: scale(1.05);
}

.blog-card:hover .blog-title-overlay {
    background: rgba(174, 10, 10, 0.7);
}


/* Blog Title Link Styling */
.blog-title-link {
    color: #ffffff !important;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 0px;
    transition: all 0.3s ease;
    text-shadow: 0 2px 5px rgba(0,0,0,0.8);
}

.blog-title-link:hover {
    color: #f6f6f6 !important;
    transform: scale(1.02);
    text-shadow: 
        0 0 10px rgba(255,255,255,0.3),
        0 2px 5px rgba(0,0,0,0.9);
}

/* Responsive adjustments */
@media (max-width: 1055px) {
    .blog-title-link {
        padding: 15px;
    }


    .hidden.noshade.leftalign {
  font-size: 60px !important;
}

}

/* Existing Blog Content Styles Remain Unchanged */
.blog-content {
    /* Your existing styles */
    padding: 25px;
    background: #fff;
}

/* Responsive Adjustments */
@media (max-width: 1055px) {
    .blog-title {
        font-size: calc(72px - 4vw);
        padding: 10px;
    }
}



.pms-form input[type="text"], .pms-form input[type="password"], .pms-form input[type="email"], .pms-form input[type="textarea"], #pms_login input[type="text"], #pms_login input[type="password"], #pms_login input[type="email"], textarea {
  width: 90% !important;
}

label, .wpforms-field-label {
  font-weight: 900 !important;
  font-size: 50px !important;
  line-height: 50px !important;
}

/* Center the login form */
.signup-form.wpb_column {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically (if needed) */
    width: 100%;
    min-height: 100vh; /* Adjust height if needed */
    position: relative;
    z-index: 10; /* Ensure it appears above other elements */
}

/* Style the login form container */
.pms-form {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 878px;
    width: 100%;
    text-align: left;
}

/* Style input fields */
.pms-form input[type="text"],
.pms-form input[type="password"] {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

/* Remember me checkbox */
.pms-form .login-remember {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    font-size: 14px;
}

/* Style the submit button */
.pms-form input[type="submit"] {
    width: 100%;
    padding: 12px;
    background: #66080d; /* WordPress red, change if needed */
    border: none;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
    text-transform: uppercase;
    font-size: 50px !important;
  font-family: roboto condensed !important;
  font-weight: 900 !important;
}

.pms-form input[type="submit"]:hover {
    background: #010101;
}

/* Login extra links (Register, Forgot Password) */
.pms-form .login-extra {
    margin-top: 15px;
    font-size: 14px;
    color: #66080d;
}

.pms-form .login-extra a {
    color: #66080d;
    text-decoration: none;
    transition: color 0.3s;
}

.pms-form .login-extra a:hover {
    color: #010101;
}

/* Ensure it is above other elements */
.signup-form {
    position: relative;
    z-index: 10;
}




.signup-form.wpb_column {
    display: flex;
    justify-content: center; /* Centers it horizontally */
    align-items: center; /* Optional: Centers content vertically */
    /*width: 100%;*/ /* Ensures it takes the full width of its parent */
}



.pms-alert {
z-index: 99999999999;
  position: relative;
  margin: 200px;
  padding: 100px 50px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 100px;
  background: #fff;
 
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  width: 400px;
  margin-bottom: -75px;
  margin-left: calc(50% - 305px);
  
}

.pms-form input[type="submit"],
.pms-form button {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}


.responsive-picture img {
    height: 100%; /* Match the height of the parent grid item */
    width: auto; /* Maintain aspect ratio */
    object-fit: contain; /* Ensure the image fits without being cropped */
}


.header-image {
  animation: scrollBackground 120s linear infinite;
  background-repeat: repeat;
}

.bodymargin.noshade.zoomInUp {
  margin: 75px 0px 0px;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(to bottom, rgba(28, 25, 19, 0.9), rgba(174, 10, 10, 0.9)) !important;
  padding: 50px;
  color: #fff;
  border: 1px #fff solid;
  width: 90%;
}

@font-face {
    font-family: 'dinblack';
    src: url('assets/dinblarevographic-webfont.eot');
    src: url('assets/dinblarevographic-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/dinblarevographic-webfont.woff') format('woff'),
         url('assets/dinblarevographic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinbold';
    src: url('assets/dinbolrevographic-webfont.eot');
    src: url('assets/dinbolrevographic-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/dinbolrevographic-webfont.woff') format('woff'),
         url('assets/dinbolrevographic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinlight';
    src: url('assets/dinligrevographic-webfont.eot');
    src: url('assets/dinligrevographic-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/dinligrevographic-webfont.woff') format('woff'),
         url('assets/dinligrevographic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinmedium';
    src: url('assets/dinmedrevographic-webfont.eot');
    src: url('assets/dinmedrevographic-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/dinmedrevographic-webfont.woff') format('woff'),
         url('assets/dinmedrevographic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinregular';
    src: url('assets/dinregrevographic-webfont.eot');
    src: url('assets/dinregrevographic-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/dinregrevographic-webfont.woff') format('woff'),
         url('assets/dinregrevographic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



body, html {
    box-sizing: border-box;
}

/* Ensure the grid container spans the full width */
.herogrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 75px;
    grid-template-areas: 
        "header header"
        "mainpicture mainheadline";
}

/*countdown background*/

.event-countdown.header {
  background-image: url('http://localhost/bmf/wp-content/themes/BlackMusicFestival/hiddenpattern-one.jpg') !important;
}


/*countdown background*/

/* Styling for the header area */
.header, 
.eventbrite-single-details {
    grid-area: header;
    /*idth: 100vw; /* Ensure full viewport width */

    width: calc(100vw - 25px);
    margin-left: -50vw; /* Center align the header */
    left: 50%;
    position: relative;
    /*background-color: #3498db; /* Example background color */
    background: linear-gradient(to bottom, #1C1913, #ae0a0a) ;
  background-image: url('http://localhost/bmf/wp-content/themes/BlackMusicFestival/hiddenpattern-1one.jpg');
  background-size: 1750px;
  background-position: center;
  padding: 13px;
  
  background-repeat: repeat;
  animation: scrollBackground 40s alternate-reverse infinite;
}

/* Styling for main picture */
.mainpicture {
    grid-area: mainpicture;
    /*height: 300px; /* Setting the height crop */
    /*overflow: hidden; /* Ensure content doesn't overflow */
    padding-left: 75px;
    padding-right: 50px;
    /*background-color: #f6f6f6;*/
    
}

/* Styling for main headline */
.mainheadline {
    grid-area: mainheadline;
    /*background-color: #f6f6f6;*/
    padding-left: 50px;
    padding-right: 75px;
    padding-bottom: 50px;

}

/* Media query for screens with a max-width of 1055px */
@media (max-width: 1055px) {


    .parent div:first-child {
  padding-right: -25px !important;
}


    .contact-form {

  width: calc(100% - 50px) !!important;
}

    .image-box, .text-box {
 
  margin-left: -50px;
}





    .herogrid {
    display: grid;
    /*grid-template-columns: 50% 50% !important;*/
}

    .herogrid {
        grid-template-columns: 1fr;
        grid-template-areas: 
            "header"
            "mainpicture"
            "mainheadline";
    }



    .mainpicture,
    .mainheadline {
        width: 50%;
        height: auto; /* Reset height to auto for responsive design */
        width: calc(100% - 100px);
    }

    .mainheadline {
        padding-left: 75px;
    }

    /* Ensure header covers full width in smaller screens */
    .header {
        width: 100%;
        margin-left: -20px;
        left: 0;
    }
}






        /* Main navigation container */
        .nav-container {
            width: 100%;
            background-color: #f6f6f6 !important; /* Background color of the menu */
        }

        /* Main navigation list */
        .nav-menu {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            justify-content: center; /* Center align the menu items */
        }

        /* Individual menu item */
        .nav-menu li {
            margin: 0;
        }

        /* Link styles */
        .nav-menu li a {
           
        }

        /* Hover state */
        .nav-menu li a:hover {
            background-color: #fff; /* Background color on hover */
        }

        /* Parent menu style */
        .wp-menu-container {
            position: relative;
            border: 1px solid rgb(206, 207, 208) !important;
            padding: 4px !important;
            width: 100%;
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
        }

        /* Child menu item style */
        .wp-menu-container ul.wp-menu li {
            border: 1px dotted rgb(206, 207, 208);
            padding: 25px;
        }

        .navli {
  
  padding: 25px 25px 25px 25px;
}

.navli {
        /* Add styles for the list item */
        display: flex;
        margin-right: 0px; /* Adjust spacing between list items */
        font-size: px; /* Set the font size for the list item */
        /* Add any other styles as needed */
        border-left: 0px dotted rgb(206, 207, 208);
        border-right: 1px dotted rgb(206, 207, 208);
        border-top: 1px dotted rgb(206, 207, 208);
        border-bottom: 1px dotted rgb(206, 207, 208);
        flex: 1;
    }

    .navli a .subtitle {
        /* Add styles for the link */
        /*display: block;*/
        padding: px; /* Adjust padding to match desired link size */
        color: #; /* Set link color */
        text-decoration: none; /* Remove default underline */
        /* Add any other styles as needed */
        font-family: "Roboto Condensed";
        font-weight: 100;
        font-size: calc(51px - 2vw) !important;
        color: #4a4a4a !important;
        transition: background-color 0.3s, color 0.3s, text-shadow 0.3s; /* Transition effect for hover */
    }

    .navli a  {
        /* Add styles for the link */
        /*display: block;*/
        padding: px; /* Adjust padding to match desired link size */
        color: #; /* Set link color */
        text-decoration: none; /* Remove default underline */
        /* Add any other styles as needed */
        font-family: "Roboto Condensed";
        font-weight: 100;
        font-size: calc(51px - 2vw) !important;
        color: #4a4a4a !important;
        transition: background-color 0.3s, color 0.3s, text-shadow 0.3s; /* Transition effect for hover */
    }

    .subtitle {
        /* Add styles for the link */
        /*display: block;*/
        padding: px; /* Adjust padding to match desired link size */
        color: #; /* Set link color */
        text-decoration: none; /* Remove default underline */
        /* Add any other styles as needed */
        font-family: "Roboto Condensed";
        font-weight: 100;
        font-size: calc(51px - 2vw) !important;
        color: #4a4a4a !important;
        transition: background-color 0.3s, color 0.3s, text-shadow 0.3s; /* Transition effect for hover */
    }


.navli:hover {
        /* Add styles for hover effect on list item */
        background-color: #fff; /* Change background color on hover */
        cursor: pointer; /* Change cursor to pointer on hover */
    }


    .navli a .subtitle .data-fa-icon.icon-style {
    /* Add styles for the icon */
    /* For example: */
    font-family: Font Awesome; /* Add the font family for Font Awesome */
    margin-right: 5px; /* Adjust margin to separate icon from text */
    display: inline;
}

 .navli a .data-fa-icon.icon-style {
    /* Add styles for the icon */
    /* For example: */
    font-family: Font Awesome; /* Add the font family for Font Awesome */
    margin-right: 5px; /* Adjust margin to separate icon from text */
    display: inline;
}

.navli:first-child  {
    border-left: none; /* Remove left border for the first item */
    padding-left: 75px; /* Padding from the right for the first item */
}

.navli:last-child  {
    border-right: none !important   ; /* Remove right border for the last item */
    padding-right: 75px; /* Padding from the right for the last item */
}

.navli.navliport {
  padding-left: 50px;
  padding-right: 50px;
  border-left: 1px dotted rgb(206, 207, 208) !important;
  border-right: 1px dotted rgb(206, 207, 208) !important;
  width: 100% !important;
  line-height: calc(90px - 4vw);
}


.close-btn {
    
    background: none;
    border: none;
    
    cursor: pointer;
}

#firstgapbot {
    /*margin-bottom: -18px;*/
}

#firstgaptop {
    margin-top: -4px;
}


.navli.navliport {
  width: auto !important;
}




.navliportright ul {
    text-align: right; /* Right-align text */
}

.navliportright {
    text-align: right; /* Right-align text */
}

.navliportright ul li {
    display: flex;
    justify-content: flex-end;
    align-items: left;
}

.navliportright ul li a {
    text-align: right; /* Ensure links are also right-aligned */
}


.navlisub ul {
    text-align: right; /* Right-align text */
}

.navlisub {
    text-align: right; /* Right-align text */
}

.navlisub {
    display: contents !important;
    justify-content: flex-end;
    align-items: left;
}

.navlisub.navli.navliport ul li a {
    text-align: right; /* Ensure links are also right-aligned */
}

.navliport {
  padding-left: 50px;
  padding-right: 50px;
  border-left: 1px dotted rgb(206, 207, 208) !important;
  border-right: 1px dotted rgb(206, 207, 208) !important;
  border-bottom: 1px dotted rgb(206, 207, 208) !important;
  border-top: 1px dotted rgb(206, 207, 208) !important;
 
}




/* Styles for screens up to 768px (typical tablet width) */
@media (max-width: 768px) {
  /* Add your mobile styles here */

  .parent.mar {
  padding: 0px !important;
  border: 0px !important;
}

/*revo burger bar*/
#burger .bar1.change {
  transform: rotate(-45deg) translate(-63.75px, 56.75px); /* Adjusted values */
}

#burger .bar2.change {
  opacity: 0;
}

#burger .bar3.change {
  transform: rotate(45deg) translate(-17.75px, -23.75px); /* Adjusted values */
}

/* Set animation styles for the dropdown when open */
.dropdown-menu {
  /* Define the initial styles for the dropdown */
  /* This is the state before opening */
  /* For example: */
  opacity: 1;
  transform: translateY(-20px) scale(0.95); /* Start slightly above and smaller */
  transition: opacity 0.3s ease, transform 0.3s ease; /* Define the transition properties */
}

.dropdown-menu.change {
  /* Define the styles when the dropdown is open (i.e., .change class is applied) */
  /* For example, to fade in and slide down */
  opacity: 1;
  transform: translateY(0) scale(1); /* Reset transform */
}

.dropdown-menu .dropdown-menu-image:hover,
.dropdown-menu .menu-image2:hover {
    transform: scale(1.1); /* Zoom effect on hover */
}

/* Animation keyframes */
@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}




/* Set animation styles for the dropdown when it closes */
#burger:not(.change) .dropdown-menu.change {
  /* Define the reverse animation styles for the dropdown when it's closing */
  /* For example, to fade out and slide up */
  opacity: 0;
  transform: translateY(-20px);
}



/*revo burger bar*/



  .header {
    /*width: calc(100vw - 150px);*/
}

.header {
  margin-bottom: 75px;
}

}

/* Styles for screens up to 480px (typical smartphone width) */
@media (max-width: 480px) {
  /* Add your smaller mobile styles here */
}



/*z-index*/

header {
  z-index: 999;
  position: relative;
}

.mainnav.nav-container.wp-menu-container {
  z-index: 1;
  visibility: hidden;
  height: 0px;
}

/* Global Font */
body, .sidebar, .widget {
    font-family: "Roboto Condensed", 'dinregular', Helvetica, Arial, sans-serif !important;
    font-size: 30px;
    letter-spacing: 0px;
}

/* Titles and Buttons */
h1, h2, h3, h4, h5, h6, button {
    text-transform: uppercase;
    
}

.tcenter {
    text-align: center !important;
}


/* H1 */
h1 {
color: #192331;
  font-family: "Roboto Condensed",Helvetica,Arial,sans-serif !important;
  font-weight: 900 !important;
  font-size: 106px;
  font-weight: normal;
  letter-spacing: -2px;
  line-height: 85px;
  padding-bottom: 47px;
  padding-top: 85px;
  text-align: center;
  text-transform: uppercase;
  /*border-bottom: 1px dotted #CECFD0 !important;*/
  margin-bottom: 45px;
  text-shadow: 0px 0px 4px #558ECB;
  }


  /* H2 */
h2 {
    text-transform: uppercase;
    color: #4A4B4B;
    letter-spacing: 0px;
    line-height: 75px;
    font-size: 88px;
    text-align: center;
    font-weight: normal;
    border-bottom: 1px dotted #CECFD0;
    margin: 0px 0px 65px 0px;
    text-shadow: 0px 0px 0px #558ECB;
    padding-top: 4px;
    padding-bottom: 59px;
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif !important;
    font-weight: 800;
}


  /* H3 */
h3 {
    color: #4A4B4B;
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif !important;
  font-weight: 700 !important;
    font-size: 88px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 78px;
    margin-left: 0px;
    padding-bottom: 64px !important;
    padding-top: 16px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 16px;
    text-shadow: 0px 0px 0px #558ECB;
}


/* H4 */
h4, .widget-title {
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif !important;
  font-weight: 900;
  
  padding-bottom: 15px;
  color: #4A4B4B;
  /*text-shadow: 0px 0px 6px #ae0a0a;*/
  text-align: left;
  
  margin-top: 50px;
  padding-bottom: 0px !important;
  line-height: 43px;
  letter-spacing: -1px;
  color: #192331;
  text-transform: uppercase;
  margin-bottom: 45px;
}

h4 {
  font-size: calc(110px - 4vw);
  line-height: inherit !important;
}

/* H5 */
h5, ul, ol, button:first-child, .screen-reader-response, .wpcf7-response-output {
  text-align: left;
  padding-bottom: 10px;
  text-transform: uppercase;
  
  line-height: 40px;
  font-size: 40px;
  color: #4A4B4B;
  margin: 0px; 
  font-size: calc(82px - 4vw);
  line-height: calc(82px - 4vw);
  font-family: "Roboto Condensed",Helvetica,Arial,sans-serif !important;
  font-weight: 600;
  text-transform: uppercase !important;
}  


/* H6 */
h6 {
    font-size: calc(92px - 4vw);
  line-height: calc(94px - 4vw);
  font-family: "Roboto Condensed",Helvetica,Arial,sans-serif !important;
  font-weight: 600;
  text-transform: unset !important;
}

/* H7 */
.h7 {
    font-size: 20px;
    
    font-size: calc(88px - 4vw);
  line-height: calc(90px - 4vw);
}


.parent.thetitle {
    margin: 75px;
}

/* Body Text */
p, .sidebar, .widget, .blog-excerpt {
  font-weight: normal;
  
  line-height: inherit !important;
  /*text-align: left;*/
  letter-spacing: 0px;
  
  margin: 0;
  font-size: calc(72px - 4vw);
}

a {
  text-decoration: none;
  color: #8b8f9e;
  margin: 0;
  font-size: calc(76px - 4vw);
}

b {
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif !important;
  font-weight: 500;
}

/* Links Hover State */
a:hover {
    transition: background-color .1s linear;
    color: #ae0a0a !important;
    background: transparent;
}

.nav-menu li a:hover {
  background-color: #fff;
  color: #010101 !important;

  color: #010101 !important;
  background: #ae0a0a;

  text-shadow: 0px 0px 4px #558ECB;
}

.lighttext a:hover {
  color: #F74949 !important;
}


.noshad.bodymargins {
  color: #fff;
}
.noshad.bodymargins {
}
.noshad {
  text-shadow: 0px 0px 0px #AA0A0A !important;
}


.bodymargin {
    margin: 75px;
}

/* Button Styles */
button {
    border: 1px dotted #CECFD0 !important;
    letter-spacing: 0px;
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif !important;
    font-weight: 900;
    display: inline-block;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f7f7f7;
    padding: 9px 14px;
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* Additional Styles for First Child Button */
button:first-child {
    padding-bottom: 36px;
    padding-top: 36px;
    margin-top: 0% !important;
    text-align: center !important;
    width: 100%;
}

/* Button Hover State */
button:hover {
    background: #ffffff;
}

/* Additional Styles for button_a */
button_a {
    padding-left: 4px;
    padding-right: 4px;
}

/* Parent Styles */
.parent {
    position: relative;
    border: 1px solid rgb(206, 207, 208);
    padding: 4px;
    margin-top: 75px;

    display: flex;
    flex-direction: column; /* For vertical layout on small screens */
    /*align-items: center; /* Center items horizontally */
}

/* Styles for the first child div within the parent */
.parent div:first-child {
    border: 1px dotted rgb(206, 207, 208);
    padding: 75px;
    /* Additional styles for the first child if needed */
}


/* Styles for the second child div */
.child {
  /* Add styles for the second child div here */
  /* For example: */
  position: relative;
    border: 1px solid rgb(206, 207, 208) !important;
    padding: 4px !important;
}

/* Styles for the third child div */
.child div:first-child {
  /* Add styles for the third child div here */
  /* For example: */
  border: 1px dotted rgb(206, 207, 208);
    padding: 50px
}



/* Bullet Point Styles for Lists */
ul, ol {
    list-style: none;
    padding-left: 0;
}

.left-icon.lm::before {
  margin-right: 30px !important;
}

.left-icon {
  display: flex;
}

/* Font Awesome as Bullet Point */
ul li::before,
ol li::before {
    /*content: "\f125"; /* Unicode for Font Awesome icon */

    font-family: FontAwesome;
    display: block;
    margin-right: 10px; /* Adjust as needed */
    /*width: calc(105px - 4vw);*/
    color: #192331;
}

li::before {
            /* Use attr() to retrieve the value of the data-icon attribute and set it as the content */
            content: attr(data-fa-icon);
            font-family: FontAwesome;
            text-align: left;
            }



            /* Hover state */
li:hover::before {
  color: #9E1F22; /* Change color on hover */
}

/* Active state */
li.active::before {
  color: #9E1F22; /* Change color for active state */
}



            button::before {
    content: attr(data-fa-icon); 
    font-family: FontAwesome;
    content: attr(data-fa-icon); 
    margin-right: 10px;

    color: #192331;
}


.navli.sub {
 display: inline-table;
  text-align: right;
  text-wrap: nowrap;
  padding-left: 0px;
  border-right: 1px dotted rgb(206, 207, 208);
  width: calc(100% - 52px) !important;
  border-left: 1px dotted rgb(206, 207, 208);
  top: 0px;
  position: relative;
}


.right-icon.sub-icon.navli-icon {
  /*width: calc(98px - 4vw);*/
  padding-right: 0px
}


.sub-icon.navli-icon {
  margin-left: 40px;
}

            /* Alternate version with icon on the right */


            #close-left-menu {
  display: block ruby;
}

#left-menu {
  display: table;
}

#close {
  margin-right: 0px;
}

#place_order {
  font-size: 50px;
  margin-top: 50px;
}
.right-icon::after {
    content: attr(data-fa-icon) !important;
    font-family: FontAwesome !important;
    display: inline-block;
    margin-left: 25px; /* Adjust as needed */
    /*width: calc(105px - 4vw);*/
    color: #192331;
}

.right-icon::before {
    content: none !important;
    text-align: center;

}

.hide-icon::before {
    content: none !important;
    text-align: center;
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 15px; /* Adjust as needed */
    width: calc(105px - 4vw);
    color: #192331;

}

.subright {
    margin-right: 25px;

}

.sub-icon {
    content: attr(data-fa-icon) !important;
    text-align: center;
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 25px !important; /* Adjust as needed */
    /*width: calc(105px - 4vw);*/
    color: #192331;
    font-size: calc(92px - 4vw) !important;
    margin-right: 0px; /* Adjust as needed */
}

.submenu-icon {
    content: attr(data-fa-icon) !important;
    text-align: center;
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 25px; /* Adjust as needed */
    width: calc(105px - 4vw);
    color: #192331;
    font-size: calc(47px - 2vw);
    margin-right: 0px; /* Adjust as needed */
}

.portfolio-submenu {
    content: attr(data-fa-icon) !important;
    text-align: center;
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 25px; /* Adjust as needed */
    width: calc(105px - 4vw);
    color: #192331;
    font-size: calc(44px - 2vw);
    margin-right: 0px; /* Adjust as needed */
}


#subright {
  background: #fff6ff;
}

#subleft {
  background: #fff6ff;
  text-align: left !important;
  justify-content: unset;
}

.sub-icon.navli-icon.subleftaligned {
  margin-right: 25px;
}

/* Additional Styles */
.navguidetitle {
    font-family: dinbold;
    padding-bottom: 12px;
    color: #3D8AC5 !important;
}



.navli.navliport.right-icon.navliportright {
  display: block ruby;
  text-align: right;
  text-wrap: nowrap !important;
}



li a:hover {
    content: ">";
}



/* Submenu Styles */
.submenu {
    display: none; /* Initially hide submenus */
    list-style: none;
    padding-left: 0px; /* Indentation for submenu items */
}

.show-submenu {
    display: block; /* Show submenu when triggered */
}



.doubleline {
    padding-bottom: 27px;
    word-wrap: break-word;
}

.navguideguide {
    font-family: dinregular;
    font-size: 12px;
    word-wrap: break-word;
}

.rotate {
    font-family: dinregular;
    margin: -7px 24px 0px 72px;
    color: #ff0000;
    text-shadow: -1px -1px 0px #f4f4f6, 1px -1px 0px #f4f4f6, -1px 1px 0px #f4f4f6, 1px 1px 0px #f4f4f6;
    font-size: 9px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: prog
}

/* Additional Styles */
.topheadstrip {
    text-transform: uppercase;
    font-family: 'dinmedium !important';
    color: #f4f4f6;
    letter-spacing: 5px;
    text-align: center;
}

@media screen and (min-width: 1061px) {


    .featimg {
    margin-top: -100px;
}
   
   .excerpt {
  visibility: visible;
  height: auto;
  padding-bottom: 75px;
}



    #topstrip {
        font-size: 24px !important;
    }
}

.flexgridboxhome{
display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.flexgridbox {

}

.flexgrid {
  display: flex;
  gap: 75px;
  align-items: center;
}



/* Additional Styles */
.revobackgrounddark {
    background: #010101 !important;
    background: -webkit-gradient (linear,left top,left bottom,from(#162230),to(#000)) !important;
    background: -webkit-linear-gradient(#58595b,#000);
    background: -moz-linear-gradient(center top,#58595b 0%,#000 100%) !important;
    background: -moz-linear-gradient(center top , #162230 0%, #000 100%) repeat scroll 0% 0% transparent !important;
}

/* Additional Styles */
#revobgmakejpegcopy {
    background: url(sg_woocommerce-template_media/revobgmakejpegcopy.jpg) no-repeat;
    background-size: auto;
    position: absolute;
    left: 19px;
    top: -34px;
    height: 28px;
    margin-left: 0px;
    margin-top: 0px;
    background-size: 890px;
    z-index: 3;
    width: 939px;
}

.nomargin {
   

}

.hidden.noshade.leftalign {
  color: #fff;
  font-weight: 900;
  background-color: #010101;
  padding: 50px;
    padding-bottom: 50px;
  margin-bottom: 60px;
  margin-left: -60px;
}

body {
  margin: 0; /* Remove default margin */
  padding: 0; /* Remove default padding */
  width: 100%; /* Make the body take up 100% of the width of the viewport */
}


.container {
  position: relative; /* Set the container's position to relative */
  min-height: 100vh; /* Ensure the container is at least the height of the viewport */
}


.container {
  position: relative; /* Set the container's position to relative */
  min-height: 100vh; /* Ensure the container is at least the height of the viewport */
  /*margin-right: 11px;*/
}


.whitestrip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background: linear-gradient(to bottom, #f6f6f6, #CFD1D2);
  color: #fff;
  position: relative;
  padding: 25px;
}


.footer {
  /*background-image: url(images/concretebg.png);*/
  background-repeat: repeat;
  padding: 0px;
  padding-top: 5px;
  bottom: 0; /* Align the footer to the bottom */
  width: 100%;; /* Make the footer take up the full width */
  background-color: #010101; /* Background color for the footer */
  /* Add any additional styling you need for the footer */
  background-size: 160% auto;
  height: 100%;
  padding-bottom: 0px !important;
}






.bodymarginfooter {
    margin: 0 auto;
  border: 0px !important;
  padding: 75px;
  width: 90vw !important;
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
}


.bodymarginfooter2 {
    margin: 0 auto;
  border: 0px !important;
  padding: 50px !important;
  /*width: 100vw !important;*/
  display: flex;
  flex-direction: column;

  /*width: calc(100vw - 150px) !important;*/
  /*align-items: center;*/
}


.bodymarginfooter2.creditzone {
  text-align: left;
  padding-left: 75px !important;
  width: calc(100vw - 125px) !important;
padding: 75px;
}

.parent.bot {
  margin-top: 0px;
}



.parent.marginblank {
  border: 0px;
}

.marginblank {
  border: 0px !important;
}

.footerlinks {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 50px;
}

    .data-fa-icon.icon-style.footer {
  width: 40px !important;
}


.herogrid {
    display: grid;
   grid-template-columns: repeat(1fr, 1fr);
    grid-gap: 0px;
    row-gap: 0px;
}

.parent.bot {
  margin: 75px;
}


.navli.navlitop::before {
  /*margin-right: 20px;*/
}

.bottomfooter {
    width: calc(100% - 150px);
}


.nav-previous, .nav-next {
  font-weight: 900;
  text-transform: uppercase;
}

.related-posts h3 {
    line-height: initial;
}

.meta-label { 
    letter-spacing: 0px !important 
}

.hidden.noshade.leftalign.wristband {
  font-size: calc(94px - 4vh) !important;
  line-height: initial;
}

.footer-image img {
    max-width: 100%;
    height: auto;
    display: block;
    visibility: hidden;
    margin-top: 260px;
}


/* Media query for small desktop view */
@media (min-width: 1329px) {

       .single-category-tab, .single-tag-tab, .meta-label, .single-blog-meta i  {
        font-size: calc(76px - 3vw) !important;
    }


    h3 {
 
  font-size: calc(88px - 3vw) !important;
  line-height: calc(90px - 3vw);
}

.nav-previous, .nav-next {
  font-size: calc(76px - 3vw) !important;

}

    .category-tab, .tag-tab{

        font-size: 28px !important;
    }

    .hidden.noshade.leftalign {
  margin-left: -105px !important;
}

.header-image-container {
  height: 400px !important;
}


    .excerpt {
  visibility: visible !important;
  height: auto !important;
}

 .flexhero1 {
    visibility: visible !important;
    width: auto !important;
    margin-left: -25px !important;
  }



.mainheadline {
    padding-bottom: 0px;
}

   .image-box, .text-box {
 
  margin-left: -50px;
}











  

    h4 {
  font-size: 40px;
}

    h5, ul, ol, button:first-child, .screen-reader-response, .wpcf7-response-output {
        
        line-height: 45px;
        font-size: 45px;
    }

    .widgethead {
  font-size: 35px;
  padding-top: 20px;
  padding-bottom: 28px;
  line-height: 35px
}

    h6 {
  font-size: 30px;
}

    .navli.navlitop {
  font-size: 30px;
  padding-left: calc(20% - 15%);
  padding-top: 35px;
    padding-bottom: 35px;
}

.navli a, .sub-icon, .menu li::before  {
    font-size: 24px !important;
}

  .topnav {
    top: 0px !important;
}

.topnav {
  
}

#topnavtext {
    font-size: 22px !important;
    margin-left: 15px;
    margin-top: 0px;
}

.submenu-icon.portfolio-submenu {
  font-size: 18px;
}


.header {
    margin-bottom: 75px;
}

p, .sidebar, .widget, .blog-excerpt {
  font-size: 22px;
}

.child div:first-child {
  padding: 25px;
}

.footerlinks {
    grid-gap: 25px;
    }
}





.topnav {
  top: 0px !important;
  position: relative;
}

/* Media query for small desktop view */
@media (max-width: 1528px) {

.topnav {
  top: 4px !important;
  position: relative;
}

    .right-icon.sub-icon.navli-icon {
  /*width: calc(98px - 4vw);*/
  margin-left: 34px;
}

    .footerlinks {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .logoribbon {
  visibility: hidden;
  height: 0;
  width: 0;
}

     .bodymarginfooter {
        
    }

    .navli a .subtitle {
  
  /*font-size: calc(47px - 2vw) !important;*/
}

.navli {
  /*font-size: calc(57px - 2vw);*/
}

.navli-icon {
  /*font-size: calc(47px - 2vw) !important;*/
}


}

.subtitle {
  font-family: "Roboto Condensed";
  font-weight: 100;
  width: 100% !important;
  display: contents !important;
}

.custom {
  line-height: 65px;
}


.custom-section {
    height: 0px !important;
  visibility: hidden;
}
/* Media query for tablet view */
@media (max-width: 1314px) {


    .topnav.sub {
  top: 2px !important;
}

    .right-icon.sub-icon.navli-icon {
  /*width: calc(89px - 4vw);*/
}
    .footerlinks {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .logoribbon {
  visibility: visible; 
  width: auto;
}

    .bodymarginfooter {
        padding: 50px !important;
    }

      .navli a .subtitle{
  
  font-size: calc(40px - 2vw) !important;

}

      .navli a {
  
  font-size: calc(44px - 2vw) !important;

}

.portfolio-submenu {
  margin-left: 10px;
}

.navli {
  font-size: calc(45px - 2vw) !important;
  width: 0px;
  padding-left: calc(20% - 15%);
}

.navli-icon {
  font-size: calc(45px - 2vw) !important;
  
}

}

.header {
  margin-bottom: 75px;
}


/* Media query for mobile view */
@media (max-width: 1250px) {
    .navli {
    padding-left: calc(18% - 15%);
  }

}

/* Media query for mobile view */
@media (max-width: 1150px) {
    .navli {
    font-size: calc(45px - 2vw) !important;
    width: 0px;
    padding-left: 25px;
  }

      .flexhero1 {
  visibility: hidden !important;
  width: 0px;
  margin-left: -75px;
}

}

/* Media query for mobile view */
@media (max-width: 1100px) {




.featimg {
    margin-top: -50px;
}
  

.header {
  margin-bottom: 75px;
}

    .navli a .subtitle {
  
  font-size: calc(40px - 2vw) !important;
  visibility: hidden;
    width: 0px;
}

    .navli a  {
  
  font-size: calc(40px - 2vw) !important;
  visibility: hidden;
    width: 0px;
}

.portnavli {
  
  font-size: calc(40px - 2vw) !important;
  visibility: visible !important;
    width: auto !important;
}

  .navli.navlitop::before {
    margin-right: 50%;
    margin-left: calc(50% - 15px);
  }
}


/* Media query for mobile view */
@media (max-width: 1055px) {



    .footerlinks {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .header {
  margin-bottom: 75px;
}
}

/* Media query for mobile view */
@media (max-width: 868px) {
    .footerlinks {
        grid-template-columns: repeat(1, 1fr) !important;
        text-align: left;
    }

    .herogrid {
        grid-template-columns: repeat(1, 1fr) !important;
        column-gap: 0px !important;
        grid-gap: 0px;
    row-gap: 0px !important;

    }

    .header {
  margin-bottom: 75px;
}


}

.topspace {
  
}

.bottomspace {
  margin-bottom: 75px;
}

.data-fa-icon {
  font-family: FontAwesome;
}

.icon-style {
    display: inline-block;
    margin-left: 15px; /* Adjust as needed */
    width: calc(105px - 4vw);
    color: #ae0a0a;
    margin-right: 15px;
    background: none;
}


a {
  font-size: inherit;
}

.lighttext {
  color: #f6f6f6;
}

.darktext {
  color: #4d4d4d;
}

.darktext a {
  color: #010101;
}

.darktext:hover:active {
  color: #010101 !important;
  text-decoration: underline;
}
.darktext:hover {
  color: #010101 !important;
  text-decoration: underline !important;
}

.parapoints {
    padding-bottom: 25px;
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif !important;
  font-weight: 500;
}


.nav-container.wp-menu-container:active {
  font-family: "Roboto Condensed" !important;
  font-weight: 100;
  font-size: 27px !important;
  color: #4a4a4a !important;
}


.has-submenu::after {
    /*content: "\f0fe"; /* FontAwesome Unicode for the submenu icon */
    font-family: FontAwesome; /* Specify FontAwesome as the font family */
    margin-left: 5px; /* Adjust margin as needed to separate the icon from the text */
    font-size: 22px;
    margin-top: -12px;
    color: #9e1f22;
}

.hasa-submenu::before {
    /*content: "\f0dd" !important; /* FontAwesome Unicode for the submenu icon */*/
    font-family: FontAwesome; /* Specify FontAwesome as the font family */
    margin-right: 5px; /* Adjust margin as needed to separate the icon from the text */
    font-size: 22px;
    margin-top: -12px;
    color: #9e1f22;
    display: block !important;
}

.hasb-submenu::before {
    content: "\f0dd" !important; /* FontAwesome Unicode for the submenu icon */
    font-family: FontAwesome; /* Specify FontAwesome as the font family */
    margin-right: 5px; /* Adjust margin as needed to separate the icon from the text */
    font-size: 22px;
    margin-top: -12px;
    color: #9e1f22;
    display: block !important;
}


.menu li::before {
  content: attr(data-fa-icon);

  font-family: FontAwesome;

  margin-right: 25px;

}
.hasa-submenu::before {
  content: "\f0dd" !important;

  font-family: FontAwesome;

  margin-right: 5px;

  font-size: 22px;

  margin-top: -12px;

  color: #9e1f22;

  display: block !important;

}

.hasb-submenu::before {
  content: "" !important;

  font-family: FontAwesome;

  margin-right: 5px;

  font-size: 22px;

  margin-top: 0px;

  color: #9e1f22;

  display: block !important;

}




/* Submenu Styles */

#pmol {
  line-height: 0px;
}
.submenu {
    display: none; /* Initially hide submenus */
    list-style: none;
    position: absolute;
    padding-left: 0px; /* Indentation for submenu items */
     min-width: 100%; /* Make the submenu at least as wide as the parent */
    z-index: 1000; /* Ensure it appears above other elements */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); /* Optional: Add a subtle shadow for better visibility */
    min-width: 100%; /* Make the submenu at least as wide as the parent */
}

.show-submenu {
    display: contents; /* Show submenu when triggered */
}

.submenu li {
    padding: 25px;
    padding-right: 50px;
    white-space: nowrap; /* Prevent text from wrapping */
}

.submenu li a {
    text-decoration: none;
    color: ; /* Adjust as needed */
}


/* Hover state */
.navli:hover::after {
    color: #9e1f22; /* Change color on hover */
}

/* Active state */
.navli.active::after {
    color: #9e1f22; /* Change color for active state */
}

.sub-icon:hover {
    color: #9e1f22; /* Change color on hover */
}

.submenu-icon:hover {
    color: #9e1f22; /* Change color on hover */
}

/* Porfolio Menu */

.menu {
  position: fixed;
  /*top: 96px;
  height: 100%;*/
  background-color: rgba(255, 255, 255, 0.9); /* 10% transparent white */
  transition: transform 0.3s ease;
  overflow-y: auto; /* Enable scrolling if needed */
}

.menu ul {
  padding: 0;
}

.subnavlileftalign {}

.navli.navliport.sub.portnavli.submain {
 padding-left: 25px;
  text-align: left;
}

.navli.navliport.right-icon.navliportright.hasa-submenu {
  display: contents;
}

.navli.navliport.right-icon.navliportright.hasb-submenu {
  display: contents;
}

.navli.navliport.navliportright {
  display: contents;
}

.menu li::before {
  content: attr(data-fa-icon);
  font-family: FontAwesome;
  margin-right: 25px;
  margin-top: -2px;
}

#left-menu {
  left: 0;
  transform: translateX(-100%);
}

#right-menu {
  right: 0;
  transform: translateX(100%);
  text-wrap: nowrap;
  display: table;
}


/* slide */

.left-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 200px; /* Adjust width as needed */
    background-color: #fff; /* Adjust background color as needed */
    transition: transform 0.3s ease-in-out; /* Transition for smooth sliding animation */
    transform: translateX(-100%); /* Start off-screen */
}

.right-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 200px; /* Adjust width as needed */
    background-color: #fff; /* Adjust background color as needed */
    transition: transform 0.3s ease-in-out; /* Transition for smooth sliding animation */
    transform: translateX(100%); /* Start off-screen */
}

.slide-in-left {
    transform: translateX(0) !important; /* Slide the left menu in */
    width: 25%;
}

.slide-out-left {
    transform: translateX(-100%); /* Slide the left menu out */
}

.slide-in-right {
    transform: translateX(0) !important; /* Slide the right menu in */
    width: 25%;
}

.slide-out-right {
    transform: translateX(100%); /* Slide the right menu out */
}


.subzero {
    margin-top: 0px;
    position: initial;
  margin-top: -41px;
}



/* Icon Toggle */
.submenu-icon.open::before {
    content: "\f146"; /* Icon when submenu is open (FontAwesome up arrow) */
}

.submenu-icon::before {
    content: "\f0fe"; /* Icon when submenu is closed (FontAwesome down arrow) */
}


/* Icon Toggle */
/*.has-submenu.open::after {
    content: "\f146"; /* Icon when submenu is open (FontAwesome up arrow) 
}*/

/*.has-submenu::after {
    content: "\f0fe"; /* Icon when submenu is closed (FontAwesome down arrow) 
}*/

.submenu-icon.portfolio-submenu.open {
    content: "\f146" !important; /* Icon when submenu is open (FontAwesome up arrow) */
}

.submenu-icon.portfolio-submenu {
    content: "\f0fe" !important; /* Icon when submenu is closed (FontAwesome down arrow) */
  display: initial !important;
}




/*nav Menu*/
/*strive*/


.top-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background: linear-gradient(to bottom, #000, #000);
  color: #fff;
  position: relative;
  padding: 25px;
}

.burger-menu {
  
  cursor: pointer;
}

.burger-menu i {
  font-size: 24px;
}



.social-media-icons {
  display: flex;
  gap: 10px;
  font-family: FontAwesome;
}

.social-media-icons a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

.cta-button, .contact-form button {
  background-color: #f39c12;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 174px;
  left: 0px;
  background-color: #333;
  border: 1px dotted #fff;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}

.dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-menu ul li {
  border-bottom: 1px solid #fff;
  /*padding-top: 18px;
  padding-bottom: 10px;
  padding-left: 10px;*/
  color: #010101;
}

.dropdown-menu ul li a {
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  display: block;
  text-decoration: none;
}

.dropdown-menu ul li a:hover {
  background-color: #010101;
}

@media (max-width: 768px) {


    .child div:first-child {
  padding: 0px;
}

  .top-strip {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 25px 0px;
    width: 100%;
  }

  .burger-menu {
    display: block;
  }

  .social-media-icons {
    order: 3;
  }

  .cta-button {
    order: 4;
    margin-top: 10px;
  }

  .dropdown-menu {
    width: 100%;
    right: 0;
    top: 50px;
  }
}


.show {
  display: block !important;
}


/*Nav end*/



body {
  font-family: "Roboto Condensed",Helvetica,Arial,sans-serif !important;
  font-weight: 100;
  margin: 0;
  padding: 0;
}

.revonav {
  /*background-color: #333;*/
  padding: 25px 25px;
  left: 0px !important;
  position: relative;
  position: relative;
  z-index: -1;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
}

.button-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin-right: -5px;
  width: calc(100vw - 280px);
}

.button-container2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin-right: 70px;
}


.logomain img {
  width: 50vw !important;
  transition: transform 0.75s ease, opacity 0.5s ease !important;
    transition-behavior: ; /* Add transition */

  animation: ease-in;/* Add transition */
}


.logoribbon img {
 /*height: 16vw !important;*/
  transition: transform 0.5s ease, opacity 0.5s ease; /* Add transition */
  width: auto !important;
}

.logoribbon.bestcsr img {
  height: 13vw !important;
}

.logoribbontop img {
 height: 13vw !important;
  transition: transform 0.5s ease, opacity 0.5s ease; /* Add transition */
  width: auto !important;
}

.burger-icon {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 120px;
  height: 90px;
  border-right: 1px dotted #fff;
  margin: 25px;
  left: 40px !important;
  position: absolute;
}

.burger-icon div {
  width: 90px;
  height: 15px;
  background-color: #fff;
  transition: transform 0.4s, opacity 0.4s;
}

.change .bar1 {
  transform: rotate(-45deg) translate(-20px, 22px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: rotate(45deg) translate(-18px, -21px);

}

.center-button img {
  height: 40px;
}

.right-button {
  display: flex;
  align-items: center;
}

.social-media-icons {
  display: flex;
  gap: 10px;
}

.social-media-icons a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}


.pms-subscription-plan-price {
  font-size: 60px !important;
  margin-top: 50px !important;
  margin-bottom: 25px !important;
  color: #66080d !important;
}


.pms-subscription-plan-name {
  font-size: 75px !important;
  font-weight: 900 !important;
  color: #010101 !important;
  line-height: 65px;
}


.pms-form > input[type="submit"] {

  margin-right: 18px;
  font-size: 35px;
  padding: 50px !important;
  text-transform: uppercase;
  font-weight: 900;
  width: 97%;
}

.cta-button, .pms-form > input[type="submit"] {
  background-color: #010101;
  color: #fff;
  padding: 20px 20px;
  border-radius: 5px;
  text-decoration: none;
  margin-left: 0px;
  margin-right: 15px;
  font-weight: 500;
}

.dropdown-menu {
  display: none;
  /*background-color: #333;*/
  background: linear-gradient(to bottom, #0b0a0a, #000);
  padding: 0px 0;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu-image {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.menu-image {
  height: 50px;
}

.menu-image2 {
  height: 20px;
}

.mobilestyle .sub-menu {
  display: none;
  padding-left: 20px;
}

.mobilestyle .sub-menu.active {
  display: block;
}

.flexhero2 {
  margin-bottom: 75px;
}

@media (max-width: 768px) {

    .flexgridboxhome {
  display: inline ;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.parent.mar {
  padding: 0px !important;
  border: 0px !important;
}

.revonav {
    width: auto;
}


.child div:first-child {
  border: 1px dotted rgb(206, 207, 208);
  padding: 45px;
}

  .button-container {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-right: 5px;
    width: auto;
  }

  .right-button {
    order: 3;
    margin-top: 10px;
  }

  .cta-button {
    order: 4;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 20px;
  }

  .dropdown-menu {
    top: 186px;
  }
}


/* Left Section Styling */
.left-section {
  display: flex;
  align-items: center;
  width: 210px;
}


/* Right Section Styling */
.right-section {
  display: flex;
  align-items: center;
  z-index: 1;

}



/* Header Styling */
.top-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  /*background-image: url('http://localhost/bmf/wp-content/themes/BlackMusicFestival/hiddenpattern-one.jpg');*/
  /*background-color: #f8f9fa;*/
}

/* Applying Linear Gradient */
.linear-gradient-background {
  background: linear-gradient(to bottom, #000, #ae0a0a);
  /*height: 100vh; /* Adjust the height as needed */*/
  /*display: flex;
  justify-content: center;
  align-items: center;*/
}

/* Applying Radial Gradient */
.radial-gradient-background {
  background: radial-gradient(circle, #000, #ae0a0a);
  height: 100vh; /* Adjust the height as needed */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Initially hide both elements */
#desktopbook, #mobilebook {
  display: none;
}

#pricebook {
  display: none;
}



/* Show #desktopbook only on screens wider than 728px */
@media (min-width: 1055px) {

    .header-image-container {
  height: 360px !important;
}

.bodymargin{

}

    .featimg {
    margin-top: -50px !important;
}

    .excerpt {
  /*visibility: hidden;*/
  height: auto;
  padding-bottom: 0px
}

.flexgrid {
  display: flex;
  gap: 75px;
  }

 .flexhero1 {
    visibility: hidden;
    width: 0px;
    margin-left: -75px;
  }

 

  #desktopbook {
    display: block;
    font-size: 30px;
    padding: 34px 20px;
    margin-left: 50px;
    animation: slideIn 1s forwards;
    text-align: center;
    margin-right: 0px;
  }


    #pricebook {
    display: block;
    font-size: 30px;
    padding: 50px 50px;
    margin-top: 50px;
    animation: slideIn 1s forwards;
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
  }



  /* Right Section Styling */
.right-section {
  width: calc(100% - 20px);
}

.button-container{
  margin-right: 25px;
}
}
}

/* Show #mobilebook only on screens 728px or narrower */
@media (max-width: 728px) {
  #mobilebook {
    display: block;
    margin-left: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 15px;
    margin-right: 0px;
    font-size: 28px;
  }

  .revonav {
  padding: 10px 50px 25px 40px;
    margin-left: 10px !important;
    margin-right: 40px;
  }

    /* Right Section Styling */
.right-section {
  width: 80%;
}

}

  .logo img {
  height: 104px;
transition: transform 0.5s ease, opacity 0.5s ease; /* Add transition */
    opacity: 0;
    transform: scale(0.8); /* Start with a smaller scale */
}

.logo img.show {
    opacity: 1;
    transform: scale(1); /* Full size */
}



#desktopbook:hover, #mobilebook:hover {
  background: #fff !important;
  color: #010101 !important;
}

#pricebook:hover {
  background: #fff !important;
  color: #010101 !important;
  border: 2px solid aliceblue;
}


@media (min-width: 1056px) {
.dropdown-menu {
  visibility: hidden;
}
}

/* Show #mobilebook only on screens 728px or narrower */
@media (max-width: 1055px) {

    .custom-section-container {
  height: 0px !important;
}

.bodymargin.noshade.zoomInUp {
width: calc(100% - 275px) !important;
}

    .bodymargin{
 margin: 75px !important;   
}

.pms-subscription-plan-name {
  font-size: 65px !important;
  }

  .headlinebox {
  
  margin-left: 0px;
  padding-right: 50px !important;
}

.bodymarginfooter {
  width: 55% !important;
}

.bodymargin.noshade.zoomInUp {
  margin: 75px -55px 0px;}

           .logoribbon img {
  visibility: hidden;
    }


  #mobilebook {
    display: block;
    margin-left: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 15px;
    margin-right: 0px;
    font-size: 28px;
    animation: slideIn 1s forwards; /* Slide-in effect for mobile logo */
    text-align: center !important;
    background: #fcc11c;

  }


.dropdown-menu {
  top: 200px;
}



.revonav {
  /*padding: 10px 50px 25px 40px;*/
    margin-left: 10px !importan;
    margin-right: 40px;
  }
}

.logo {
  margin-top: -15px;
  }

  .data-fa-icon.icon-style.book {
  display: inline-block;
  margin-left: 0px;
  width: auto;
  color: #ae0a0a;
  margin-right: 3px;
  width: auto;
}


/* Show #mobilebook only on screens 728px or narrower */
@media (max-width: 758px) {

    .hovertitle {
  margin: 0px !important;
}
  #mobilebook {
    display: none !important;
     width: 0px;
    visibility: hidden;
    }
}

/* Show #mobilebook only on screens 728px or narrower */
@media (max-width: 660px) {
  #mobilebook {
    display: none !important;
    margin-left: 0px !important;
    padding-bottom: 25px;
    padding-left: 0 !important;
    padding-right: 0px !important;
    margin-top: 15px;
    font-size: 28px;
    width: 0px;
    visibility: hidden;
  }

  .burger-icon {
    border-right: 0px;
  }

  .button-container {
  margin-right: 15px;
}

   #mobilebook {
    
   
  }
  }


  .data-fa-icon.icon-style.footer {
  margin-left: 0px;
  margin-right: 15px;
  width: 20px;
  background: transparent;
  color: #ae0a0a;
}



 /* Container to hold the image */
        .image-container {
            overflow: hidden; /* Ensure the image stays within the container bounds */
            width: 100vw; /* Set a specific width for the container */
            height: auto; /* Set a specific height for the container */
            margin: 0 auto; /* Center the container */
            border: 0px solid #ccc; /* Optional: Add a border */


        }

        /* Style for the image */
        .image-container img {
            width: 50vw; /* Make the image fill the container */
            height: auto; /* Make the image fill the container */
            transition: transform 0.5s ease; /* Smooth transition for the zoom effect */
        }




        /* Zoom-in effect on hover */
        .image-container:hover img {
            /*transform: scale(1.2); /* Scale the image to 120% of its original size */

            /*width: 120vw; /* Set a specific width for the container */
            height: auto; /* Set a specific height for the container */
        }










        flag {
            display: block;
            width: 100%;
            height: 100%;
            background-image: url('images/checkered.svg');
            background-repeat: repeat;
            background-size: contain;
            transition: transform 0.5s ease;
  word-wrap: normal;
  background-color: #fff;
  transform: scale(1);
  padding-bottom: 1px;
  padding-top: 1px;
  /*padding-left: 150px;
  padding-right: 150px;*/
  animation: scrollBackground 20s linear infinite;
        }

        flag:hover {
            transform: scale(1.1); /* Scale up the container on hover */
            margin-top: 150px;
        }


              .footer {
            background-color: #333;
            color: #fff;
            padding: 0px 0;
        }
        .footer .container {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .footer .left-section, .footer .right-section {
            flex: 1;
        }
       
        .footer .logo img {
            max-width: 100%;
            height: auto;
        }
        .footer .contact-info {
            margin-bottom: 20px;
        }
        .footer .social-media {
            display: flex;
            gap: 10px;
        }
        .footer .social-media a {
            display: inline-block;
            width: 40px;
            height: 40px;
        }
        .footer .social-media img {
            max-width: 100%;
            height: auto;
        }
        .footer .legal-links {
            margin-top: 20px;
        }
        .footer .legal-links a {
            display: block;
            margin-bottom: 5px;
        }
        .footer .credits, .footer .copyright {
            margin-top: 20px;
            font-size: 0.9em;
        }



.headlinebox {
    display: flex;
    align-items: center !important;
    gap: 50px;
    justify-content: center !important; /* Horizontally center items */
}


/*logoheadline img {
            width: auto;  /* Set the desired width */
            /*height: 30vh;  Maintain aspect ratio */
            /*height: 40vh;
            max-height: 100%;
            width: auto;
            z-index: 99;
    position: relative;
 
        }*/

.logoheadline img {

        width: auto;
  height: 40vh; /* Only keep the correct height */
  max-height: 100%;
  z-index: 99;
  position: relative;
}

.logoheadline {
    display: flex;
    align-items: center;
    margin-top: -30px;
    padding-left: 0px !important;
}


.logoheadline {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important; /* Adjust as needed */
  aspect-ratio: 1 / 1 !important; /* Ensures the height is always equal to width */
  /*height: 200px; /* Make width and height equal for a circle */
  border-radius: 50%; /* Ensures a perfect circle */
  padding: 75px !important;
  background: linear-gradient(to bottom, rgba(28, 25, 19, 0.9), rgba(174, 10, 10, 0.9)) !important;
  position: relative;
  z-index: 9999999;
  margin-left: -75px;
}

.headlinestyle {
    margin: 0;
    display: flex;
    align-items: center; /* Vertically center the text */
}



        /* Media query for screens smaller than 1055px */
        @media (max-width: 1055px) {
            .headlinebox {
                flex-direction: column;
                align-items: flex-start; /* Align items to the start */
            }

            .logoheadline, .headlinestyle {
                /*width: 100%; /* Make sure both elements take full width */
                text-align: center; /* Center align text */
                padding-left: 75px !important;
            }

           .logoheadline img {
            width: auto;  /* Set the desired width */
            height: 30vh;  /* Maintain aspect ratio */
            max-height: 100%;
            width: auto;
 
        }
        }




        .e {
  background-image: url('images/checkered.svg');
  background-repeat: repeat;
  background-size: contain;
}


.wbg {
    background-color: #fff;
}


/* Base font sizes are defined elsewhere in your CSS */

/* Responsive font sizes for screens smaller than 728px */
@media (max-width: 738px) {
    h1 {
        font-size: 106px !important; /* Reduce by 5px */
    }

    h2 {
        font-size: 70px !important; /* Reduce by 5px */
    }

    h3 {
        font-size: 48px !important; /* Reduce by 5px */
        line-height: 48px;
    }

    h4 {
        font-size: 50px !important; /* Reduce by 5px */
    }

    p, .sidebar, .widget, .blog-excerpt {
        font-size: calc(60px - 4vw);
    }


    .logoheadline img {
    
    margin-bottom: -200px !important;}



}

/* Responsive font sizes for screens smaller than 590px */
@media (max-width: 590px) {
    h1 {
        font-size: 40px !important; /* Set to 40px */
        line-height: 1.2;
    }

    h2 {
        font-size: 30px !important; /* Calculate proportionally */
        line-height: 1.3;
    }

    h3 {
        font-size: 25px !important; /* Calculate proportionally */
        line-height: 1.3;
    }


    h4 {
        font-size: 20px !important; /* Calculate proportionally */
        line-height: 1.4;
    }

    h5, ul, ol, button:first-child, .screen-reader-response, .wpcf7-response-output {
        font-size: 16px !important; /* Calculate proportionally */
        line-height: 1.4;
    }

    h6 {
        font-size: 14px !important; /* Calculate proportionally */
        line-height: 1.5;
    }

    body, p, .sidebar, .widget, .blog-excerpt {.blog-excerpt 
        font-size: 14px !important; /* Set body text to 14px */
        line-height: 1.5;
    }

.logomain img {
  height: auto;
  transition: transform 0.5s ease, opacity 0.5s ease;
  width: 75%;
}



  .logoheadline img {
    width: 185px;
    left: 0px;
    position: relative;
    height: 85px;
    margin-left: -120px;
  }


    }


    .icon-style {
  margin-right: 30px;
}




@media (max-width: 1055px) {

.mobileleftaligned {
  text-align: left;
}
    
  .logoheadline img {
    width: 100%;
  /* width: auto;
    height: 30vh;
    max-height: 100%;
    width: 100%;*/

    width: 300px;
    margin-left: -75px !important;
    margin-bottom: -269px;
    margin-top: 175px;
  }
}


@media (max-width: 740px) {

.ctabox {
    
  margin-bottom: -75px !important;
}

  .logoheadline img {
    /*width: auto;
    height: 30vh;
    max-height: 100%;
    width: 100%;*/
    margin-left: -50px !important;
    margin-bottom: -200px !important;
  }


  .logoheadline.moblogocta {
  margin-bottom: -100px !important;
}
}

.moblogocta {
  margin-bottom: -200px;
}


.hovertitle {
  margin: 75px;
  padding: 75px;
}



/* Base styles for the menu */


.mainsubmenu-icon {
    margin-left: 5px;
    transition: transform 0.3s;
    display: inline-block;
    font-size: calc(100% - 20px) !important;
}

/* Styles for the sub-menu */
.mainsub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #f9f9f9;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 10px 0;
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
}

.mainsub-menu li {
    display: block;
    margin: 0;
}

.mainsub-menu a {
    padding: 5px 15px;
    white-space: nowrap;
}

/* Additional styles for the menu image */
.dropdown-menu-image {
    margin-top: 20px;
    text-align: center;
}

.menu-image {
    width: 50px;
    height: auto;
}

/* Styles for active sub-menu */
.mainsub-menu.active {
    display: block;
    position: initial;
}



.minus .mainsubmenu-icon {
    transform: rotate(180deg);
}

/* Adjusted specificity */
.dropdown-menu .minus .mainsubmenu-icon {
    /*transform: rotate(180deg) !important;*/
    display: inline-block;
    transition: transform 0.3s ease; /* Optional: add a transition for smooth animation */
}

.contact-form-container {
  color: #010101;
  text-transform: uppercase;
}





/* Styles for the sub-menu */
.mainsub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #f9f9f9;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 10px 0;
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
}

.mainsub-menu li {
    display: block;
    margin: 0;
}

.mainsub-menu a {
    padding: 5px 15px;
    white-space: nowrap;
}

/* Additional styles for the menu image */
.dropdown-menu-image {
    margin-top: 20px;
    text-align: center;
}

.menu-image {
    width: 50px;
    height: auto;
}

/* Styles for active sub-menu */
.mainsub-menu.active {
    display: block;
    position: static;
    height: auto !important;
}

.minus > a > .mainsubmenu-icon {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.minus .mainsubmenu-icon {
    transform: rotate(180deg);
}

/* Adjusted specificity */
.dropdown-menu .minus > a > .mainsubmenu-icon {
    transform: rotate(180deg) !important;
    display: inline-block;
    transition: transform 0.3s ease; /* Optional: add a transition for smooth animation */
}


/* Additional CSS for nested submenus */
.mainsub-menu .mainsub-menu {
    position: static; /* Change to static */
    display: none;
    width: 100%; /* Full width of parent */
    background: #f74949; /* Adjust as per your design */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    /*margin-top: 10px; /* Optional: Adjust margin for spacing */
    transition: height 0.3s ease;
}

.mainsub-menu .mainsub-menu.active {
    display: block;
    max-height: 500px; /* Adjust max-height based on content */
    opacity: 1; /* Fully visible */
}



.mainsubmenu-icon {
  transform: rotate(0deg) !important;
}

.mainsub-menu .minus .mainsubmenu-icon {
    transform: rotate(180deg);
}









/* Container for the contact form */
.contact-form-container {
    max-width: 750vw;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 75px;
}

/* Form styling */

#message {
  font-family: roboto;
}

.wpforms-container input[type="date"], .wpforms-container input[type="datetime"], .wpforms-container input[type="datetime-local"], .wpforms-container input[type="email"], .wpforms-container input[type="month"], .wpforms-container input[type="number"], .wpforms-container input[type="password"], .wpforms-container input[type="range"], .wpforms-container input[type="search"], .wpforms-container input[type="tel"], .wpforms-container input[type="text"], .wpforms-container input[type="time"], .wpforms-container input[type="url"], .wpforms-container input[type="week"], .wpforms-container select, .wpforms-container textarea, .wp-core-ui div.wpforms-container input[type="date"], .wp-core-ui div.wpforms-container input[type="datetime"], .wp-core-ui div.wpforms-container input[type="datetime-local"], .wp-core-ui div.wpforms-container input[type="email"], .wp-core-ui div.wpforms-container input[type="month"], .wp-core-ui div.wpforms-container input[type="number"], .wp-core-ui div.wpforms-container input[type="password"], .wp-core-ui div.wpforms-container input[type="range"], .wp-core-ui div.wpforms-container input[type="search"], .wp-core-ui div.wpforms-container input[type="tel"], .wp-core-ui div.wpforms-container input[type="text"], .wp-core-ui div.wpforms-container input[type="time"], .wp-core-ui div.wpforms-container input[type="url"], .wp-core-ui div.wpforms-container input[type="week"], .wp-core-ui div.wpforms-container select, .wp-core-ui div.wpforms-container textarea, .contact-form input, .contact-form textarea {
   display: flex;
  flex-direction: column;
  font-size: 30px;
  width: calc(100% - 105px) !important;
  margin-bottom: 50px !important;
  padding: 50px;
}

.contact-form h2 {
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
}

.contact-form label {
    margin-bottom: 5px;
    
    font-size: 30px;
}

.wpforms-container input[type="date"], .wpforms-container input[type="datetime"], .wpforms-container input[type="datetime-local"], .wpforms-container input[type="email"], .wpforms-container input[type="month"], .wpforms-container input[type="number"], .wpforms-container input[type="password"], .wpforms-container input[type="range"], .wpforms-container input[type="search"], .wpforms-container input[type="tel"], .wpforms-container input[type="text"], .wpforms-container input[type="time"], .wpforms-container input[type="url"], .wpforms-container input[type="week"], .wpforms-container select, .wpforms-container textarea, .wp-core-ui div.wpforms-container input[type="date"], .wp-core-ui div.wpforms-container input[type="datetime"], .wp-core-ui div.wpforms-container input[type="datetime-local"], .wp-core-ui div.wpforms-container input[type="email"], .wp-core-ui div.wpforms-container input[type="month"], .wp-core-ui div.wpforms-container input[type="number"], .wp-core-ui div.wpforms-container input[type="password"], .wp-core-ui div.wpforms-container input[type="range"], .wp-core-ui div.wpforms-container input[type="search"], .wp-core-ui div.wpforms-container input[type="tel"], .wp-core-ui div.wpforms-container input[type="text"], .wp-core-ui div.wpforms-container input[type="time"], .wp-core-ui div.wpforms-container input[type="url"], .wp-core-ui div.wpforms-container input[type="week"], .wp-core-ui div.wpforms-container select, .wp-core-ui div.wpforms-container textarea, .contact-form input, .contact-form textarea {
    margin-bottom: 50px !important;
    padding: 25px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    font-size: 30px !important;
    /*width: 96%;*/
    font-family: roboto !important;
}

.contact-form button {
    padding: 25px;
    margin-top: 50px;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: calc(100% - 50px);
    background-color: #010101 !important;
    animation: slideIn 1s forwards;
}

.contact-form button:hover {
    background: #fff !important;
  color: #010101 !important;
}

/* Responsive design */
@media (max-width: 600px) {
    .contact-form-container {
        padding: 10px;
    }

    .contact-form h2 {
        font-size: 26px;
    }

    .contact-form label,
    .contact-form input,
    .contact-form textarea,
    .contact-form button {
        font-size: 26px;
    }
}

.pad {
  padding: 75px;
  margin-bottom: 75px;
  }

.mar {
  margin-bottom: 75px;
}

#menu {
  z-index: 9999999;
}


.epatn {
    background-image: url('images/checkered.svg');
  background-repeat: repeat;
  background-size: contain;
  background-color: #ae0a0a;
}


.centering {
  width: auto;
}

.logos.wbg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.centering {
    display: flex;
    align-items: center;
}

.plus-symbol {
    font-size: 2em;
    margin: 0 20px;
    color: #010101;
}




/* Featured image BG */
.featuredbg {
    /*background-image: url('<?php echo get_the_post_thumbnail_url(); ?>');*/
    background-size: cover;
    background-position: center;
    background-image: url('images/1hiddenpat.svg') !important;
  background-repeat: repeat;
  background-size: contain;
  background-color: #3a0407;
  animation: scrollBackground 20s linear infinite;
}



.header-image.custom .footerbg-image {
  background-repeat: initial;
  animation: scrollBackground 11s alternate-reverse infinite;
}


.container {
    /*display: flex;*/
    border: 2px solid white; /* Solid white outline around the container */
    margin: 0px; /* Optional: Add margin for spacing around the container */
    overflow: hidden;

    /*display: flex;*/
  border: 2px solid white;
  margin: 0px;
  overflow: hidde
  padding: 0px !important;
  position: relative;
  min-height: auto;
  z-index: 1;
  padding-bottom: 0px;
}

.heroh1 {
  padding-top: 25px;
  border-bottom: 0px !important;
}

.image-box,
.text-box {

    width: 100%; /* Each box takes 50% of the width */
  position: relative;
  padding: 25px !important;
  height: fit-content;
  padding-top: 0px !important;
  margin-top: 50px;
}

.image-box img {
    width: 100%; /* Make the image fill the entire width of its container */
    height: 100% !important; /* Make the image fill the entire height of its container */
    object-fit: cover; /* Ensure the image covers the area without stretching */
}

.text-box {
    

    padding: 20px;  /* Add padding inside the text box for spacing */
  box-sizing: border-box; /* Ensure padding is included in the width */
  display: flex;
  flex-direction: column;
  background-color: rgba(94, 201, 234, 0.7); /* Background color for text box */
  color: white;  /* Text color */
}

.text-box .excerpt {
    text-align: center;
border: 0px !important;
}

/* Optional: Responsive adjustments */
@media (max-width: 1055px) {

     .footerlinks {
    grid-template-columns: repeat(1, 1fr) !important;
    width: calc(100% + 25px);
    margin-left: -25px;
  }

.mobcon {
  width: calc(100% + 25px);
    margin-left: -25px;}


.mobilebookfoot {
  width: calc(100% - 220px);
  margin-left: 75px !important;
  font-size: 50px;
  padding: 50px;
  padding-bottom: 50px !important;
  margin-top: -25px !important;
}

.hidden.noshade.leftalign {
  width: calc(100% - 140px);
  margin-left: -50px;
}

    .header {
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
}


    .spinlogo {
  width: 210px;
}


    .aligncenter.tfe.wp-post-image.titlecardimg {
        width: 100%;
    }

    h5, ul, ol, button:first-child, .screen-reader-response, .wpcf7-response-output {
  font-size: calc(80px - 4vw)  !important;
}

.flexgridboxhome {
 /* margin-left: -125px;*/
}


.child.wbg {
  /*width: calc(100% - 104px);*/
}

.logopartner {
 /* width: 280px;
  margin-right: 50px;
  margin-top: 50px;*/
}

.spinlogo {
  width: 16vw;
}

.logoheadline {
  /*width: 1000px;*/
    margin-left: 5px;
    /*margin-bottom: -110px;
    width: calc(100% - 185px) !important;
    height: 315px !important;*/

    margin-bottom: 50px;
    width: calc(100% - 185px) !important;
    height: calc(100% - 185px) !important;
}


/* eventbright end */

.featimgfooter {
  /*width: 790px;*/
}






    .container {
        flex-direction: column; /* Stack the boxes vertically on smaller screens */
    }

    .image-box,
    .text-box {
        width: 100%; /* Each box takes full width on smaller screens */
        border: 0px !important;
    }
}



/* eventbright */
.eventbrite-event-image {
  width: 100%;
}

.page-title {
  color: #010101 !important;
}


.aligncenter.tfe.wp-post-image.titlecardimg {
  visibility: visible;
  height: auto;
}

.aligncenter.tfe.wp-post-image {
  visibility: hidden;
  height: 0;
}

.the_excerpt {
    text-align: center;
}


.text-box .excerpt {
    /*width: 100%; /* Ensure the excerpt takes the full width of the text box */
    text-align: center; /* Center text horizontally */
}


/* animated logo*/

/* Define the animation */
@keyframes rotate {
    0% {
        transform: rotate(-10deg); /* Start with a slight counter-clockwise rotation */
    }
    50% {
        transform: rotate(10deg); /* Rotate clockwise halfway through the animation */
    }
    100% {
        transform: rotate(-10deg); /* Return to the original position */
    }
}

/* Apply the animation to your logo */
.animated-logo {
    animation: rotate 5s ease-in-out infinite; /* Adjust duration and timing as needed */
    display: block; /* Ensure the image is displayed as a block for better control */
    margin: 0 auto; /* Center the image horizontally */
}


/* animated logo */

.excerpt {
    
    color: #ae0a0a;
  }


  .leftalign {
  text-align: left;
}


/*.featimg {
    margin-top: -150px ;
}

@media (max-width: 1055px) {
  /*.featimg {
    margin-top: -50px;*/
  }
}

.ctabox {
    margin-top: -250px;
    z-index: -1;
  position: relative;
  margin-bottom: -150px;
}


/* Show #desktopbook only on screens wider than 728px */
@media (min-width: 1055px) {

.ctabox{
  margin-bottom: -75px !important;
}

}


.ctaboxstyle {
  margin-bottom: -75px !important;
  /*background-image: url('images/bestcsr-next1.svg');*/
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: inherit;
  padding-top: 75px;
  margin-top: 0px;
}


.featured-image {
    z-index: 999999;
  position: relative;
}

.featured-image img {
    width: 100%;
    height: auto;
}

.ctafeature {}


.featimgfooter {
  margin-bottom: -400px;
  top: -100px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.logoheadline {
  border: 0px !important;
}


.headerforfooter {
  margin-bottom: -75px !important;
}


@media (max-width: 726px) {

.featimgfooter {
  margin-bottom: -525px;
  top: -60px;
}

.headlinebox {
  display: flex;
  align-items: center;
  gap: 85px;
  justify-content: left;
}

.logoheadline {
  border: 0px !important;
  margin-left: 100px;
  }





}


@media (max-width: 745px) {



.headlinebox {
  display: flex;
  align-items: center;
  gap: 85px;
  justify-content: left;
}

.logoheadline {
  border: 0px !important;
    margin-left: -30px;
    width: 300px !important;
  }

   .logoheadline img {
    width: auto;
    margin-left: 75px;
    margin-top: 60px;

}
}



.twotoone {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            padding: 25px;

        }

        .text-column {
            /*background-color: #f4f4f4;
            padding: 0px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
            text-align: left;
        }

        @media (max-width: 1055px) {
            .twotoone {
                grid-template-columns: 1fr;
            }
        }




        .text-column {
  border: 0px !important;
  padding: 0px !important;
}


.pricing {
  margin-bottom: 25px;
}

.pricepackage {
  color: #ae0a0a;
}

.highlight {
  color: #ff9f9f;
}

.pricebbutton {
display: block;
    padding: 50px 50px !important;
    margin-left: 0px !important;
    animation: slideIn 1s forwards !important;
    margin-right: 0px !important;
    margin-top: 25px !important;
    border: 2px solid aliceblue;
}


.pricehead {
  font-weight: 700;
  text-transform: uppercase;
  color: #ae0a0a;
}


.pricehead.revobackgrounddark {
  margin: -25px;
    margin-bottom: -25px;
  margin-bottom: 0px;
  padding: 25px;
}


.parapoints.lightweight {
  font-weight: 400 !important;
}

.pricehead.pricegap {
  margin-bottom: 25px !important;
}

.data-fa-icon.icon-style.book.training {
  color: #162230;
}

.priceheadsmall {
  margin-bottom: 25px;
  margin-top: 25px;
}

.leftaligned {
  text-align: left;
  margin-left: 25px;
  margin-bottom: -50px;
}


.pagenorm {
  border: 0px !important;
}


label {
  
  display: flex;
  flex-direction: column;
  font-size: 50px !important;
  line-height: 50px !important;
  text-transform: uppercase !important;
  margin-top: 50px !important;
}


.postpermalinkbutton {
  background-color: #010101;
  color: #fff !important;
  padding-top: 0px !important;
}

.postpermalinkbutton:hover {
  color: #010101 !important;
}


html {
  scroll-behavior: smooth;
}


/* Optional: Responsive adjustments */
@media (max-width: 787px) {



    h5, ul, ol, button:first-child, .screen-reader-response, .wpcf7-response-output, .wpcf7-response-output {
  font-size: calc(80px - 4vw)  !important;
}

.flexgridboxhome {
  margin-left: -125px;
}


.child.wbg {
  width: calc(100% - 104px);
}


}


.screen-reader-response, .wpcf7-response-output {
  color: #65cbe8;
  border: 1px dotted;
  padding: 25px;
  border-radius: 5px;
  margin-bottom: 50px;
}

.wpcf7-response-output:before {
    content: "\f1d8"; /* Unicode for the Font Awesome icon */
    font-family: FontAwesome; /* Adjust based on your Font Awesome version */
    font-weight: 900; /* Needed for Font Awesome 5 */
    margin-right: 5px; /* Adjust spacing as needed */
}

.wpforms-field-label {
  line-height: 42px !important;
}

.logopartner {
  /*width: 330px;
  margin-top: 40px;
  margin-right: 50px;*/
}

.noshade.leftalign {
  z-index: 9 !important;
}

 .pulseing {
            
            animation: pulse 2s infinite !important;
        }

        @keyframes pulse {
            0% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.2);
            }
            100% {
                transform: scale(1);
            }
        }

.responsive-image {
  width: 100%;
}


.nopadding {
  padding: 0px !important;
}

.noleftmargin {
  margin-left: 0px !important;
}



.twoonetitle {
    margin-bottom: 25px !important;
    padding-bottom: 25px !important;
}

.data-fa-icon.icon-style.book.button {
  color: #167135 !important;

}

.iconhome {
    display: flex; /* Enable Flexbox */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    font-size: calc(100% + 30px);
    background: #F4F3F3;
    width: 100%; /* Ensure the element takes full width */
    height: 100%; /* Ensure the element takes full height, adjust as needed */
    display: flex;
  background-position: center;
  background-image: url('images/checkered.svg');
  background-repeat: repeat;
  background-size: contain;
  border-radius: 25px;
  animation: scrollBackground 20s linear infinite;
}

/* Mobile styles */
@media (max-width: 1055px) {
    .iconhome {
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: calc(100% + 55px);
        
    }

    .iconhomeout {
        margin-bottom: 50px;
    }
}


.imagehome {
    display: flex; /* Enable Flexbox */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    font-size: calc(100% + 55px);
    background: #ae0a0a;
    width: 50%; /* Ensure the element takes full width */
    height: 100%; /* Ensure the element takes full height, adjust as needed */
    padding-left: 25% !important;
    padding-right: 25% !important;
    border-radius: 25px;
    animation: changeColor 60s linear infinite;
 
}

/* Mobile styles */
@media (max-width: 1055px) {
    .imagehome {
        padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0px !important;
    height: calc(100% - 100px) !important;
        
    }

    .iconhomeleft {
  height: calc(100% - 100px);
    padding-bottom: 50px;
    padding-top: 50px;
    top: -50px !important;
    position: relative;
}

.leftcon {
    margin-bottom: -15px !important;
}

    .imagehomeout {
        margin-bottom: 50px;
    }
}


@media (min-width: 1329px) {
   .iconhome {
    font-size: calc(100% + 30px);
    } 


    .logo-area::before {

  height: 433px;
}
}



.pulseing.flashing-svg.titleh1 {
  background-color: rgba(66, 3, 3, 0.5);
  border-bottom: 1px dotted #fff;
  border-top: 1px dotted #fff;
  padding-top: 90px !important;
  padding-bottom: 10px;
  color: #ffe6e6 !important;
}




.event-header-strip {
  
  background-color: #ab0a0a !important;
}

.regular-blog-section, .homepage-events-archive {
  margin-left: 75px;
  margin-right: 75px;
}




.header-image {
            
            width: 100%;
            height: 100%;
            background: url('<?php echo get_template_directory_uri(); ?>/images/custom-header.jpg') center/cover no-repeat;
            z-index: 9;
            position: absolute;
            background-repeat: repeat-x !important;
  background-size: auto 100% !important;
        }

.nopaddings {
  padding: 0px;
}

.inp {
    margin-top: 0px !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
    color: #ae0a0a;
}


/* Keyframes for scrolling effect */
@keyframes scrollBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 100%;
    }
}

/* Keyframes for color change effect */
@keyframes changeColor {
    0% {
        background-color: #ae0a0a;
    }
    100% {
        background-color: #ae0a0a;
        background-image: linear-gradient(to bottom, #000, #ae0a0a);
    }
}



@keyframes flashOpacity {
    0% { opacity: 1; }
    50% { opacity: 0.3; }
    100% { opacity: 1; }
}

.flashing-image {
    animation: flashOpacity 1s infinite;
}


/* Header Image */
.header-image-container {
            position: relative;
            width: 100%;
            height: 250px; /* Cropped height */
            overflow: hidden;

        }

      
@media (max-width: 1055px) {
  .header-image-container {
   
    padding-bottom: 65px !important;
  }
}
       

        .header-image .footerbg-image {
            width: 100%;
            height: 100%;
            
            position: relative;
            
        }
/* Tint overlay styling */

        .tint-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /*background: linear-gradient(to bottom, rgba(247, 187, 73, 0.3), rgba(247, 149, 32, 0.3));*/

            background: linear-gradient(to bottom, rgba(26, 6, 2, 0.3), rgba(81, 5, 5, 0.3));
            z-index: 1;
        }24

        .custom-header-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the container without distorting */
}


.hiddenrepeat-bg {
   

    width: 100%;
  height: 175px; /* Adjust height as needed */
  background-image: url('http://localhost/bmf/wp-content/themes/BlackMusicFestival/Hidden-Logo.jpg'); 
  background-repeat: repeat-x;
  background-size: auto;
  z-index: 9999;
  position: relative;
  animation: scrollBackground 20s linear infinite;
}




        .logo-container {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            height: 90%;
            z-index: 2;
            /*padding-right: 245px;*/
            animation: neonGlow 1s infinite !important;
        }

        .logo-container img {
            height: 100%;
            width: auto;
            animation: pulseing 2s infinite;
        }


           @keyframes pulseing {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }


        /* Style for the custom header image field */
.custom-header-image {
    /*display: none; /* Hidden by default, display only if needed */
}




/* Container for the entire header */
.header-image-container {
    position: relative;
    width: 100%;
    height: 250px; /* Adjust height as needed */
    overflow: hidden;
}

/* Default background image styling */
.header-image {
    position: absolute;
    width: 100%;
    height: 100%;
  
    background: url('<?php echo get_template_directory_uri(); ?>/images/custom-header.jpg');
}

.footerbg-image {
    width: 100%;
    height: 100%;
    background: url('/wp-content/themes/BlackMusicFestival/images/footercustom-header.jpg');
}


/* Custom header image styling */
.custom-header-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the container without distorting */
    display: block; /* Make sure the image is displayed */
}

/* Tint overlay styling */


/* Logo container styling */


/* Logo image styling */
.logo-container img {
   /* width: 50%; /* Adjust as needed */
}

@media (max-width: 1055px) {

.hidden.noshade.leftalign {
  width: calc(100% - 140px);
  margin-left: -50px;
  font-size: calc(100% - -115%);
}

.logoheadline.pulseing {
  margin-left: -50px;
}

    .header-image-container {
        height: 400px !important; /* Adjust height as needed for mobile */
    }

    .event-date {
        font-size: calc(59% + 0px) !important;
    }
}


.event-date {
    color: #fff !important;
}



/* Container for the custom section */
.custom-section-container {
    position: relative;
    width: 100%;
    height: auto; /* Adjust height as needed */
    overflow: hidden;
    margin-top: 0px; /* Adjust margin as needed */
}

.section-quote-container {
  height: 0%;
  visibility: hidden;
}

/* Default background image styling */
.custom-section {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

/* Tint overlay styling */
.section-tint-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: linear-gradient(to bottom, rgba(70, 5, 5, 0.3), rgba(32, 30, 30, 0.3)); /* 30% opacity for the tint */
    z-index: 1;
}

/* Logo container styling */
.section-logo-container {
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 32%;
  padding-right: 75px;
  padding-bottom: 225px;
}

/* Logo image styling */
.section-logo-container img {
    width: 50%; /* Adjust as needed */
}

.profilepic-container {
    width: 100%;
    display: flex;
    justify-content: center; /* Center the image horizontally within the container */
    align-items: center;
    height: 100%;
}

.profilepic {
    width: 33.33%; /* Set the width to one-third of the container */
    height: auto; /* Maintain the aspect ratio */
}


.creditzone {
  background: linear-gradient(to bottom, #000, #ae0a0a);
}


/*animation*/



 @keyframes neonFlash {
    0% { color: red; text-shadow: 0 0 5px red, 0 0 10px red, 0 0 15px red, 0 0 20px red; }
    50% { color: white; text-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white, 0 0 20px white; }
    100% { color: red; text-shadow: 0 0 5px red, 0 0 10px red, 0 0 15px red, 0 0 20px red; }
}

.flashing-title {
    animation: neonFlash 1s infinite !important;
    font-weight: bold;
    text-transform: uppercase;
}


@keyframes neonGlow {
    0% { filter: drop-shadow(0 0 10px red); }
    50% { filter: drop-shadow(0 0 15px white); }
    100% { filter: drop-shadow(0 0 10px red); }
}

.flashing-svg {
    animation: neonGlow 1s infinite !important;
}

.glowing {
  


  color: white;
  background-color: rgba(58, 4, 7, 0.4);
  padding: 50px 20px;
  font-size: 24px;
  border-radius: 10px;
  animation: glow 2.5s infinite alternate;
  margin: 95px auto;
}

@keyframes glow {
  0% { box-shadow: 0 0 5px #fff; }
  50% { box-shadow: 0 0 20px #fff; }
  100% { box-shadow: 0 0 5px #fff; }
}
/*animation end*/


/* Recurrence Badge */
.eventbrite-recurring-badge {
    background: #ffd700;
    color: #000;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: bold;
}

/* Recurrence Dates List */
.recurrence-dates {
    margin: 10px 0;
    padding-left: 20px;
}
.recurrence-dates li {
    list-style-type: disc;
    margin: 5px 0;
}



.map-link {
    display: block;
    margin-top: 10px;
    padding: 8px 15px;
    background: #ae0a0a;
    color: white !important;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.9em;
    transition: all 0.3s ease;
}

.map-link:hover {
    background: #8c0808;
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(174,10,10,0.2);
}



/* Archive Blog Styles */


    .blog-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
        margin: 75px;
    }

    /* Blog Header with Background Image */
.blog-header-with-bg {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    overflow: hidden;
}

.blog-header-with-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(28, 25, 19, 0.5);
    z-index: 1;
    transition: background 0.3s ease;
}

.blog-card:hover .blog-header-with-bg::before {
    background: rgba(174, 10, 10, 0.6);
}

.blog-title {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    text-shadow: 0 2px 5px rgba(0,0,0,0.8);
    font-size: calc(82px - 4vw);
    font-weight: 900;
    text-transform: uppercase;
    padding: 20px;
    width: 90%;
    margin: 0;
    transition: all 0.3s ease;
}

.blog-card:hover .blog-title {
    transform: scale(1.05);
}

/* Keep all your existing styles for other elements */
.blog-content {
    padding: 25px;
    background: #fff;
}

/* Responsive adjustments */
@media (max-width: 1055px) {
    .blog-header-with-bg {
        height: 600px;
    }
    
    .blog-title {
        font-size: calc(72px - 4vw);
        padding: 15px;
    }
}

    .blog-card {
        border: 1px dotted #CECFD0;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .blog-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

    .blog-featured-image {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .blog-content {
        padding: 25px;
    }

    .blog-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 15px;
    }

    .blog-categories, .blog-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }

    .category-tab, .tag-tab {
        padding: 5px 10px;
        border-radius: 3px;
        font-size: calc(72px - 4vw);
        text-transform: uppercase;
        transition: all 0.3s ease;
    }

    .category-tab {
        background-color: #ae0a0a;
        color: white;
    }

    .category-tab:hover {
        background-color: #1C1913;
    }

    .tag-tab {
        background-color: #1C1913;
        color: white;

    }

    .tag-tab:hover {
        background-color: #ae0a0a;
        color: #fff !important;
    }

    .blog-title {
        font-size: calc(82px - 4vw);
        margin-bottom: 15px;
        color: #192331;
        padding-bottom: 0px !important;
        line-height: inherit;
    }

    .blog-excerpt {
        /*font-size: calc(72px - 4vw);*/
        margin-bottom: 15px;
    }

    .read-more {
        color: #ae0a0a;
        font-weight: 700;
        text-transform: uppercase;
    }

    @media (min-width: 768px) {
        .blog-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (min-width: 1024px) {
        .blog-grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    @media (min-width: 1440px) {
        .blog-grid {
            grid-template-columns: repeat(4, 1fr);
        }
    }

    @media (min-width: 1920px) {
        .blog-grid {
            grid-template-columns: repeat(6, 1fr);
        }


    }


    .blogcardtitle {
  line-height: 35px;
}

.blog-title.blogcardtitle {
  margin-bottom: 0px;
}

/* Archive Blog Styles End */



/* event archive */
    .event-read-more {
    display: block;
    text-align: center;
    background-color: #1C1913;
    color: white;
    text-transform: uppercase;
    padding: 50px;
    font-weight: 400;
    text-decoration: none;
    
    margin-top: 25px;
    transition: background 0.3s ease;
}

.event-read-more i {
    margin-right: 10px;
}

.event-read-more:hover {
    background-color: #ae0a0a;
    color: #fff !important;
}

    .eventbrite-events-container { padding:75px; margin: 0px; }
    .eventbrite-event { border: 1px dotted #CECFD0; padding: 25px; margin-bottom: 40px; }
    .eventbrite-event img { max-width: 100%; height: auto; }
    .eventbrite-event-title {  margin-top: 50px; }
    .eventbrite-event-meta { margin-top: 10px;  color: #555; }
    .eventbrite-event-date, .eventbrite-event-venue { margin-bottom: 5px; }
    .eventbrite-event-description { margin-top: 15px; }
    .eventbrite-event-button {
       display: block;
  background-color: #000 !important;
  color: #fff;
  padding: 25px 25px;
  margin-top: 15px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
    }

    .eventbrite-event-button:hover {
        background-color: #fff !important;
        border: dotted 1px #1C1913;
    }

    .logo-container img {
        height: 0;
    }


    .header-image-container {
        height: 497px !important;
    }

    .header-image {
        animation: scrollBackground 120s linear infinite;
        background-repeat: repeat;
    }

    .featimgblog {
        width: 100%;
        margin-top: 0px;
    }
/* event Archive end*/



/* Single */


.clubhidden-map-container {
    margin: 2rem 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.map-error {
    color: #dc3545;
    padding: 1rem;
    text-align: center;
    background: #f8d7da;
    border-radius: 4px;
}

.leaflet-container {
    background: #f8f9fa !important;
}









        


/* Ensure proper map container sizing */
.event-map-container {
    position: relative;
    z-index: 1;
}

.leaflet-container {
    background: #f8f9fa !important;             
    transition: opacity 0.3s ease;
}

.leaflet-container.leaflet-fade-in {
    opacity: 1 !important;
}

.map-popup {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    color: #ae0a0a;
}

.content {
  
  margin: 75px 75px;
  padding: 0px;
}

.event-featured-image {
  width: 100%;
}

/* Single  */
/* Add to your theme's CSS */
.map-unavailable {
    padding: 2rem;
    text-align: center;
    background: #f8f9fa;
    border-radius: 8px;
    margin: 2rem 0;
    color: #666;
}

.recurring-badge {
    background: #ffd700;
    color: #000;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    display: inline-block;
    margin: 1rem 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8em;
}

/* Ensure background images display */
.blog-header-with-bg {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Add image fallback layer */
.blog-header-with-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.0);
    z-index: 1;
}





.gridimagelink:hover {
  color: #fff !important;
}

/* Optional: Add responsive adjustments */
@media (max-width: 768px) {
    #mainbook {
        font-size: 24px;
        padding: 20px 15px;
        width: 95%;
    }
}


/* Event Highlights */
.event-highlights {
    font-weight: 900;
    text-transform: uppercase;
    color: #730e0c;
    line-height: 1.4;
    letter-spacing: 0.5px;
}

/* Sponsors Grid */
.sponsors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
    align-items: center;
}

.sponsor-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(115,14,12,0.1);
    transition: all 0.3s ease;
}

.sponsor-logo:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(115,14,12,0.2);
}

.sponsor-logo img {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.sponsor-logo:hover img {
    filter: grayscale(0%);
}

/* Social Share Container */
.social-share-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    margin: 2rem 0;
    padding: 1rem 0;
    border-top: 1px solid rgba(115,14,12,0.1);
    border-bottom: 1px solid rgba(115,14,12,0.1);
}

.share-label {
    font-weight: bold;
    margin-right: 0.5rem;
    color: #730e0c;
}

/* Social Share Buttons - All in #730e0c */
.social-share-btn {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    background-color: #730e0c;
    color: white !important;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.social-share-btn:hover {
    background-color: white;
    color: #730e0c !important;
    border-color: #730e0c;
}

.social-share-btn:hover i {
    color: #730e0c !important;
}

.social-share-btn i {
    color: white !important;
    font-size: 1rem;
    transition: all 0.3s ease;
}

/* Specific icon colors (overridden by the dark red) */
.social-share-btn.facebook i { color: white !important; }
.social-share-btn.twitter i { color: white !important; }
.social-share-btn.linkedin i { color: white !important; }
.social-share-btn.whatsapp i { color: white !important; }
.social-share-btn.email i { color: white !important; }
.social-share-btn.pinterest i { color: white !important; }
.social-share-btn.telegram i { color: white !important; }
.social-share-btn.reddit i { color: white !important; }
.social-share-btn.tumblr i { color: white !important; }

.event-sponsors {
    border-radius: 8px;
  margin-bottom: 75px;
}

.event-sponsors h4 {
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 1.5rem;
    color: #333;
}

.sponsors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 2rem;
    align-items: center;
}

.sponsor-item {
    text-align: center;
    padding: 1rem;
    background: white;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.sponsor-item:hover {
    transform: translateY(-5px);
}

.sponsor-logo {
    margin-bottom: 0.5rem;
}

.sponsor-logo img {
    max-width: 100%;
    height: auto;
    max-height: 100px;
    object-fit: contain;
}

.sponsor-name {
    font-weight: 600;
    color: #222;
}

.sponsor-name a {
    color: inherit;
    text-decoration: none;
}

.sponsor-name a:hover {
    color: #0073aa;
}

@media (max-width: 768px) {
    .sponsors-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 1rem;
    }
}

.sponsor-logo:hover img {
    filter: grayscale(0%);
}


.sponsor-name a::after {
    content: "↗";
    margin-left: 5px;
    font-size: 0.8em;
    opacity: 0.7;
}


/* Previous CSS remains the same, add these new styles */
.sponsor-logo a,
.sponsor-name a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.sponsor-logo a:hover,
.sponsor-name a:hover {
    opacity: 0.8;
}

.sponsor-logo a:hover img {
    transform: scale(1.05);
}

.sponsor-name a:hover {
    color: #0073aa; /* Or your theme's link color */
}


.event-highlights {
    border-radius: 8px;
}

.highlights-title {
    color: #333;
    margin-bottom: 1rem;
    
    border-bottom: 2px solid #ddd;
    padding-bottom: 0.5rem;
}

.highlights-content {
    line-height: 1.6;
    text-align: center;
}


/* Wrap entire desktop header */
.Desktop-strip {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  background-color: #000;
  padding: 20px 40px !important;
  color: white;
}

/* Left and right menu areas */
.Desktop-strip .menu-area {
  display: flex !important;
  align-items: center !important;
  flex: 1 !important;
}

/* Right menu area override to align items to right */
.Desktop-strip .menu-area:last-child {
  justify-content: flex-end !important;
}

/* Center logo container */
.Desktop-strip .logo-area {
  /*display: flex !important;*/
  justify-content: center !im,portant;
  align-items: center !important;
  width: 160px !important;
}

/* Center logo image styling */
.Desktop-strip .logo-area img {
  max-height: 60px;
  width: auto;
}

/* Menu <ul> styles */
.desktop-left-menu,
.desktop-right-menu {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Menu link styles */
.desktop-left-menu li a,
.desktop-right-menu li a {
  color: white;
  text-decoration: none;
  padding: 8px 12px;
  font-weight: 500;
  transition: color 0.3s ease;
  font-size: 35px;
}


@media 
/* Hover effect */
.desktop-left-menu li a:hover,
.desktop-right-menu li a:hover {
  color: #facc15; /* Golden yellow on hover */
}




/* 📱 Show mobile header, hide desktop on small screens */
@media screen and (max-width: 1055px) {
  .Desktop-strip {
    /*display: none;*/
    height: 0px;
    visibility: hidden;
    padding: 0px !important;
  }
}

/* 💻 Show desktop header, hide mobile on large screens */
@media screen and (min-width: 1056px) {
  .top-strip {
    /*display: none;*/
    visibility: hidden;
    height: 0px;
    padding: 0px;
  }

 .mainsub-menu {
    overflow: visible;
    max-width: 600px;*/}

  .menu-item.show > .mainsub-menu {
  display: block;
}

.menu-item {
  position: relative;
}

  /* Ensure parent li is relatively positioned */
.menu-area li {
  position: relative;
}

/* This ensures submenu is taken out of flow and overlays, not pushes */
.menu-area li ul.mainsub-menu {
  display: none;
  position: absolute;
  top: 100%; /* Places it directly below the parent li */
  left: 0;
  background-color: #111;
  min-width: 200px;
  z-index: 999;
  padding: 10px 0;
  box-shadow: 0 8px 16px rgba(0,0,0,0.3);
}

/* Reveal submenu on hover */
.menu-area li:hover > ul.mainsub-menu {
  /*display: block;*/
}

/* Menu links inside submenu */
.menu-area li ul.mainsub-menu li a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  background: #010101;
  text-decoration: none;
  white-space: nowrap;
  overflow-wrap: break-word;
    word-break: break-word;
  font-size: 30px !important;
  white-space: normal;
}

/* Optional hover effect */
.menu-area li ul.mainsub-menu li a:hover {
  background-color: #222;
}




  



}


@media screen and (min-width: 1056px) {
  .menu-area li ul.mainsub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #111;
    min-width: 265px;
    padding: 10px 0;
    box-shadow: 0 8px 16px rgba(0,0,0,0.3);
    z-index: 9999; /* Ensure this is HIGHER than the content below */
  }

  /* Make sure parent stacking contexts don't interfere */
  .Desktop-strip,
  .menu-area,
  .menu-area > ul,
  .menu-area li {
    position: relative;
    z-index: 9999; /* lower than submenu */
  }

  .menu-area li:hover > ul.mainsub-menu {
    /*display: block;*/
  }


.mainsub-menu.active {
    position: absolute;
    z-index: 9999;
}

.menu-area li ul.mainsub-menu {
  z-index: 99999;
}

/* Base submenu styling */
.mainsub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #111;
  padding: 10px 0;
  z-index: 9999;
  box-shadow: 0 8px 16px rgba(0,0,0,0.3);
}

/* Show submenu on hover */
.menu-item:hover > .mainsub-menu {
  display: none;
}

.menu-item.show > .mainsub-menu {
  display: block;
  overflow: visible;
}

/* Ensure parent has relative positioning */
.menu-item {
  position: relative;
}

/* Nested submenu (3rd level) - shift to the right */
.menu-item .mainsub-menu .mainsub-menu {
  top: 0;
  left: 100% !important;
}

.Desktop-strip {
    background: linear-gradient(to bottom, #000, #000);
}



}

.mainsubmenu-icon.open {
  transform: rotate(-180deg) !important;
}











/* ========== DESKTOP ONLY ========== */
@media screen and (min-width: 1056px) {
  /* Hide mobile menu */
  .top-strip {
    display: none !important;
  }

  /* Ensure parent li is relatively positioned */
  .menu-area li,
  .menu-item {
    position: relative;
  }

  /* Hide submenu by default */
  .mainsub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #111;
    min-width: 220px;
    padding: 10px 0;
    box-shadow: 0 8px 16px rgba(0,0,0,0.3);
    z-index: 9999;
    white-space: nowrap;
  }

  /* Show submenu on hover */
  .menu-item:hover > .mainsub-menu {
    display: block;
  }

  /* Submenu items */
  .mainsub-menu li a {
    display: block;
    padding: 10px 15px;
    color: white;
    background: #010101;
    text-decoration: none;
  }

  .mainsub-menu li a:hover {
    background-color: #222;
  }

  /* Nested submenu positioning */
  .mainsub-menu .mainsub-menu {
    top: 0;
    left: 100%;
  }

  /* Fix for overflowing visibility */
  

  /* Fix icon rotation */
  .mainsubmenu-icon.open {
    transform: rotate(-180deg);
  }



  .dropdown-menu.change {
    display: block;
  }

  .mainsub-menu::before {  
    display: none;
}

/* Base hidden state */
.mainsub-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  background: white;
  padding: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Shown state */
.mainsub-menu.active {
  height: auto; /* JS should set exact px height */
  opacity: 1;
  pointer-events: auto;
}


.mainsub-menu.active {
  background: rgba(255, 0, 0, 0.2);
  visibility: visible;
}

/* Nested submenus */
.menu-item-has-children {
  position: relative;
}

/* Show when toggled */
.menu-item-has-children.show > .mainsub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}



.mainsub-menu li a {
  display: block;
  word-break: break-word;
  white-space: normal;
}


/* Base submenu */
.mainsub-menu {
  /*overflow: hidden;*/
  transition: height 0.3s ease;
  background-color: #fff;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  box-sizing: border-box;
}

/* Nested submenu (second level or deeper) */
.mainsub-menu .mainsub-menu {
  padding: 0;
  margin: 0;
  background-color: #f4f4f4; /* lighter or same as parent */
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  width: 100%;
  box-sizing: border-box;
}

/* Fix list items */
.mainsub-menu li {
  padding: 10px 15px;
  white-space: normal;
  overflow-wrap: break-word;
}


}

/* Mobile accordion style */
@media screen and (max-width: 1055px) {
  .mainsub-menu {
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    transition: height 0.3s ease;
    position: relative;
    box-shadow: none;
    background: transparent;
    padding: 0;
  }

  .mainsub-menu.active {
    height: auto;
  }
}


/* woo woo woo start*/

/* ======================== */
/* WOOCOMMERCE CUSTOM STYLES */
/* ======================== */

/* General WooCommerce Styles */
.woocommerce .woocommerce-breadcrumb {
    font-size: calc(72px - 4vw);
    margin-bottom: 25px;
    color: #666;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #ae0a0a;
}

/* Product Grid */
.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 75px;
    margin: 75px;
}

.woocommerce ul.products li.product {
    border: 1px dotted #CECFD0;
    padding: 25px;
    list-style: none;
    position: relative;
    transition: all 0.3s ease;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: calc(82px - 4vw);
    color: #192331;
    margin: 15px 0;
    text-transform: uppercase;
    font-weight: 900;
}

.woocommerce ul.products li.product .price {
    font-size: calc(72px - 4vw);
    color: #ae0a0a;
    font-weight: 700;
}

.woocommerce ul.products li.product .button {
    display: block;
    background: #1C1913;
    color: #fff !important;
    text-align: center;
    padding: 25px;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.3s ease;
}

.woocommerce ul.products li.product .button:hover {
    background: #ae0a0a !important;
}

/* Single Product Page */
.woocommerce div.product .product_title {
    font-size: calc(92px - 4vw);
    color: #192331;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 25px;
}

.woocommerce div.product .price {
    font-size: calc(82px - 3vw);
    color: #ae0a0a;
    margin-bottom: 25px;
}

.woocommerce div.product .woocommerce-product-details__short-description {
    font-size: calc(72px - 4vw);
    margin-bottom: 25px;
}

.woocommerce div.product form.cart {
    margin-bottom: 50px;
}

.woocommerce div.product form.cart .button {
    background: #1C1913;
    color: #fff !important;
    text-transform: uppercase;
    padding: 25px;
    font-weight: 700;
    transition: all 0.3s ease;
    font-size: calc(51px - 3vh);

}





.product_title.entry-title {
  font-size: calc(60px - 3vh) !important;
  letter-spacing: 0 !important;
  line-height: initial !important;
}

/* Ensure zoom cursor appears */
.woocommerce-product-gallery__image {
    cursor: zoom-in;
}

/* Show zoom icon */
.woocommerce-product-gallery__trigger {
    display: block !important;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
}

.woocommerce div.product form.cart .button:hover {
    background: #ae0a0a !important;
}



/* Ensure gallery container has proper positioning */
.product-gallery {
    position: relative;
}

/* Show and position zoom icon */
.woocommerce-product-gallery__trigger {
    display: block !important;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

/* Zoom cursor on hover */
.woocommerce-product-gallery__image {
    cursor: zoom-in;
}

/* Fix for custom theme wrapper */
.product-gallery-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.product-gallery {
    flex: 1;
    min-width: 300px;
}
.summary.entry-summary {
    flex: 1;
    min-width: 300px;
}

/* Add to your CSS */
.product-gallery {
    position: relative;
    z-index: 1;
}

/* Cart Page */
.woocommerce-cart .woocommerce h2 {
    font-size: calc(82px - 4vw);
    color: #192331;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.woocommerce table.shop_table {
    border: 1px dotted #CECFD0;
    margin: 75px 0;
    font-size: calc(80px - 3vw);
}

.woocommerce table.shop_table th {
    font-weight: 700;
    text-transform: uppercase;
}

.woocommerce table.shop_table td {
    padding: 25px;
}

.woocommerce table.shop_table .product-name a {
    color: #192331;
    font-weight: 700;
}

.woocommerce table.shop_table .product-price {
    color: #ae0a0a;
}

.woocommerce .cart-collaterals .cart_totals {
    border: 1px dotted #CECFD0;
    padding: 25px;
    margin-bottom: 75px;
}

.woocommerce .cart-collaterals .cart_totals h2 {
    font-size: calc(82px - 4vw);
    margin-bottom: 25px;
}

.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce .cart-collaterals .cart_totals table td {
    padding: 15px;
    font-size: calc(72px - 4vw);
}

.woocommerce .cart-collaterals .cart_totals .order-total .amount {
    color: #ae0a0a;
    font-weight: 700;
}

.woocommerce .wc-proceed-to-checkout .checkout-button {
    background: #1C1913;
    color: #fff !important;
    text-transform: uppercase;
    padding: 25px;
    font-weight: 700;
    display: block;
    text-align: center;
    transition: all 0.3s ease;
}

.woocommerce .wc-proceed-to-checkout .checkout-button:hover {
    background: #ae0a0a !important;
}

/* Checkout Page */
.woocommerce-checkout .woocommerce h3 {
    font-size: calc(82px - 4vw);
    color: #192331;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.woocommerce form .form-row {
    margin-bottom: 25px;
}

.woocommerce form .form-row label {
    font-size: calc(72px - 4vw);
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.woocommerce form .form-row input,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    width: 100% !important;
    padding: 25px !important;
    

    font-size: calc(80px - 3vw) !important;
  border: 1px dotted #CECFD0 !important;
  font-family: roboto condensed;
}

#ship-to-different-address {
  text-align: left;
}

#ship-to-different-address-checkbox {
  width: 15px;
}

.woocommerce #payment {
    background: #f6f6f6;
    border-radius: 0;
    border: 1px dotted #CECFD0;
}

.woocommerce #payment .payment_methods {
    border-bottom: 1px dotted #CECFD0;
}

.woocommerce #payment .payment_methods li {
    padding: 25px;
}

.woocommerce #payment .payment_methods li input {
    margin-right: 15px;
}

.woocommerce #payment .place-order {
    padding: 25px;
}

.woocommerce #payment #place_order {
    background: #1C1913;
    color: #fff !important;
    text-transform: uppercase;
    padding: 25px;
    font-weight: 700;
    width: 100%;
    transition: all 0.3s ease;
}

.woocommerce #payment #place_order:hover {
    background: #ae0a0a !important;
}

/* My Account Page */
.woocommerce-account .woocommerce h2 {
    font-size: calc(82px - 4vw);
    color: #192331;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0 0 50px 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 25px;
    border: 1px dotted #CECFD0;
    color: #192331;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background: #1C1913;
    color: #fff !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    font-size: calc(72px - 4vw);
}

/* Responsive Adjustments */
@media (max-width: 1055px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(1, 1fr);
        margin: 25px;
        gap: 25px;
    }
    
    .woocommerce table.shop_table {
        margin: 25px 0;
    }
    
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 30%;
        float: left;
        padding-right: 50px;
    }
    
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 70%;
        float: right;
    }
}
/* woo woo woo end */



.logo-area::before {
  content: "";
  position: absolute;
  top: -133px; /* moves it 150px above the element */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 454px;
  background-image: url('http://localhost/bmf/wp-content/themes/BlackMusicFestival/images/Bestcsrcol.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none; /* optional: lets clicks pass through */
  z-index: 10; /* make sure it appears on top */
  animation: neonGlow 1s infinite !important;
}


.logo img.show {
  opacity: 0 !important;
}


.logo img {
    opacity: 0 !important;
}


.top-strip::before {
  content: "";
  position: absolute;
  top: -195px; /* moves it 150px above the element */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 550px;
  background-image: url('http://localhost/bmf/wp-content/themes/BlackMusicFestival/assets/images/logomenutext.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none; /* optional: lets clicks pass through */
  z-index: 0; /* make sure it appears on top */
  animation: neonGlow 1s infinite !important;
}


@media (max-width: 1230px) {

.desktop-left-menu li a, .desktop-right-menu li a {
        font-size: 25px !important;
    }

    .mainsubmenu-icon {
  /*margin-left: -5px;*/
}

}
.header-slider-container {
    width: 100%;
    
    margin: 0 auto;
    padding: 0px;
}

/* Ensure the slider fits properly */
.header-slider-container .ls-wp-container {
    width: 100% !important;
    margin: 0 !important;
}



/* slider */

.footer-slider-container {
    width: 100%;
    padding: 0px 0;
    background: #f5f5f5; /* Optional */
}

.footer-swiper {
    max-width: 1200px;
    margin: 0 auto;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: contain;
}

/* Navigation buttons */
.swiper-button-prev, .swiper-button-next {
    color: #000;
    background: rgba(255,255,255,0.7);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.swiper-button-prev:after, 
.swiper-button-next:after {
    font-size: 20px;
}


/* slider */


/* layerslider */
.header-slider-container, .layerslider-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  clear: both;
}

.ls-container {
  display: block;
  width: 100%;
}


/* layerslider */


/* ad */

.wristband {
  background-image: url('http://localhost/bmf/wp-content/themes/BlackMusicFestival/images/bmfwristband.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(100% + 110px);
  height: calc(100% + 110px);
  height: 600px;
  overflow: hidden;
}

/* ad */


/* genre */

/* Genre color overrides for single-tag-tab links */
.genre-Reggae { background-color: #2E8B57; color: #fff; }
.genre-LoversRock { background-color: #FF69B4; color: #fff; }
.genre-Dancehall { background-color: #FFD700; color: #000; }
.genre-Bashment { background-color: #FF4500; color: #fff; }
.genre-Ska { background-color: #000; color: #fff; }
.genre-HipHop { background-color: #708090; color: #fff; }
.genre-Drill { background-color: #8B0000; color: #fff; }
.genre-UKGarage { background-color: #4B0082; color: #fff; }
.genre-FunkyHouse { background-color: #00CED1; color: #000; }
.genre-Bassline { background-color: #1E90FF; color: #fff; }
.genre-RnB,
.genre-R&B { background-color: #9932CC; color: #fff; }




/* Genre-specific colors (override default tag style) */
.single-tag-tab.genre-Reggae {
  background-color: #2E8B57; /* green */
}
.single-tag-tab.genre-LoversRock {
  background-color: #FF69B4; /* pink */
}
.single-tag-tab.genre-Dancehall {
  background-color: #FFD700; /* gold */
}
.single-tag-tab.genre-Bashment {
  background-color: #FF4500;
}
.single-tag-tab.genre-Ska {
  background-color: #000;
}
.single-tag-tab.genre-HipHop {
  background-color: #708090;
}
.single-tag-tab.genre-Drill {
  background-color: #8B0000;
}
.single-tag-tab.genre-UKGarage {
  background-color: #4B0082;
}
.single-tag-tab.genre-FunkyHouse {
  background-color: #00CED1;
  color: #000;
}
.single-tag-tab.genre-Bassline {
  background-color: #1E90FF;
}
.single-tag-tab.genre-RnB,
.single-tag-tab.genre-R&B {
  background-color: #9932CC;
}

/* Optional hover overrides */
.single-tag-tab.genre-Reggae:hover {
  background-color: #246b45;
}


.artist-genre-badge {
  visibility: visible;
 
  padding: 50px;
  z-index: 9999999999;
  position: absolute;
}


.artist-genre-badge {
  visibility: visible;
  padding: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  z-index: 9999999999;
  position: relative;
  font-weight: 900;
  margin: 90%;
  border-radius: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  text-transform: uppercase;
  border: 1px dotted;
  top: 90px;
  font-size: .5em;
}
/* genre */


a:hover {
  color: #FA0 !important;
}



/* slider */

/* Customize Slick Arrows */
/* Add this to your style section */
.slider {
    position: relative;
}

.slick-prev, 
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    font-size: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slick-prev:hover, 
.slick-next:hover {
    background: rgba(0,0,0,0.8);
}

.slick-prev {
    left: -20px;
}

.slick-next {
    right: -20px;
}

.slick-prev:before, 
.slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: white;
}

.slick-prev:before {
    content: "\f104";
}

.slick-next:before {
    content: "\f105";
}

.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.slick-slide img {
  display: block;
  width: 100% !important;
}
/* slider */



/* navigation */
.blog-pagination {
    display: flex;
    justify-content: left;
    gap: 15px;
    margin-top: 0px;
    margin-left: 75px;
}

.blog-pagination .page-numbers {
    padding: 15px 25px;
    border: 1px dotted #CECFD0;
    /*font-size: calc(72px - 4vw);*/
    text-decoration: none;
    color: inherit;
    transition: background-color 0.3s ease;
}

.blog-pagination .page-numbers:hover {
    background-color: #f6f6f6;
}

.blog-pagination .current {
    background-color: #f6f6f6;
    pointer-events: none;
}

.blog-pagination .next {
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* navigation */


.single-date-tab {
  background-color: #026c12 !important;
}


.fa-clock::before {
    color: #167135;
}

.gridimagelink {
  color: #fff;
  }


  .didgettitle {
  color: #fcc11c;
  font-weight: 400 !important;
}


.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  font-size: calc(35px - 3vh);
  width: 100%;
}

.screen-reader-text {
  font-size: 18px;
  visibility: hidden;
  height: 0px;
}

.scheduletitle {
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 25px;
  color: #167135;
}




.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  font-size: calc(40px - 3vh);
}