/* Wedding section */
/* --------- General Formatting --------- */
/* line 3, ../sass/custom.scss */
body {
  color: #3a3c3d;
  font-size: 16px;
  font-family: "proxima-nova";
  background-color: #fffcf8;
}

/* line 9, ../sass/custom.scss */
h1, h2, h3, h4 {
  font-family: "bree";
}

/* line 13, ../sass/custom.scss */
h4 {
  color: #8e3a8f;
}
/* line 15, ../sass/custom.scss */
footer h4 {
  color: #dc6519;
}

/* line 20, ../sass/custom.scss */
.clear {
  clear: both;
}

/* line 24, ../sass/custom.scss */
a, a:hover, a:visited, a:active {
  text-decoration: none;
  color: #8e3a8f;
}

/* line 31, ../sass/custom.scss */
#content td, #content th {
  padding: 5px;
}

/* --------- Classes for Formatting --------- */
/* line 38, ../sass/custom.scss */
.note {
  font-size: 11px;
  font-family: "verdana";
  text-transform: uppercase;
  font-weight: bold;
  color: #666666;
}
/* line 44, ../sass/custom.scss */
.note.vacation {
  color: #e01a09;
}

/* line 49, ../sass/custom.scss */
.breadcrumb {
  font-size: 14px;
  background-color: #fffcf8;
  padding-left: 0;
}

/* --------- Master Layout --------- */
/* line 58, ../sass/custom.scss */
#content, .footer-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 64, ../sass/custom.scss */
header#masthead {
  width: 100%;
  max-width: 1375px;
  margin: 0 auto;
  z-index: 10;
  background-image: url("../images/template/header.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 189px;
  margin-bottom: 30px;
  position: relative;
}
/* line 76, ../sass/custom.scss */
.weddings header#masthead {
  background-image: url("../images/template/header-wedding.png");
}
/* line 80, ../sass/custom.scss */
.home header#masthead {
  margin-bottom: 0;
}
/* line 84, ../sass/custom.scss */
header#masthead .site-branding {
  background-image: url("../images/template/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 109px;
  width: 212px;
  position: absolute;
  top: 40px;
  left: 60px;
}
/* line 93, ../sass/custom.scss */
header#masthead .site-branding a {
  height: 100%;
  width: 100%;
  display: inline-block;
}
/* line 98, ../sass/custom.scss */
header#masthead .site-branding div {
  text-indent: -3000px;
}
/* line 103, ../sass/custom.scss */
header#masthead nav {
  position: absolute;
  bottom: 60px;
  right: 130px;
  width: auto;
}
/* line 108, ../sass/custom.scss */
header#masthead nav li {
  padding-left: 40px;
}
/* line 111, ../sass/custom.scss */
header#masthead nav a {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  font-family: "bree";
}
/* line 119, ../sass/custom.scss */
header#masthead .social-media-nav {
  position: absolute;
  top: 50px;
  right: 130px;
}
/* line 123, ../sass/custom.scss */
header#masthead .social-media-nav img {
  height: 20px;
}
/* line 128, ../sass/custom.scss */
header#masthead #mobile-menu-button {
  display: none;
}
/* line 132, ../sass/custom.scss */
.weddings header#masthead .subheader {
  position: absolute;
  bottom: 0;
}

/* line 140, ../sass/custom.scss */
.sidebar .menu, .sidebar ul.sub-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 144, ../sass/custom.scss */
.sidebar .menu li, .sidebar ul.sub-navigation li {
  list-style: none;
  margin-bottom: 12px;
}
/* line 148, ../sass/custom.scss */
.sidebar .menu .menu-item a, .sidebar .menu .page_item a, .sidebar ul.sub-navigation .menu-item a, .sidebar ul.sub-navigation .page_item a {
  color: #3a3c3d;
  font-size: 1em;
}
/* line 153, ../sass/custom.scss */
.sidebar .menu .current_page_parent a,
.sidebar .menu .menu-item:nth-child(1) a, .sidebar ul.sub-navigation .current_page_parent a,
.sidebar ul.sub-navigation .menu-item:nth-child(1) a {
  color: #dc6519;
  text-transform: uppercase;
  font-size: 1.4em;
  font-family: "bree";
}
/* line 159, ../sass/custom.scss */
.sidebar .menu .current_page_item a, .sidebar ul.sub-navigation .current_page_item a {
  font-weight: bold;
  color: #916754;
}

