@import url('//fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@300&display=swap');
@import url('//fonts.googleapis.com/css2?family=Rubik+Dirt&display=swap');
@import url('//fonts.googleapis.com/css2?family=Jost:wght@300&display=swap');
@import url('//fonts.googleapis.com/css2?family=Pacifico&display=swap');

/*
font-family:'Intro Head L W00 Base';
font-family:'Intro Rust G W00 Base_2 Line';
font-family:'Futura LT W01 Light';
font-family:'Intro Script R W00 G Base';

"Intro Head L W00 Base" = font-family: 'Yanone Kaffeesatz', sans-serif; font-weight: 300;
"Intro Rust G W00 Base_2 Line" = font-family: 'Rubik Dirt', cursive;
"Futura LT W01 Light" = font-family: 'Jost', sans-serif; font-weight: 300;
"Intro Script R W00 G Base" = font-family: 'Pacifico', cursive;
*/

/* 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: 'Rubik Dirt', cursive;
}

/* put under the comment if it's NOT sinle page website */
.header {
    background-attachment: fixed;
}

a {color: #ddd;}

/* home page */
/* dollar sign */
.home-specials > div:first-child {
    background-image: url('https://static.spotapps.co/web/maggiemaesbar--com/css/../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 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;
}

/* ### custom style ### */
.navigation-left li a, .navigation-right li a {
  font-family: 'Yanone Kaffeesatz', sans-serif !important; 
  font-weight: 300 !important;
}

.section-header,
.gallery label,
.reservations-and-parties label,
.drink-menu h4,
.about-us-v3 h3 {
    font-family: 'Rubik Dirt', cursive;
    font-weight: normal;
    font-size: 3em;
}

.gallery label,
.drink-menu h4 {
    color: #2e1511;
    text-shadow: none;
}

.review-content .section-header,
.events h2 {
    color: #fff;
}

.about-us-plus-content h3,
.style-traditional.drink-menu h4 {
    font-family: 'Pacifico', cursive;
    text-transform: none;
    font-size: 2.2em;
    color: #2e1511;
}

.about-us-plus-content .about-us-plus-button,
.gallery-v2-wrapper .gallery-link .icon-holder span,
.style-traditional .tabnav .nav>li>a {
    font-family: 'Yanone Kaffeesatz', sans-serif; 
    font-weight: 300;
    font-size: 1.8em;
}

.style-traditional.drink-menu .menu-item-name-traditional div {
    font-size: 1.35em;
}

.style-traditional.drink-menu .menu-item-price-traditional .food-price,
.style-traditional.drink-menu .menu-item-price-traditional .item-price:first-child {
    font-size: 1.15em
}

.style-traditional.drink-menu .menu-item-name-traditional .item-name-and-manufacturer span {
    font-size: 1em;
}

/* typography-text */
body{
  font-family: 'Jost', sans-serif; 
  font-weight: 300;
}

/* navigation */
.navbar-normal {
    height: 94px;
}

.navigation-left li a, .navigation-right li a {
    color: #fff;
}

/* about */
.about-us-plus-content .about-us-plus-button {
    background-color: #2e1511;
    border-radius: 6px;
}

/* gallery */
.gallery {
    padding: 1em 0 6em 0;
}
.gallery-v2-wrapper .gallery-link.black-bg {
    background-color: #190d0f;
}
.gallery-v2-wrapper {
    padding: 0;
}

/* reviews */
.review-content {
    background-color: rgba(0,0,0, 0.7);
    color: #fff;
    border-radius: 20px;
}

/* party-page */
.party-background {
  background-color: transparent;
}
.party-background.drink-menu .tabs-container {
  margin-bottom: 0;
}
.party-background.drink-menu>div:first-child {
  min-height: 100%;
  position: relative;
  background-color: transparent;
}
.party-background.drink-menu>div:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-image: url(https://static.spotapps.co/web/maggiemaesbar--com/css/../custom/parties_page_bg.jpg);
    -webkit-filter: grayscale(0.6) opacity(0.2);
    -moz-filter: grayscale(0.6) opacity(0.2);
    -o-filter: grayscale(0.6) opacity(0.2);
    -ms-filter: grayscale(0.6) opacity(0.2);
    filter: grayscale(0.6) opacity(0.2);
}

.party-background .section-header {
  color: #2e1511;
  text-shadow: none;
}
.party-background .party-desc p {
  color: #2e1511;
  text-shadow: none;
  font-size: 1.5em;
}
.party-background .party-desc a {
  color: #000;
}
.party-background .party-info .img-responsive{
  display: inline-block;
}
.reservations-and-parties p.submit-success {
  text-shadow: none;
  color: #000;
}
.reservations-and-parties button[disabled] {
  background-color: #2e1511;
  border-radius: 6px;
  border: 2px solid #2e1511;
  color: #fff;
}
.reservations-and-parties button {
  opacity: 0.8;
  background-color: #2e1511;
  border-radius: 6px;
  border: 2px solid #2e1511;
  color: #fff;
}
.reservations-and-parties button:hover {
  opacity: 0.6;
  background-color: #2e1511;
  border-radius: 6px;
  border: 2px solid #2e1511;
  color: #fff;

}
.reservations-and-parties input, .reservations-and-parties select, .reservations-and-parties textarea, .reservations-and-parties select.full-select {
  border: 1px solid #000;
}
/* article-page */
.article-background {
    background-color: #fff;
}
ul.shirts {
    list-style: none;
    text-align: center;
    padding: 0;
    margin-top: 60px;
}

ul.shirts li {
    display: inline-block;
    height: 260px;
    text-align: center;
    margin: 0px 10px;
}

ul.shirts > li > img {
    height: 90%
}

/* aboutus-page */
.about-us-background {
  padding: 0;
}
.about-us-background .pagecontent {
  width: 100%;
  padding-top: 60px;
}
.about-us-background .about-us-v3-wrapper {
  padding-top: 50px;
}
.about-us-v3 .text-wrapper {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 20px;
    padding-bottom: 60px;
}
.about-us-background .about-us-v3-wrapper {
    padding-top: 50px;
}
.container.about-us-v3 h4 {
  color: #fff;
  text-align: center;
  font-family: 'Jost', sans-serif; 
  font-weight: 300;
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.google_360 {
  text-align: center;
}
.google_360 iframe {
  width: 600px;
  height: 400px;
}
.container.about-us-v3 h3 {
    margin-bottom: 30px;
}
.container.about-us-v3 p {
    text-align: center;
}
.events h4 {
  color: #fff;
  font-family: 'Jost', sans-serif; 
  font-weight: 300;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .party-background.drink-menu>div:first-child:before {
    background-attachment: scroll;
    background-position: center center;
  }
}
@media (max-width: 1023px) {
  .navigation-bootstrap {
    display: block;
    background-color: rgba(0,0,0,0.7);
  }
  .navbar-collapse {
    width: 100%;
  }
}
@media (max-width: 769px) {
  .navbar-collapse.collapse {
      padding-bottom: 10px;
      background-color: rgba(0,0,0,0.7);
      width: 100%;
  }
}
@media (max-width: 667px) {
  .google_360 iframe {
    width: 550px;
    height: 400px;
  }
}
@media (max-width: 568px) {
  .google_360 iframe {
    width: 450px;
    height: 400px;
  }
}
@media (max-width: 414px) {
  .google_360 iframe {
  width: 300px;
  height: 400px;
}
}
@media (max-width: 375px) {
  .google_360 iframe {
    width: 280px;
    height: 300px;
  }
}
@media (max-width: 320px) {
  .google_360 iframe {
    width: 230px;
    height: 300px;
  }
}
