/****Colors****/
/****Fonts****/
/****Screen Sizes****/
* {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

body {
  padding: 0;
  margin: 0;
}

.title {
  margin-bottom: 60px;
  margin-top: 20px;
}

.title h1 {
  font-weight: 900;
  width: 90%;
  margin-top: 0;
}

.title h4 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  color: #999;
  letter-spacing: 7px;
  margin-bottom: 15px;
}

.title.light h1 {
  color: #fff;
}

.title.text-center h1 {
  width: 100%;
}

.nopadding {
  padding: 0 !important;
}

.nopaddingleft {
  padding-left: 0 !important;
}

.nopaddingright {
  padding-right: 0 !important;
}

h1, h2, h3 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

p {
  font-weight: 300;
  font-size: 14px;
  color: #666;
  line-height: 25px;
  margin: 15px 0;
}

section {
  padding: 75px 0;
  background-color: #fff;
}

header {
  height: 850px;
  background-color: #222;
  background-image: url("../img/TAURO_Restaurant_Cornwall_Ontario.jpg");
  background-size: cover;
  position: relative;
  background-position: center;
}

header .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 500;
}

header .slogan {
  position: relative;
  z-index: 999;
  margin-top: 300px;
}

header .slogan .cta {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 9px 20px;
  border-radius: 100px;
  font-weight: 600;
  color: #fff;
  margin-top: 30px;
  font-size: 17px;
  letter-spacing: 1px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

header .slogan .cta:hover, header .slogan .cta:focus {
  background-color: #fff;
  border-color: #fff;
  color: #111;
  text-decoration: none;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

header .slogan h1 {
  color: #fff;
  font-size: 80px;
  font-family: "Playfair Display", serif;
}

header .slogan h4 {
  margin-top: 30px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  header {
    height: 600px;
  }
  header .slogan {
    margin-top: 215px;
  }
  header .slogan h1 {
    font-size: 30px;
  }
  header .slogan h4 {
    margin-top: 20px;
    font-size: 15px;
    line-height: 23px;
  }
}

.navbar {
  background-color: transparent;
  border: 0;
  padding-top: 30px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

@media screen and (max-width: 768px) {
  .navbar .navbar-nav {
    background-color: #111;
    text-align: center;
  }
  .navbar .navbar-nav .social-f {
    margin-left: 00px;
    display: inline-block;
  }
  .navbar .navbar-nav .social-f a {
    padding-right: 15px;
  }
  .navbar .navbar-nav .social-i {
    display: inline-block;
  }
}

.navbar .navbar-toggle {
  margin-top: 30px;
}

.navbar .navbar-brand img {
  width: 85px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navbar .navbar-nav {
  margin-top: 15px;
}

.navbar .social-f {
  margin-left: 20px;
}

.navbar .social-f a {
  padding-right: 0;
}

.navbar li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navbar li:hover a, .navbar li:focus a {
  color: #cacaca !important;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navbar.scrolled {
  background-color: #000;
  padding-top: 0;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navbar.scrolled .navbar-toggle {
  margin-top: 10px;
}

.navbar.scrolled .navbar-brand img {
  width: 45px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.navbar.scrolled .navbar-nav {
  margin-top: 0;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .navbar.scrolled .navbar-brand {
    padding-top: 10px;
  }
  .navbar.scrolled .navbar-brand img {
    width: 35px;
  }
}

#gallery {
  padding: 5px;
}

#gallery .gallery-col {
  padding: 5px;
}

@media screen and (max-width: 768px) {
  #gallery .mb-padding-gallery {
    padding-top: 5px;
    clear: both;
  }
}

#gallery .gallery-box {
  width: 100%;
  padding-bottom: 100%;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
}

#gallery .gallery-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

#gallery .gallery-box:hover, #gallery .gallery-box:focus {
  cursor: pointer;
}

#gallery .gallery-box:hover img, #gallery .gallery-box:focus img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

#gallery .gallery-textbox {
  width: 100%;
  padding-bottom: 100%;
}

#gallery .gallery-textbox .content {
  position: absolute;
  height: 100px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

#gallery .gallery-textbox .title {
  margin: 0;
}

#gallery .gallery-textbox .title h1 {
  width: 100%;
}

* {
  outline: none;
}

#about .quote {
  position: relative;
  padding-top: 40px;
}

#about .quote .fa-quote-left {
  font-size: 70px;
  color: #ededed;
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 100;
}

#about .quote p {
  font-weight: 600;
  position: relative;
  z-index: 150;
  color: #222;
}

#menu {
  background-color: #1a1713;
  color: rgba(255, 255, 255, 0.7);
}

#menu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#menu .menu-item h4 {
  color: #fff;
  line-height: 27px;
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  padding-right: 10px;
}

#menu .menu-item .price {
  font-family: "Playfair Display", serif;
  text-transform: none;
  font-weight: 700;
  font-size: 23px;
  color: #d2a581;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  text-align: right;
}

#menu .menu-item .price span {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

#menu .menu-item p {
  color: rgba(255, 255, 255, 0.7);
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-top: 5px;
  margin-bottom: 0;
}

