* {
  box-sizing: inherit;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}
*:focus {
  outline: 0;
}
*::before, *::after {
  box-sizing: inherit;
}

img {
  display: inline-block;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote {
  quotes: none;
}
blockquote::before, blockquote::after {
  content: "";
}

ul,
ol {
  list-style: none;
}

html {
  box-sizing: border-box;
  height: 100%;
}

body {
  box-sizing: border-box;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

strong {
  font-weight: 900;
}

textarea {
  overflow: auto;
  resize: vertical;
}

::-ms-clear,
::-ms-reveal {
  display: none;
}

::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-inner-spin-button,
::-webkit-outer-spin-button,
::-webkit-search-cancel-button,
[type=search] {
  appearance: none;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

html {
  color: #222;
  font-size: 16px;
  line-height: 24px;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

body {
  font-family: "Joanna Pro Regular", serif;
  font-size: 1.125rem;
  background-color: #ffffff;
  color: #333333;
}

h1,
h2,
h3,
h4 {
  font-family: "Gill Sans Medium", sans-serif;
  text-transform: uppercase;
}

h1 {
  font-size: 2rem;
  line-height: 1.125;
  letter-spacing: 3px;
}

h2, .cb-menus h3 {
  font-size: 21px;
  line-height: 1.125;
  letter-spacing: 2px;
}

.lead-content-block h2 {
  letter-spacing: 3px;
  font-size: 32px;
}

.maison-remy-bar h2 {
  background: url(../images/cb-logo-diamond.png) center top no-repeat;
  padding-top: 140px;
  color: #9D6947;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.125;
  letter-spacing: 1px;
  color: #333333;
}

h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 900;
}

h2.monogram {
  background: url(../images/cb-logo-diamond.png) top center no-repeat;
  padding-top: 100px;
  font-size: 21px;
  color: #9D6947;
}

p,
li,
label,
td {
  font-size: 1.15rem;
  line-height: 24px;
}

p.lead {
  font-size: 1.125rem;
  line-height: 24px;
}

p.category {
  color: #717171;
  font-weight: 900;
}

.cancellation-policy {
  font-size: 0.9em;
  margin: 40px 10% 80px 10%;
  font-style: italic;
}

@media (min-width: 768px) {
  body {
    font-size: 1.125rem;
  }
}
a,
a:link {
  color: #9D6947;
  text-decoration: none;
}

a:visited {
  color: #9D6947;
}

a:hover,
a:focus {
  color: #9D6947;
}

h1 a,
h1 a:link, h2 a,
h2 a:link, h3 a,
h3 a:link, h4 a,
h4 a:link {
  font-weight: 900;
}

p.diamond {
  display: flex;
  justify-content: center;
}
p.diamond a {
  background: url(../images/diamond-cta.png) no-repeat;
  display: block;
  width: 125px;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "Gill Sans Medium", sans-serif;
  text-align: center;
  padding: 0 15px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 1.5px;
}

.more {
  font-size: 15px;
}
.more a, .more span,
.more a:link {
  text-decoration: none !important;
  color: #9D6947;
  text-transform: uppercase;
  font-family: "Gill Sans Medium", sans-serif;
  letter-spacing: 1px;
}
.more a:visited {
  color: #9D6947;
}
.more a:hover,
.more a:focus {
  color: #9D6947;
}
.more a:after, .more span:after {
  content: url(../images/icons/chevron.png);
  margin-left: 10px;
}

footer a,
footer a:link,
footer a:visited {
  color: #DEDEDE;
}
footer a:hover,
footer a:focus {
  color: #ffffff;
}

.mobile-menu a,
.mobile-menu a:link,
.mobile-menu a:visited {
  font-size: 1.2rem;
  letter-spacing: 2px;
  color: #ffffff;
}
.mobile-menu a:hover,
.mobile-menu a:focus {
  color: #9D6947;
}

.card > a,
.card > a:link,
.card > a:visited {
  background-color: #ffffff;
}
.card > a:hover,
.card > a:focus {
  background-color: #fbfaf9;
}

a.nolink {
  cursor: default !important;
}

/*
@import '2-components/buttons';
@import '2-components/lists';
@import '2-components/forms';
*/
header hr {
  width: 100%;
  border-bottom: 1px solid #413734;
  box-sizing: border-box;
  height: 1px;
}

/*
@import '2-components/date';
@import '2-components/breadcrumbs';
@import '2-components/pagination';
*/
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 1rem;
}

p.category,
p.excerpt {
  margin-bottom: 0.5rem;
}

.container {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1rem;
}

.columns-wrapper {
  margin: 0 -1rem;
  padding: 0 0 1rem;
}

.column {
  margin: 0 1rem 2rem;
}

.banner {
  height: 480px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-bottom: 3em;
}
.banner .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.banner img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  height: auto;
  z-index: 3;
}
.banner h2 {
  z-index: 1;
}

hr.nav-bottom {
  margin: -5px 0 40px 0;
}

section.policy-content h1, section.policy-content h2 {
  margin-bottom: 1em;
}
section.policy-content h2 {
  margin-top: 1.5em;
}
section.policy-content ul {
  margin-left: 1em;
  margin-bottom: 2em;
}
section.policy-content ul li {
  margin-bottom: 1em;
  list-style: circle;
  padding-left: 10px;
}

.single .banner h2 {
  font-size: 48px;
  color: #fff;
  letter-spacing: 6px;
  font-weight: 500;
}

.ankler {
  height: 400px;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-content: center;
}
.ankler img {
  max-width: 100%;
  height: auto;
  align-self: center;
  width: 120px;
}

.content-block {
  text-align: center;
  margin-bottom: 4em;
}
.content-block img {
  max-width: 100%;
  height: auto;
}
.content-block h2 {
  margin: 2rem 0;
}

.cb-menu {
  border: 1px solid #000;
  padding: 5% 0;
  margin: 20px;
  display: flex;
  flex-direction: column;
  align-content: center;
}
.cb-menu h3 {
  margin-bottom: 0.7em;
}

.dish-with-bg {
  background-color: #F6FAFA;
}

.wine-list-block {
  margin-top: 2rem;
}

.content-block.news {
  background-color: #00386c;
}
.content-block.news .block-img-container {
  display: none;
}
.content-block.news .block-text-container {
  float: none;
  width: 100%;
  padding-bottom: 40px;
}
.content-block.news * {
  text-align: center;
  color: #fff;
}
.content-block.news h2 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  margin: 50px 0;
  text-transform: uppercase;
  word-spacing: -5.7px;
}
.content-block.news:after {
  height: 25px;
  background: #00386c url(../images/invite-chevron-bottom.png) bottom center no-repeat;
  content: "";
  width: 100%;
  display: inline-block;
  margin-bottom: -10px;
}