/* line 166, ../sass/custom.scss */
footer {
  margin-top: 40px;
  padding: 40px 0;
  background-image: url("../images/template/line.png");
  background-repeat: no-repeat;
  background-position: center top;
}
/* line 172, ../sass/custom.scss */
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 178, ../sass/custom.scss */
footer #menu-footer-links .menu-item-has-children {
  float: left;
  margin-right: 40px;
}
/* line 181, ../sass/custom.scss */
footer #menu-footer-links .menu-item-has-children a {
  color: #dc6519;
  text-transform: uppercase;
  font-weight: bold;
  display: none;
}
/* line 187, ../sass/custom.scss */
footer #menu-footer-links .menu-item-has-children ul li a {
  color: #3a3c3d;
  text-transform: lowercase;
  font-weight: normal;
  display: block;
}

/* line 197, ../sass/custom.scss */
#zcob {
  text-align: center;
  font-size: 12px;
}

/* --------- Forms --------- */
/* line 205, ../sass/custom.scss */
.btn-primary {
  background-image: none;
  background-color: #fffcf8;
  border: 1px solid #8e3a8f;
  color: #8e3a8f;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 16px;
  min-width: 200px;
  padding: 10px 20px;
}
/* line 215, ../sass/custom.scss */
.btn-primary span {
  display: block;
  font-size: 12px;
  text-transform: none;
}
/* line 220, ../sass/custom.scss */
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #8e3a8f;
  color: #fff;
  border: 1px solid #8e3a8f;
}

/* line 229, ../sass/custom.scss */
#search .gsc-control-cse {
  background-color: #fffcf8;
  padding: 0;
}
/* line 233, ../sass/custom.scss */
#search td.gsc-input {
  padding-right: 0;
}
/* line 236, ../sass/custom.scss */
#search input {
  margin: 0;
  border: 1px solid #efe4d4;
  border-radius: 0;
  -webkit-border-radius: 0;
  height: 30px;
  box-shadow: none;
  text-shadow: none;
  color: #dc6519;
}
/* line 245, ../sass/custom.scss */
#search input.gsc-input {
  width: 215px;
}
/* line 248, ../sass/custom.scss */
#search input.gsc-search-button {
  background: #efe4d4;
  width: 60px;
}
/* line 253, ../sass/custom.scss */
#search .gsc-clear-button {
  display: none;
}

/* line 259, ../sass/custom.scss */
#mc_embed_signup {
  background: #fffcf8;
  clear: left;
  font: 14px Helvetica,Arial,sans-serif;
}
/* line 265, ../sass/custom.scss */
#mc_embed_signup #mc-embedded-subscribe-form {
  padding: 0;
}
/* line 269, ../sass/custom.scss */
#mc_embed_signup .mc-field-group {
  width: 100%;
}
/* line 273, ../sass/custom.scss */
#mc_embed_signup .mc-field-group label {
  display: none;
}
/* line 277, ../sass/custom.scss */
#mc_embed_signup .mc-field-group input {
  display: inline-block;
  margin: 0;
  border: 1px solid #efe4d4;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  text-shadow: none;
  height: 30px;
  color: #dc6519;
  padding: 0;
}
/* line 288, ../sass/custom.scss */
#mc_embed_signup .mc-field-group input#mce-EMAIL {
  display: inline-block;
  width: 215px;
}
/* line 296, ../sass/custom.scss */
#mc_embed_signup .clear {
  clear: none;
}
/* line 300, ../sass/custom.scss */
#mc_embed_signup div.mce_inline_error {
  width: 215px;
  background-color: #dc6519;
}
/* line 304, ../sass/custom.scss */
#mc_embed_signup .button#mc-embedded-subscribe {
  display: inline-block;
  border-radius: 0;
  -webkit-border-radius: 0;
  width: 60px;
  background: #efe4d4;
  color: #dc6519;
  font-size: 11px;
  margin-left: -4px;
}

/* line 317, ../sass/custom.scss */
.cform {
  width: auto !important;
}

/* --------- Homepage --------- */
/* line 328, ../sass/custom.scss */
.home .main img.homepage-art {
  z-index: 1;
  margin-top: -140px;
}
/* line 332, ../sass/custom.scss */
.home .main p {
  text-align: center;
  margin: 20px 100px 40px 100px;
  font-family: "bree";
  color: #916754;
  font-size: 24px;
}
/* line 340, ../sass/custom.scss */
.home .homepage-feature {
  text-align: center;
}
/* line 343, ../sass/custom.scss */
.home .homepage-feature .homepage-icon {
  height: 100px;
}
/* line 346, ../sass/custom.scss */
.home .homepage-feature .homepage-feature-desc {
  height: 100px;
  display: block;
}
/* line 351, ../sass/custom.scss */
.home .homepage-feature strong {
  text-transform: uppercase;
  display: block;
  color: #916754;
}
/* line 356, ../sass/custom.scss */
.home .homepage-feature .btn-primary {
  display: block;
  width: 60%;
  margin: 20px auto;
}
/* line 362, ../sass/custom.scss */
.home .homepage-highlight {
  margin: 20px;
  padding: 30px;
  border: 2px solid #efe4d4;
}
/* line 366, ../sass/custom.scss */
.home .homepage-highlight h3 {
  color: #8e3a8f;
  display: inline-block;
}
/* line 370, ../sass/custom.scss */
.home .homepage-highlight img {
  margin: 10px auto 0;
  width: auto;
  height: 250px;
  display: block;
  float: right;
}