#menu .menu-category {
  margin: 80px 0;
}

#menu .flex-category h4 span {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
}

#menu .two-columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 40px 80px;
}

@media screen and (max-width: 992px) {
  #menu .two-columns {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

#menu .featured {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.8fr 1.2fr;
      grid-template-columns: 1.8fr 1.2fr;
  -ms-grid-rows: 400px;
      grid-template-rows: 400px;
  background-color: #12100d;
}

#menu .featured .content {
  padding: 0px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#menu .featured .img-cont {
  background-color: #222;
  width: 100%;
  height: 100%;
}

#menu .featured .img-cont img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#menu .featured h5 {
  color: #d2a581;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media screen and (max-width: 570px) {
  #menu .featured {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  #menu .featured .content {
    padding: 30px 40px;
  }
}

#menu .cat-title {
  margin-bottom: 20px;
  color: #d2a581;
  position: relative;
  font-size: 20px;
  letter-spacing: 1px;
}

#menu .cat-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 150px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

#menu .items-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 80px;
}

#menu .items-wrapper .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#menu .items-wrapper .menu-item h4 {
  color: #fff;
  line-height: 27px;
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  padding-right: 10px;
}

#menu .items-wrapper .menu-item .price {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 23px;
  color: #d2a581;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  text-align: right;
}

#menu .items-wrapper .menu-item .price span {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

#menu .items-wrapper .menu-item p {
  color: rgba(255, 255, 255, 0.7);
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-top: 5px;
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  #menu .items-wrapper {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 500px) {
  #menu .items-wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

#testimonials {
  position: relative;
  padding-bottom: 120px;
}

#testimonials #leftArrow {
  position: absolute;
  left: 15px;
  bottom: 250px;
  width: 50px;
  height: 50px;
  border: 0;
  background-color: #ededed;
}

#testimonials #leftArrow i {
  font-size: 19px;
  line-height: 50px;
}

#testimonials #leftArrow:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1080px) {
  #testimonials #leftArrow {
    bottom: 40px;
  }
}

#testimonials #rightArrow {
  position: absolute;
  right: 15px;
  bottom: 250px;
  width: 50px;
  height: 50px;
  border: 0;
  background-color: #ededed;
}

#testimonials #rightArrow i {
  font-size: 19px;
  line-height: 50px;
}

#testimonials #rightArrow:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1080px) {
  #testimonials #rightArrow {
    bottom: 40px;
  }
}

#testimonials .title {
  margin-bottom: 20px;
}

#testimonials .intro {
  margin-bottom: 60px;
}

#testimonials .test-box {
  position: relative;
  padding: 0 20px;
  padding-top: 40px;
}

#testimonials .test-box .fa-quote-left {
  font-size: 70px;
  color: #ededed;
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 100;
}

#testimonials .test-box p {
  z-index: 150;
  position: relative;
}

#contact {
  padding-bottom: 0;
  background-color: #f5f5f5;
}

#contact .title {
  margin-top: 20px;
}

#contact .contact-box {
  padding: 30px 20px;
  position: relative;
  top: 60px;
  z-index: 900;
  width: 100%;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #contact .contact-box {
    top: 0;
    margin-bottom: 20px;
  }
}

#contact .contact-box .socials {
  list-style: none;
}

#contact .contact-box .socials li {
  display: inline-block;
  margin-right: 15px;
}

#contact .contact-box h2 {
  margin-top: 0;
}

#contact .contact-box h2 span {
  font-family: "Playfair Display", serif;
  color: #999;
}

@media screen and (max-width: 768px) {
  #contact .contact-box .phone-heading {
    margin-bottom: 35px;
  }
}

#contact .contact-box h4 {
  font-weight: 600;
}

#contact .contact-box i {
  font-size: 18px;
  color: #999;
}

#contact .contact-box p {
  margin: 5px 0;
}

#contact .map-cont {
  overflow: hidden;
  padding-bottom: 35%;
  position: relative;
  height: 0;
}

@media screen and (max-width: 992px) {
  #contact .map-cont {
    padding-bottom: 50%;
  }
}

@media screen and (max-width: 768px) {
  #contact .map-cont {
    padding-bottom: 100%;
  }
}

#contact .map-cont #map {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

footer {
  padding: 20px 0;
  padding-bottom: 40px;
  color: #999;
}

#big-cover.oysters-cover {
  background-color: #222;
  background-image: url("../img/TAURO_Restaurant_Fine_Dining.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 150px 0;
  background-attachment: fixed;
}

#big-cover.oysters-cover .overlay {
  background-color: rgba(0, 0, 0, 0.55);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  #big-cover.oysters-cover .overlay {
    background-color: rgba(0, 0, 0, 0.3); /* Reduced opacity for smaller screens */
  }
}

#big-cover.oysters-cover h1 {
  color: #fff;
  font-size: 50px;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

#big-cover.oysters-cover p {
  color: #ededed;
  font-size: 19px;
  line-height: 27px;
}

#big-cover.oysters-cover h4 {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.4px;
}

/*# sourceMappingURL=main.css.map */