@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,300;1,100;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tangerine&display=swap");
.img-responsive {
  width: 100%;
  height: auto; }

.padr-15 {
  padding-right: 0px;
  padding-left: 0; }

.padl-15 {
  padding-left: 0px;
  padding-right: 0; }

.padx-7 {
  padding-left: 0px;
  padding-right: 0px; }

.marb-22 {
  margin-bottom: 15px; }

.marx-n30 {
  margin-left: -30px;
  margin-right: -30px; }

.padx-0 {
  padding-left: 0;
  padding-right: 0; }

@media screen and (min-width: 768px) {
  .padr-15 {
    padding-right: 0px;
    padding-left: 0; }

  .padl-15 {
    padding-left: 0px;
    padding-right: 0; }

  .padx-7 {
    padding-left: 0px;
    padding-right: 0px; }

  .marb-22 {
    margin-bottom: 0px; }

  /*
  .padr-15{padding-right:15px;padding-left:0;}
  .padl-15{padding-left:15px;padding-right:0;}
  .padx-7{padding-left:7px;padding-right:7px;}
  .marb-22{margin-bottom:22px;} */ }
body {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #273534;
  letter-spacing: 0.05em; }

#mainNav {
  display: none; }

.navbar-brand {
  padding-top: 0.825rem;
  padding-bottom: 0.825rem; }

.navbar-brand img {
  width: 30px;
  height: auto; }

