@import url('../cssapi/769b60f2-49f9-4fd9-9751-1423e631bd3b.css');

/*
font-family:'American Typewriter ITC W01 Lt';
font-family:'American Typewriter ITCW01LtIt';
font-family:'American Typewriter ITC W04 Md';
font-family:'American Typewriter ITC W01 Bd';
font-family:'American Typewriter ITC W01 Cn';
font-family:'Helvetica Neue LT W01_41488878';
font-family:'Helvetica Neue LT W01_55 Roman';


  */

.about-us-v2-wrapper.section-wrapper {
    box-shadow: 5px 0px 15px black;
}

a {color: #ddd;}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #2C2C2C;
}

/* Top contact bar */
.top-contact-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  padding: 7px 20px;
  background-color: #000;
  font-family: 'American Typewriter ITC W01 Cn';
  color: #fff;
  text-align: right;
  z-index: 100;
}
.top-contact-bar a:hover {
  color: #ccc;
}
.top-contact-bar a {
  padding-left: 10px;
}

nav.navbar {
  top: 32px;
}

/* home page */
/* dollar sign */
.home-specials > div:first-child {
    background-image: url('https://static.spotapps.co/web/thepressboxnyc--com/images/dollar/dollar-orange.png');
}

.reservations a {
    color: #fff;
    background-color: #ddd;
}


/* tabs in drinks and food menu */
.tabnav .nav>li>a:hover, .tabnav .nav>li.active>a {
    color: #ddd;
    background: transparent;
    border-bottom: 10px solid rgba(220, 220, 220, 0.6);
}

/* drink menu and food menu item names */
.drink-menu h5 {
    color: #ddd;
}

/* specials titles in happy hours */
.specials h2 {
    color: #ddd;

}

.navbar-regular .navbar-collapse.collapse.in{
    background-color:  rgba(255,255,255,0.7);
}


/* black specials */
.specials-v2 {
    background-color: black;
}

.home-specials h3, .about-us h3 {
    color: white;
}

.about-us h3 {
    margin-top:4px;
}

.home-specials p {
    font-size: 1.2em;
    color: white;
    word-wrap: break-word;
    padding-top: 1.9em;
}

.home-specials p.specials-hours{
    padding-top: 0.2em;
    color: #ccc;
}


/* black gallery */

.gallery {
    background-color: black;
}

.reservations label, .email-subscription label, .reservations-and-parties label {
    text-transform: uppercase;
    color: white;
    border: none;
    padding: 10px 60px;
    margin-bottom: 20px;
    font-size: 1.7em;
}

.contact-v2 .contact-location{
    text-transform: uppercase;
}

.logo-on-cover {
    visibility: hidden;
}

/* ABOUT US SECTION */

.about-us-v2-wrapper {
    position: relative;
    width: 100%;
}
.reservations-and-parties {
    position: relative;
    width: 100%;
    background-image: url("../web/thepressboxnyc--com/custom/party_back.jpg");
}
.about-us-v2-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    width: 100%;
    height: 10px;
    background: -webkit-linear-gradient( 45deg, transparent 33.333%, #E0E0E0 33.333%, #E0E0E0 66.667%, transparent 66.667% ), -webkit-linear-gradient( -45deg, transparent 33.333%, #E0E0E0 33.333%, #E0E0E0 66.667%, transparent 66.667% );
    background-size: 20px 40px;
}
.reservations-and-parties.section-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 10px;
    background: -webkit-linear-gradient( -45deg, transparent 33.333%, #E0E0E0 33.333%, #E0E0E0 66.667%, transparent 66.667% ), -webkit-linear-gradient( 45deg, transparent 33.333%, #E0E0E0 33.333%, #E0E0E0 66.667%, transparent 66.667% );
    background-position-y: 10px;
    background-size: 20px 40px;
}
.about-us-v2 h3 {
   font-family:'American Typewriter ITCW01LtIt';
   color: black;
   text-transform: capitalize;
   font-weight: bold;
   font-size: 30px;
   margin-top: 30px;
   margin-bottom: 20px;
}
.about-us-v2 p {
   font-family:'American Typewriter ITC W01 Cn';
   color: black;
    font-size: 20px;
}
.about-us-v2 img {
    border: 3px solid black;
    max-width: 80%;
}

/* RESERVATIONS AND PARTIES */

.reservations-and-parties label {
   font-family:'American Typewriter ITCW01LtIt';
   color: white;
   text-transform: capitalize;
   font-weight: bold;
   font-size: 30px;
   margin-top: 30px;
   margin-bottom: 20px;
   letter-spacing: 1px;
}
.reservations-and-parties p {
   color: white;
}
.reservations-and-parties input {
    width: 430px;
    margin-bottom: 1em;
    border: 1px solid black;
    padding: 10px 10px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 6px;
}
.reservations-and-parties select {
    border: 1px solid black;
    padding: 5px 10px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 6px;
}
.reservations-and-parties button[disabled] {
   background-color: #676666;
   cursor: not-allowed;
   color: #989292;
 }
