@font-face {
  font-family: 'EssonnesHeadline';
  src: url("../fonts/EssonnesHeadline-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AkzidenzGroteskBQ';
  src: url("../fonts/AkzidenzGroteskBQ-Reg.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/*@font-face {
  font-family: 'AkzidenzGroteskBQ';
  src: url("../fonts/AkzidenzGroteskBQ-Bold.otf") format("opentype");
  font-weight: strong;
}*/
@font-face {
  font-family: 'AkzidenzGroteskBQ';
  src: url("../fonts/AkzidenzGroteskBQ-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  background-color: #000;
  font-size: 14px;
  color: #71737b;
  -webkit-font-smoothing: antialiased;
}

body p {
  font-size: 18px;
}

.page--wrap {
  min-height: 100%;
  /* equal to footer height */
}
@media screen and (min-width: 992px) {
  .page--wrap {
    margin-bottom: -285px;
  }
}
.page--wrap:after {
  content: "";
  display: block;
}

p {
  margin-bottom: 1em;
}
p a {
  color: #939598;
  text-decoration: underline;
}

a {
  color: #fff;
}
a:hover, a:focus, a:active {
  color: #fff;
}

p:last-of-type {
  margin-bottom: 0px;
}

@media screen and (min-width: 992px) {
  .site-footer, .page--wrap:after {
    height: 285px;
  }
}

.site-footer {
  background-color: #fff;
}
.site-footer a:hover {
  color: #939598;
  text-decoration: underline;
}
.site-footer .footer-links {
  text-transform: uppercase;
}
.site-footer .social-links, .navbar .social-links {
  list-style: none;
  display: inline-block;
  margin-bottom: 0px;
}
.site-footer .social-links li,  .navbar .social-links li {
  float: left;
}
.site-footer .social-links li a,  .navbar .social-links li a {
  display: inline-block;
  height: 38px;
  width: 38px;
  font-size: 25px;
  color: #4d4e50;
  border-radius: 50px;
  border: 2px solid #4d4e50;
  text-align: center;
  padding: 5px;
  line-height: 0px;
}
.site-footer .social-links li a:hover,
.site-footer .social-links li a:focus,
.site-footer .social-links li a:active,
.navbar .social-links li a:hover,
.navbar .social-links li a:focus,
.navbar .social-links li a:active {
  text-decoration: none;
  background-color: #4d4e50;
  color: #fff;
}
.site-footer .social-links li a i {
  display: inline;
}
.site-footer .social-links li + li {
  margin-left: 5px;
}

.container-wrap {
  margin-right: auto;
  margin-left: auto;
}

.page--wrap .body-section,
footer .body-section {
  padding: 2em 0px;
}
@media screen and (min-width: 768px) {
  .page--wrap .body-section,
  footer .body-section {
    padding: 2em 0px;
  }
}

.page--wrap .body-section h2 {
  margin: 16px 0;
  font-weight: 100;
}
.page--wrap .body-section.light {
  color: #000;
}
.page--wrap .body-section.light h2 {
   color: #000;
}

.page--wrap .body-section.light a,
.page--wrap .body-section.light p {
  color: #71737b;
}

.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.loader-gif {
  margin-top: 30px;
}

img.img-responsive {
  width: 100%;
}

#top {
  margin-top: 80px;
}
@media screen and (min-width: 1200px) {
  #top {
    margin-top: 144px;
  }
}

.mb15,
.body-section p.mb15 {
  margin-bottom: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt15 {
  margin-top: 15px;
}

.mt30 {
  margin-top: 30px;
}

.mb0,
.body-section h2.mb0 {
  margin-bottom: 0px;
}

.btn {
  border-radius: 0px;
  background: transparent;
  text-transform: uppercase !important;
  font-size: 18px;
  padding: 7px 25px 5px 25px;
  text-decoration: none;
}
.btn-primary {
  background-color: #352059;
  border: 0px solid #352059;
  color: white !important;
}
.btn-primary:hover {
  background-color: #ececec;
  color: black !important;
  border: 0px solid black;
}
.btn-primary.btn-block {
  text-transform: capitalize;
  font-size: 1.250em;
  text-align: center;
}
.btn-primary.btn-block.menu-item {
  border: 2px solid #352059;
  background: white;
  min-height: 75px;
  color: black !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-primary.btn-block.menu-item:focus {
  color: white !important;
}
.btn-tertiary {
  background-color: #d5e04e;
  color: white !important;
  text-transform: capitalize;
}
.btn-tertiary:hover {
  background-color: #ee403d;
}
.btn-tertiary.uppercase {
  text-transform: uppercase;
}
.btn-secondary {
  background-color: white;
  border: 2px solid #352059;
  color: #352059;
}
.btn-secondary:hover {
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
}
.btn:focus, .btn:active {
  background: #b1a99d !important;
  color: #fff !important;
  outline: 0;
}

body {
  font-family: "AkzidenzGroteskBQ";
  font-size: 14px;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-weight: 100;
  font-family: "EssonnesHeadline";
}

h1 {
  font-size: 2.5em;
  margin-top: 0px;
  margin-bottom: 0.67em;
}

h2 {
  margin-top: 0px;
  font-size: 2.5em;
  font-weight: 100;
  color: #fff;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 3.429em;
  }
}

h3 {
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
}

h4 {
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}

h5 {
  font-size: 0.83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
}

h6 {
  font-size: 0.67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
}

b, strong {
  font-weight: 700;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  border-left: 4px solid #1a1a1a;
  color: #686868;
  font-size: 19px;
  font-style: italic;
  line-height: 1.47368;
  margin-bottom: 28px;
  padding: 0 0 0 24px;
}
blockquote:not(.alignleft):not(.alignright) {
  margin-left: -28px;
}
blockquote blockquote:not(.alignleft):not(.alignright) {
  margin-left: 0;
}
blockquote:before {
  content: "";
  display: table;
}
blockquote:after {
  content: "";
  display: table;
  clear: both;
}
blockquote > :last-child {
  margin-bottom: 0;
}
blockquote cite, blockquote small {
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.75;
}
blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}
blockquote strong, blockquote b {
  font-weight: 400;
}
blockquote.alignleft, blockquote.alignright {
  border: 0 solid #1a1a1a;
  border-top-width: 4px;
  padding: 18px 0 0;
  width: calc(50% - 14px);
}

address {
  font-style: italic;
  margin: 0 0 28px;
}

code, kbd, tt, var, samp {
  font-family: Inconsolata, monospace;
}

pre {
  font-family: Inconsolata, monospace;
  border: 1px solid #d1d1d1;
  font-size: 16px;
  line-height: 1.3125;
  margin: 0 0 28px;
  max-width: 100%;
  overflow: auto;
  padding: 14px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  background-color: #d1d1d1;
  padding: 2px 4px;
}

abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}

