@import url('//fast.fonts.net/cssapi/2efad8d6-3527-4358-8659-287d525b005d.css');

/*
font-family:'Rama Gothic M W01 Bold';
font-family:'Proxima N W01 Light';
font-family:'Proxima N W01 Cd Light';
font-family:'Proxima N W01 Cd Smbd';
*/

/* change fonts  */
.home-specials h3 ,
.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:'Rama Gothic M W01 Bold';
}

/* put under the comment if it's NOT sinle page website */
/*.header {
    background-attachment: fixed;
}*/

a {color: #ddd;}

body {
  font-family:'Rama Gothic M W01 Bold';
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family:'Rama Gothic M W01 Bold';
}

.navbar-normal {
  height: 170px;
}
.navigation-social {
    margin-top: 16px;
}
.navigation-left li a, .navigation-right li a {
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation-left li.active a, .navigation-right li.active a {
  color: #e32332;
}
.navigation-left li a:hover, .navigation-right li a:hover {
  color: #e32332;
}
.navigation-sections {
  margin-top: 10px;
}
.navbar-inverse .navbar-nav>li>a {
  font-family:'Rama Gothic M W01 Bold';
  font-size: 30px;
}

/* home page */

.uk-overlay-panel h3 {
  text-transform: uppercase;
  font-family:'Futura LT W02 Bold';
  font-size: 4em;
}
.uk-overlay-panel p {
  font-size: 2.5em;
}
.uk-overlay-panel a.uk-button-primary {
  margin-top: 35px;
  padding: 13px 30px 10px 30px;
  background-color: #e32332;
  background: rgba(227, 35, 50, 0.8);
  color: #fff;
  font-family:'Futura LT W02 Bold';
}


/* dollar sign */
.home-specials > div:first-child {
    background-image: url('../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;
    font-family:'Proxima N W01 Light';
}

.home-specials p.specials-hours{
    padding-top: 0.2em;
    color: #ccc;
}

.gallery {
  background-color: #fff;
  padding-bottom: 50px;
}

.gallery label, .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;
}

.section-header,
.about-us-v4-content .text-wrapper h3,
.specials-v3.home-specials .section-header,
.gallery label, .reservations label, .email-subscription label, .reservations-and-parties label,
.specials h1, .events h1,
.about-us-v3 h3 {
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
  font-family:'Proxima N W01 Light'; 
  font-size: 3.5em;
}

.custom_html_1-section {
  background-image: url('../custom/banner_back.jpg');
  padding: 20px 0;
  background-color: #c8222e;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,0.2);
  box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,0.2);
}
.custom_html_1-section h2 {
  margin-top: 10px;
  font-family:'Futura LT W02 Bold';
}

.about-us-v4 .about-us-v4-content:last-of-type {
  -webkit-box-shadow: -3px 3px 10px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: -3px 3px 10px 0px rgba(0,0,0,0.3);
  box-shadow: -3px 3px 10px 0px rgba(0,0,0,0.3);
  background-position: center center;
}
.about-us-v4-content .text-wrapper {
  background: transparent;
}
.about-us-v4-content .text-wrapper .text-content {
  width: 80%;
}
.about-us-v4 a,
.events-v2 a, .specials-v3.home-specials div a {
  margin-top: 20px;
  padding: 10px 15px 10px 15px;
  background-color: #f59682;
  color: #000;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
  font-family:'Proxima N W01 Cd Light';
  font-size: 24px;
  opacity: 1;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.about-us-v4 a:hover,
.events-v2 a:hover, .specials-v3.home-specials div a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.about-us-v4 a:focus {
  text-decoration: none;
}
.about-us-v4-content .about-us-v4-link {
  border-radius: 0;

}

.specials-v3.home-specials .empty-content-message h3 {
  margin-bottom: 30px;
}
.specials-v3.home-specials .empty-content-message h4 {
  font-size: 24px;
  margin-top: 10px;
}
.specials-v3.home-specials,
.specials-v3.home-specials h3, .specials-v3.home-specials p.specials-hours,
.specials-v3.home-specials p {
  color: #000;
}
.specials-v3.home-specials p {
  text-transform: none;
}
.events-v2 a, .specials-v3.home-specials div a {
  width: auto;
  max-width: 150px;
  margin: 0 auto;
  border-radius: 10px;
}
.home-specials p {
  padding-top: 5px;
  margin-top: 10px;
}

.gallery label {
  margin-top: 0;
}

.newsletter-section {
  background-image: url('../custom/sections_back.jpg');
}
.newsletter-section .section-header {
  margin-top: 5px;
}
.sph-email-subscription h2 {
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 1.5em;
}
.sph-email-subscription .sph-email-input {
  border: 1px solid rgba(227, 35, 50, 0);
  padding: 20px 10px;
  background-color: rgba(227, 35, 50, 0.5);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  font-size: 1.2em;
}
.sph-email-subscription .sph-email-input::-webkit-input-placeholder {
   color: #fff;
}
.sph-email-subscription .sph-email-input:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}
.sph-email-subscription .sph-email-input::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}
.sph-email-subscription .sph-email-input:-ms-input-placeholder {
   color: #fff;
}
.sph-email-subscription .sph-submit-button {
  text-transform: uppercase;
  background-color: #e32332;
  font-weight: normal;
  border-radius: 10px;
  font-family:'Futura LT W02 Bold';
  font-size: 24px;
  opacity: 1;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.sph-email-subscription .sph-submit-button:hover {
  opacity: 0.8;
}

.googlemap-v2 .triangle {
  border-bottom: 12px solid color=#2b2b2d;
}
.contact-v3 {
  background-color: #e32332;
  color: #fff;
  font-family:'Proxima N W01 Cd Smbd';
}
.contact-v3 .hours-title, .contact-v3 .social-title, .contact-v3 .contact-us-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-family:'Proxima N W01 Cd Smbd';
}
.contact-v3 .days {
  text-transform: uppercase;
  font-weight: normal;
}
.contact-us p {
  font-size: 1em;
}