/* --------- Specific Page Types --------- */
/* line 385, ../sass/custom.scss */
.product-in-list {
  width: 24%;
  margin: 0 1% 1% 0;
  padding: 10px;
  float: left;
  border: 2px solid #efe4d4;
  background: white;
  list-style: none;
}
/* line 395, ../sass/custom.scss */
.product-in-list .product-image {
  height: 170px;
  margin-bottom: 20px;
  text-align: center;
  white-space: nowrap;
}
/* line 400, ../sass/custom.scss */
.product-in-list .product-image a {
  max-width: 150px;
  vertical-align: middle;
  color: #8e3a8f;
}
/* line 405, ../sass/custom.scss */
.product-in-list .product-image img {
  max-height: 170px;
}
/* line 408, ../sass/custom.scss */
.product-in-list .product-image .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* line 415, ../sass/custom.scss */
.product-in-list .product-name {
  font-weight: bold;
}
/* line 417, ../sass/custom.scss */
.product-in-list .product-name a {
  color: #3a3c3d;
}

/* line 427, ../sass/custom.scss */
.product-detail h2 {
  font-family: "bree";
  display: inline-block;
}
/* line 432, ../sass/custom.scss */
.product-detail .product-image {
  width: 400px;
  height: auto;
  float: right;
  display: block;
  margin-left: 30px;
}
/* line 439, ../sass/custom.scss */
.product-detail .product-description {
  margin-bottom: 20px;
}
/* line 443, ../sass/custom.scss */
.product-detail .product-meta {
  display: block;
}
/* line 445, ../sass/custom.scss */
.product-detail .product-meta a {
  margin-right: 20px;
}
/* line 449, ../sass/custom.scss */
.product-detail .nutrition {
  max-width: 300px;
  font-size: 0.8em;
  border: 1px solid #cccccc;
  padding: 10px;
  margin: 10px;
  display: none;
}
/* line 458, ../sass/custom.scss */
.product-detail .ingredients {
  display: none;
  font-size: 0.8em;
  background: #efe4d4;
  padding: 10px;
}
/* line 465, ../sass/custom.scss */
.product-detail .product-actions {
  margin: 20px 0;
}

/* line 472, ../sass/custom.scss */
#nutrition td, #nutrition th {
  font-size: 10.5px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
/* line 477, ../sass/custom.scss */
#nutrition th {
  font-weight: bold;
}

/* ---------- WEDDINGS ---------- */
/* line 485, ../sass/custom.scss */
.weddings img.homepage-art {
  z-index: 1;
  margin-top: -30px;
  margin-bottom: 30px;
}

/* line 492, ../sass/custom.scss */
.page-template-zing_weddings.page-id-39 main h2 {
  display: none;
}

/* Cake Stuff */
/* line 503, ../sass/custom.scss */
#slideshow {
  position: relative;
  height: 346px;
  margin-bottom: 20px;
  margin-top: -20px;
}

/* line 510, ../sass/custom.scss */
#slideshow DIV {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0.0;
  max-height: 346px;
  background-color: #FFF;
}

/* line 520, ../sass/custom.scss */
#slideshow DIV.active {
  z-index: 10;
  opacity: 1.0;
}

/* line 525, ../sass/custom.scss */
#slideshow DIV.last-active {
  z-index: 9;
}

/* line 529, ../sass/custom.scss */
#slideshow DIV IMG {
  max-height: 346px;
  display: block;
  border: 0;
  margin-bottom: 0px;
}

/* line 536, ../sass/custom.scss */
#homepagecakes {
  background-image: url("/wp-content/themes/zbh-2015/images/weddings/cake-box-background.png");
  padding: 15px;
  text-align: center;
  vertical-align: top;
  max-width: 520px;
  max-height: 380px;
  width: 100%;
  margin-bottom: 20px;
}

/* Gallery */
/* line 548, ../sass/custom.scss */
#cakebox {
  background-image: url("/wp-content/themes/zbh-2015/images/weddings/cake-box-background.png");
  padding: 15px;
  text-align: center;
  vertical-align: top;
}

