/*!
 *  Bistro Moncur 0.1.0
 *  Copyright (C) 2017 Gene Alyson Fortunado Torcende
 *  Licensed under GPL-2.0.
 */
.header {
  background: #000; }
  .header .logo {
    background-image: url(../images/bistro-logo.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 72px;
    margin: 10px -140px; }

.logo {
  background-image: url(../images/logo.jpg);
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -107.5px; }

.page-bar-moncur .logo {
  background-image: url(../images/barmoncur-logo.png);
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -107.5px; }

.banner {
  overflow: hidden; }
  .banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.menu-main > li > a {
  color: #fff;
  padding: 25px 0; }

.menu-main > li.current-menu-item > a, .menu-main > li:hover > a {
  color: #b89a70; }

.sub-menu {
  padding: 5px 0;
  top: 60px; }
  .sub-menu li a {
    white-space: nowrap; }

.subpages .banner-wrap a.logo, .homepage .banner-wrap a.logo {
  display: none; }

@media (min-width: 768px) {
  .btn-menu-close {
    display: none; } }

.home-info {
  color: #fff; }

.btn-down {
  background-image: url(../images/arrow-down-w.png); }

.page-bottom {
  background: #b89a70; }

.bottom-links > a {
  color: #fff;
  border: 0;
  padding: 0;
  width: initial;
  height: initial; }
  .bottom-links > a > span {
    background-image: url(../images/BM-M-HEART.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    border-radius: 0; }
  .bottom-links > a:nth-child(2n) > span {
    background-image: url(../images/BM-W-HEART.png); }
  .bottom-links > a:hover {
    color: #000;
    background: initial; }
    .bottom-links > a:hover > span {
      background-image: url(../images/BM-M-HEART-W.png); }
      .bottom-links > a:hover > span:before {
        display: none; }
      .bottom-links > a:hover > span > span {
        display: block; }
    .bottom-links > a:hover:nth-child(2n) > span {
      background-image: url(../images/BM-W-HEART-W.png); }

.footer {
  background: #000; }

.social a {
  background: #b89a70;
  color: #fff; }
  .social a:hover {
    color: #000; }

.form-newsletter [type="submit"] {
  background: transparent url(../images/arrow-right-w.png) center center no-repeat; }
  .form-newsletter [type="submit"]:hover {
    background: #fff url(../images/arrow-right-b.png) center center no-repeat; }

.cross-line:before,
.cross-line:after,
.bg-line:before {
  display: none; }

body {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Brandon Grotesque Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif; }

h1 {
  font-size: 22px;
  font-weight: 400;
  font-family: 'Brandon Grotesque Medium', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: uppercase; }

h2 {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Brandon Grotesque Medium', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: uppercase; }

h3 {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Brandon Grotesque Black', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: uppercase; }

h4 {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Brandon Grotesque Medium', Arial, 'Helvetica Neue', Helvetica, sans-serif; }

h5 {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Brandon Grotesque Medium', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: uppercase; }

h6 {
  font-size: 30px;
  font-weight: 400;
  font-family: 'Yorkshire Slanted Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif; }

p {
  font-size: 13pt;
  font-weight: 400;
  font-family: 'Brandon Grotesque Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif; }

.grid-event .grid-sizer,
.grid-event .grid-item {
  padding-top: 0;
  height: initial; }
  .grid-event .grid-sizer img,
  .grid-event .grid-item img {
    height: auto; }

select {
  background: #fff url(../images/arrow-down1.png) no-repeat right 20px center;
  background-size: 30px;
  padding: 25px 60px 25px 30px;
  height: initial;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-color: #b89a70; }

.footer p {
  font-size: 7pt;
  font-weight: 400;
  font-family: 'Brandon Grotesque Regular', Arial, 'Helvetica Neue', Helvetica, sans-serif; }

.single-post .content p {
  letter-spacing: 0;
  font-size: 13pt;
  line-height: 1.5em; }

@media screen and (max-width: 768px) {
  .single-post .image {
    float: none;
    width: 100%;
    padding: 0 15px; }
  .single-post .content {
    float: none;
    width: 100%;
    padding: 0 15px; } }

/*# sourceMappingURL=bistro.css.map */