mark, ins {
  background: #007acc;
  color: #fff;
  padding: 2px 4px;
  text-decoration: none;
}

sup {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -6px;
}

sup {
  bottom: -3px;
}

small {
  font-size: 80%;
}

big {
  font-size: 125%;
}

hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin: 2em 0px;
}

ul, ol {
  margin: 0 0 28px 0;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul, li > ol {
  margin-bottom: 0;
}
li > ul {
  margin-left: 20px;
}

blockquote > ul {
  margin-left: 20px;
}

li > ol, blockquote > ol {
  margin-left: 24px;
}

dl {
  margin: 0 0 28px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 28px;
}

table, th, td {
  border: 1px solid #d1d1d1;
}

.mce-item-table {
  border: 1px solid #d1d1d1;
}
.mce-item-table th, .mce-item-table td {
  border: 1px solid #d1d1d1;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 28px;
  width: 100%;
}
table a {
  color: #007acc;
}

.mce-item-table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 28px;
  width: 100%;
}

table th, .mce-item-table th {
  border-width: 0 1px 1px 0;
  font-size: 16px;
  font-weight: 700;
  padding: 7px;
  text-align: left;
  vertical-align: baseline;
}

table caption {
  border-width: 0 1px 1px 0;
  font-size: 16px;
  font-weight: 700;
  padding: 7px;
  text-align: left;
  vertical-align: baseline;
}
table td {
  border-width: 0 1px 1px 0;
  font-size: 16px;
  padding: 7px;
  vertical-align: baseline;
}

.mce-item-table td {
  border-width: 0 1px 1px 0;
  font-size: 16px;
  padding: 7px;
  vertical-align: baseline;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
img a {
  color: blue;
}

a img {
  display: block;
}

figure {
  margin: 0;
}

del {
  opacity: 0.8;
}

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 28px;
  padding: 14px;
}

.alignleft {
  float: left;
  margin: 6px 28px 28px 0;
}

.alignright {
  float: right;
  margin: 6px 0 28px 28px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 28px;
}

.wp-audio-shortcode a, .wp-playlist a {
  box-shadow: none;
}

.mce-content-body .wp-audio-playlist {
  margin: 0;
  padding-bottom: 0;
}
.mce-content-body .wp-playlist-tracks {
  margin-top: 0;
}
.mce-content-body .wp-playlist-item {
  padding: 10px 0;
}
.mce-content-body .wp-playlist-item-length {
  top: 10px;
}