.bg-dark {
  background-color: #273534 !important; }

a, a:active {
  color: #000; }

a:hover {
  color: #000; }

h1, h2, h3, h4 {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  letter-spacing: 0.15em; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.125em; }

h1.splash-title {
  display: inline-block;
  border: 2px solid #fff;
  font-weight: 400 !important;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 0.25em;
  color: #000 !important;
  background-color: #fff !important;
  padding: 15px 0px 2px 15px;
  font-size: 5em !important; }

h2.splash-title {
  color: #fff;
  margin-top: 30px; }

.jumbotron {
  background-size: cover;
  background-position: center center; }

/*
.crossfade {
  background-image:url(https://www.clubgascon.com/img/bg.jpg);
  animation-name: splashAnimation;
  animation-duration: 25s;
  animation-delay: 3s;
  animation-iteration-count: infinite;
}

@keyframes splashAnimation {
  0%   {background-image:url(/img/bg.jpg);}
  25%  {background-image:url(/img/bg-crab.jpg);}
  50%  {background-image:url(/img/bg-4.jpg);}
  75%  {background-image:url(/img/bg-flowers-on-a-plate.jpg);}
  100% {background-image:url(/img/bg.jpg);}
}*/
.crossfade > figure {
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0; }

.crossfade > figure:nth-child(1) {
  background-image: url("/img/bg-flowers-on-a-plate.jpg");
  animation: xfade 24s 18s infinite; }

.crossfade > figure:nth-child(2) {
  background-image: url("/img/bg-2.jpg");
  animation: xfade 24s 12s infinite; }

.crossfade > figure:nth-child(3) {
  background-image: url("/img/ClubG_07.jpg");
  animation: xfade 24s 6s infinite; }

.crossfade > figure:nth-child(4) {
  background-image: url("/img/bg.jpg");
  animation: xfade 24s 0s infinite; }

/* LeBar Fade */
.lebarfade > figure {
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0; }

.lebarfade > figure:nth-child(1) {
  background-image: url("/img/lebar/LeBar_01.jpg");
  animation: xfade 36s 30s infinite; }

.lebarfade > figure:nth-child(2) {
  background-image: url("/img/lebar/LeBar-splash4.jpg");
  animation: xfade 36s 24s infinite; }

.lebarfade > figure:nth-child(3) {
  background-image: url("/img/lebar/LeBar-dishes.jpg");
  animation: xfade 36s 18s infinite; }

.lebarfade > figure:nth-child(4) {
  background-image: url("/img/lebar/LeBar-outside-tables.jpg");
  animation: xfade 36s 12s infinite; }

.lebarfade > figure:nth-child(5) {
  background-image: url("/img/lebar/LeBar-escargot.jpg");
  animation: xfade 36s 6s infinite; }

.lebarfade > figure:nth-child(6) {
  background-image: url("/img/lebar/LeBar-splash2.jpg");
  animation: xfade 36s 0s infinite; }

@keyframes xfade {
  0% {
    opacity: 1; }
  33% {
    opacity: 1; }
  36% {
    opacity: 0; }
  97% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.jumbotron h1 {
  font-size: 3em;
  line-height: 1em;
  font-weight: 900;
  color: #fff; }

.page-heading h2 {
  font-family: 'Tangerine', cursive;
  text-transform: none;
  letter-spacing: 0.05em; }

ul.top-nav {
  display: none; }

@media screen and (min-width: 768px) {
  ul.top-nav {
    display: inline-block; } }
ul.top-nav {
  position: absolute;
  top: 0;
  width: 98%;
  margin: 0 1%;
  padding: 30px 0;
  text-align: center; }

.top-nav li {
  display: inline-block;
  list-style: none !important; }

.top-nav li:before {
  content: '\25CB';
  padding: 5px;
  color: #fff;
  font-size: 1em;
  bottom: 3px;
  position: relative;
  margin-right: 5px; }

.top-nav li:first-child:before {
  content: '';
  padding: 0;
  margin-right: 0; }

.top-nav li a {
  padding: 5px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5em;
  text-shadow: 1px 1px 10px #000; }

p {
  margin-bottom: 15px; }

@media screen and (min-width: 768px) {
  h1 {
    font-size: 2em; }

  h2 {
    font-size: 1.5em; }

  h3 {
    font-size: 1.25em; } }
.subheader {
  margin-top: 0px; }

.logo img {
  width: 75%;
  height: auto;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: inline-block; }

.img-responsive {
  width: 100%;
  height: auto; }

.responsive-image-div img {
  width: 100%;
  height: auto; }

.divider {
  width: 50%;
  height: 1px;
  background-color: #000;
  margin: 15px auto 30px; }

/* buttons */
.bottom {
  position: absolute;
  bottom: 30px; }

.btn {
  padding: 0.375rem 0.75rem 0.275rem 0.825rem !important; }

.btn-lg {
  padding: 0.5rem 1rem 0.4rem 1.1rem !important; }

.btn-white, .btn-white:active, .btn-white:focus {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0.25rem;
  letter-spacing: 0.25em; }

.btn-white:hover {
  color: #000;
  background-color: #fff !important;
  border: 2px solid #fff !important;
  opacity: 1 !important; }

.btn-dark, .btn-dark:active, .btn-dark:focus {
  color: #273534;
  background-color: transparent;
  border: 2px solid #273534;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0.25rem;
  letter-spacing: 0.25em; }

.btn-dark:hover {
  color: #fff;
  background-color: #273534 !important;
  border: 2px solid #273534 !important;
  opacity: 1 !important; }

@media screen and (min-width: 768px) {
  .logo img {
    width: 400px;
    height: auto; }

  .subheader {
    margin-top: -15px; } }
/* Slideshow */
.rslides_tabs {
  position: absolute;
  bottom: -10px;
  z-index: 9;
  width: 100%; }

.rslides_tabs li a {
  width: 10px;
  height: 10px; }

/* Sidebar Menu */
/* Hide scrollbar for Chrome, Safari and Opera */
#sidebarMenu::-webkit-scrollbar {
  display: none; }

#sidebarMenu {
  height: 100%;
  position: fixed;
  right: 0;
  width: 320px;
  margin-top: 0px;
  transform: translateX(320px);
  transition: transform 250ms ease-in-out;
  background-image: url("./sidebar-bg.png");
  z-index: 1020;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  overflow-y: scroll; }

#sidebarMenu h2 {
  font-size: 1.25em;
  margin-top: 80px;
  display: inline-block; }

#sidebarMenu .fb-icon, #sidebarMenu .in-icon {
  width: 22px;
  position: absolute;
  bottom: 13px;
  right: 30px;
  display: inline-block; }

#sidebarMenu .fb-icon img, #sidebarMenu .in-icon img {
  width: 100%;
  height: auto; }

#sidebarMenu .fb-icon {
  margin-right: 30px; }

.sidebarMenuInner {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.sidebarMenuInner li {
  list-style: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 10px 6px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  font-size: 0.925em; }

.sidebarMenuInner li span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5); }

.sidebarMenuInner li a {
  color: #fff;
  text-transform: none;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none; }

.sidebarMenuInner li a:hover {
  color: #999; }

input[type="checkbox"]:checked ~ #sidebarMenu {
  transform: translateX(0); }

