@media only screen and (max-width: 1180px) {
    #header #menu {display:none;}
     .menu_links a {
        color: #fff;
        display: block;
        margin-bottom: 20px;
        font-size: 30px;
        font-weight: 600;
    }
    
    .menu_links {
        
        position: absolute;
top: 50%;
left: 30px;
transform: translateY(-50%);
}
    
      #mobile_open {
        display: block !important;
        position: absolute;
        width: 70px;
        height: 70px;
        background-color: #000;
          background-image:url(https://cowshedsportsbarandgrill.co.uk/wp-content/uploads/2025/02/gold.fw_-1.png);
        right: 0;
        top: 40px;
        border-radius: 10px 0 0 10px;
                  background-size: 50px;
        background-repeat: no-repeat;
        background-position: center;

    }

    #menu_legend{line-height:30px;}
    

    .video-container {
    position: relative;
    width: 100%;
    height: 225px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 60px;
}
    
    #mobile_close {
        position: absolute;
        width: 70px;
        height: 70px;
        background: url(https://blindcow.co.uk/wp-content/uploads/2024/11/Close.fw_.png);
        right: 0;
        top: 40px;
        background-size: 50px;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    span#mobile_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999999999;
}
    
   div#copyright a{display:block!important;margin:10px 0!important; width:100%!important;}
    #copyright{padding:10px!important}
    #opening{padding:40px 0 20px 0;}
    
   #contact,  #menu {
 
    padding: 30px 0;
}
    #logo {
  width:auto;
      padding:10px;
}
    
#contact iframe {
    height: 300px!important;
}
    
    #menu .wrapper > div {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
}
    
    #booking .wrapper {
    max-width: 600px;
    padding: 0 20px;
}
    
    #menu ul li strong {
    display: block;
    font-weight: 600;
    margin: 10px 0;
    font-size: 21px;
    line-height: 30px;
}
    
    p {
 
    font-size: 16px;
    }
    
    #contact .wrapper > div {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
    
    #logo img {
        width: 140px;
    }
    
    #banner h1 {
    font-size: 40px;
    color: #fff;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.6);
    line-height: 55px;
}
    
    .home #banner {height:100vh; max-height:900px;}
    
    .home #banner > span {
    position: relative;
    top: auto;
    left: auto;
    z-index: 2;
    transform: translate(0);
    width: 90%;
    display: block;
    padding-top: 200px;
    margin: 0 auto;
}
    
    #banner > span {

    width: 60%;
    text-align: center;
}
    
    h2{font-size:25px;margin:20px 0;}
    
    h3{font-size:20px;margin:20px 0;}
 
    
    .images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
    
    #opening .wrapper > div {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
    
    #opening .images > div {
    position: relative;
    width: 100%;
    height: 250px;
}
    
    .wrapper {
    max-width: 90%;
    margin: 0 auto;
    display: block;
}
    
    #booking img {
    max-width: 600px;
    margin: 0px 0;
    width: 100%;
}
    
    #opening .text > div {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: translate(0);
}
    
}