@charset "UTF-8";
/* CSS Document */

:after, :before {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
    
    body, h1, h2, h3, h4, h5, h6,
    .big, .bigger, .gigantic, .huge, .large,
    .card__title, .card__title a,
    .focus__item__title, .focus__item__title a,
    .panel-side__content__copy__title, .panel-side__content__copy__title a,
    .parallax__caption__subtitle, .parallax__caption__title a,
    .poppyBTN {
        color: #fff;
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    
    .link-color, a {
        color: #fad151;
    }
    
    .link-color:hover, a:hover {
        color: #d80;
    }
    
    .emailHeader, .socialColor {
        color: #311703;
    }
    
    .emailHeader:hover, .navbar-nav > li > a:hover, .socialColor:hover {
        color: #d35b00 !important;
    }
    
    .navbar-nav > .active > a:focus, .navbar-nav > li.active > a {
        text-decoration: underline !important;
    }
    
    .button {
        background: #fad151;
        border-color: #fad151;
    }
    
    .button:hover {
        background: #d80;
        border-color: #d80;
    }
    
    #myVideo, .poppy {
        position: absolute;
    }
    
    #myVideo {
        height: 100%;
        width: 100%;
        object-fit: cover;
        z-index: 1;
        top: 0;
        right: 0;
    }
    
    .poppy {
        background-color: #fff;
        background-image: url("https://pacificcoastgrill.com/img/NYE-HP.jpg");
        background-size: cover;
        background-position: center;
        width: 420px;
        height: 376px;
        padding: 0;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        border-radius: 8px;
        display: none;
        text-align: center;
        z-index: 999999;
        box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.75);
    }
      
        @media screen and (max-width: 600px) {
    .poppy {
       background-image: url("https://pacificcoastgrill.com/img/NYE-HP-MOBILE.jpg");
        width: 90vw;
        max-width: 340px;
        height: auto;
        aspect-ratio: 338 / 364;
    }
}
    
    .poppy button {
        display: block;
        margin: 0 0 20px auto;
        background-color: transparent;
        font-size: 30px;
        color: #00000d;
        border: none;
        outline: 0;
        cursor: pointer;
    }
      
    
    
    .poppy h2 {
        color: #000;
    }
    
    .poppy p {
        font-size: 14px;
        text-align: justify;
        margin: 20px 0;
        line-height: 25px;
    }
    
    .poppyBTN {
        display: block;
        width: 260px;
        position: relative;
        margin: 281px auto 0;
        background-color: #C00003;
        font-weight: bold;
        text-decoration: none;
        padding: 5px 0;
        text-align: center;
        box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.6);
    }
    
    .poppy a:hover {
        background-color:#B04E03;
        color: #FFFFFF !important;
    }
    
    .bld-front {
        width: 90%;
        max-width: 960px;
    }
    
    .socialColor {
        font-weight: 700;
    }
    
    .break, .responsivestack {
        display: none;
    }
    
    .menu_box a, .requestBTN {
        display: inline-block;
        font-weight: 700;
    }
    
    #menu-item-78, #menu-item-80 {
        color: #311703 !important;
    }
    
    #container {
        width: 95%;
        max-width: 640px;
        font-family: arial;
        font-weight: 400;
        background-color: #fff !important;
        border: 2px solid red;
        display: block;
        border-radius: 10px;
        margin-bottom: 20px !important;
        padding: 18px;
    }
    
    #scroll-two {
        background: url(https://pacificcoastgrill.com/wp-content/themes/wlow/img/paella.jpg) top center/cover no-repeat fixed;
    }
    
    #scroll-three {
        background: url(https://pacificcoastgrill.com/wp-content/uploads/2021/03/reservations-1400x928.jpg) top center/cover no-repeat fixed;
    }
    
    #scroll-four {
        background: url(https://pacificcoastgrill.com/wp-content/uploads/2022/05/catering-1400x928.jpg) top center/cover no-repeat fixed;
    }
    
    .contentText {
        margin-top: 48px;
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        color: #000;
        line-height: 1.25em;
    }
    
    #email {
        font-size: 24px;
        border: 1px solid #006;
        background: #ffc;
        color: #333;
        text-align: center;
    }
    
    .requestBTN {
        border: 1px solid #fad151;
        background: #fad151;
        border-radius: 7px;
        font-size: 18px;
        padding: 5px 15px;
        text-transform: uppercase;
        color: #311703;
    }
    
    .requestBTN:focus, .requestBTN:hover {
        background: #b98b00;
        color: #fff;
        border: 1px solid #b98b00;
    }
    
    .outer_menu_list {
        margin: auto;
        text-align: center;
    }
    
    .menu_box a {
        margin: 15px;
        width: 25%;
        padding: 15px;
        color: #fff;
        font-size: 20px;
        border: 2px solid #fafafa;
        cursor: pointer;
        transition: 0.5s;
        text-shadow: 2px 2px 5px #000;
        overflow-wrap: break-word;
        overflow: hidden;
        text-align: center;
    }
    
    .menu_box a:hover {
        background: rgba(0, 0, 0, 0.5);
        border: 2px solid rgba(250, 250, 250, 0.5);
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    }
    
    .menu_list_btn {
        white-space: nowrap;
        text-decoration: none;
        margin: auto;
    }
    
    .pipe {
        display: contents;
    }
    
    .topBuffer {
        display: block;
        height: 7px;
        font-size: 5px;
        line-height: 5px;
    }
    
    .leftTextBox {
        padding-left: 87px;
        font-size: 20px;
    }
    
    img.emoji, img.wp-smiley {
        display: inline !important;
        border: none !important;
        box-shadow: none !important;
        vertical-align: -0.1em !important;
        background: 0 0 !important;
        padding: 0 !important;
    }
    
    .catering-text {
        margin-top: 0;
        margin-left: 13px;
        margin-right: 5px;
    }
    
    @media only screen and (max-width: 1550px) {
        .leftTextBox { font-size: 18px; }
    }
    
    @media only screen and (max-width: 1400px) {
        .leftTextBox { padding-left: 53px; font-size: 18px; }
    }
    
    @media only screen and (max-width: 1350px) {
        .leftTextBox { padding-left: 13px; }
    }
    
    @media (max-width: 1260px) {
        .menu_box a { width: 40%; }
    }
    
    @media screen and (max-width: 1081px) {
        #scroll-two { background: url(https://pacificcoastgrill.com/wp-content/themes/wlow/img/paella.jpg) top center no-repeat; }
        #scroll-three { background: url(https://pacificcoastgrill.com/wp-content/uploads/2021/03/reservations-1400x928.jpg) top center/cover no-repeat; }
        #scroll-four { background: url(https://pacificcoastgrill.com/wp-content/uploads/2022/05/catering-1400x928.jpg) top center/cover no-repeat; }
    }
    
    @media (max-width: 1050px) {
        .menu_box a { width: 30%; }
    }
    
    @media only screen and (max-width: 1110px) {
        .leftTextBox { padding-left: 0; font-size: 16px; }
    }
    
    @media only screen and (max-width: 990px) {
        .topBuffer { display: none; font-size: 16px; }
    }
    
    @media (max-width: 920px) {
        .menu_box a { width: 80%; display: block; margin: 30px auto; }
    }
    
    @media only screen and (max-width: 850px) {
        .leftTextBox { font-size: 14px; }
    }
    
    @media only screen and (max-width: 768px) {
        .rightImageBox { margin-bottom: 0; }
        .leftTextBox { font-size: 18px; }
    }
    
    @media only screen and (max-width: 767px) {
        .socialColor { color: #000; text-shadow: 0 0 0 transparent; }
        .emailHeader { color: #000; }
        .emailHeader:hover { color: #db8600; }
        .responsivestack { display: block; }
        #menu-item-78, #menu-item-80, #menu-item-81, .pipe { display: none; }
        #scroll-two { background: url(https://pacificcoastgrill.com/modern-images/paellaPhone.jpg) top center no-repeat; }
        #scroll-three { background: url(https://pacificcoastgrill.com/modern-images/reservPhone.jpg) top center/cover no-repeat; }
        #scroll-four { background: url(https://pacificcoastgrill.com/modern-images/cateringPhone.jpg) top center no-repeat; }
        .catering-text { margin-top: -5opx; margin-left: 17px; margin-right: 11px; }
        .break { display: contents; }
    }
    
    @media screen and (max-width: 480px) {
        #formContainer { padding: 20px; }
        #container { padding: 0; border: 0; width: 99%; }
        #scroll-four { background: top center/cover no-repeat; }
    }