@import url('//fast.fonts.net/cssapi/b162ed9d-c091-44e0-8c4b-bf439c708bbb.css');

/* change fonts

font-family:'Town_10 Display W05 Bold';
font-family:'Town_10 Display W05 Bold';

font-family:'Town_10 Display W05 Bold';

*/
.home-specials h1 ,
.home-specials a ,
.contact-v2 .hours-title,
.contact-v2 .social-title,
.contact-v2 .contact-us-title,
.drink-menu h1,
.drink-menu h2,
.drink-menu h5,
{
    font-family:'Town_10 Display W05 Bold';
}
p {
  font-family:'Town_10 Display W05 Bold';
}
body {
    font-family:'Town_10 Display W05 Bold';
}
/* put under the comment if it's NOT sinle page website */
.header {
    background-attachment: fixed;
}

a {color: #ddd;}

/* home page */

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

#home_page_cover {
  background-image: url(https://static.spotapps.co/web/vinniesbars--com/css/../custom/background.jpg);
  background-size: cover;
  background-attachment: fixed;
}

/* 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 */

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

.navbar.nav-v4 {
  display: none;
}
.on-cover-content {
  padding-bottom: 40px;
  width: 70%;
}
.on-cover-content .section-wrapper{
  padding: 0;
  display: block;
}
.on-cover-content .container {
  width: 100%;
  height: 100vh;
  padding: 0;
}
.location-holder {
    display: table;
    position: relative;
    width: 100%;
    height: 100vh;
}
.location-holder .row {
    display: table-cell;
    vertical-align: middle;
}
.on-cover-content img {
    margin: 25px auto;
    max-width: 320px;
}

.left, .right {
  display: table;
  float: left;
  width: 50%;
  height: 100vh;
}

/*.on-cover-content .section-wrapper {
    vertical-align: top;
}*/



.on-cover-content .section-wrapper a.custom-temp-btn {
  padding: 6px 20px;
  background-color: #fff;
  background: #fff;
  border: 2px solid #fff;
  color: #b21725;
}
.on-cover-content .section-wrapper a.custom-temp-btn:hover {
  background-color: #b21725;
  background: #b21725;
  border: 2px solid #b21725;
  color: #f9d704;
}
.on-cover-content .section-wrapper a.custom-temp-btn:focus {
  text-decoration: none;
}


@media (max-width: 1400px) {
    .on-cover-content {
      width: 80%;
    }
}
@media (max-width: 1200px) {
    .on-cover-content {
      width: 95%;
    }
}
@media (max-width: 1024px) {
    .on-cover-content .section-wrapper a.custom-temp-btn {
        padding: 6px 20px;
        font-size: 18px;
        margin: 10px;
    }
}

@media (max-width: 991px) {
    .on-cover-content .col-md-4 img {
        max-width: 220px;
    }
}

@media (max-width: 768px) {
  .on-cover-content img {
    margin-top: 50px;
    max-width: 250px;
  }
}

@media (max-width: 767px) {
  .on-cover-content .container {
    width: 100%;
  }
  .on-cover-content .section-wrapper {
    padding-top: 4em;
  }
  .location-holder,
  .location-holder .row {
    display: block;
  }
  .navbar-fixed-bottom.nav-v1.show-bottom-nav {
      display: none;
  }
  .on-cover-content .section-wrapper a.custom-temp-btn {
    font-size: 15px;
  }
  .on-cover-content img {
    margin-top: 20px;
    max-width: 120px;
  }
}

@media (max-width: 320px) {
  .on-cover-content .section-wrapper {
    padding-top: 2em;
  }
  .on-cover-content img {
    max-width: 100px;
  }
}
