/*
Theme Name: Baccis
Author: Designouveau
Author URI: http://designouveau.com.au
Version: 1
*/

body {
  /*font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; */ /* NOTE: Arial not working on Ubuntu */
  font-family: Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family:'Droid Serif', serif;
  color: #212121;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
}
h2 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family:'Dancing Script', sans-serif;
  color: #828282;
  font-size: 30px;
  line-height: 36px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family:'Dancing Script', sans-serif;
  color: #bd3c3c;
  font-size: 28px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  color: #828282;
  font-size: 13px;
  text-align: center;
  letter-spacing: 2px;
}
.red {
    color: #537591;
}
.button {
  position: static;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  margin-top: 10%;
  padding: 8px 20px;
  border-radius: 0px;
  background-color: #537591;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button.small-btn {
  padding: 5px 10px;
  font-size: 13px;
}
.button.small-btn.coral {
  background-color: #db7f7f;
}
.button.small-btn.coral:hover {
  background-color: #bd3c3c;
}
.button.white-outline {
  margin-top: 0px;
  border: 2px solid white;
  border-radius: 0px;
  background-color: transparent;
}
.button.white-outline:hover {
  border-color: #537591;
  background-color: #537591;
}
.header {
  height: 800px;
  padding-top: 100px;
  background-image: -webkit-linear-gradient(black, transparent 48%), url('images/baccis-header.jpg');
  background-image: linear-gradient(black, transparent 48%), url('images/baccis-header.jpg');
  background-position: 0% 0%, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}