.navbar {
  box-shadow: 1px 1px 5px black;
}
.navbar-default {
  margin-bottom: 0px;
  border: 0px;
  border-radius: 0px;
  background-color: white;
}
@media screen and (min-width: 1200px) {
  .navbar-default {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-default .navbar-right {
    margin: 42px -15px 42px 0px;
  }
}
.navbar-default .navbar-right > li > a {
  text-transform: capitalize;
  text-transform: uppercase;
  color: #4d4d4f;
  font-size: 1.1em;
}
/* @media screen and (min-width: 1200px) {
  .navbar-default .navbar-right > li > a {
    font-size: 1.429em;
    text-transform: uppercase;
    color: #4d4d4f;
  }
} */
@media screen and (min-width: 768px) {
  .navbar-default .navbar-right > li > a {
    line-height: 21px;
    padding: 10px 13px;
    
  }
}
/* @media only screen and (min-width: 1200px) {
  .navbar-default .navbar-right > li > a {
    font-size: 0.85em;
  }
} */
.navbar-default .navbar-right > li > a:hover, .navbar-default .navbar-right > li > a:focus, .navbar-default .navbar-right > li > a:active {
  color: #136259 !important;
  background-color: transparent !important;
}
@media screen and (min-width: 1200px) {
  .navbar-default .navbar-right > li + li a {
    border-left: 2px solid #4d4d4f;
  }
}
.navbar-default .navbar-right > li.active a {
  color: #000;
  background-color: white;
}
.navbar-brand {
  height: auto;
}
.navbar-brand img {
  height: 50px;
}
@media screen and (min-width: 1200px) {
  .navbar-brand {
    margin-left: -15px;
  }
  .navbar-brand img {
    height: auto;
  }
}
.navbar-toggle {
  border-radius: 0px;
  border: 2px solid #fff;
  margin: 22px 15px;
}
.navbar.affix {
  width: 100%;
  z-index: 99999;
  padding: 0px;
}

.form-control {
  width: 100%;
  background-color: #939598;
  color: #fff;
  border-radius: 0px;
  height: 50px;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.5;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 0.5;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 0.5;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 0.5;
}
.form-control-wrap {
  width: 100%;
  display: inline-block;
  margin-bottom: 29px;
}
.form-control:focus {
  outline: none;
}

select.form-control {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: #939598 url("../images/arrow-bg.png") no-repeat right center;
}

.wpcf7-form-control-wrap {
  width: 100%;
  display: inline-block;
  margin-bottom: 29px;
}

input {
  outline: none;
}
input[type="tel"].form-control, input[type="email"].form-control {
  border: 0px solid transparent;
  box-shadow: none;
  outline: none;
}
input[type="number"].form-control {
  padding: 6px 0px 6px 12px;
}

form label {
  font-size: 1.2em;
  padding: 10px 0px;
  margin-bottom: 0px;
}

select {
  border-radius: 0px !important;
}

.wpcf7-not-valid {
  border: 1px solid #f00 !important;
}

span.wpcf7-not-valid-tip {
  display: none;
}

form {
  position: relative;
}

div.wpcf7-validation-errors {
  background: #f00;
  position: absolute;
  bottom: -15px;
  margin: 0px;
  width: 100%;
  border: 0px;
  padding: 0px 5px;
  color: #fff;
  text-align: center;
}

.wpcf7-mail-sent-ok {
  color: #fff;
  background: #398f14;
  position: absolute;
  bottom: -15px;
  width: 100%;
  margin: 0px !important;
  border: 0px;
  padding: 0px 5px !important;
  text-align: center;
}

.ui-datepicker .ui-datepicker-header {
  background: transparent;
  border: 0px;
}

.ui-datepicker-calendar {
  border: 0px;
}

#date_datepicker .ui-datepicker-inline {
  display: block;
  border-radius: 0px;
  border: 0px;
  width: 100%;
  background: #939598;
  padding: 10px 15px 15px;
}

.ui-datepicker table {
  background: #fff;
}

.ui-datepicker table thead {
  background: #939598;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #ffd302;
  border: 1px solid #ffd302;
}

.ui-datepicker td {
  padding: 0px;
  border: 1px solid #939598;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 0px;
  background: #fff;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  background: #f6f6f6;
  opacity: 1;
}

.ui-datepicker-today a {
  background: #ffd302 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 0px;
  background: #fc9419 !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: #fff;
  border-radius: 0px;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 20px;
  top: 11px;
  background-image: url(../images/loader.gif);
  background-size: 20px;
}

