@font-face {
    font-family: 'alisontwoscript';
    src: url('fonts/alisontwo-script-webfont.eot');
    src: url('fonts/alisontwo-script-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/alisontwo-script-webfont.woff') format('woff'), url('fonts/alisontwo-script-webfont.ttf') format('truetype'), url('fonts/alisontwo-script-webfont.svg#alisontwoscript') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bureaugrotesquebox';
    src: url('fonts/bureaugrotesque-box-webfont.eot');
    src: url('fonts/bureaugrotesque-box-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/bureaugrotesque-box-webfont.woff') format('woff'), url('fonts/bureaugrotesque-box-webfont.ttf') format('truetype'), url('fonts/bureaugrotesque-box-webfont.svg#bureaugrotesquebox') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bureaugrotesqueoneone';
    src: url('fonts/bureaugrotesque-oneone-webfont.eot');
    src: url('fonts/bureaugrotesque-oneone-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/bureaugrotesque-oneone-webfont.woff') format('woff'), url('fonts/bureaugrotesque-oneone-webfont.ttf') format('truetype'), url('fonts/bureaugrotesque-oneone-webfont.svg#bureaugrotesqueoneone') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'engravers_mtregular';
    src: url('fonts/engraversmt-webfont.eot');
    src: url('fonts/engraversmt-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/engraversmt-webfont.woff') format('woff'), url('fonts/engraversmt-webfont.ttf') format('truetype'), url('fonts/engraversmt-webfont.svg#engravers_mtregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
}
:focus {
    outline: none;
}
body {
    background: #fffef0;
    padding: 0;
    color: #444444;
    font-family: Georgia;
    font-size: 13px;
}
a {
    outline: none;
    text-decoration: none;
    color: #BE9755;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}
.site {
    width: 1210px;
    margin: 0 auto;
    padding: 110px 0 60px;
}
.logo {
    display: block;
    width: 551px;
    background: #fffef0 url(images/logo-bg.png) no-repeat 0 52px;
    margin: 0 auto;
    /*position:absolute;left:50%;top:-50px;margin-left:-275px;*/

    position: relative;
    margin: auto auto -22px;
    z-index: 55;
    text-align: center;
}
header {
    width: 100%;
    background: url(images/top-left-bg.png) no-repeat 4px bottom;
    margin-top: -50px;
}
.header-inner {
    /*position:relative;*/

    padding: 0 22px;
    background: url(images/top-right-bg.png) no-repeat 100% bottom;
}
.top-border {
    width: 100%;
    position: relative;
    height: 22px;
    background: url(images/header-bg.jpg) repeat-x 0 0;
}
.menu-toggle {
    display: none;
}
.skip-link {
    display: none;
}
.site-main {
    background: url(images/leftside-bg.png) repeat-y 0 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.site-content {
    width: 825px;
    float: right;
    padding: 50px 48px 40px 0;
}
.site-main-in {
    background: url(images/rightside-bg.png) repeat-y right top;
    height: 100%;
    float: right;
    width: 100%;
}
.sidebar-container {
    float: left;
    width: 244px;
    padding: 50px 0 0px 48px;
}
.sidebar-container .sidebar-inner {} .sidebar-container .sidebar-area {
    padding: 0 25px;
    float: left;
    width: 195px;
    min-height: 450px;
    background: url(images/sidebar-border.jpg) repeat-y 0 0;
}
.sidebar-container .sidebar-area h3 {
    width: 100%;
    text-align: center;
    color: #be9755;
    font-size: 16px;
    font-family: 'alisontwoscript';
}
.sidebar-container .sidebar-area p {
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    color: #000;
    font-family: 'bureaugrotesqueoneone';
    padding: 0 0 6px 0;
    margin: 0;
}
.sidebar-container .sidebar-area p a {
    color: #000;
}
.nav-menu li {
    list-style: none;
}
.nav-menu li {
    text-align: center;
    border-bottom: solid 1px #ddc79e;
    position: relative;
    display: block;
    float: left;
    width: 100%;
}
.nav-menu li:before {
    background: url(images/foral.png) no-repeat bottom left;
    width: 6px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -3px;
    z-index: 555;
    content: ""
}
.nav-menu li:after {
    background: url(images/foral.png) no-repeat top left;
    width: 6px;
    height: 5px;
    position: absolute;
    right: 0;
    bottom: -3px;
    z-index: 554;
    content: ""
}
.nav-menu li a {
    font-family: 'engravers_mtregular';
    text-transform: capitalize;
    font-variant: small-caps;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    line-height: 28px;
    display: inline-block;
}
.nav-menu li.current-menu-item > a,
.nav-menu li a:hover,
.nav-menu li.current_page_item > a,
.nav-menu li.current-menu-parent > a,
.nav-menu li.current-page-parent > a {
    color: #e02e29;
}
.main-navigation ul.sub-menu {
    display: none;
}
.main-navigation .current-menu-parent > ul.sub-menu,
.nav-menu li.current_page_item > ul.sub-menu {
    display: block;
}
.page-content .paging .wp-pagenavi {
    clear: both;
    margin: 25px 0px !important
}
.page-press .press-box-area {
    margin-bottom: 25px;
}
.wp-pagenavi a,
.wp-pagenavi span {
    border: 1px solid #ddc79e !important
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    color: #836f4a
}
ul.sub-menu {
    background: url(images/sub-menu-border.png) no-repeat center top;
    position: relative;
    padding: 0;
    float: left;
    width: 90%;
    margin: 0 5%;
    text-align: center;
}
ul.sub-menu li {
    text-align: center;
    background: url(images/sub-menu-border.png) no-repeat center bottom;
    border: none;
    position: relative;
    display: block;
    float: left;
    width: 100%;
}
ul.sub-menu li a {
    color: #836F4A;
}
ul.sub-menu li:after,
ul.sub-menu li:before {
    background: none;
}
ul.sub-menu li.last-itm {
    border: none;
    background: none;
}
ul.sub-menu li.last-itm:before,
ul.sub-menu li.last-itm:after {
    background: none;
}
.home-slider {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    clear: both;
    margin-bottom: 25px;
    z-index: 50;
}
.home-slider ul {
    list-style: none;
    position: relative;
    z-index: 50;
}
.home-slider li {
    position: relative;
    font-size: 58px;
    padding: 0px;
    width: 100%;
    z-index: 50;
}
.home-slider li img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 50;
}
.home-slider li .slide-text {
    position: absolute;
    bottom: 30px;
    right: 110px;
    z-index: 55;
    font-family: 'bureaugrotesqueoneone';
    font-size: 58px;
    color: #fff;
    text-shadow: 2px 2px 5px #000000;
    text-transform: uppercase;
}
.home-slider li .slide-text h3 {
    font-size: 58px;
}
.home-slider .border {
    position: absolute;
    display: block;
    z-index: 20;
    left: 1%;
    top: 2%;
    width: 98%;
    height: 95%;
    border: solid 1px #fff;
}
.home-slider-static .border {
    position: absolute;
    display: block;
    z-index: 20;
    left: 8px;
    top: 2%;
    width: 98%;
    height: 95%;
    border: solid 1px #fff;
}
.home-slider .bx-viewport {}

.home-slider .bx-wrapper {
    position: relative;
    z-index: 50;
    height: 100%;
    width: 100%;
}

.home-slider .bx-wrapper:hover .bx-controls-direction {
    opacity: 1;
}


.home-slider .bx-controls {
    position: absolute;
    top: 0px;
    z-index: 8000;
    height: 100%;
    width: 100%;
}
.home-slider .bx-controls-direction {
    position: relative;
    z-index: 8000;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.home-slider .bx-controls a {
    height: 40px;
    width: 40px;
    top: 50%;
    position: absolute;
    display: block;
    background: rgb(190, 148, 80);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.home-slider .bx-controls a:hover {
    background: rgb(156, 109, 51);
}

.home-slider .bx-controls a:before {
    content: '\2039';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    color: #ffffff;
    font-size: 40px;
    line-height: 1;
    height: 47px;
}


.home-slider .bx-controls .bx-prev {
    left: 5px;
    z-index: 8000;
}
.home-slider .bx-controls .bx-next {
    right: 6px;
    background-position: right bottom;
    z-index: 8000;
}

.home-slider .bx-controls .bx-next:before {
    content: '\203A';
}

.site-content .detail-text.page-content .detail-text {
    padding-bottom: 20px;
}
.home .page-content .detail-text {
    padding-bottom: 20px;
}
.page-content .detail-text p {
    padding: 0 0 15px 0;
}
.page-content h1,
.site-content h1 {
    font-family: 'bureaugrotesqueoneone';
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 150%;
    font-size: 36px;
    padding: 0 0 10px 0;
}
.bottom-logo {
    width: 100%;
    padding: 0;
    float: left;
    margin: 0;
}
.bottom-logo .link {
    float: left;
    /*position:relative;*/

    padding: 26px 0px 26px 30px;
    width: 255px;
}
.bottom-logo .link:first-child {
    padding: 26px 0px 26px 0px;
}
.bottom-logo .link a {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.bottom-logo .link .caption {
    width: 100%;
    text-align: center;
    color: #796749;
    font-size: 20px;
    font-family: 'bureaugrotesqueoneone';
    text-transform: uppercase;
    display: block;
    padding: 10px 0 0 0;
}
.bottom-logo .link img {
    max-width: 255px;
}
.bottom-divider {
    border-bottom: solid 1px #ddc79e;
    position: relative;
}
.bottom-logo .bottom-divider {
    height: 1px;
    float: left;
    width: 100%
}
.bottom-divider2 {
    border-top: solid 1px #ddc79e;
    position: relative;
    padding-top: 10px;
    width: 90%;
    margin: auto;
}
.bottom-divider2:before {
    background: url(images/foral.png) no-repeat top left;
    width: 6px;
    height: 5px;
    position: absolute;
    left: 0;
    top: -3px;
    z-index: 555;
    content: ""
}
.bottom-divider2:after {
    background: url(images/foral.png) no-repeat top left;
    width: 6px;
    height: 5px;
    position: absolute;
    right: 0;
    top: -3px;
    z-index: 554;
    content: ""
}
.bottom-divider:before {
    background: url(images/foral.png) no-repeat bottom left;
    width: 6px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -3px;
    z-index: 555;
    content: ""
}
.bottom-divider:after {
    background: url(images/foral.png) no-repeat top left;
    width: 6px;
    height: 5px;
    position: absolute;
    right: 0;
    bottom: -3px;
    z-index: 554;
    content: ""
}
input:-webkit-autofill,
textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}
.menu-menu-1-container {
    position: relative;
}
.full-width {
    width: 100%;
}
.desktop-version {
    display: block;
}
.mobile-version {
    display: none;
}
img {
    border: none 0px;
}
.gform_confirmation_message_1,
.gform_confirmation_message_3,
.gform_confirmation_message_7 {
    color: #836F4A;
    font-size: 16px;
    text-align: center;
}
.reservation-area {
    float: left;
    width: 100%;
}
.reservation-area .right-add {
    background: url(images/devider-forel.png) no-repeat center 95%;
    width: 100%;
    padding-bottom: 10px;
}
.reservation-area .right-add p { 
	letter-spacing: 1px;
}
.reservation-area .left-add {
    float: left;
    width: 100%;
    padding: 5px 0 0 0;
}
.reservation-area .left-add p {
    float: none;
    margin: 0px auto;
    width: 70%;
    padding: 0 15%;
    letter-spacing: 1px;
    line-height: 24px;
}
.reservation-area .left-add .make-a-booking {
	letter-spacing: 1px;
}
.reservation-area h3 {
    padding: 3px 0;
}
.navbar {
    width: 100%;
    float: left;
    padding: 15px 0 10px 0;
}
.make-a-booking {
    line-height: 85px;
    background: url(images/make-book-img.png) no-repeat center top;
    color: #000000;
    margin-top: 5px;
    font-family: 'bureaugrotesqueoneone';
    font-size: 22px;
    text-align: center;
}
.make-a-booking a {
    color: #000000;
    font-family: 'bureaugrotesqueoneone';
    font-size: 22px;
    text-align: center;
}
.make-a-booking a:hover {
    color: #E02E29;
}
.make-a-book {
    line-height: 34px;
    float: right;
    width: 108px;
    background: url(images/book-bg3.png) no-repeat center top;
    color: #be9755;
    font-family: 'engravers_mtregular';
    font-size: 16px;
    text-align: center;
    margin-right: -5%;
}
.make-a-book a {
    color: #be9755;
    font-family: 'engravers_mtregular';
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}
.make-a-book a:hover {
    color: #E02E29;
}
.menu-toggle {
    line-height: 34px;
    float: left;
    cursor: pointer;
    width: 164px!important;
    background: url(images/main-menu-bg3.png) no-repeat center top;
    color: #be9755;
    font-family: 'engravers_mtregular'!important;
    font-size: 16px;
    text-align: center;
}
.menu-toggle a {
    color: #be9755;
    cursor: pointer;
    font-family: 'engravers_mtregular';
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}
.menu-toggle a:hover {
    color: #000000;
}

@media only screen and (min-width: 768px) {
  .gift-card {
      width: 193px;
      line-height: 37px;
      background: url(images/gift-card-bg.png) no-repeat left top;
      float: left;
      margin: 20px 0 10px 0;
      padding: 2px 0;
      color: #7A684A!important;
      font-family: 'bureaugrotesquebox'!important;
      font-size: 20px!important;
      text-transform: uppercase;
      border: none !important;
  }
  .gift-card a,
  .gift-card a:hover {
      color: #7A684A!important;
      font-family: 'bureaugrotesquebox'!important;
      font-size: 20px!important;
      text-transform: uppercase;
  }
  .gift-card:before,
  .gift-card:after {
    display: none !important;
  }
}
.sidebar-top {
    background: url(images/sidebar-top.png) no-repeat left top;
    height: 21px;
    width: 100%;
}
.sidebar-bottom {
    background: url(images/sidebar-bottom.png) no-repeat left bottom;
    float: left;
    width: 100%;
    height: 21px;
}
.balthhazar-group-link {
    text-align: center;
    width: 100%;
}
.balthhazar-group-link h3,
.balthhazar-group-link h3 a {
    text-transform: none;
}
.balthhazar-group-link a {
    font-family: 'bureaugrotesqueoneone';
    font-size: 22px;
    text-align: center;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    background: url(images/divider-img.jpg) no-repeat left top;
    padding: 0 3px 0 9px;
}
.balthhazar-group-link a:first-child {
    background: none;
}
.balthhazar-group-link .widget_text:first-child {
    background: none!important;
}
.useful-link {
    float: left;
    padding: 15px 0;
    width: 100%;
}
.useful-link h2 {
    color: #000000;
    width: 100%;
    height: 16px;
    text-align: center;
    text-transform: uppercase;
    background: url(images/useful-links.jpg) no-repeat center top;
    font-family: 'bureaugrotesqueoneone';
    font-size: 22px;
}
.useful-link ul {
    margin: 0;
    padding: 15px 0 0;
    list-style: none;
    width: 100%;
    text-align: center;
    float: left;
}
.useful-link ul li {
    display: inline;
    padding: 0 5px;
    line-height: 18px;
    width: 100%;
    float: left;
}
.useful-link ul li a {
    color: #909090;
    font-size: 12px;
    text-decoration: none;
}
footer {
    width: 100%;
    background: url(images/footer-left-bg.png) no-repeat 4px 0px;
}
.footer-inner {
    position: relative;
    padding: 0 22px;
    background: url(images/footer-right-bg.png) no-repeat 100% 0px;
}
.footer-border {
    width: 100%;
    position: relative;
    height: 22px;
    background: url(images/footer-bg.jpg) repeat-x 0 0;
}
.footer-left {
    width: 244px;
    float: left;
    margin: 0;
    padding: 14px 0;
    color: #8f8f8f;
    font-size: 10px;
    text-align: center;
}
.footer-right {
    width: 830px;
    float: right;
    margin-top: 0px;
    padding: 0;
    margin-right: 28px;
    color: #be9755;
    font-size: 10px;
    text-transform: uppercase;
}
.footer-divider {
    border-top: solid 1px #ddc79e;
    position: relative;
    margin-top: 15px;
}
.footer-divider:before {
    background: url(images/foral.png) no-repeat top left;
    width: 6px;
    height: 5px;
    position: absolute;
    left: 0;
    top: -3px;
    z-index: 555;
    content: ""
}
.footer-divider:after {
    background: url(images/foral.png) no-repeat top left;
    width: 6px;
    height: 5px;
    position: absolute;
    right: 0;
    top: -3px;
    z-index: 554;
    content: ""
}
.footer-right-area {
    float: right;
    width: 217px;
    margin: -30px 0 0 0;
}
.footer-right-area p {
    float: left;
    line-height: 22px;
}
.footer-right-area img {
    float: left;
    padding: 0 0 0 14px;
}
.main-content-inner {
    float: right;
    font-family: "Gill Sans W01 Medium";
    margin: 0;
    padding: 0 0 30px;
    width: 100%;
}
.page-cookie table {
    border-collapse: collapse;
    border-spacing: 0;
}
.main-content-inner table {
    color: #3F3F3F;
    margin-bottom: 25px;
    width: 100%;
}
.main-content-inner table tr.odd td {
    background: none repeat scroll 0 0 #F7F7F7;
}
.main-content-inner table td {
    border: 1px solid #D8D8D8;
    padding: 11px 10px;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
.main-content-inner table tr.first th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #000000;
    border-color: #1F1F1F #1F1F1F -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #FFFFFF;
    font-size: 14px;
    padding: 20px 15px 15px;
    text-transform: uppercase;
}
.main-content-inner table tr th {
    color: #000000;
    font-size: 14px;
    padding: 18px 15px 15px 12px;
    text-transform: uppercase;
}
.formarea {
    float: left;
    width: 100%;
    padding: 20px 0 30px;
}
.formarea h3 {
    font-family: 'bureaugrotesqueoneone';
    font-size: 36px;
    letter-spacing: 2px;
    color: #796749;
    line-height: 150%;
    text-transform: uppercase;
}
.fancybox-area {
    width: 100%;
    float: left;
}
.slides li {
    height: 147px !important;
    padding-right: 12px;
    width: 263px !important;
}
.fancybox {
    display: block;
    float: left;
    width: 263px;
    height: 147px;
    margin-left: 10px;
    position: relative;
}
.fancybox:first-child {
    margin: 0;
}
.fancybox img {
    width: 263px;
    height: 147px;
}
.fancybox .border {
    border: 1px solid #FFFFFF;
    display: block;
    height: 135px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 251px;
    z-index: 20;
}
.lft-arrow {
    background: url(images/slider-arw.png) no-repeat left top;
    width: 47px;
    height: 93px;
    position: absolute;
    left: 5px;
    top: 20px;
    z-index: 999;
}
.rgt-arrow {
    background: url(images/slider-arw.png) no-repeat right bottom;
    width: 47px;
    height: 93px;
    position: absolute;
    right: 5px;
    top: 20px;
    z-index: 999;
}
.site-content h2 {
    color: #836F4A;
    font-family: 'bureaugrotesqueoneone';
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 2px;
    padding: 0 0 20px 0;
    text-transform: uppercase;
}
.site-content .overlay-link h2 {
    background: url("images/top-box-img.jpg") no-repeat scroll left top;
    /*padding:20px 0;*/

    padding: 15px 0;
    text-transform: uppercase;
    height: 51px;
}
/*.site-content .inner-title{color:#836f4a;font-family:'bureaugrotesqueoneone';font-size:36px;padding:10px 0 15px 0;text-transform:uppercase;letter-spacing:2px;}*/

.site-content .inner-title {
    color: #836f4a;
    font-family: 'bureaugrotesqueoneone';
    font-size: 36px;
    padding: 10px 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: none;
    height: auto;
}
.site-content p {
    /*padding:0 0 15px 0;*/

    line-height: 22px;
    margin: 0;
}
.inlinevideo {
    float: left;
    width: 100%;
    padding: 35px 0 35px 0;
}
.inlinevideo h2 {
    color: #836f4a;
    font-family: 'bureaugrotesqueoneone';
    font-size: 30px;
    padding: 10px 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.related-widget {
    width: 100%;
    float: left;
    padding: 35px 0 15px;
}
.related-widget h2 {
    color: #836f4a;
    font-family: 'bureaugrotesqueoneone';
    font-size: 30px;
    /*padding:0px 0 15px 0;*/

    text-transform: uppercase;
    letter-spacing: 2px;
}
.gallery-widget.bottom-divider {
    width: 100%;
    float: left;
}
.tweet-formarea {
    width: 100%;
    float: left;
    padding: 35px 0;
}
.tweet-formarea h3 {
    float: left;
    color: #000000;
    font-family: 'bureaugrotesqueoneone';
    font-size: 22px;
    line-height: 16px;
    padding: 3px 10px 0 0;
    text-transform: uppercase;
}
.menu-box-area {
    float: left;
    margin: 0;
    padding: 35px 0 10px 0;
    width: 100%;
}
ul.menu-box {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*ul.menu-box li{float:left;background:url(images/top-box-img.jpg) no-repeat top left; padding:15px 0 0 0;width:239px; margin:0 20px 20px 0; position:relative;}*/

ul.menu-box li {
    float: left;
    padding: 0;
    width: 239px;
    margin: 0 20px 20px 0;
    position: relative;
    display: table;
}
ul.menu-box li .content-box-menu {
    float: left;
    background: url(images/bottom-box-img.jpg) no-repeat left bottom;
    padding: 15px 0px 30px 0px;
    width: 239px;
}
ul.menu-box .title {
    font-family: 'bureaugrotesquebox';
    font-size: 26px;
    color: #7a684a;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    top: 50%;
    left: 0;
}
ul.menu-box .title a {
    font-family: 'bureaugrotesquebox';
    font-size: 26px;
    color: #7a684a;
    text-align: center;
}
ul.menu-box .description {
    width: 100%;
    float: left;
    font-family: 'bureaugrotesqueoneone';
    font-size: 16px;
    text-align: center;
    color: #7A684A;
    text-transform: uppercase;
    letter-spacing: 1px;
}
ul.menu-box .description a {
    color: #796749;
    font-family: 'bureaugrotesqueoneone';
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}
.boulangerie-menus-area {
    margin: 0;
    padding: 20px 0 15px 0;
    float: left;
    width: 100%;
}
.boulangerie-menus-area .menu-box-area {
    padding: 0px;
}
.boulangerie-menus-area ul.menu-box li:first-child {
    margin-left: 0;
}
ul.download-box {
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
}
/*ul.download-box li{float:left;background:url(images/top-box-img.jpg) no-repeat top left; padding:15px 0 0 0;width:239px; margin:0 20px 20px 0; position:relative;}*/

ul.download-box li {
    /*float:left;background:url(images/download-bg.png) no-repeat top left;margin:0 20px 20px 0px;width:239px;height:82px;*/

    float: left;
    padding: 0;
    width: 239px;
    margin: 0 20px 20px 0;
    position: relative;
    display: table;
}
ul.download-box li .content-box-menu {
    float: left;
    background: url(images/bottom-box-img.jpg) no-repeat left bottom;
    padding: 15px 0px 30px 0px;
    width: 239px;
}
/*ul.download-box .title{font-family:'bureaugrotesquebox';font-size:26px;color:#7a684a;padding:0;text-align:center;text-transform:uppercase; width:100%; display:table-cell; vertical-align:middle; top:50%; left:0;}*/

ul.download-box .title {
    font-family: 'bureaugrotesquebox';
    font-size: 26px;
    color: #7a684a;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    top: 50%;
    left: 0;
}
ul.download-box .title a {
    text-decoration: none;
}
ul.download-box .description {
    width: 100%;
    float: left;
    font-family: 'bureaugrotesqueoneone';
    font-size: 16px;
    text-align: center;
    color: #7A684A;
    text-transform: uppercase;
}
ul.download-box .description a {
    color: #796749;
    font-family: 'bureaugrotesqueoneone';
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}
ul.download-box li:first-child {
    margin-left: 0;
}
.gfield.gfield_contains_required {
    float: left;
    margin: 0 10px 7px 0px;
}
.gfield.gfield_contains_required:first-child {
    margin-left: 0px;
}
.gfield {
    float: left;
    margin: 0 10px 7px 0px;
}
.formarea textarea {
    float: left;
    border: #ddd solid 1px;
    padding: 5px!important;
    width: 809px !important;
}
.page-gift-card .gform_wrapper textarea.medium {
    float: left;
    border: #ddd solid 1px;
    padding: 5px;
    width: 808px !important;
}
.page-gift-card .gform_wrapper {
    margin: 10px 0 50px;
}
.gform_fields.top_label.description_below {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 110%;
}
.formarea label {
    display: none;
}
.formarea input {
    width: 258px;
    float: left;
    border: #ddd solid 1px;
    padding: 5px;
}
.formarea select {
    width: 264px;
    float: left;
    border: #ddd solid 1px;
    padding: 5px;
}
.button.gform_button {
    background: none;
    border: medium none;
    color: #796749;
    font-family: 'bureaugrotesquebox';
    font-size: 22px;
    letter-spacing: 1px;
    padding-right: 0;
    padding-top: 5px;
    text-align: right;
    width: auto;
    text-transform: lowercase;
    cursor: pointer;
}
.home-slider-static ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.home-slider-static .slide-text {
    bottom: 45px;
    color: #FFFFFF;
    font-family: 'bureaugrotesqueoneone';
    position: absolute;
    right: 45px;
    text-shadow: 2px 2px 5px #000000;
    z-index: 55;
    font-size: 58px;
    padding: 0 20px;
}
.home-slider-static .slide-text h3 {
    font-size: 58px;
    text-transform: uppercase;
}
.home-slider-static img {
    width: 100%;
}
.home-slider-static {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    height: 500px;
}
.home-slider-static .border {
    border: 1px solid #FFFFFF;
    display: block;
    height: 95%;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 813px;
    z-index: 20;
}
.home-slider-thumb {
    float: left;
    padding: 25px 0;
}
.home-slider-thumb .bx-wrapper {
    max-width: 817px!important;
    position: relative;
}
.home-slider-thumb .bx-viewport ul li {
    width: 263px!important;
    height: 147px;
    margin: 0 12px 0 0px;
}
.home-slider-thumb .bx-viewport ul li:first-child {
    margin: 0;
}
.home-slider-thumb .bx-wrapper img {
    width: 263px!important;
    height: 147px;
}
.home-slider-thumb .bx-wrapper .bx-prev,
.home-slider-thumb .bx-wrapper .bx-prev:hover {
    left: 6px;
    top: 25px;
    position: absolute;
    background: url(images/slider-arw.png) no-repeat 0 0;
    height: 100px;
    width: 47px;
    text-indent: -9999999px;
    z-index: 99;
}
.home-slider-thumb .bx-wrapper .bx-next,
.home-slider-thumb .bx-wrapper .bx-next:hover {
    background: url(images/slider-arw.png) no-repeat 0 -120px;
    height: 100px;
    position: absolute;
    right: 10px;
    top: 17px;
    text-indent: -9999999px;
    width: 47px;
    z-index: 99;
}
.home-slider-thumb .bx-pager.bx-default-pager {
    display: none;
}
.home-slider-thumb-static {
    float: left;
    padding: 35px 0;
}
.home-slider-thumb-static .bx-wrapper {
    max-width: 817px!important;
    position: relative;
}
.home-slider-thumb-static .bx-viewport ul li {
    width: 263px!important;
    height: 147px;
    margin: 0 12px 0 0px;
}
.home-slider-thumb-static .bx-viewport ul li:first-child {
    margin: 0;
}
.home-slider-thumb-static .bx-wrapper img {
    width: 263px!important;
    height: 147px;
}
.home-slider-thumb-static .bx-wrapper .bx-prev,
.home-slider-thumb-static .bx-wrapper .bx-prev:hover {
    left: 6px;
    top: 25px;
    position: absolute;
    background: url(images/slider-arw.png) no-repeat 0 0;
    height: 100px;
    width: 47px;
    text-indent: -9999999px;
    z-index: 99;
}
.home-slider-thumb-static .bx-wrapper .bx-next,
.home-slider-thumb-static .bx-wrapper .bx-next:hover {
    background: url(images/slider-arw.png) no-repeat 0 -120px;
    height: 100px;
    position: absolute;
    right: 10px;
    top: 17px;
    text-indent: -9999999px;
    width: 47px;
    z-index: 99;
}
.home-slider-thumb-static .bx-pager.bx-default-pager {
    display: none;
}
.home-slider-thumb-static .slider1 > li {
    list-style: none;
    padding: 0 0px 0 18px;
    float: left;
}
.home-slider-thumb-static .slider1 > li:first-child {
    padding: 0;
}
.press-box-area,
.press-box-area ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}
.press-box {
    padding: 10px 0 20px 0;
}
.press-box h2.title {
    font-family: 'bureaugrotesqueoneone';
    font-size: 36px;
    letter-spacing: 2px;
    line-height: 150%;
    padding: 0;
    color: #836f4a;
    text-transform: uppercase;
    background: none;
    height: auto
}
.press-box .view-link,
.press-box .view-link a {
    color: #7A684A;
    font-family: 'bureaugrotesquebox';
    font-size: 22px;
    padding: 0;
    text-transform: lowercase;
    text-decoration: none;
    text-align: center;
}
.image-block {
    float: left;
    position: relative;
    width: 100%;
}
.play-video-icon {
    left: 50%;
    margin: -47px 0 0 -48px;
    position: absolute;
    top: 50%;
}
#map {
    width: 100%!important;
    float: left;
    height: 307px!important;
}
.map-area {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
}
.border-left {
    border-left: 1px solid #FFFFFF;
    display: block;
    height: 490px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 5px;
    z-index: 8000;
}
.border-right {
    border-right: 1px solid #FFFFFF;
    display: block;
    height: 490px;
    right: 5px;
    position: absolute;
    top: 5px;
    width: 5px;
    z-index: 8000;
}
.border-top {
    border-top: 1px solid #FFFFFF;
    display: block;
    height: 5px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 815px;
    z-index: 8000;
}
.border-bottom {
    border-bottom: 1px solid #FFFFFF;
    display: block;
    height: 5px;
    left: 5px;
    position: absolute;
    bottom: 5px;
    width: 815px;
    z-index: 8000;
}
.home-border {
    height: 490px;
}
.map-title {
    position: absolute;
    right: 30px;
    bottom: 45px;
    z-index: 9;
    color: #FFFFFF;
    font-family: 'bureaugrotesqueoneone';
    font-size: 58px;
    text-shadow: 2px 2px 5px #000000;
}
.detail-text.bottom-divider {
    float: left;
    width: 100%;
}
.contact-title {
    font-family: 'bureaugrotesqueoneone';
    font-size: 36px;
    letter-spacing: 2px;
    float: left;
    line-height: 150%;
    padding: 35px 0 0px;
    text-transform: uppercase;
    width: 30%;
}
.cont-address {
    float: right;
    text-align: right;
    width: 55%;
    line-height: 20px;
    padding: 43px 0 10px;
    font-size: 16px;
}
.cont-address p {
    margin: 0;
    padding: 0;
    line-height: 22px;
}
.cont-address p a {
    /*color:#444444;*/
}
.cont-address span {
    color: #836f4a;
    width: 100%;
    float: left;
}
.contact-content {
    width: 100%;
    float: left;
    padding: 25px 0;
}
.contact-des {
    width: 80%;
    float: left;
}

@media (min-width: 1024px) {
    .opening-hours {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
    }

    .opening-hours-time {
        padding-bottom: 15px !important;
        -webkit-column-break-inside: avoid;
	    page-break-inside: avoid;
        break-inside: avoid;
    }
}



.contact-des h2 {
    padding: 0 0 10px 0;
    background: none;
    height: auto;
}
.contact-form {
    width: 296px;
    float: left;
}
.contact-form input {
    width: 284px!important;
    text-align: center;
    border: 1px solid #e4e4e4;
    color: #444444!important;
    font-size: 16px!important;
}
.contact-form textarea {
    width: 284px!important;
    text-align: center;
    border: 1px solid #e4e4e4;
    color: #444444!important;
    font-size: 16px!important;
}
.contact-form .button.gform_button {
    font-size: 22px!important;
    text-align: center;
    padding: 10px 0;
}

/* Mail Chimp Style changes Started */

.contact-content p {padding: 0 0 15px 0;}

#mc_embed_signup { background:none; display:inline-block; width: 100%; }

#mc_embed_signup form { padding:0!important; }

#mc_embed_signup .mc-field-group { width:35%!important; float:left; }

@media only screen and (max-width:1024px) {
    #mc_embed_signup .mc-field-group { width:100%!important; }
}

#mc_embed_signup .mc-field-group input { font-family: Georgia; font-size: 16px; color:#444; border:1px solid #DDDDDD; }

#mc_embed_signup .button {margin:0 5px 10px 10px!important; color: inherit!important; font-size:22px!important; background:none!important;}

/* Mail Chimp Style changes Finished */

.contact-form .gform_wrapper h3.gform_title {
    text-align: center;
}
.theatre-map {
    background: url(images/london-threat-bg.png) no-repeat left top;
    float: left;
    height: 40px;
    padding: 12px 0 0px 22px;
    width: 317px;
    margin: 10px 0 35px 0;
}
.contact-des p {
    padding: 0 0 10px 0;
}
.theatre-map h2 {
    letter-spacing: 2px;
    color: #7A684A;
    font-family: 'bureaugrotesquebox';
    font-size: 24px;
    text-transform: lowercase;
    float: left;
}
.theatre-map a {
    color: #796749;
    font-family: 'bureaugrotesqueoneone';
    font-size: 16px;
    padding: 5px 15px 0;
    float: left;
    text-transform: uppercase;
}
ul.booking-box {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 550px;
    float: left;
}


/*ul.booking-box li{float:left;background:url(images/booking-bg.jpg) no-repeat top left;margin:0 20px 20px 0px;width:239px;height:101px; position:relative;}
ul.booking-box .title{font-family:'bureaugrotesquebox';font-size:26px;color:#7a684a;padding:15% 5% 2% 5%;text-align:center;}*/

ul.booking-box li {
    float: left;
    margin: 0 20px 20px 0px;
    width: 239px;
    position: relative;
    padding: 0;
    display: table;
}
ul.booking-box .title {
    font-family: 'bureaugrotesquebox';
    font-size: 26px;
    color: #7a684a;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    top: 50%;
    left: 0;
}
ul.booking-box .title a {
    font-family: 'bureaugrotesquebox';
    font-size: 26px;
    color: #7a684a;
    text-align: center;
}
ul.booking-box .description {
    width: 100%;
    float: left;
    font-family: 'bureaugrotesqueoneone';
    font-size: 16px;
    text-align: center;
    color: #7A684A;
    text-transform: uppercase;
}
ul.booking-box .description a {
    color: #796749;
    font-family: 'bureaugrotesqueoneone';
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}
.booking-add {
    float: right;
    width: 200px;
    padding: 0 15px 0 0;
}
.booking-add p {
    line-height: 20px;
    padding: 0 0 15px;
    text-align: right;
    font-size: 16px;
    float: left;
    width: 100%;
    line-height: 22px;
}
.booking-add p span {
    color: #836F4A;
    float: left;
    width: 100%;
}
.booking-add p span a {
    color: #836F4A;
}
.booking-box-popup {
    width: 750px;
    float: left;
    height: 515px;
    padding: 0;
    position: relative;
    margin: 0;
    background: url(images/booking-popup-bg.png) no-repeat left top;
}
.box-popup-top-border {
    position: absolute;
    left: 12px;
    top: 0;
    width: 100%;
    background: url(images/border-booking-pop-up.png) repeat-x left top;
}
.box-popup-right-border {
    position: absolute;
    right: 0px;
    top: 12px;
    width: 100%;
    background: url(images/border-booking-pop-up.png) repeat-y left top;
    height: 100%;
}
.box-popup-bottom-border {
    position: absolute;
    left: 12px;
    bottom: 0;
    width: 100%;
    background: url(images/border-booking-pop-up.png) repeat-x left top;
}
.box-popup-left-border {
    position: absolute;
    left: 0px;
    top: 12px;
    width: 100%;
    background: url(images/border-booking-pop-up.png) repeat-y left top;
    height: 100%;
}
.box-popup-top-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 12px;
    background: url(images/boking-box-top-left.png) no-repeat left top;
}
.box-popup-top-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 12px;
    background: url(images/boking-box-top-right.png) no-repeat right top;
}
.box-popup-bottom-left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15px;
    height: 13px;
    background: url(images/boking-box-left-bottom.png) no-repeat left bottom;
}
.box-popup-bottom-right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15px;
    height: 13px;
    background: url(images/boking-box-right-bottom.png) no-repeat left bottom;
}
.fancybox-type-iframe .fancybox-skin {
    background: none;
    box-shadow: none!important;
}
.close-box {
    position: absolute;
    top: 92%;
    right: 40px;
    width: 83px;
}
.close-box {
    background: url(images/booking-pop-close-icon.png) no-repeat left bottom;
    height: 26px;
    width: 83px;
}
.make-a-booking-pop-title {
    line-height: 85px;
    margin: 50px auto 50px auto;
    background: url(images/make-a-booking-pop-title.png) no-repeat center top;
    color: #000000;
    font-family: 'bureaugrotesqueoneone';
    font-size: 22px;
    text-align: center;
    width: 522px;
}
.make-a-booking-pop-title a {
    color: #000000;
    font-family: 'bureaugrotesqueoneone';
    font-size: 22px;
    text-align: center;
}
.make-a-booking-pop-title a:hover {
    color: #E02E29;
}
.booking-box-popup h2 {
    color: #7A684A;
    font-family: 'bureaugrotesquebox';
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
}
.booking-box-popup p {
    width: 40%;
}
.booking-box-popup .content {
    margin: auto;
    width: 200px;
}
.booking-box-popup p {
    padding: 0 0 15px;
    width: 100%;
    font-size: 11px;
    font-weight: bold;
}
.booking-box-popup .block2.last {
    float: left !important;
    width: 100% !important;
}
.marker_detail {
    width: 250px;
    background: #be9756;
    text-align: center;
}
.marker_detail h3 {
    color: #FFFFFF;
    letter-spacing: 2px;
    font-family: 'bureaugrotesqueoneone';
    font-size: 28px;
    padding: 10px;
    margin: 0;
}
.marker_detail .text {
    background: #FFFFFF;
    height: 40px;
    padding: 10px;
    font-size: 12px;
}
.email-news-form {
    padding: 35px 0 60px 0;
    width: 90%;
    float: left;
}
.email-news-form input {
    border: 1px solid #DDDDDD;
    font-family: Georgia;
    font-size: 16px;
    letter-spacing: normal;
    color: #444;
    float: left;
    height: 22px;
    margin: 0 10px 0 0;
    padding: 5px;
    width: 200px;
}
.email-news-form input[type=submit] {
    float: right;
    height: 35px;
}
.site-content header,
.site-content footer {
    background: none;
}
.screen-reader-text {
    float: left;
    line-height: 36px;
    padding: 0 10px 0 0;
}
.search-no-results input,
.error404 input {
    border: 1px solid #DDDDDD;
    color: #000;
    float: left;
    height: 22px;
    margin: 0 10px 0 0;
    padding: 5px;
    font-family: Georgia;
    font-size: 14px;
    width: 256px;
}
.search-no-results .search-submit,
.error404 .search-submit {
    background: none;
    border: none;
    color: #796749;
    cursor: pointer;
    float: left;
    height: 36px;
    font-family: 'bureaugrotesquebox';
    font-size: 22px;
    letter-spacing: 1px;
    padding-right: 0;
    text-align: right;
    width: auto;
}
.page-content h1 a,
.site-content h1 a {
    color: #000000;
}
.date a,
.categories-links a,
.author.vcard a,
.comments-link a {
    color: #BE9755;
}
.nav-previous,
.nav-previous a,
.nav-next a {
    color: #BE9755;
    width: 100%;
    float: left;
}
#cccwr #ccc-hdricon,
#cccwr .ccc-close,
#cccwr #ccc-icon a,
#cccwr #cctoggle,
#cccwr.ccc-bar,
#cccwr #ccc-icon button {
    background-image: url("images/ccc-icons.png")!important;
}
#cccwr .ccc-gr,
#cccwr .ccc-or {
    background: #BE9755!important;
}
#ccc-hdricon {
    background-position: -360px 8px!important;
}
.ccc-hdr {
    background-color: #BE9755!important;
    border-radius: 4px 4px 0 0;
    height: 40px;
}
.ccc-dark .ccc-inner a {
    color: #fff!important;
}
#cccwr.ccc-dark .ccc-close:hover {
    background-color: #BE9755!important;
}
.gfield_error {
    border: 1px solid #FF0000!important;
}
.gform_wrapper {
    max-width: 100%!important;
}
.gform_wrapper .gform_footer {
    padding: 0!important;
    margin: 0!important;
    clear: both;
}
.gform_wrapper textarea.medium {
    height: 90px!important;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    font-size: 22px!important;
    text-transform: lowercase;
}
.gform_wrapper textarea {
    color: #868686;
    font-family: Georgia;
    font-size: 12px;
    letter-spacing: normal;
    outline-style: none;
    padding: 5px;
    resize: none;
}
.gform_wrapper .top_label .gfield_label {
    display: none!important;
}
.gform_wrapper ul li.gfield {
    clear: none!important;
}
.page-contact-us .gform_wrapper ul li.gfield {
    clear: both!important;
}
.gform_wrapper h3.gform_title {
    color: #836F4A;
    font-family: 'bureaugrotesqueoneone';
    font-size: 30px!important;
    letter-spacing: 2px!important;
    padding: 10px 0 20px;
    font-weight: normal!important;
    text-transform: uppercase;
}
.gform_wrapper .top_label input.medium {
    height: 22px!important;
    padding: 5px!important;
}
.page-contact-us .gform_wrapper .top_label input.medium,
.page-contact-us .gform_wrapper .top_label select.medium {
    border: 1px solid #DDDDDD;
    color: #868686;
    float: left;
    height: 22px;
    font-family: Georgia;
    font-size: 13px;
    padding: 5px;
    /*width: 283px!important;*/
}
.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
    border: 1px solid #DDDDDD;
    color: #868686;
    float: left;
    height: 22px;
    padding: 5px;
    font-size: 13px;
    font-family: Georgia;
    /*width: 255px!important;*/
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 0px!important;
}
.gform_wrapper .ginput_container + .gfield_description.validation_message {
    display: none!important
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-bottom: 0!important;
    margin-top: 0!important;
    padding: 0!important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    /*margin-bottom:0!important;*/

    padding: 0!important;
    background: none!important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-bottom: 5px!important;
    margin-top: 0;
    padding-left: 0;
}
.gform_wrapper .top_label .gfield_error {
    width: auto!important;
}
.gform_wrapper li.gfield_error input[type="text"],
.gform_wrapper li.gfield_error input[type="url"],
.gform_wrapper li.gfield_error input[type="email"],
.gform_wrapper li.gfield_error input[type="tel"],
.gform_wrapper li.gfield_error input[type="number"],
.gform_wrapper li.gfield_error input[type="password"],
.gform_wrapper li.gfield_error textarea {
    border: none!important;
}
.addthis_button_tweet {
    width: 80px!important;
}
.validation_error {
    display: none;
}
#wp-realtime-sitemap-pages > ul {
    margin: 0;
    padding: 0 0 15px 15px;
}
#wp-realtime-sitemap-pages > ul li {
    padding: 5px 0;
}
.page-contact-us .border-right,
.page-contact-us .border-left {
    height: 295px;
}
.error404 .site-content {
    padding: 90px 48px 40px 0;
}
.page-gift-card .gform_wrapper form {
    width: 70%;
    margin: auto;
    text-align: center;
}
.page-gift-card .gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
    /*width: 565px!important;*/
    text-align: center;
    font-size: 16px;
    color: #444;
    border: 1px solid #DDDDDD !important;
}
.page-gift-card .gform_wrapper textarea.medium {
    width: 100%!important;
    text-align: center;
    font-size: 16px;
    color: #444;
}
.page-gift-card .gform_wrapper .gfield {
    width: 89%;
}
.page-gift-card .gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
    font-size: 30px!important;
}
.page-gift-card .gform_wrapper h2.gsection_title,
.gform_wrapper .gsection_description,
.gform_wrapper h3.gform_title {
    letter-spacing: 2px!important;
    margin: 0;
    padding: 15px 0 5px;
    background: none;
}
.page-gift-card .gform_wrapper .gsection {
    border: none;
    margin-bottom: 0px;
}
.page-gift-card .gform_wrapper .gform_footer input[type="submit"] {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
.page-gift-card .bottom-logo.bottom-divider {
    border: none;
}
.page-gift-card .bottom-logo.bottom-divider:after,
.page-gift-card .bottom-logo.bottom-divider:before {
    background: none;
}
.gift-menu {
    display: none;
}
.charleft.ginput_counter {
    float: left;
    padding: 5px 0 10px;
    text-align: center;
    width: 100%;
}
.cm_ajax_failed {
    left: 0;
    position: absolute;
    bottom: 20px;
    color: #E02E29;
    font-size: 15px;
}
.cm_ajax_success {
    left: 0;
    position: absolute;
    bottom: 25px;
    color: #836F4A;
    font-size: 15px;
}
.cm_ajax_loading {
    position: absolute;
    right: 220px;
    top: -30px;
}
.page-our-news .widefat.werror {
    border: #E02E29 solid 1px;
}
/*.overlay-link{position:absolute; width:100%; height:100%; left:0; top:0; display:block;}*/

.overlay-link {
    display: table-row;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("images/bottom-box-img.jpg") no-repeat scroll left bottom;
}
.ui-datepicker table {
    display: block;
    width: 100%;
    float: left;
}
.ui-datepicker thead {
    float: left;
    width: 100%;
}
.ui-datepicker {
    width: 175px!important;
    .width: 178px!important;
}
.ui-widget {
    font-size: 1em!important;
}
.ui-datepicker-calendar > tbody {
    float: left;
    width: 175px!important;
    .width: 178px!important;
    font-size: 12px;
}
.home-slider .bx-viewport {
    height: 307px;
    width: 100%;
}
.home-slider li {
    display: none;
}
.bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fffef0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}
@media only screen and (max-width: 1250px) {
    .site {
        width: 1004px;
    }
    .site-content {
        width: 640px;
    }
    .home-border {
        height: 377px;
    }
    .border-top,
    .border-bottom {
        width: 630px;
    }
    .bottom-logo {
        width: 100%;
    }
    .bottom-logo .link {
        width: 30%;
    }
    .bottom-logo .link img {
        max-width: 100%;
    }
    .link img {
        max-width: 100%;
        height: auto;
    }
    .formarea textarea {
        width: 624px!important;
    }
    .page-gift-card .gform_wrapper textarea.medium {
        width: 624px!important;
    }
    .contact-des {
        width: 100%;
    }
    .contact-form {
        width: 40%;
    }
    .contact-form input,
    .contact-form textarea {
        width: 240px!important;
    }
    ul.booking-box {
        width: 60%;
    }
    .fancybox-media img {
        max-width: 100%;
    }
    .email-news-form input {
        width: 32%;
    }
    .home-slider-static {
        height: 388px;
    }
    .home-slider {
        height: 388px;
    }
    .home-slider li .slide-text {
        right: 0;
        padding: 0 55px;
    }
    .home-slider-thumb .bx-viewport ul li,
    .home-slider-thumb-static .bx-viewport ul li {
        width: 316px!important;
    }
    .home-slider-thumb .bx-wrapper img,
    .home-slider-thumb-static .bx-wrapper img {
        width: 316px!important;
    }
    .home-slider-thumb-static .slider1 > li {
        list-style: none;
        padding: 0 0px 0 20px;
        float: left;
        width: 200px;
    }
    .home-slider-thumb-static .slider1 > li a {
        width: 200px;
    }
    .home-slider-thumb-static .slider1 > li a .border {
        width: 188px;
    }
    .home-slider-thumb-static .slider1 > li a img {
        width: 200px;
    }
    .home-slider-thumb-static .slider1 > li:first-child {
        padding: 0;
    }
    .fancybox .border {
        width: 300px;
    }
    .home-slider-thumb .bx-wrapper .bx-next,
    .home-slider-thumb .bx-wrapper .bx-next:hover,
    .home-slider-thumb-static .bx-wrapper .bx-next,
    .home-slider-thumb-static .bx-wrapper .bx-next:hover {
        right: 5px;
    }
    .page-contact-us .gform_wrapper .top_label input.medium,
    .page-contact-us .gform_wrapper .top_label select.medium {
        /*width: 240px!important;*/
    }
    .page-make-booking .booking-add {
        float: right;
        width: 100px;
        padding: 0 15px 0 0;
    }
    .page-make-booking ul.booking-box {
        width: 81%;
    }
    .page-gift-card .gform_wrapper textarea.medium {
        width: 439px!important;
        text-align: center;
        font-size: 16px;
        color: #444;
    }
    .page-gift-card .gform_wrapper .top_label input.medium,
    .gform_wrapper .top_label select.medium {
        /*width: 439px!important;*/
    }
    .cm_ajax_loading {
        position: absolute;
        right: 200px;
        top: -30px;
    }
}
@media only screen and (max-width: 1023px) {
    .site {
        width: 748px;
    }
    .site-content {
        width: 380px;
    }
    .home-slider-static .slide-text {
        bottom: 15px;
        right: 20px;
    }
    .home-slider-static .slide-text h3 {
        font-size: 35px;
    }
    .home-slider li .slide-text h3 {
        font-size: 35px;
    }
    .border-top,
    .border-bottom {
        width: 370px;
    }
    .home-border {
        height: 219px;
    }
    .bottom-logo .link {
        padding: 10px 0;
        width: 100%;
    }
    .home-slider-thumb-static {
        width: 100%!important;
    }
    .home-slider-thumb-static .bx-wrapper {
        max-width: 438px!important;
    }
    .gform_wrapper .top_label input.medium,
    .gform_wrapper .top_label select.medium {
        /*width: 370px!important;*/
    }
    .formarea textarea {
        width: 370px!important;
    }
    .page-gift-card .gform_wrapper textarea.medium {
        width: 370px!important;
    }
    .jqTransformSelectWrapper {
        width: 370px!important;
    }
    ul.booking-box {
        width: 64%;
    }
    .booking-add {
        width: 30%;
    }
    .jqTransformSelectWrapper ul {
        width: 379px!important;
    }
    .email-news-form {
        width: 100%;
    }
    .email-news-form input {
        width: 96%;
        margin: 0 0 10px 0;
    }
    .contact-title {
        width: 40%;
    }
    .contact-des {
        width: 100%;
    }
    .contact-form {
        width: 100%;
    }
    .contact-form input,
    .contact-form textarea {
        width: 370px!important;
    }
    .home-slider-static {
        height: 230px;
    }
    .home-slider {
        height: 230px;
    }
    .home-slider-thumb-static .bx-viewport ul li {
        width: 380px!important;
        height: 214px;
        margin: 0 12px 0 0px!important;
    }
    .home-slider-thumb-static .bx-wrapper img {
        width: 380px!important;
        height: 214px!important;
    }
    .home-slider-thumb-static .bx-wrapper .bx-prev,
    .home-slider-thumb-static .bx-wrapper .bx-prev:hover {
        left: 6px;
        top: 50%;
        margin: -47px 0 0 0;
        position: absolute;
        background: url(images/slider-arw.png) no-repeat 0 0;
        height: 100px;
        width: 47px;
        text-indent: -9999999px;
    }
    .home-slider-thumb-static .bx-viewport {
        height: 214px!important;
    }
    .home-slider-thumb-static .bx-wrapper .bx-next,
    .home-slider-thumb-static .bx-wrapper .bx-next:hover {
        background: url(images/slider-arw.png) no-repeat 0 -120px;
        height: 100px;
        position: absolute;
        right: 5px;
        top: 50%;
        margin: -47px 0 0 0;
        text-indent: -9999999px;
        width: 47px;
    }
    .home-slider-thumb .bx-viewport ul li {
        width: 380px!important;
        height: 247px;
        margin: 0 12px 0 0px!important;
    }
    .home-slider-thumb .bx-wrapper img {
        width: 380px!important;
        height: 214px!important;
    }
    .fancybox .border {
        width: 368px;
        height: 202px;
    }
    .home-slider-thumb .bx-wrapper .bx-prev,
    .home-slider-thumb .bx-wrapper .bx-prev:hover {
        left: 6px;
        top: 50%;
        margin: -47px 0 0 0;
        position: absolute;
        background: url(images/slider-arw.png) no-repeat 0 0;
        height: 100px;
        width: 47px;
        text-indent: -9999999px;
    }
    .home-slider-thumb .bx-viewport {
        height: 214px!important;
    }
    .home-slider-thumb .bx-wrapper .bx-next,
    .home-slider-thumb .bx-wrapper .bx-next:hover {
        background: url(images/slider-arw.png) no-repeat 0 -120px;
        height: 100px;
        position: absolute;
        right: 17px;
        top: 50%;
        margin: -47px 0 0 0;
        text-indent: -9999999px;
        width: 47px;
    }
    .main-content-inner table td {
        padding: 11px 4px;
    }
    thead {
        float: left;
        width: 380px;
    }
    .page-cookie tbody {
        float: left;
        width: 380px;
    }
    ul.download-box li {
        margin-left: 0;
    }
    .home-slider li .slide-text {
        bottom: 10px;
        right: 0px;
        padding: 0 55px;
    }
    .page-contact-us .gform_wrapper .top_label input.medium,
    .page-contact-us .gform_wrapper .top_label select.medium {
        /*width: 370px!important*/
    }
    .related-widget h2,
    .page-content h1,
    .site-content h1,
    .site-content h2,
    .gform_wrapper h3.gform_title,
    .page-content .detail-text p {
        text-align: center;
    }
    ul.download-box,
    ul.menu-box {
        margin: 0 0 0 17%;
    }
    .press-box-area,
    .press-box-area ul,
    .wp-pagenavi,
    .contact-des {
        text-align: center;
    }
    .theatre-map {
        margin-left: 25px;
    }
    .bottom-logo .link img {
        max-width: 250px;
    }
    #wp-realtime-sitemap-pages > ul {
        text-align: center;
    }
    .page-make-booking ul.booking-box {
        width: 65%;
    }
    .page-gift-card .gform_wrapper textarea.medium {
        width: 372px!important;
        text-align: center;
        font-size: 16px;
        color: #444;
    }
    .page-gift-card .gform_wrapper form {
        width: 100%;
    }
    .page-gift-card .gform_wrapper .top_label input.medium,
    .gform_wrapper .top_label select.medium {
        /*width: 372px!important;*/
    }
    .cm_ajax_loading {
        position: absolute;
        right: 125px;
        top: 60px;
    }
    .home-slider-thumb-static .slider1 > li {
        list-style: none;
        padding: 0px 0px 20px 0px;
        clear: both;
        float: left;
        width: 380px;
        height: 120px;
    }
    .home-slider-thumb-static .slider1 > li a {
        width: 380px;
        height: 120px;
    }
    .home-slider-thumb-static .slider1 > li a .border {
        width: 368px;
        height: 108px;
    }
    .home-slider-thumb-static .slider1 > li a img {
        width: 380px;
        height: 120px;
    }
    .home-slider-thumb-static .slider1 > li:first-child {
        padding: 0px 0px 20px 0px;
    }
    .home-slider .bx-viewport {
        height: 141px;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .sidebar-container .sidebar-area h3:hover {
        color: #E02E29;
    }
    .site {
        width: 480px;
        padding: 60px 0;
    }
    header {
        background: none;
    }
    .navbar {
        width: 95%;
        padding: 0 2.5%;
    }
    .sidebar-container .menu-toggle {
		width: 138px !important;
	}
    .sidebar-container .sidebar-area h3 {
		font-size: 14px;
	}
	.sidebar-container .make-a-book {
		width: 164px;
	}
	.sidebar-container .make-a-book a {
		font-size: 14px;
	}
    .home .page-content {
        padding: 0 5%;
        width: 90%;
    }
    .detail-text.bottom-divider {
        width: 90%;
        margin: 0 5%;
        text-align: center;
    }
    .bottom-logo {
        margin: 0 5% 5%;
        width: 90%;
    }
    .gallery-widget.bottom-divider,
    .formarea {
        margin: 0 5%;
        width: 90%;
    }
    .inlinevideo {
        margin: 0 5%;
        width: 90%;
        padding: 35px 0;
    }
    .page-content {
        width: 100%;
        padding: 0;
    }
    .site-main {
        background: none;
    }
    .site-content {
        background: none;
        padding: 10px 0 0 0;
        width: 100%;
    }
    .sidebar-container {
        width: 100%;
        padding: 50px 0 0 0;
    }
    .home-link {
        background: none;
    }
    .top-border {
        display: none;
    }
    .home-link {
        top: -46px;
        width: 80%;
        margin: 0 auto 0 -184px;
    }
    .home-link > img {
        margin-top: 15px;
        width: 100%;
    }
    .border-top,
    .border-bottom {
        width: 470px;
    }
    .home-border {
        height: 170px;
    }
    .page-content h1,
    .site-content h1 {
        text-align: center;
        width: 90%;
        margin: auto;
    }
    .home .page-content .detail-text {
        text-align: center;
    }
    .reservation-area {
        padding: 0 0 10px;
    }
    .reservation-area .left-add p {
        width: 100%;
        padding: 0;
    }
    .gform_wrapper .top_label input.medium,
    .gform_wrapper .top_label select.medium {
        /*width: 350px!important;*/
    }
    ul#gform_fields_3 {
		margin-left: 22px;
	}
	input#gform_submit_button_3 {
		padding-left: 72px;
	}
    .contact-form input,
    .contact-form textarea {
        width: 422px!important;
    }
    .page-contact-us .gform_wrapper .top_label input.medium,
    .page-contact-us .gform_wrapper .top_label select.medium {
        /*width: 422px!important;*/
    }
    .useful-link {
        width: 78%;
    }
    .useful-link ul {
        width: 100%;
        padding: 15px 0 0;
    }
    .footer-inner {
        background: none;
    }
    footer {
        background: none;
        width: 90%;
        margin: auto;
    }
    .footer-border {
        background: none;
    }
    .footer-inner {
        padding: 0;
        width: 100%;
    }
    .footer-right {
        text-align: center;
        width: 100%;
        margin: 0;
    }
    .footer-right-area p {
        float: none;
        font-size: 15px;
        padding: 0 0 10px 0;
    }
    .footer-right-area img {
        float: none;
    }
    .footer-right-area {
        width: 100%;
        padding: 0 0 25px 0;
    }
    .gform_wrapper .top_label input.medium,
    .gform_wrapper .top_label select.medium {
        /*width: 420px!important;*/
    }
    .formarea textarea {
        width: 420px!important;
    }
    .jqTransformSelectWrapper {
        width: 420px!important;
    }
    /*.related-widget{display:none;}*/

    .related-widget {
        padding: 10px 0 20px;
        border: none;
    }
    .related-widget ul.download-box,
    .related-widget ul.menu-box {
        margin: 0;
        text-align: center;
    }
    .related-widget ul.download-box li {
        display: inline-block;
        float: none;
        margin: 0 auto;
    }
    .tweet-formarea {
        padding: 20px 0;
        margin: 0 5%;
        width: 90%;
    }
    .tweet-formarea h3 {
        width: 100%;
        text-align: center;
        padding: 0 0 15px 0;
    }
    .menu-toggle {
        display: block;
    }
    .nav-menu {
        display: none;
        left: 0;
        position: absolute;
        top: 34px;
        width: 100%;
        background: #f2eadd;
        z-index: 99;
    }
    .nav-menu li:before {
        background: none;
    }
    .nav-menu li:after {
        background: none;
    }
    .nav-menu li a {
        padding: 5px 0;
        display: block;
    }
    .sidebar-top {
        display: none;
    }
    .reservation-area h3 {
        display: none;
    }
    .reservation-area .right-add {
        background: none;
        padding: 0;
    }
    .reservation-area .left-add {
        padding: 0;
    }
    .sidebar-container .sidebar-area {
        background: none;
        width: 100%;
        padding: 0;
        min-height: inherit;
    }
    .sidebar-bottom {
        display: none;
    }
    .gift-card {
        display: none;
    }
    .balthhazar-group-link h3,
    .balthhazar-group-link h3 a {
        display: none;
    }
    .useful-link {
        display: none;
    }
    .balthhazar-group-link {
        display: none;
    }
    .footer-divider {
        display: none;
    }
    footer .useful-link {
        display: block;
        width: 100%;
    }
    footer .footer-divider {
        display: block;
        width: 100%;
    }
    .home-slider-static {
        height: 291px;
    }
    .home-slider {
        height: 291px;
    }
    .home-slider-thumb {
        width: 90%;
        margin: 0 5%;
    }
    .home-slider-thumb-static .bx-viewport ul li {
        width: 438px!important;
        height: 247px;
        margin: 0 12px 0 0px!important;
    }
    .home-slider-thumb-static .bx-wrapper img {
        width: 432px!important;
        height: 247px!important;
    }
    .fancybox .border {
        width: 420px;
        height: 235px;
    }
    .home-slider-thumb-static .bx-wrapper .bx-prev,
    .home-slider-thumb-static .bx-wrapper .bx-prev:hover {
        left: 6px;
        top: 50%;
        margin: -47px 0 0 0;
        position: absolute;
        background: url(images/slider-arw.png) no-repeat 0 0;
        height: 100px;
        width: 47px;
        text-indent: -9999999px;
    }
    .home-slider-thumb-static .bx-viewport {
        height: 247px!important;
    }
    .home-slider-thumb-static .bx-wrapper .bx-next,
    .home-slider-thumb-static .bx-wrapper .bx-next:hover {
        background: url(images/slider-arw.png) no-repeat 0 -120px;
        height: 100px;
        position: absolute;
        right: 12px;
        top: 50%;
        margin: -47px 0 0 0;
        text-indent: -9999999px;
        width: 47px;
    }
    .home-slider-thumb .bx-viewport ul li {
        width: 438px!important;
        margin: 0 12px 0 0px!important;
    }
    .home-slider-thumb .bx-wrapper img {
        width: 432px!important;
        height: 247px!important;
    }
    .fancybox .border {
        width: 420px;
        height: 235px!important;
    }
    .home-slider-thumb .bx-wrapper .bx-prev,
    .home-slider-thumb .bx-wrapper .bx-prev:hover {
        left: 6px;
        top: 50%;
        margin: -47px 0 0 0;
        position: absolute;
        background: url(images/slider-arw.png) no-repeat 0 0;
        height: 100px;
        width: 47px;
        text-indent: -9999999px;
    }
    .home-slider-thumb .bx-viewport {
        height: 247px!important;
    }
    .home-slider-thumb .bx-wrapper .bx-next,
    .home-slider-thumb .bx-wrapper .bx-next:hover {
        background: url(images/slider-arw.png) no-repeat 0 -120px;
        height: 100px;
        position: absolute;
        right: 5px;
        top: 50%;
        margin: -47px 0 0 0;
        text-indent: -9999999px;
        width: 47px;
    }
    .home-slider-thumb-static .bx-pager.bx-default-pager {
        display: none;
    }
    .boulangerie-menus-area {
        width: 90%;
        margin: 0 5%;
    }
    ul.menu-box {
        padding: 0;
    }
    .press-box {
        width: 90%;
        margin: 0 5%;
        text-align: center;
    }
    .wp-pagenavi {
        width: 90%;
        margin: 0 5%;
        text-align: center;
    }
    .contact-content {
        width: 90%;
        margin: 0 5%;
        text-align: center;
    }
    .theatre-map {
        margin: 10px 0 35px 13%;
    }
    .site-content h2,
    .gform_wrapper h3.gform_title {
        text-align: center;
    }
    .page-our-news .detail-text {
        margin: 0 5%;
        text-align: center;
        width: 90%;
    }
    .menu-box-area {
        width: 84%;
        margin: 0 8%;
    }
    .main-content-inner table td {
        padding: 11px 4px;
    }
    thead {
        float: left;
        width: 420px;
    }
    .page-cookie tbody {
        float: left;
        width: 420px;
    }
    .fancybox-type-iframe .fancybox-item.fancybox-close {
        margin: 10px 0 0 0!important;
    }
    .site-content {
        min-height: inherit;
    }
    .desktop-version {
        display: none;
    }
    .mobile-version {
        display: block;
    }
    header,
    .header-inner {
        background: none;
    }
    .logo {
        width: 100%;
        background: none;
    }
    .logo img {
        max-width: 100%;
    }
    .home-border,
    .border-top,
    .border-bottom,
    .home-slider li .slide-text h3,
    .fancybox .border {
        display: none;
    }
    .home-slider .bx-controls .bx-prev,
    .home-slider-thumb .bx-wrapper .bx-prev,
    .home-slider-thumb .bx-wrapper .bx-prev:hover,
    .home-slider-thumb-static .bx-wrapper .bx-prev,
    .home-slider-thumb-static .bx-wrapper .bx-prev:hover {
        left: 0;
    }
    .home-slider .bx-controls .bx-next,
    .home-slider-thumb .bx-wrapper .bx-next,
    .home-slider-thumb .bx-wrapper .bx-next:hover,
    .home-slider-thumb-static .bx-wrapper .bx-next,
    .home-slider-thumb-static .bx-wrapper .bx-next,
    .home-slider-thumb-static .bx-wrapper .bx-next:hover {
        right: 0;
    }
    .home-slider-thumb-static .bx-wrapper .bx-next,
    .home-slider-thumb-static .bx-wrapper .bx-next:hover {
        right: 0;
    }
    .footer-right-area {
        margin: 0;
    }
    .menu-box-area.bottom-divider:after,
    .menu-box-area.bottom-divider:before,
    .page-vacancies .detail-text.bottom-divider:after,
    .page-vacancies .detail-text.bottom-divider:before,
    .page-contact-us .contact-content.bottom-divider:after,
    .page-contact-us .contact-content.bottom-divider:before,
    .page-our-news .bottom-logo.bottom-divider:after,
    .page-our-news .bottom-logo.bottom-divider:before,
    .page-terms-conditions .detail-text.bottom-divider:after,
    .page-terms-conditions .detail-text.bottom-divider:before {
        background: none;
    }
    .page-sitemap .detail-text.bottom-divider:after,
    .page-sitemap .detail-text.bottom-divider:before,
    .page-cookie .detail-text.bottom-divider:after,
    .page-cookie .detail-text.bottom-divider:before {
        background: none;
    }
    .page-sitemap .detail-text.bottom-divider,
    .page-cookie .detail-text.bottom-divider {
        border: none;
    }
    .menu-box-area.bottom-divider,
    .page-vacancies .detail-text.bottom-divider,
    .page-contact-us .contact-content.bottom-divider,
    .page-our-news .bottom-logo.bottom-divider,
    .page-terms-conditions .detail-text.bottom-divider {
        border: none;
    }
    .footer-right {
        display: none;
    }
    .mobile-version .footer-right {
        display: block;
    }
    .page-gift-card .gform_wrapper textarea.medium {
        width: 420px!important;
        text-align: center;
        font-size: 16px;
        color: #444;
    }
    .page-gift-card .gform_wrapper form {
        width: 100%;
    }
    .page-gift-card .gform_wrapper .top_label input.medium,
    .gform_wrapper .top_label select.medium {
        /*width: 420px!important;*/
    }
    .gift-menu {
        display: block;
    }
    .home-slider-thumb-static .slider1 > li {
        list-style: none;
        padding: 0px 0px 20px 0px;
        clear: both;
        float: left;
        width: 100%;
        height: 150px;
    }
    .home-slider-thumb-static .slider1 > li a {
        width: 100%;
        height: 150px;
    }
    .home-slider-thumb-static .slider1 > li a .border {
        width: 100%;
    }
    .home-slider-thumb-static .slider1 > li a img {
        width: 100%;
        height: 150px;
    }
    .home-slider-thumb-static .slider1 > li:first-child {
        padding: 0px 0px 20px 0px;
    }
    .site-main-in {
        background: none;
    }
    .home-slider .bx-viewport {
        height: 179px;
        width: 100%;
    }
    .page-make-booking .booking-add {
        width: 100%;
        padding: 0
    }
    .booking-add p {
        text-align: center;
    }
}
@media only screen and (max-width: 479px) {
    .site {
        width: 320px;
        padding: 60px 0;
    }
    .home .page-content .detail-text,
    .bottom-logo,
    .home-slider-thumb {
        width: 100%;
        margin: 0;
    }
    .home .page-content .detail-text {
        padding-bottom: 10px;
    }
    .menu-box-area {
        width: 76%;
        margin: 0 9%;
    }
    .page-menus .menu-box-area {
        width: 76%;
        margin: 0 12%;
    }
    .home-slider-thumb-static {
        width: 100% !important;
        margin: 0;
    }
    .home .gallery-widget.bottom-divider,
    .formarea {
        width: 100%;
        margin: 0;
    }
    .formarea {
        width: 90%;
        margin: 0 5%;
    }
    .gallery-widget.bottom-divider {
        width: 100%;
        margin: 0;
        border: none;
    }
    .inlinevideo {
        width: 100%;
        margin: 0;
    }
    .gallery-widget.bottom-divider:after,
    .inlinevideo.bottom-divider:after {
        background: none;
    }
    .gallery-widget.bottom-divider:before,
    .inlinevideo.bottom-divider:after {
        background: none;
    }
    .page-contact-us .gform_wrapper .top_label input.medium,
    .page-contact-us .gform_wrapper .top_label select.medium {
        /*width: 277px!important;*/
    }
    ul#gform_fields_3 {
		margin-left: 15px;
	}
	input#gform_submit_button_3 {
		padding-left: 42px;
	}
    .bx-viewport {
        height: 160px !important;
    }
    .home-link {
        margin: 0 auto 0 -145px;
        width: 90%;
    }
    .home-slider {
        height: 162px;
        margin-bottom: 10px;
    }
    .home-border {
        height: 150px!important;
    }
    .home-slider li .slide-text {
        right: 40px;
        bottom: 10px;
    }
    .bottom-logo .link {
        padding: 10px 0;
    }
    .bottom-logo .link:first-child {
        padding: 0;
    }
    .home-slider li,
    .home-slider li img {
        height: 160px !important;
    }
    .border-top,
    .border-bottom {
        width: 310px;
    }
    .page-content h1,
    .site-content h1 {
        font-size: 26px;
    }
    .home-slider-static .slide-text h3 {
        font-size: 26px;
    }
    .home-slider-static {
        height: 162px;
    }
    .home-slider-static img {
        height: 160px;
        width: 100%;
    }
    .home-border {
        height: 108px;
    }
    .home .bottom-logo {
        margin: 0;
        width: 100%;
        padding-bottom: 15px;
    }
    .bottom-logo {
        margin: 5%;
        width: 90%;
    }
    .home-slider-thumb-static .bx-viewport {
        height: 147px !important;
    }
    .home-slider-thumb .bx-viewport {
        height: 147px !important;
    }
    .fancybox .border {
        height: 135px!important;
        width: 276px!important;
    }
    .site-content h2,
    .gform_wrapper h3.gform_title {
        font-size: 26px!important;
    }
    .gform_wrapper .top_label input.medium,
    .gform_wrapper .top_label select.medium {
        /*width: 277px!important;*/
    }
    .formarea textarea,
    .contact-form input,
    .contact-form textarea {
        width: 277px!important;
    }
    ul.menu-box {
        padding: 0 0 0 2%;
    }
    .home-slider-thumb .bx-wrapper .bx-next,
    .home-slider-thumb .bx-wrapper .bx-next:hover {
        margin: -52px 0 0;
    }
    .home-slider-thumb .bx-wrapper .bx-prev,
    .home-slider-thumb .bx-wrapper .bx-prev:hover {
        margin: -46px 0 0;
    }
    .contact-title {
        width: 100%;
    }
    .cont-address {
        width: 100%;
        text-align: center;
        padding: 0 0 10px;
    }
    .theatre-map {
        background: url(images/london-threat-bg-mobile.png) no-repeat left top;
        float: left;
        height: 40px;
        padding: 12px 0 0px 22px;
        width: 290px;
        margin: 10px 0 35px 0;
    }
    .theatre-map h2 {
        font-size: 20px!important;
    }
    element.style {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
    body {
        background: none repeat scroll 0 0 #FFFEF0;
        color: #444444;
        font-family: Georgia;
        font-size: 13px;
        padding: 0;
    }
    * {
        margin: 0;
        padding: 0;
    }
    ul.booking-box {
        margin: 0 0 0 8%;
        width: 90%;
    }
    .booking-add {
        padding: 0;
        width: 80%!important;
    }
    .booking-add p {
        text-align: center;
    }
    .main-content-inner table {
        margin: 0 0 0 -15px;
    }
    .main-content-inner table td {
        padding: 11px 1px;
    }
    thead {
        float: left;
        width: 310px;
    }
    .page-cookie tbody {
        float: left;
        width: 310px;
    }
    .main-content-inner table tr.first th {
        padding: 20px 3px 15px;
    }
    .desktop-version {
        display: none;
    }
    .mobile-version {
        display: block;
    }
    .page-cookie tbody {
        float: left;
        width: 230px;
    }
    .fancybox-type-iframe .fancybox-item.fancybox-close {
        margin: 10px 0 0 0!important;
    }
    ul.menu-box {
        padding: 0;
    }
    ul.download-box,
    ul.menu-box {
        margin: 0;
    }
    .site-content {
        min-height: inherit;
    }
    .home-slider-thumb-static .bx-wrapper {
        max-width: 300px!importANT;
    }
    .home-slider-thumb-static .bx-wrapper .bx-next,
    .home-slider-thumb-static .bx-wrapper .bx-next:hover {
        right: 0px;
    }
    header,
    .header-inner {
        background: none;
    }
    .logo {
        width: 100%;
        background: none;
    }
    .logo img {
        max-width: 100%;
    }
    .home-border,
    .border-top,
    .border-bottom,
    .home-slider li .slide-text h3 {
        display: none;
    }
    .home-slider .bx-controls .bx-prev {
        left: 0;
    }
    .home-slider .bx-controls .bx-next {
        right: 0;
    }
    .footer-right-area {
        margin: 0;
    }
    .menu-box-area.bottom-divider:after,
    .menu-box-area.bottom-divider:before,
    .page-vacancies .detail-text.bottom-divider:after,
    .page-vacancies .detail-text.bottom-divider:before,
    .page-contact-us .contact-content.bottom-divider:after,
    .page-contact-us .contact-content.bottom-divider:before,
    .page-our-news .bottom-logo.bottom-divider:after,
    .page-our-news .bottom-logo.bottom-divider:before,
    .page-terms-conditions .detail-text.bottom-divider:after,
    .page-terms-conditions .detail-text.bottom-divider:before {
        background: none;
    }
    .page-sitemap .detail-text.bottom-divider:after,
    .page-sitemap .detail-text.bottom-divider:before,
    .page-cookie .detail-text.bottom-divider:after,
    .page-cookie .detail-text.bottom-divider:before {
        background: none;
    }
    .page-sitemap .detail-text.bottom-divider,
    .page-cookie .detail-text.bottom-divider {
        border: none;
    }
    .menu-box-area.bottom-divider,
    .page-vacancies .detail-text.bottom-divider,
    .page-contact-us .contact-content.bottom-divider,
    .page-our-news .bottom-logo.bottom-divider,
    .page-terms-conditions .detail-text.bottom-divider {
        border: none;
    }
    .footer-right {
        display: none;
    }
    .mobile-version .footer-right {
        display: block;
    }
    .page-gift-card .gform_wrapper textarea.medium {
        width: 277px!important;
        text-align: center;
        font-size: 16px;
        color: #444;
    }
    .page-gift-card .gform_wrapper form {
        width: 100%;
    }
    .page-gift-card .gform_wrapper .top_label input.medium,
    .gform_wrapper .top_label select.medium {
        /*width: 277px!important;*/
    }
    .gift-menu {
        display: block;
    }
    .home-slider-thumb-static .slider1 > li {
        list-style: none;
        padding: 0px 0px 20px 0px;
        clear: both;
        float: left;
        width: 100%;
        height: 140px;
    }
    .home-slider-thumb-static .slider1 > li a {
        width: 100%;
        height: 140px;
    }
    .home-slider-thumb-static .slider1 > li a .border {
        width: 100%;
    }
    .home-slider-thumb-static .slider1 > li a img {
        width: 100%;
        height: 140px;
    }
    .home-slider-thumb-static .slider1 > li:first-child {
        padding: 0px 0px 20px 0px;
    }
    .site-main-in {
        background: none;
    }
    .home-slider .bx-viewport {
        height: 160px;
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .booking-box-popup {
        background: url(images/booking-popup-bg-mobile.png) no-repeat left top;
        padding: 0;
        height: 450px;
        width: 270px;
    }
    .make-a-booking-pop-title {
        width: 100%;
        margin: 20px 0 0 0;
    }
}
.fancybox-type-iframe .fancybox-inner {
    height: 500px!important;
}
/* PRIVATE DINING ROOM POPUP STYLES */

#pdrpop {
    position: absolute;
    left: -99999px;
    top: -99999px;
}
#inline1 {
    display: none;
}
#inline1 a {
    display: block;
}
#inline1 a img {
    width: 100%;
    height: auto;
}
.email-news-form label {
    display: none
}
/* CREATED @ FOOTER */