input[type=checkbox] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none; }

.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: fixed;
  z-index: 1040;
  height: 100%;
  width: 100%;
  top: 30px;
  right: 30px;
  height: 22px;
  width: 28px; }

.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #fff;
  border-radius: 2px; }

.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 5px; }

.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left; }

.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 5px; }

input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0; }

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px; }

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -13px; }

.concertina .con-content {
  max-height: 0em;
  transition: 0.3s linear 0s;
  overflow: hidden; }

.concertina:target .con-content {
  max-height: 15em; }

/* Quote */
.cg-quote h3 {
  font-family: "Tangerine", cursive;
  text-transform: none;
  font-size: 2.5em;
  letter-spacing: 0.05em; }

.french-quote {
  quotes: "“" "”"; }

.cg-quote h3:before {
  content: open-quote;
  font-size: 2.5em;
  padding-left: 5px; }

.cg-quote h3:after {
  content: close-quote;
  font-size: 2.5em;
  padding-left: 10px; }

.cg-quote h4 {
  font-family: "Josefin Sans", sans-serif;
  text-transform: none;
  font-size: 1.25em;
  letter-spacing: 0.05em;
  margin-bottom: 15px; }

/* Duck Divider */
hr.hr-duck {
  border-top: solid #000 2px;
  margin: 70px 0; }

hr.hr-duck:after {
  content: url("/img/duck.jpg");
  /* Controls the position of the logo */
  left: 50%;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  /* Controls the whitespace around the symbol */
  padding: 20px;
  background: #fff; }

/* Form */
.form-control {
  border: 2px solid #273534 !important; }

/* What's On Blog */
.blog-image {
  margin-left: -15px;
  margin-right: -15px; }

.blog-image img {
  width: 100%;
  height: auto; }

/* Locations */
.location {
  padding-bottom: 66.66%; }

.location.club-gascon {
  background-image: url("/img/location-clubgascon.jpg");
  background-size: cover;
  background-position: center center; }

.location.cigalon {
  background-image: url("/img/location-cigalon1.jpg");
  background-size: cover;
  background-position: center center; }

.location.comptoir-gascon {
  background-image: url("/img/location-comptoir.jpg");
  background-size: cover;
  background-position: center center; }

.location.shop-gascon {
  background-image: url("/img/location-shopgascon.jpg");
  background-size: cover;
  background-position: center center; }

.location.baranis {
  background-image: url("/img/location-baranis.jpg");
  background-size: cover; }

.location.le-bar {
  background-image: url("/img/location-lebar.jpg");
  background-size: cover; }

.location h4 {
  font-size: 1rem; }

.location .frosted {
  background-color: rgba(39, 53, 52, 0.5);
  padding: 10px 5px 5px;
  color: #fff; }

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .location .frosted {
    background-color: rgba(39, 53, 52, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); } }
.location a {
  position: absolute;
  bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  transform: translateX(-50%); }

/* Menu */
.tasting-menu-item .t-divider {
  padding-bottom: 5px;
  border-bottom: 2px solid #273534;
  margin-bottom: 30px; }

.tasting-menu-item .t-or {
  padding: 15px 5px 5px;
  font-weight: 800; }

.tasting-menu-item .menu-desc {
  font-weight: 800;
  text-transform: uppercase; }

.tasting-menu-item .menu-desc-alt {
  font-style: italic;
  padding: 5px 0; }

.tasting-menu-item .menu-wine-item {
  font-weight: 600;
  font-size: 1.125em;
  font-style: italic; }

/* Footer */
.michelin-star img, .aa-rosettes img {
  height: 50px;
  width: auto;
  margin-bottom: 15px; }

.signup-block {
  background-color: #525d5d;
  color: #fff; }

.bottom-block {
  background-color: #273534;
  color: #fff; }

.bottom-block h4 {
  font-size: 1.25em;
  letter-spacing: 0.05em;
  padding-bottom: 10px; }

.bottom-block a {
  color: #fff; }

.bottom-block a:hover {
  color: #ccc; }

/* Mailchimp button */
#mc_embed_signup .button {
  letter-spacing: .05em;
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
  transition: all 0.23s ease-in-out 0s; }

.desktop-only {
  display: none; }

.mobile-only {
  display: inline-block; }

@media screen and (min-width: 768px) {
  .desktop-only {
    display: inline-block; }

  .mobile-only {
    display: none; } }
