/*
Theme Name: Bright's Custom
Author: WeAreWibble.com
Description: Restaurant Wordpress Site
Version: 0.0.1
Tags: custom
*/
html,
body {
  color: black;
  letter-spacing: 1px;
}
body {
  background: url("img/background.jpg") no-repeat center center fixed;
  background-size: cover;
}
a {
  //color:black;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
  position: relative;
}
h1 {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Sansita", sans-serif;
  font-weight: 100;
}
.text-center {
  text-align: center;
}
.text-bold {
  font-weight: bold;
}
.col-md-8 {
  margin-bottom: 50px;
}
h2 {
  margin: 40px 0 0 0;
}
hr {
  border-top: 1px dashed #e0e0e0;
}
img {
  max-width: 100%;
  height: auto;
}
ul.page-numbers {
  text-align: center;
}
ul.page-numbers li {
  list-style-type: none;
  display: inline-block;
}
ul.page-numbers a,
ul.page-numbers span {
  padding: 10px 18px;
  margin: -3px;
  text-decoration: none;
  background: #efefef;
  color: #505050;
  font-weight: bold;
}
ul.page-numbers a:hover,
ul.page-numbers span.current {
  color: white;
  background: #79b9f2;
}

#cookie-bar {
  background: #f5f5f5;
  width: 100%;
}

#cookie-bar.fixed.bottom {
  bottom: 0;
  position: fixed;
  z-index: 999;
}

#cookie-bar p {
  margin: 0;
  padding: 10px 10px;
  text-align: center;
}
/* ------------  header  --------------------- */

.d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  margin-top: -4rem;
  padding: 1rem;
  overflow: hidden;
}
header nav {
  height: 200px;
  background: #333333;
  background: url("img/chalkboard.png");
  border: none !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}

.container-logo-nav nav ul a {
  color: white;
  text-decoration: none;
  letter-spacing: 1px;
}
.container-header-info {
  font-family: "Sansita", sans-serif;
  padding: 20px 0;
  background-color: white;
}

.container-header-info div {
  padding: 0 20px;
  text-align: center;
}

.info-address i,
.info-phone i {
  color: #79b9f2;
}

.navbar-brand {
  max-width: 100%;
  height: auto;
}

.navbar-brand img {
  padding-top: 20px;
  width: 200px;
  max-width: 100%;
  height: auto;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
  border-radius: 2px;
}

.collapse.in,
.collapsing {
  z-index: 999;
  position: relative;
  border: none;
}

.navbar-collapse.collapse ul li a:after {
  content: " ";
  background: url(img/forkAndKnife.svg) no-repeat;
  display: block;
  height: 20px;
  width: 15px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.2s ease-in-out;
}


/* ------------  champions  --------------------- */

.champions {
  height: 375px;
  background: #80deea;
  position: relative;
}

.container-vector .vector-overflow {
  overflow: hidden;
  width: 100%;
  position: absolute;
  height: 375px;
  bottom: 0px;
  right: 0;
}
.container-champions-text {
  padding-top: 50px;
  position: relative;
  z-index: 99;
}

.container-champions-text span {
  font-family: "Sansita", sans-serif;
  display: block;
  text-align: center;
  color: white;
  font-size: 2.5em;
}
.container-champions-text img {
  display: block;
  margin: 20px auto;
}

a.view-menu,
a.cb-enable {
  background: #79b9f2;
  padding: 10px 0;
  font-weight: bold;
  color: white;
  display: block;
  width: 250px;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}

a.view-menu:hover,
a.cb-enable:hover {
  text-decoration: none;
}
a.cb-enable {
  display: block;
  padding: 5px 30px;
  margin: 0 auto;
  margin-top: 10px;
  white-space: nowrap;
}

#ground {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 55px;
  background: #9e9e9e;
  background: white;
  z-index: 9;
}
#cloud {
  width: 150px;
  position: absolute;
  bottom: 100px;
  left: -150px;
  z-index: 2;
  animation: clouds 90s ease infinite;
}

#cloud2 {
  width: 100px;
  position: absolute;
  bottom: 150px;
  left: -100px;
  z-index: 2;
  animation: clouds 130s ease infinite;
}

#cloud3 {
  width: 120px;
  position: absolute;
  bottom: 200px;
  left: -100px;
  z-index: 2;
  animation: clouds 90s ease infinite;
}

#cloud4 {
  width: 80px;
  position: absolute;
  bottom: 120px;
  left: -100px;
  z-index: 2;
  animation: clouds 139s ease infinite;
}

#cloud5 {
  width: 110px;
  position: absolute;
  bottom: 140px;
  left: -100px;
  z-index: 2;
  animation: clouds 140s ease infinite;
}

.random-cloud:nth-of-type(1) {
  animation-delay: -100s !important;
}

.random-cloud:nth-of-type(2) {
  animation-delay: -120s !important;
}

.random-cloud:nth-of-type(3) {
  animation-delay: -80s !important;
}

.random-cloud:nth-of-type(4) {
  animation-delay: -160s !important;
}

.random-cloud:nth-of-type(5) {
  animation-delay: -70s !important;
}

.random-cloud:nth-of-type(6) {
  animation-delay: -90s !important;
}

#foreground {
  width: 480px;
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 2;
}
#foreground svg {
  max-width: 100%;
}

#background-vector {
  position: absolute;
  z-index: 1;
  bottom: 50px;
  width: 100%;
}