.reservations-and-parties button {
    min-width: 200px;
    font-family:'American Typewriter ITC W04 Md';
    text-transform: capitalize;
    border: 1px solid black;
    border-radius: 6px;
    background-color: rgba(255,255,255,0.9);
    cursor: pointer;
    color: black;
}

/* SPECIALS SECTION */

.specials-v3.home-specials {
    background-image: url("../web/thepressboxnyc--com/custom/sections_back.jpg");
    background-size: cover;
}
.specials-v3.home-specials h3 {
   font-family:'American Typewriter ITCW01LtIt';
   color: black;
   text-transform: capitalize;
   font-weight: bold;
   font-size: 30px;
   margin-top: 30px;
   margin-bottom: 20px;
}
.specials-v3.home-specials p {
    color: black;
}
.specials-v3.home-specials p.specials-hours {
    color: black;
    font-family:'American Typewriter ITC W01 Cn';
    font-size: 20px;
}
.specials-v3.home-specials div a {
    font-family:'American Typewriter ITC W04 Md';
    text-transform: capitalize;
    border: 1px solid black;
    border-radius: 6px;
    background-color: rgba(255,255,255,0.9);
    color: black;
    box-shadow: 0px 0px 0px gray;
    transition: box-shadow 0.5s ease-in-out;
}
.specials-v3.home-specials div a:hover {
    box-shadow: 0px 0px 15px gray;
}

/* EVENTS SECTION */

.events-v2 h3 {
   font-family:'American Typewriter ITCW01LtIt';
   color: black;
   text-transform: capitalize;
   font-weight: bold;
   font-size: 30px;
   margin-top: 10px;
   margin-bottom: 20px;
}
.events-v2-wrapper {
    background-image: url("../web/thepressboxnyc--com/custom/sections_back.jpg");
    background-size: cover;
}
.events-v2 h4 {
    font-family:'American Typewriter ITC W04 Md';
    font-weight: bold;
}

/* google_view 360 view section custom */
.google-view-wrapper {
  position: relative;
  padding: 35px 0;
  background-color: #000;
  min-height: 65vh;
  z-index: -1;
}
.google-view-wrapper .container {
  width: 70%;
}
.google-view-holder {
  text-align: center;
}
.google-view-holder iframe {
  width: 100%;
  height: 70vh;
}

.custom_html_1-section {
  padding: 30px 0;
  background-color: #000;
}
.fb-holder {
  text-align: center;
}
.fb-holder iframe {
  background: #fff;
}
@media (max-width: 767px) {
  .fb-holder iframe {
    width: 100% !important;
    height: 455px !important;
  }
}


/* CONTACT SECTION */

.contact-us a:hover {
    color: gray;
}
.contact-v2 .hours-title, .contact-v2 .social-title, .contact-v2 .contact-us-title {
   font-family:'American Typewriter ITCW01LtIt';
   letter-spacing: 1px;
}

/* DRINKS/FOOD PAGE */
.style-traditional .tabnav .nav>li>a:hover, .style-traditional .tabnav .nav>li.active>a, .food-menu-section .tabnav .nav>li>a:hover, .food-menu-section .tabnav .nav>li.active>a, .drink-menu-section .tabnav .nav>li>a:hover, .drink-menu-section .tabnav .nav>li.active>a {
    color: black;
    border-bottom: 5px solid rgba(0, 0, 0, 0.7);
    font-family:'American Typewriter ITC W01 Cn';
    font-size: 25px;
}
.style-traditional .tabnav .nav>li>a, .food-menu-section .tabnav .nav>li>a, .drink-menu-section .tabnav .nav>li>a {
    font-family:'American Typewriter ITC W01 Cn';
    font-size: 25px;
    border-bottom: 5px solid rgba(200, 200, 200, 0.6);
}
.style-traditional.drink-menu h4, .food-menu-section h4, .drink-menu-section h4 {
    font-family:'American Typewriter ITC W04 Md';
    font-weight: bold;
}
.style-traditional.drink-menu .pagecontent {
    background-image: url("../web/thepressboxnyc--com/custom/menu_back.jpg");
    box-shadow: 0px 0px 10px #c9c9c9;

}
.style-traditional.drink-menu h1.food-menu-name {
    margin-top: 130px;
    font-family:'American Typewriter ITC W01 Lt';
    font-weight: bold;
    letter-spacing: 1px;
}
.style-traditional.drink-menu .menu-item-name-traditional div, .style-traditional.drink-menu .menu-item-price-traditional .food-price:first-child, .style-traditional.drink-menu .menu-item-price-traditional .item-price:first-child {
    font-family:'Helvetica Neue LT W01_55 Roman';
}