.content-block.news:before {
  background: #00386c url(../images/invite-chevron-top.png) top center no-repeat;
  height: 25px;
  content: "";
  width: 100%;
  display: inline-block;
}

.open-table-widget {
  display: none;
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
    display: flex;
    justify-content: space-between;
  }

  .columns-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -1rem;
  }

  .column {
    flex: 1;
    margin: 0 0 2rem 1rem;
  }

  .column.quarter {
    min-width: 172px;
    max-width: 172px;
  }

  .column.third {
    min-width: 234px;
    max-width: 234px;
  }

  .column-half {
    min-width: 384px;
    max-width: 384px;
  }

  header {
    align-items: baseline;
  }

  .container.page-heading {
    padding-bottom: 2rem;
  }

  .ankler {
    height: 500px;
  }

  footer {
    padding: 2.75rem 0;
  }
  footer .colophon {
    width: 75%;
    padding-bottom: 1.5rem;
  }
  footer .footer-menu {
    width: 75%;
    padding-top: 1.5rem;
  }

  .single .banner h2 {
    font-size: 68px;
  }

  .block-text-container p {
    padding: 0 10%;
  }

  .cb-menus {
    display: flex;
    margin: 0 -10px;
  }
  .cb-menus .cb-menu {
    flex: 1;
    justify-content: space-between;
    width: 24%;
  }

  .open-table-widget {
    display: block;
  }

  .open-table-widget-mobile {
    display: none;
  }

  .single .content {
    width: 100%;
  }

  .ankler img {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 992px;
  }

  .column.quarter {
    min-width: 231px;
    max-width: 231px;
  }

  .column.third {
    min-width: 314px;
    max-width: 314px;
  }

  .column-half {
    min-width: 512px;
    max-width: 512px;
  }

  .content-block:after {
    content: "";
    display: table;
    clear: both;
  }

  /*
  .generic-img-left, .dish-with-bg {
  	.block-img-container {
  		float: left;
  		width: 49%; 
  		margin: 0 1% 0 0;
  	}
  }
  */
  .content-block {
    display: flex;
    align-items: center;
  }
  .content-block.lead-content-block, .content-block.maison-remy-bar, .content-block.generic {
    flex-direction: row-reverse;
  }
  .content-block.generic-img-left, .content-block.dish-with-bg {
    flex-direction: row;
  }
  .content-block > div {
    width: 50%;
  }
  .content-block.restaurant-content-block > div {
    width: 100%;
  }
  .content-block h2 {
    margin: 0 0 2rem 0;
  }

  .restaurant-content-block, .booking-widget {
    flex-wrap: wrap;
  }
  .restaurant-content-block h2, .booking-widget h2 {
    width: 100%;
    font-size: 32px;
  }
  .restaurant-content-block .cb-menu, .booking-widget .cb-menu {
    flex: 1;
  }
  .restaurant-content-block .open-table-widget, .booking-widget .open-table-widget {
    width: 100%;
    text-align: center;
  }
  .restaurant-content-block .ot-widget-container, .booking-widget .ot-widget-container {
    margin: auto;
  }
  .restaurant-content-block .cancellation-policy, .booking-widget .cancellation-policy {
    margin: 40px 10% 80px 10%;
  }

  .booking-widget .open-table-widget {
    width: auto;
    margin: auto;
  }
  .booking-widget .open-table-widget .ot-time-picker {
    float: right !important;
  }
  .booking-widget .open-table-widget .ot-date-picker {
    margin-left: 80px !important;
  }

  .pricing-notice {
    max-width: 460px;
    margin: 1em auto 0 auto;
    text-align: center;
    line-height: 1.4;
    font-size: 0.9em;
  }

  .ankler {
    height: 550px;
  }
}
.booking-widget .open-table-widget .ot-title, #ot-reservation-widget .ot-title {
  display: none;
}
.booking-widget .open-table-widget .ot-dtp-picker-button, .booking-widget .open-table-widget .ot-button, #ot-reservation-widget .ot-dtp-picker-button, #ot-reservation-widget .ot-button {
  background: #9C6948;
  border: 0 none;
  text-transform: uppercase;
  margin-top: 10px !important;
  box-shadow: none;
  font-family: "Gill Sans Medium", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
}