@media screen and (min-width: 768px) {
  .banner {
    height: 500px;
  }
}
.banner .jumbotron {
  border-radius: 0px;
  padding: 0px;
  margin: 2.143em 0px;
  color: #fff;
  background: transparent;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .banner .jumbotron {
    padding: 2em 0px 5em;
  }
}
.banner h1 {
  font-weight: 100;
}
@media screen and (min-width: 768px) {
  .banner h1 {
    font-size: 3.429em;
  }
}
.banner p {
  font-size: 18px;
  margin-bottom: 2em;
}

.parallax-window p {
  color: #fff;
}

.venues {
  background-color: #000;
}
.venues ul {
  list-style: none;
}
.venues ul li {
  margin-top: 30px;
}
.venues ul li a {
  background-color: #000;
}
.venues ul li a img {
  width: 100%;
}
.venues ul li a:hover img {
  opacity: 0.8;
}

.whats-on {
  background-color: #fff;
}
.whats-on ul {
  list-style: none;
}
.whats-on ul li {
  margin-top: 30px;
}
.whats-on ul li a img {
  width: 100%;
}
.whats-on ul li a:hover img {
  opacity: 0.8;
}
.whats-on ul li > h3 {
  margin: 0px;
  font-weight: 100;
}
.whats-on ul li > h3 > a {
  background-color: black;
  color: white !important;
  display: inline-block;
  padding: 5px 20px;
  min-height: 50px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 100;
}

.newsletter {
  background-color: #fff;
  border-top: 1px solid #939598;
}
.newsletter .form-wrap {
  text-align: center;
  padding: 10px 0px;
  border-bottom: 1px solid #939598;
}
.newsletter .form-wrap form {
  display: inline-block;
  min-width: 100%;
}
@media screen and (min-width: 992px) {
  .newsletter .form-wrap form {
    min-width: 900px;
  }
}
@media screen and (min-width: 1200px) {
  .newsletter .form-wrap form {
    min-width: 1000px;
  }
}
.newsletter .form-wrap p {
  font-size: 1.317em;
  margin-bottom: 15px;
  margin-right: 15px;
  margin-top: 5px;
}
@media screen and (min-width: 992px) {
  .newsletter .form-wrap p {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 992px) {
  .newsletter .form-wrap p {
    float: left;
  }
}
.newsletter .form-wrap input[type="text"].form-control {
  margin-bottom: 15px;
  max-width: 100%;
  color: #000;
  height: 38px;
}
@media screen and (min-width: 992px) {
  .newsletter .form-wrap input[type="text"].form-control {
    max-width: 400px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .newsletter .form-wrap input[type="text"].form-control {
    max-width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .newsletter .form-wrap input[type="text"].form-control {
    float: left;
  }
}
.newsletter .form-wrap input[type="submit"] {
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .newsletter .form-wrap input[type="submit"] {
    margin-bottom: 0px;
  }
}

.form-control {
  width: 100%;
}

input[type="text"].form-control {
  width: 100%;
  border-radius: 0px;
  border: 0px solid #000;
  background-color: #939598;
}

footer a {
  color: #939598;
}
footer a:hover, footer a:focus, footer a:active {
  color: #939598;
  text-decoration: underline;
}
footer ul {
  list-style: none;
}
@media screen and (min-width: 992px) {
  footer ul.logos {
    float: right;
  }
}
footer ul.logos li {
  line-height: 28px;
  float: left;
}
footer ul.logos li + li {
  margin-left: 15px;
}

@media screen and (min-width: 768px) {
  .dining,
  .about-us,
  .functions {
    min-height: 500px;
  }
}

@media (max-width: 1200px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{
  width: auto!important;
  max-width: 250px!important;
  margin: 0 auto!important;
}

.woocommerce a.remove:hover{
  text-align: center!important;
  padding: 2px;
  margin: 0px;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  font-size: 1em;
}

.woocommerce .woocommerce-breadcrumb{
  display: none;
}

.woocommerce div.product form.cart .button{
  background: #b1a99d;
  font-family: "EssonnesHeadline";
  border: 0px solid #352059;
  color: white !important;
  border-radius: 0px;
  text-transform: uppercase !important;
  font-size: 18px;
  padding: 7px 25px 5px 25px;
  text-decoration: none;
  line-height: 1.3333333;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: normal;
  font-size: 18px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
  background: #b1a99d;
  font-family: "EssonnesHeadline";
  border: 0px solid #352059;
  color: white !important;
  border-radius: 0px;
  text-transform: uppercase !important;
  font-size: 18px;
  padding: 7px 25px 5px 25px;
  text-decoration: none;
  line-height: 1.3333333;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: normal;
  font-size: 18px;
}

.select2-container .select2-selection--single{
  height: auto!important;
}

.woocommerce-page aside#secondary.widget-area{
  display: none!important;
}