/* SPECIALS/EVENTS PAGE */

.specials h1, .events h1 {
   font-family:'American Typewriter ITCW01LtIt';
   font-weight: bold;
   font-size: 35px;
   letter-spacing: 1px;
   border-bottom: 5px solid rgba(255, 255, 255, 0.4);
}
.specials h2 {
    font-family:'Helvetica Neue LT W01_55 Roman';
}
.gallery label {
  font-family: 'American Typewriter ITCW01LtIt';
  color: white;
  border: none;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;

}
@media (max-width: 1350px) {
  .navbar-inverse, .navbar-regular {
    background-size: auto 90% !important;
  }
  .nav>li {
    padding: 0px 10px;
  }
  .navbar-inverse .navbar-nav>li>a {
    font-size: 20px;
    padding: 10px 10px;
  }
}

@media (max-width: 1096px) {
  .logo-on-cover {
      visibility: visible;
      background-size: 500px;
  }
}

@media (max-width: 1023px) {
  .socialnav {
    margin-top: 23px;
  }
}

/* iPad */

@media (max-width: 1024px) {
    .style-traditional.drink-menu h1.food-menu-name {
        margin-top: 0px;
        font-family:'American Typewriter ITC W01 Lt';
        font-weight: bold;
        letter-spacing: 1px;
    }
}
@media (max-width: 768px) {
    .logo-on-cover {
        visibility: visible;
        background-size: 70%;
    }
    .about-us-v2 p {
        font-size: 18px;
    }
    .about-us-v2 h3 {
        margin-top: 0px;
    }
    .about-us-v2 img {
        max-width: 100%;
    }
    .container.about-us-v2>div>div:last-child {
        min-height: 450px;
    }
}

@media (max-width: 767px) {
  .navbar-collapse.collapse,
  .navbar-collapse.collapsing {
    background-color: rgba(0,0,0,0.5);
  }
  .socialnav {
    margin-top: -40px;
  }
  .google-view-wrapper {
    min-height: 50vh;
  }
  .google-view-wrapper .container {
    width: 80%;
  }
  .google-view-holder iframe {
    height: 50vh;
  }
  .reservations-and-parties input {
    font-size: 16px;
  }
}

/* iPhone 6+ */
@media (max-width: 736px) {
    .about-us-v2-wrapper {
        background-size: cover;
    }
}
@media (max-width: 414px) {
    .logo-on-cover {
        background-size: 380px;
    }
    .reservations-and-parties input {
        width: 375px;
    }
    .specials-v3.home-specials p {
        padding: 0px 20px;
    }
}

/* iPhone 6 */
@media (max-width: 375px) {
    .style-traditional .tabnav .nav>li>a:hover, .style-traditional .tabnav .nav>li.active>a, .food-menu-section .tabnav .nav>li>a:hover, .food-menu-section .tabnav .nav>li.active>a, .drink-menu-section .tabnav .nav>li>a:hover, .drink-menu-section .tabnav .nav>li.active>a {
        font-size: 20px;
    }
    .style-traditional .tabnav .nav>li>a, .food-menu-section .tabnav .nav>li>a, .drink-menu-section .tabnav .nav>li>a {
        font-size: 20px;
    }
    .reservations-and-parties input {
        width: 280px;
    }
    .reservations-and-parties button {
        min-width: 280px;
    }
    .reservations-and-parties select {
        width: 135px;
    }
}

/* iPhone 5 */
@media (max-width: 568px) {

    .reservations-and-parties button {
        min-width: 280px;
    }
    .reservations-and-parties select {
        width: 98px;
    }

}
@media (max-width: 320px) {
    .logo-on-cover {
        background-size: 290px;
    }
    .reservations-and-parties select {
        width: 133px;
    }
    .style-traditional .tabnav .nav>li>a:hover, .style-traditional .tabnav .nav>li.active>a, .food-menu-section .tabnav .nav>li>a:hover, .food-menu-section .tabnav .nav>li.active>a, .drink-menu-section .tabnav .nav>li>a:hover, .drink-menu-section .tabnav .nav>li.active>a {
        font-size: 17px;
    }
    .style-traditional .tabnav .nav>li>a, .food-menu-section .tabnav .nav>li>a, .drink-menu-section .tabnav .nav>li>a {
        font-size: 17px;
    }
    .top-contact-bar {
      padding: 7px 5px;
    }
    .top-contact-bar a {
      padding-left: 5px;
    }
}