.style-traditional .tabnav .nav>li>a, .food-menu-section .tabnav .nav>li>a, .drink-menu-section .tabnav .nav>li>a {
  font-family:'Futura LT W02 Bold';
}
.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: #e32332;
    border-bottom: 10px solid rgba(227, 35, 50, 0.8);
}
.style-traditional.drink-menu h4, .food-menu-section h4, .drink-menu-section h4 {
  font-family:'Rama Gothic M W01 Bold';
  font-size: 2em;
  text-transform: uppercase;
}

.drink-menu {
  background-image: url('../custom/sections_back.jpg');
}
.style-traditional.drink-menu>div:first-child {
  background-color: transparent;
}
.style-traditional.drink-menu .pagecontent {
  box-shadow: 0px 0px 15px #e32332;
}

.specials h1, .events h1 {
  color: #fff;
}
.specials-background .empty-content-message .section-header {
  display: none;
}

.events h2 {
  color: #e32332;
  font-family:'Rama Gothic M W01 Bold';
  font-size: 2em;
  text-shadow: none;
}
.event {
  border: 1px solid #e32332;
  padding: 30px;
  margin-top: 30px;
  background-color: #000;
}
.event-text {
  color: #fff;
}
.event-image {
  border: 5px solid #fff;
}

.about-us-v3 .text-wrapper {
  background-color: rgba(227, 35, 50, 0.7);
}
.about-us-v3 h3 {
  margin-top: 30px;
  color: #fff;
}

.reviews {
    display: table;
    margin: 0 auto;
    min-height: 420px;
}

.review-content .section-header{
    color: #fff;
    font-family:'Proxima N W01 Light'; 
}

.review-content {
    background-color: rgba(64,64,64,0.7);
    color: #fff;
    border-radius: 50px;
    font-family:'Proxima N W01 Light';
    font-size: 0.8em;
}

.googlemap-v2 .triangle {
    border-bottom: 12px solid #2b2b2d;
}

.contact-v3{
background-image: url('../custom/contact_back.jpg');
}

.about-us-v4-content .about-us-v4-link{
    background: rgba(219, 101, 55, .8);
}

.about-us-v4-content .text-wrapper{
  background-color: #2b2b2d;
}

.about-us-v4-content .text-wrapper p {
  color: #fff;
  font-family:'Proxima N W01 Light';
  font-size: 1.2em;
}

.about-us-v4-content .text-wrapper h3 {
  color: #fff;
  font-family:'Proxima N W01 Light';

}