/* line 555, ../sass/custom.scss */
.cakethumbnail {
  max-width: 90px;
  margin: 3px;
  cursor: pointer;
  border: 1px solid #bea970;
}

/* line 561, ../sass/custom.scss */
.cakethumbnail.selected {
  border: 2px solid #CE407B;
}

/* line 564, ../sass/custom.scss */
#cake_name {
  font-family: buendia,serif;
  font-size: 30px;
  font-style: italic;
  color: #e36aad;
  text-transform: lowercase;
  text-align: center;
  margin: 20px;
}

/* line 573, ../sass/custom.scss */
#cake_description {
  font-family: Georgia, Verdana, Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  margin: 0 auto 20px;
}

/* Monthly Specials */
/* line 585, ../sass/custom.scss */
.specials-list fieldset {
  border: 2px dotted #8e3a8f;
  padding: 10px 10px;
  margin-top: 20px;
}
/* line 591, ../sass/custom.scss */
.specials-list legend {
  width: auto;
  margin-bottom: 0;
  font-family: "bree";
  color: #8e3a8f;
}
/* line 597, ../sass/custom.scss */
.specials-list h2 {
  margin-top: 0;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /* line 4, ../sass/responsive.scss */
  header#masthead {
    margin-bottom: 0;
  }
  /* line 8, ../sass/responsive.scss */
  header#masthead nav li {
    padding-left: 20px;
  }
  /* line 12, ../sass/responsive.scss */
  header#masthead .site-branding {
    width: 130px;
  }
  /* line 16, ../sass/responsive.scss */
  header#masthead nav {
    bottom: 80px;
    right: 90px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /* Homepage */
  /* line 28, ../sass/responsive.scss */
  .home .main p {
    margin: 20px 10px;
  }

  /* ZCoB Bar */
  /* line 33, ../sass/responsive.scss */
  #toppanel {
    display: none;
  }

  /* line 36, ../sass/responsive.scss */
  #zcob {
    display: none;
  }

  /* line 40, ../sass/responsive.scss */
  .sidebar {
    display: none;
  }

  /* line 44, ../sass/responsive.scss */
  header#masthead {
    background-color: #dc6519;
    background-image: none;
    height: 70px;
    margin-bottom: 10px;
    /* Menus */
  }
  /* line 51, ../sass/responsive.scss */
  .weddings header#masthead {
    background-color: #8e3a8f;
    background-image: none;
  }
  /* line 58, ../sass/responsive.scss */
  header#masthead #site-navigation,
  header#masthead .social-media-nav {
    display: none;
  }
  /* line 62, ../sass/responsive.scss */
  header#masthead #mobile-menu-button {
    display: block;
    position: absolute;
    top: 20px;
    left: 10px;
    font-size: 30px;
    height: 50px;
  }
  /* line 70, ../sass/responsive.scss */
  .weddings header#masthead #mobile-menu-button {
    color: white;
  }
  /* line 75, ../sass/responsive.scss */
  header#masthead .site-branding {
    background-size: cover;
    height: 65px;
    width: 130px;
    top: 0;
    left: 30%;
  }

  /* line 85, ../sass/responsive.scss */
  .mm-menu {
    background: #8e3a8f;
    color: white;
  }

  /* line 90, ../sass/responsive.scss */
  #search {
    display: none;
  }

  /* line 94, ../sass/responsive.scss */
  img.homepage-art {
    display: none;
  }

  /* line 98, ../sass/responsive.scss */
  .home .homepage-feature .homepage-feature-desc {
    height: auto;
  }

  /* line 102, ../sass/responsive.scss */
  footer {
    padding: 20px 0;
  }
  /* line 105, ../sass/responsive.scss */
  footer .footer-content div {
    display: block;
    clear: both;
  }
  /* line 110, ../sass/responsive.scss */
  footer .footer-content .footer-links,
  footer .footer-content .utilities {
    display: none;
  }
  /* line 113, ../sass/responsive.scss */
  footer .footer-content .business-info {
    padding: 20px 40px;
  }

  /* Other pieces */
  /* line 122, ../sass/responsive.scss */
  .breadcrumb {
    display: none;
  }

  /* line 127, ../sass/responsive.scss */
  .product-in-list {
    width: 50%;
    margin: 0;
  }

  /* line 134, ../sass/responsive.scss */
  .product-detail .product-image {
    float: none;
    margin: 0 auto;
  }
  /* line 140, ../sass/responsive.scss */
  .product-detail .product-actions .btn-primary {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /* line 159, ../sass/responsive.scss */
  #homepagecakes {
    height: 270px;
  }
}
/* Custom, iPhone Retina */