@keyframes moving {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes clouds {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(200vw);
  }
}

#sc {
  animation: moving 5s ease infinite;
}
/* ------------  main  --------------------- */
main {
  padding: 50px 0;
}

main .container {
  background-color: white;
  padding: 50px;
}

.container-img {
  margin: 20px 0;
  overflow: hidden;
}

.container-img:first-child {
  margin-top: 0;
}

.container-img a {
  display: block;
  position: relative;
}

.container-img span {
  font-family: "Sansita", sans-serif;
  color: white;
  font-size: 2em;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.container-img img {
  filter: brightness(80%);
  transition: 0.2s ease-in-out;
}

.container-img img,
.img-100 {
  width: 100%;
}

.container-img i {
  position: absolute;
  right: 0;
  bottom: 0px;
  padding: 20px 30px;
  font-size: 20px;
  background: #79b9f2;
  color: white;
}

.container-img .container-img-link:hover img {
  transform: scale(1.1);
}

.fa.display-error {
  padding: 20px;
  width: 100%;
  background: #f5f5f5;
}

.fa.display-error h3 {
  display: inline;
  padding-left: 10px;
}
/* ------------  home --------------------- */
article.home-p {
  line-height: 1.5;
  font-size: 1.2em;
}

.section-reviews {
  background: white;
  padding: 50px 0;
  text-align: center;
}

/* ------------  menu --------------------- */

article.even,
article.odd {
  //background: #FAFAFA;
  //padding: 20px 30px 30px 30px;
  margin-bottom: 20px;
}

.food-title {
  background: white;
  position: relative;
  z-index: 2;
  font-size: 1.1em;
  font-weight: 100;
  color: #232323;
}

.menu-items {
  //padding-bottom:40px;
}

.menu-items p {
  margin: -10px 0px 10px 0;
  color: dimgrey;
}

.menu-items h3 {
  margin: 10px 0;
}

span.dots {
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0;
  border: 0;
  height: 3px;
  display: block;
  background-image: radial-gradient(
    circle closest-side,
    #b3b3b3 99%,
    transparent 1%
  );
  background-position: bottom;
  background-size: 6px 3px;
  background-repeat: repeat-x;
}

.food-price {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
  font-size: 1.1em;
  color: #232323;
  background: white;
  z-index: 3;
  line-height: 1.5;
  padding-left: 4px;
}

.menu-download {
  border-radius: 2px;
  display: block;
  padding: 10px 0;
  margin: 40px 0 0 0;
  background: #ccc;
  font-weight: bold;
  color: black;
  transition: 0.2s background ease-in-out;
}

.menu-download:hover {
  color: inherit;
  background: #79b9f2;
  text-decoration: none;
}

/* ------------  review  --------------------- */
article.review {
  padding-bottom: 50px;
  text-align: center;
}

.review p {
  line-height: 2;
}
.fa-quote-left,
.fa-quote-right {
  display: block;
  text-align: center;
  padding: 20px;
}
.fa-quote-left:before,
.fa-quote-right:before {
  background: lightblue;
  padding: 10px;
  border-radius: 50px;
}

/* ------------  news  --------------------- */
p.date {
  background: #79b9f2;
  display: inline;
  padding: 4px;
  color: white;
  font-weight: bold;
  font-size: 0.8em;
}
/* ------------  gallery --------------------- */
section.gallery-section h2 {
  padding-bottom: 10px;
}

/* ------------  contact  --------------------- */

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
.wpcf7 {
}

.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  border: none;
  background: #e8e8e8;
  padding: 10px;
  border-radius: 2px;
  font-weight: 100;
}

.wpcf7 label {
  width: 100%;
}

.wpcf7 input[type="submit"] {
  background: #ccc;
  font-weight: bold;
  transition: 0.2s background ease-in-out;
}
.wpcf7 input[type="submit"]:hover {
  background: #79b9f2;
}

/* ------------  footer  --------------------- */
.footer-img {
  height: 225px;
  background-image: url("img/chalkboard.png");
}

.footer-img img {
  padding: 50px 0 50px 0;
  height: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.footer-bottom {
  padding: 20px;
  background-color: white;
}

.footer-bottom p {
  color: grey;
  padding-right: 15px;
}

.footer-bottom p,
.footer-bottom ul {
  display: inline;
}

.footer-bottom li {
  list-style-type: none;
  display: inline-block;
}
.footer-bottom a {
}

.footer-bottom ul li a {
  color: #444;
  padding-right: 15px;
}

.footer-bottom .wibble {
  position: absolute;
  right: 20px;
}

/* ------------  media query  --------------------- */

@media only screen and (min-width: 768px) {
  .navbar-collapse.collapse ul li a:hover:after,
  .navbar-collapse ul li.current a:after {
    opacity: 1;
  }
}

@media only screen and (min-width: 1200px) {
  header nav {
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) {
  .collapse.in,
  .collapsing {
    background: #353637;
  }
  .champions {
    height: 500px;
  }

  .container-champions-text span {
    font-size: 2em;
  }
  .container-champions-text {
    padding: 50px 10px;
  }

  main {
    padding: 0;
  }
  main .container {
    padding: 10px;
  }

  .footer-bottom .wibble {
    position: relative;
    right: 0;
    white-space: nowrap;
  }

  .food-title {
    width: 80%;
    display: inline-block;
  }

  span.dots {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .d-flex {
    font-size: 11px;
	text-align: center;
	margin-top: -3rem;
  }
}