.nav-bar-conainer {
  top: 20px;
  background-color: transparent;
}
.nav-link {
  color: white;
  font-size: 13px;
  letter-spacing: 2px;
}
.nav-link:hover {
  color: white;
  text-decoration: underline;
}
.nav-link.w--current {
  color: white;
  font-size: 13px;
  letter-spacing: 2px;
}
.nav-logo {
  padding-top: 10px;
}
.nav-brand-social {
  margin-top: 16px;
  float: right;
}
.welcome-container {
  margin-top: 300px;
  background-image: -webkit-radial-gradient(50% 50%, circle farthest-side, black, transparent 33%);
  background-image: radial-gradient(circle farthest-side at 50% 50%, black, transparent 33%);
  text-align: center;
}
.hero-splash {
  margin-top: 16px;
  font-family:'Droid Serif', serif;
  color: white;
  text-align: center;
}
.hero-splash.script {
  font-family:'Great Vibes', cursive;
  font-size: 43px;
  line-height: 53px;
}
.hero-splash.down-arrow {
  margin-top: 29px;
}
.about {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family:'Great Vibes', cursive;
  color: #537591;
  font-size: 36px;
  line-height: 47px;
  text-align: center;
}
.spaced-para {
  font-size: 13px;
  letter-spacing: 2px;
}
.spaced-para.top-spacing {
  margin-top: 10px;
}
.about-container {
  margin-top: 30px;
  padding-right: 50px;
  padding-left: 50px;
  text-align: center;
}
.about-container.h1 {
  margin-top: 0px;
  font-family:'Droid Serif', serif;
  color: #212121;
  font-size: 42px;
  line-height: 46px;
  text-align: center;
}
.about-us {
  font-weight: 400;
}
.about-us.h3 {
  font-family:'Droid Serif', serif;
  color: #828282;
  text-align: center;
}
.dishes {
  margin-top: 20px;
}
.featured-left {
  border-right: 1px solid #bdbdbd;
}
.featured-middle {
  border-right: 1px solid #bdbdbd;
}
.history {
  padding: 20px 0px;
  background-color: #242323;
  -webkit-transition: padding 500ms ease;
  transition: padding 500ms ease;
  text-align: center;
}
.featured {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.feature-img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.hero-slider {
  margin-top: 30px;
  border-radius: 0px;
}
.slider {
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.29);
  text-align: center;
}
.slider-pane {
  text-align: center;
}
.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #242323;
}
.footer a {
  color: #537591;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.uni-nav-sec {
  background-color: #292929;
}
.navbar {
  background-color: transparent;
}
.uni-nav-link {
  color: white;
  font-size: 13px;
  letter-spacing: 2px;
}
.uni-nav-link:hover {
  color: #db7f7f;
}
.uni-nav-link.w--current {
  color: white;
}
.uni-nav-link.w--current:active {
  color: white;
}
.uni-nav-link.w--current:focus {
  color: white;
}
.uni-nav-img {
  margin-top: 16px;
}
.page-heading-sec {
  background-color: #07527B;
  background-image: url('images/material-design.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
}
.page-heading-con {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.white-text {
  margin-top: 50px;
  color: white;
}
.white-text.margin-top-bottom-10px {
  margin-top: 10px;
  margin-bottom: 10px;
}
.white-text.margin-top-bottom-10px.font-size-20px {
  font-size: 20px;
}
.page-area {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.featured-row {
  margin-top: 24px;
  margin-bottom: 24px;
}
.page-area-sec {
  padding-top: 10px;
  padding-bottom: 10px;
}
.shop-category-div {
  padding: 10px;
  border: 1px solid #bdbdbd;
  text-align: center;
}
.shop-category-div div {
  height: 140px;
  overflow: hidden;
}
.shop-category-div div.category-title {
  height: 90px;
}
.shop-category-col {
  margin-bottom: 10px;
}
.paging-current {
  margin-right: 4px;
  padding: 3px 6px;
  border: 1px solid #db7f7f;
  border-radius: 3px;
  background-color: #db7f7f;
  color: white;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}
.paging-current:hover {
  border-color: #bd3c3c;
  background-color: #bd3c3c;
}
.paging {
  margin-right: 4px;
  padding: 3px 6px;
  border: 1px solid #db7f7f;
  border-radius: 3px;
  color: #db7f7f;
  font-size: 12px;
  text-decoration: none;
}
.paging:hover {
  border-color: #bd3c3c;
  color: #bd3c3c;
}
.shop-product-div {
  margin-bottom: 10px;
  padding: 0px;
  border: 1px solid #bdbdbd;
}
.product-details-row {
  padding: 10px;
}
input[type="text"]#qty {
  width: 20px;
  border: 1px solid #BDBDBD;
}
.no-top-margin {
  margin-top: 0px;
}
.product-details-col {
  padding: 0px 10px;
  text-align: center;
}
.product-category-link {
  display: block;
  margin-bottom: 1px;
  padding: 7px;
  border: 1px solid #e9eef2;
  background-color: transparent;
  color: #537591;
  font-size: 13px;
  text-decoration: none;
}
.product-category-link:hover {
  border-color: #537591;
  background-color: #537591;
  color: white;
}
.product-details-link {
  color: #537591;
  font-size: 12px;
  letter-spacing: 2px;
}
.paging-div {
  text-align: right;
}
.submit {
  padding: 8px 20px;
  background-color: #537591;
}
.label {
  color: #537591;
  font-weight: 400;
  letter-spacing: 2px;
}
.input {
  color: #828282;
  font-size: 13px;
  letter-spacing: 2px;
}
.text-area {
  min-height: 200px;
  color: #828282;
  font-size: 13px;
  letter-spacing: 2px;
}
.less-top-spacing {
  margin-top: 10px;
}
.list-item {
  margin-bottom: 2px;
  padding: 6px;
  border: 1px solid #bdbdbd;
  color: #828282;
  font-size: 13px;
  letter-spacing: 2px;
}
.bullet-list {
  display: block;
  max-width: 250px;
  margin: 10px auto;
}
.select {
  color: #828282;
  font-size: 13px;
  letter-spacing: 2px;
}
.branding-con {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}
.top-nav-sec {
  background-color: #212121;
}
.top-navbar {
  background-color: transparent;
  text-align: center;
}
.top-navbar-con {
  display: block;
  text-align: center;
}
.top-nav-menu {
  display: block;
  float: none;
}
.top-nav-link {
  color: white;
}
/* New */
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
nav ul li {
    display: inline-block;
}
nav ul li a {
    display: inline-block;
    padding: 20px;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
nav ul li a:hover {
    text-decoration: underline;
}
.square-gallery-col {
  padding-right: 0px;
  padding-left: 0px;
}
.hidden-div {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-width: 0px;
  background-color: rgba(0, 0, 0, 0.49);
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  text-align: center;
}
.hidden-div:hover {
  background-color: rgba(0, 0, 0, 0.49);
  opacity: 1;
}
.square-gallery-view-now-div {
  margin-top: 40%;
}
.brands-sec {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ededed;
  text-align: center;
}
.brands-div {
  margin: 10px;
  padding: 10px;
  opacity: 1;
}
.hero-con {
  margin-top: 50px;
  text-align: center;
}
.logo {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.blue {
  color: #537591;
}
.shop-category-image-div {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 132px;
}
.width-70 {
    width: 70%;
}
input[type="text"], input[type="email"] {
    padding: 10px;
    width: 60%;
    background: #FFF;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
textarea {
    padding: 10px;
    width: 60%;
    background: #FFF;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
input[type="submit"] {
    border: none;
    padding: 10px 30px;
    background: #537591;
    color: #FFF;
}
@media (max-width: 991px) {
  .header {
    height: 500px;
  }
  .welcome-container {
    margin-top: 69px;
  }
  .hero-slider {
    margin-top: 33px;
  }
  .shop-category-image-div {
    height: 97px;
  }
}
@media (max-width: 767px) {
  .hero-splash {
    margin-top: 11px;
    font-size: 30px;
  }
  .hero-splash.script {
    font-size: 32px;
  }
  .shop-category-image-div {
    height: 351px;
  }
  .width-70 {
      width: 100%;
  }
}
@media (max-width: 479px) {
  .header {
    height: 600px;
  }
  .about-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .about-container.h1 {
    font-size: 28px;
  }
  .slider {
    height: 383px;
  }
  .shop-category-image-div {
    height: 185px;
  }
  input[type="text"], input[type="email"] {

      width: 90%;

  }
  textarea {

      width: 90%;

  }
}

/****************************************************************
* FAQs
****************************************************************/

.faq ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto;
    margin: auto;
}
.faq ul li {
    display:block;
    padding: 20px;
    margin-top: 3px;
    background-color: rgba(000, 000, 000, 0.05);
    border: 1px solid rgba(000, 000, 000, 0.1);
    text-align: left;
}
.faq ul li a {
    color: #bd3c3c; /* NOTE: #2c3387 */
    text-decoration: none;
}

.faq ul li div {
    display:none;
}

.faq ul li div:target {
    display:block;
}

/****************************************************************
* BLOG
****************************************************************/

ul.blog-nav {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}
ul.blog-nav li {
    margin-left: 10px;
    padding: 0 3px 0 8px;
    border-left: 2px solid #69a457;
    margin: 6px 0 6px 20px;
}
ul.blog-nav li a {
    color: #2c3387;
    text-decoration: none;
}
span.blog-date {
    display: inline-block;
    /*padding: 10px 20px;*/
    margin-right: 10px;
    background-color: #69a457;
    color: #FFF;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}
span.blog-date img {
    vertical-align: middle;
    width: 100px;
    height: auto;
}
span.blog-title {
    display: inline-block;
}
span.blog-title a {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #537591!important; /* NOTE: #69a457 */
}
span.blog-title a:hover {
    text-decoration: underline;
}
.primary-sidebar h2 {
    margin-bottom: 10px;
    color: #537591;
}
.primary-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.primary-sidebar ul li {
    display: block;
    margin-left: 20px;
    margin-bottom: 3px;
    padding: 2px 6px;
    border-left: 2px solid #537591;
}
.primary-sidebar ul li a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 13px;
}
.primary-sidebar ul li a:hover {
    text-decoration: underline;
}

.post-thumbnail {
    width: 100px;
    height: 40px;
    overflow: hidden;
}
.post-thumbnail img {
    width: 100%;
    height: auto;
}
.post-container {
    overflow: hidden;
}
.post-container img {
    /*width: 250px;
    height: auto;
    float: left;
    margin: 0 20px 20px 0;*/
}
.post-container iframe {
    width: 100%;
    min-height: 300px;
}
h2.screen-reader-text {
    display: none;
}
.post-pagination {
    margin-top: 10px;
}
.post-pagination a {
    text-decoration: none;
}
.post-pagination a:hover {
    text-decoration: underline;
}
.post-pagination a, .post-pagination span {
    display: inline-block;
    padding: 3px;
    border: 1px solid rgba(105, 164, 87, 0.4);
    color: #333;
}
.post-pagination span.current {
    border: 1px solid #69a457;
    /*background-color: rgba(255, 255, 255, 0.8);*/
}
.posted_in a {
    color: #537591;
}
.woocommerce-loop-category__title {
    font-size: 22px !important;
    color: #8C7D53;
}
mark.count {
    display: none !important;
}
.woocommerce ul.products li.product a img {
    /*height: 137px !important;*/
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 22px !important;
    color: #8C7D53;
}
.product-category a img {
    height: 137px !important;
}
#scale {
    transition: transform 500ms ease 0s;
    transform: scale(0.79);
}