.created-at {
    display: block;
    text-align: center;
}
/* REDOING ABOUT US LINKS */

.about-logos {
    margin: 0 12%;
}
.about-logos > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.about-logos > ul > li {} .about-logos > ul > li + li {
    margin-top: 50px;
}
.about-logos > ul > li a {
    display: block;
    text-align: center;
}
.about-logos .img-cont-img {
    display: block;
    margin-bottom: 15px;
    padding: 0 25px;
}
.about-logos .img-cont-img img {
    display: block;
    width: 100%;
    height: auto;
}
.about-logos .text-box-text {
    color: #444444;
    font-size: 13px;
    line-height: 17px;
    font-family: Georgia, serif;
}
/* PHONE NUMBERS HEADER */

.show-mob {
    display: block;
}
.show-desk {
    display: none;
}
@media only screen and (min-width: 768px) {
    /* CREATED @ FOOTER */

    .created-at {
        display: inline-block;
        float: right;
        margin-top: 15px;
        padding-right: 48px;
    }
    /* REDOING ABOUT US LINKS */

    .about-logos {
        margin: 0;
    }
    .about-logos > ul > li {
        float: left;
        width: 30%;
        margin-left: 5%;
        margin-bottom: 25px;
    }
    .about-logos > ul > li:nth-child(3n-2) {
        margin-left: 0;
        clear: both;
    }
    .about-logos > ul > li + li {
        margin-top: 0;
    }

    .about-logos > ul > li + li.pastis img {
        max-width: 160px;
    }

    .about-logos > ul > li a {} .about-logos .img-cont-img {
        padding: 0 10px;
        height: 90px;
        position: relative;
        z-index: 0;
    }
    .about-logos .img-cont-img img {
        height: auto;
        max-height: 100px;
        max-width: calc(100% - 20px);
        width: auto;
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    /* PHONE NUMBERS HEADER */

    .show-mob {
        display: none;
    }
    .show-desk {
        display: block;
    }
    /* BAKERY LOGO */

    body.page-bakery .logo {
        margin: auto auto -57px;
    }
    /* MAKE A BOOKING */

    .page-make-booking .menu-box-area aside .textwidget {
        position: relative;
        z-index: 0;
        height: 385px;
    }
    .page-make-booking .menu-box-area .desktop-version,
    .page-make-booking .menu-box-area .mobile-version {
        position: relative;
        z-index: 3;
    }
    .page-make-booking .menu-box-area aside .textwidget > .booking-add {
        position: absolute;
        z-index: 1;
        top: 50%;
        right: 0;
        -moz-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    /* MENU "TICKET" */

    .page-menus .site-content .overlay-link h2 {
        height: 75px;
    }
}
@media only screen and (min-width: 1024px) {
    /* REDOING ABOUT US LINKS */

    .about-logos .img-cont-img {
        padding: 0 25px;
        height: 120px;
    }
    .about-logos .img-cont-img img {
        max-width: calc(100% - 50px);
    }
    /* MAKE A BOOKING */

    .page-make-booking .menu-box-area aside .textwidget {
        height: 182px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1250px) {
    .booking-add p {
        font-size: 12px;
        line-height: 19px;
    }
}
@media only screen and (max-width: 600px) {
    .booking-box-popup {
        background: url(images/booking-popup-bg-mobile.png) no-repeat left top;
        padding: 0;
        height: 450px;
        width: 270px;
    }
    .make-a-booking-pop-title {
        width: 100%;
        margin: 20px 0 0 0;
        font-size: 12px;
    }
}



@media only screen and (min-width: 0px) {
	.gallery-widget .home-slider-thumb .bx-controls {
		position: absolute; top: 50%; width: 100%;
	}
	
	.gallery-widget .home-slider-thumb .bx-wrapper .bx-prev,
	.gallery-widget .home-slider-thumb .bx-wrapper .bx-prev:hover,
	.gallery-widget .home-slider-thumb .bx-wrapper .bx-next,
	.gallery-widget .home-slider-thumb .bx-wrapper .bx-next:hover {
		height:92px !important;
		top:50% !important;
		-moz-transform:translate(0, -50%) !important;
		-webkit-transform:translate(0, -50%) !important;
		-o-transform:translate(0, -50%) !important;
		-ms-transform:translate(0, -50%) !important;
		transform:translate(0, -50%) !important;
		margin:0 !important;
	}
	
	.gallery-widget .home-slider-thumb .bx-wrapper .bx-prev,
	.gallery-widget .home-slider-thumb .bx-wrapper .bx-prev:hover {
		background:rgba(0, 0, 0, 0) url("images/slider-arw.png") no-repeat scroll 0 0 !important;
		left:0 !important;
	}
	
	.gallery-widget .home-slider-thumb .bx-wrapper .bx-next,
	.gallery-widget .home-slider-thumb .bx-wrapper .bx-next:hover {
		background:rgba(0, 0, 0, 0) url("images/slider-arw.png") no-repeat scroll 0 -128px !important;
		right:0 !important;
	}
}

@media only screen and (min-width: 768px) {
	.gallery-widget .home-slider-thumb { 
		float:none !important;
	}
	
	
	.gallery-widget .home-slider-thumb .bx-viewport ul li,
	.gallery-widget .home-slider-thumb .bx-viewport ul li a {
		width:100% !important;
		height:300px !important;
	}
	
	.gallery-widget .home-slider-thumb .bx-viewport ul li a.fancybox .border {
		display:none !important;
	}
	
	.gallery-widget .home-slider-thumb .bx-wrapper img {
		width:100% !important;
		height:auto !important;	
	}
}



@media only screen and (min-width: 992px) {
	.gallery-widget .home-slider-thumb .bx-viewport ul li,
	.gallery-widget .home-slider-thumb .bx-viewport ul li a {
		height:450px !important;
	}
}