.about-us-v4 .about-us-v4-content:first-of-type a {
  background-color: #fff;
  color:#2b2b2d;
  font-family:'Proxima N W01 Cd Light';
  text-transform: uppercase;
}

.navbar-regular.nav-v4 .navbar-nav>li>a {
  font-size: 1.8em;
}


.specials h2 {
  font-family:'Proxima N W01 Light';

}

.drink-menu.specials .row div[class^="col"]{
  font-family:'Proxima N W01 Light'; 
}

.on-cover-content{
  display:table;
}


.on-cover-content .section-wrapper a {
    background-color: rgba(219, 101, 55, .8);
    border-radius: 10px;
    color:#fff;
    font-family:'Proxima N W01 Cd Light';
    font-size: 0.8em;

}
.on-cover-content .section-wrapper a:hover{
    background-color: rgba(219, 101, 55, .8);

}

.on-cover-content .section-wrapper .section-header{
  font-family:'Rama Gothic M W01 Bold'; 
  font-size:6em;
}

.about-us-v4-content .about-us-v4-link span {
  font-family:'Rama Gothic M W01 Bold'; 
  font-size:1.6em;
}

.about-us-v4-wrapper{
      border-top: 3px solid #f04b2b;
}

.about-us-v4-content .text-wrapper {
    background: transparent;
}

.reviews-wrapper{
    border-top: 3px solid #f04b2b;
    border-bottom: 3px solid #f04b2b;
}


@media (max-width: 1150px){
  .navigation-left li a, .navigation-right li a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 1035px){
  .navigation-left li a, .navigation-right li a {
    font-size: 25px !important;
  }
  .navigation-sections {
    margin-top: 14px;
  }
  .navigation-social {
    margin-top: 10px;
  }
  .uk-overlay-panel h3 {
    font-size: 3.5em;
  }
  .about-us-v4 .about-us-v4-content:last-of-type {
    background-position: -50px 0;
}

.navbar.nav-v4{
  font-family:'Rama Gothic M W01 Bold';
}
.header-logo {
    max-widht: 60px;
    top: 0px;
    display: block;
    left: 5px;

  }
}

@media (max-width: 1023px) {
  .navbar-nav {
    margin-bottom: 15px;
  }
  .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #e32332;
    border: none;
  }

}

@media (max-width: 840px){
  .navbar-inverse .navbar-nav>li>a {
    font-size: 25px;
    padding: 10px 8px;
  }
  .uk-overlay-panel h3 {
    font-size: 3em;
  }
  .uk-overlay-panel p {
    font-size: 2em;
  }
  .uk-slidenav-position:hover .uk-slidenav {
    display: none !important;
  }
  .uk-overlay-panel a.uk-button-primary {
    font-size: 22px;
  }
  .section-header, .about-us-v4-content .text-wrapper h3, .specials-v3.home-specials .section-header,
  .gallery label, .reservations label, .email-subscription label, .reservations-and-parties label,
  .specials h1, .events h1, .about-us-v3 h3 {
    font-size: 3em;
  }
}

@media (max-width: 768px){
  .about-us-v4 .about-us-v4-content {
      height: 500px;
  }

    .navbar.nav-v4 .header-logo {
    max-width: 90px;
    top: 0px;
}
}

@media (max-width: 767px) {
  .navbar-collapse.collapse.in {
    width: 100%;
  }
  .navbar-inverse .navbar-nav>li>a {
    font-size: 2em;
    padding: 15px 10px;
  }

  .uk-overlay-panel p {
    font-size: 2em;
    line-height: 42px;
  }
  .about-us-v4 .about-us-v4-content {
    height: 520px;
  }
  .about-us-v4-content .text-wrapper h3 {
    margin-bottom: 30px;
  }
  .about-us-v4 .about-us-v4-content:last-of-type {
    background-position: -29px -222px;
  }
  .specials-section {
    width: 95%;
    margin: 0 auto;
  }
  .about-us-v4 .about-us-v4-content:last-of-type {
    background-position: center center;
}

}

@media (max-width: 320px) {
  .uk-overlay-panel h3 {
    font-size: 2em;
  }
  .uk-overlay-panel p {
    font-size: 1.5em;
    line-height: 30px;
  }
  .uk-overlay-panel a.uk-button-primary {
    font-size: 20px;
  }
  .custom_html_1-section h2 {
    font-size: 25px;
  }

}