@media (min-width: 1204px) {
  .block-heading {
    padding: 0 1.25rem;
    margin-bottom: 2rem;
  }

  .section-heading {
    margin: -3rem 0 1.5rem;
  }

  p.excerpt {
    margin-bottom: 1.5rem;
  }

  .card p.excerpt {
    margin-bottom: 1rem;
  }

  .container {
    max-width: 1172px;
  }

  .column.quarter {
    min-width: 260px;
    max-width: 260px;
  }

  .column.third {
    min-width: 358px;
    max-width: 358px;
  }

  .column-half {
    min-width: 602px;
    max-width: 602px;
  }

  .content-wide {
    width: 62rem;
  }

  .ankler {
    height: 600px;
  }
}
header {
  width: 100%;
}
header .address, header .delivery {
  display: none;
}
header .address p {
  margin-bottom: 0;
}
header .site-title {
  text-align: center;
}
header .logo {
  width: 160px;
  height: auto;
  margin: 2em 0;
}
header .delivery img {
  margin-bottom: 1em;
}
header .menu-toggle {
  font-weight: 900;
  position: absolute;
  top: 3rem;
  right: 0;
}
header .menu-toggle .bars {
  width: 1rem;
  height: auto;
  vertical-align: baseline;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
header .nav-menu {
  display: none;
  list-style: none;
}

li.instagram a {
  background: url(../images/icons/Instagram-white.svg) left center no-repeat;
  height: 30px;
  display: block;
  text-indent: 9999px;
  white-space: nowrap;
  overflow: hidden;
}

@media (min-width: 768px) {
  header {
    display: flex;
    flex-direction: column;
  }
  header .address-logo-delivery {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  header .site-title {
    padding: 1.5rem 0;
    width: 50%;
  }
  header .address, header .delivery {
    display: block;
    width: 25%;
  }
  header .delivery img {
    display: block;
    width: 25;
  }
  header .logo {
    width: 300px;
    height: auto;
  }
  header .menu-toggle {
    display: none;
  }
  header nav.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  header ul.nav-menu {
    display: flex;
    align-items: center;
    margin: 1em 0;
    padding: 0;
  }
  header ul.nav-menu li {
    display: inline-block;
    margin: 0 0 0 0.25rem;
    padding: 0 0 0.125rem;
    letter-spacing: 1.5px;
    font-size: 15px;
  }
  header ul.nav-menu li a {
    display: inline-block;
    margin: 0;
    padding: 0.5rem 0.75rem;
    color: #333333;
  }
  header ul.nav-menu li a:hover,
header ul.nav-menu li a:focus {
    color: #9D6947;
  }

  li.instagram a {
    background-image: url(../images/icons/Instagram-black.svg);
    max-width: 30px;
  }
}
@media (min-width: 1024px) {
  header .logo {
    width: 358px;
  }
  header ul.nav-menu li.instagram {
    margin-left: 20px;
  }
}
ul.nav-menu li a, ul.mobile-menu li a {
  text-transform: uppercase;
  font-family: "Gill Sans Medium", sans-serif;
  text-decoration: none;
}

li.menu-item.active a {
  color: #9D6947;
}

footer {
  padding: 3rem 0;
  background: url(../images/footer-bg-repeater.png);
}
footer .container {
  justify-content: space-evenly;
}
footer .container .address-contact {
  margin-right: 5%;
}
footer p, footer p a, footer h4 {
  color: #DEDEDE;
}
footer h3 {
  color: #9D6947;
  font-size: 21px;
  letter-spacing: 2px;
  line-height: 28px;
  margin: 1rem 0;
}
footer h4 {
  font-size: 15px;
  letter-spacing: 1.6px;
  margin-bottom: 0.5rem;
}
footer h3.space-before {
  padding-top: 1.2em;
}
footer .footer-menu {
  display: block;
  padding: 1rem 0;
}
footer .footer-menu li a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.sub-footer {
  text-align: center;
  padding: 3em 0;
}

@media (min-width: 768px) {
  footer {
    padding: 6rem 0;
  }
}
@media (min-width: 1024px) {
  footer .opening-times h3.space-before {
    padding-top: 0;
  }
}
#mobile-menu-wrapper {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  background-color: rgba(48, 48, 48, 0.75);
  color: #ffffff;
}
#mobile-menu-wrapper > a,
#mobile-menu-wrapper > a:link,
#mobile-menu-wrapper > a:visited {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 10002;
  font-size: 2rem;
}
#mobile-menu-wrapper > a:hover, #mobile-menu-wrapper > a:focus,
#mobile-menu-wrapper > a:link:hover,
#mobile-menu-wrapper > a:link:focus,
#mobile-menu-wrapper > a:visited:hover,
#mobile-menu-wrapper > a:visited:focus {
  color: #ffffff;
}
#mobile-menu-wrapper .mobile-menu {
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10001;
  padding-top: 8rem;
  background-color: #333333;
  color: #ffffff;
}
#mobile-menu-wrapper .mobile-menu li {
  margin: 0 10% 1.5rem 10%;
}
#mobile-menu-wrapper .address-mobile-menu, #mobile-menu-wrapper .delivery {
  margin: 10%;
}
#mobile-menu-wrapper .delivery img {
  display: block;
  margin-bottom: 1.5em;
}

#mobile-menu-wrapper.open {
  left: 0;
}

@media (min-width: 768px) {
  #mobile-menu-wrapper {
    display: none;
  }
}
.page_home .banner {
  justify-content: center;
  margin-bottom: 7em;
  flex-direction: column;
}
.page_home .banner a {
  z-index: 1;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: "Gill Sans Medium", sans-serif;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 3rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 4px;
  font-weight: 500;
}
.page_home .banner a:first-child {
  border-bottom: 1px solid white;
}
.page_home .banner a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.page_home .lead-content-block h2 {
  font-size: 42px;
  line-height: 1.7;
}
.page_home .lead-content-block h2 span {
  display: block;
  font-size: 21px;
}

.content > .newsflash-slice {
  padding-top: 40px;
  border-top: 1px solid black;
}

.page-content .newsflash-slice {
  margin-top: -3em;
  margin-bottom: 4em;
}

.newsflash-slice {
  margin-bottom: 60px;
}
.newsflash-slice .newsflash-block {
  background: #00386c;
}
.newsflash-slice .newsflash-block:before {
  background: #00386c url(../images/invite-chevron-top.png) top center no-repeat;
  /*height 25px*/
  height: 25px;
  content: "";
  width: 100%;
  display: inline-block;
}
.newsflash-slice .newsflash-block:after {
  height: 25px;
  background: #00386c url(../images/invite-chevron-bottom.png) bottom center no-repeat;
  content: "";
  width: 100%;
  display: inline-block;
  margin-bottom: -10px;
}
.newsflash-slice .newsflash-block * {
  color: #fff;
}
.newsflash-slice .newsflash-block h2 {
  text-align: center;
  margin: 2rem 0 3rem 0;
  font-size: 2rem;
}
.newsflash-slice .newsflash-block h2, .newsflash-slice .newsflash-block h3 {
  font-family: "Gill Sans Medium", sans-serif;
}
.newsflash-slice .newsflash-block h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.6rem;
}
.newsflash-slice .newsflash-block p, .newsflash-slice .newsflash-block li {
  font-family: "Joanna Pro Regular", serif;
}
.newsflash-slice .newsflash-block ul {
  margin: 0 0 1em 0;
  padding: 0;
}
.newsflash-slice .newsflash-block ul li {
  list-style: none;
  margin-left: 0;
  padding-right: 0;
}
.newsflash-slice .newsflash-block .columns-wrapper, .newsflash-slice .newsflash-block .newsflash-footer {
  max-width: 900px;
  margin: 1rem auto;
}
.newsflash-slice .newsflash-block .columns-wrapper .column, .newsflash-slice .newsflash-block .newsflash-footer .column {
  margin-bottom: 1rem;
}
.newsflash-slice .newsflash-block .newsflash-footer, .newsflash-slice .newsflash-block h2 {
  padding: 0 15px;
}
.newsflash-slice .newsflash-block a {
  text-decoration: underline;
}
.newsflash-slice .newsflash-block .text-center {
  text-align: center;
}

@media (min-width: 1024px) {
  .page_home .banner {
    flex-direction: row;
  }
  .page_home .banner a {
    width: 50%;
  }
  .page_home .banner a:first-child {
    border-right: 1px solid white;
  }
}
/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden;
}

.more {
  margin-bottom: 0;
}

.align-right {
  text-align: right;
}

.button-container {
  padding: 0.75rem 0;
}

.alignright {
  float: right !important;
  margin: 0 0 1rem 1rem !important;
  text-align: right !important;
}

.alignleft {
  float: left;
  margin: 0 1rem 1rem 0 !important;
}

.aligncenter {
  margin: 0 auto 1rem !important;
  text-align: center !important;
}

span {
  font-weight: inherit !important;
}

.red {
  color: #C32225 !important;
  font-weight: inherit !important;
}

/*
@import '4-extras/blocks';
@import '4-extras/gallery';
@import '4-extras/animations';
@import '4-extras/ie';
@import '4-extras/print';
*/

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