@font-face {
  font-family: "Atlas";
  src: url("fonts/Atlas-Typewriter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Atlas";
  src: url("fonts/Atlas-Typewriter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Excellent";
  src: url("fonts/Excellent-Regular.woff2") format("woff2"), url("fonts/Excellent-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Coffee Service";
  src: url("fonts/CoffeeService.woff2") format("woff2"), url("fonts/CoffeeService.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Knockout";
  src: url("fonts/Knockout-HTF48-Featherweight.woff2") format("woff2"), url("fonts/Knockout-HTF48-Featherweight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Excellent", monospace;
  font-size: 16px;
  line-height: 1.75em;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern";
          font-feature-settings: "kern";
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media screen and (min-width: 1500px) {
  .container {
    max-width: 1360px;
  }
}
.container-small {
  max-width: 960px;
}

.knockout {
  font-family: "Knockout", sans-serif !important;
}

.coffee {
  font-family: "Coffee Service", sans-serif !important;
}

.big {
  font-size: 24px;
  line-height: 1.3333em;
}

.large {
  font-size: 20px;
  line-height: 1.25em;
  text-transform: uppercase;
}

.pink {
  color: #ec278f !important;
}

.ipad-only {
  display: none;
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}

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

*:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}
a:hover, a:focus {
  color: #ec278f;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Knockout", sans-serif;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none !important;
}
h1 > p, h1 > span, h2 > p, h2 > span, h3 > p, h3 > span, h4 > p, h4 > span, h5 > p, h5 > span, h6 > p, h6 > span {
  letter-spacing: inherit;
}

h1 {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 0.8em;
}

h2 {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 0.875em;
}

h3 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 0.9em;
}

h4 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1em;
}

h5 {
  font-family: "Atlas", monospace;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.1429em;
}

h6 {
  font-family: "Atlas", monospace;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.1429em;
  padding: 6px 10px;
  background: #000;
  color: #fff;
  display: inline-block;
}

input,
select,
textarea {
  border: 1px solid #000 !important;
  padding: 16px 20px;
  font-size: 16px;
  color: #000 !important;
  letter-spacing: 0;
  line-height: 1.5rem;
}
input:hover, input:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  color: #ec278f !important;
  border-color: #ec278f !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 16px;
}

.nf-error .nf-error-msg {
  font-size: 12px;
}

.nf-response-msg {
  background: url(../images/dotted-texture-tile.png) repeat repeat;
  padding: 30px 35px;
  margin-top: 32px;
}
.nf-response-msg p:last-of-type {
  margin-bottom: 0;
}

.chin-chin-sydney input[type=button],
.chin-chin-melbourne input[type=button] {
  background-color: #fff !important;
}
.chin-chin-sydney input[type=button]:hover,
.chin-chin-melbourne input[type=button]:hover {
  background-color: #fff !important;
}

form label {
  font-size: 13px !important;
  line-height: 16px !important;
  letter-spacing: 0;
  text-transform: uppercase;
}

.button {
  text-align: center;
  font-family: "Atlas", monospace;
  font-size: 17px !important;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 0;
  line-height: 24px !important;
  padding: 16px 24px !important;
  background: #000 !important;
  color: #fff !important;
  display: inline-block;
  border: none !important;
  -webkit-transition: ease-in-out 0.2s all !important;
  transition: ease-in-out 0.2s all !important;
  height: auto !important;
  min-width: 240px;
}
.button:hover {
  background: #ec278f !important;
  color: #fff !important;
  text-decoration: none;
}
.button.secondary {
  background: #fff !important;
  color: #000 !important;
}
.button.secondary:hover {
  background: #000 !important;
  color: #fff !important;
}
.button.pink {
  background: #ec278f !important;
  color: #fff !important;
}
.button.pink:hover {
  background: #000 !important;
  color: #fff !important;
}
.button.button-block {
  display: block !important;
  width: 100% !important;
}

.read-more {
  color: #ec278f;
  font-family: "Atlas", monospace;
  font-weight: 700;
  line-height: 1em;
  text-decoration: underline;
  text-transform: uppercase;
}
.read-more:hover {
  text-decoration: underline;
  color: #000;
}
.read-more.dark {
  color: #000;
}
.read-more.dark:hover {
  color: #ec278f;
}

.logo {
  max-width: 120px;
  margin: 0 auto;
}
.logo .light {
  display: none;
}

.hide-logo .logo {
  display: none;
}

header#header {
  padding: 16px;
  position: relative;
  z-index: 9999;
}
header#header .left-header a {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 480px) {
  header#header .left-header a {
    width: 40px;
    height: 40px;
  }
}
header#header .left-header .booking-close {
  display: none !important;
}
header#header .right-header {
  text-align: right;
}
header#header .right-header .website-select select {
  border: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  vertical-align: top;
  padding: 0 !important;
  font-size: 18px !important;
  text-transform: uppercase;
  font-family: "Knockout", sans-serif;
  background: none !important;
}
@media screen and (max-width: 480px) {
  header#header .right-header .website-select select {
    font-size: 15px !important;
  }
}
header#header .right-header .website-select select:hover, header#header .right-header .website-select select:focus {
  color: #000;
}
header#header .right-header .website-select select option {
  background: #000;
  color: #fff;
}
header#header .right-header .website-select i {
  position: absolute;
  right: 0;
  pointer-events: none;
}

.hide-header header#header {
  display: none;
}

.dark-header header#header {
  background: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.dark-header header#header .left-header a, .dark-header header#header .left-header i,
.dark-header header#header .right-header a,
.dark-header header#header .right-header i {
  color: #fff;
}
.dark-header header#header .left-header .m-icon,
.dark-header header#header .right-header .m-icon {
  fill: #fff;
}
.dark-header header#header .left-header .website-select select,
.dark-header header#header .right-header .website-select select {
  color: #fff !important;
}
.dark-header header#header .logo .logo-link {
  display: none;
}
.dark-header header#header .logo .logo-link.light {
  display: block !important;
}

.popup-cover {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  height: 100vh;
  left: 0;
  top: 0;
  width: 100%;
  position: fixed;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.popup-cover .popup-content {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  opacity: 0.5;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.popup-cover .popup-content h1 {
  color: #fff;
  margin-bottom: 48px;
}
.popup-cover .popup-content h5 {
  color: #fff;
  margin: 0;
  padding: 0 0 16px 0;
}

.popup-cover-open .popup-cover {
  background: rgba(0, 0, 0, 0.8);
  z-index: 1001;
  pointer-events: all;
  opacity: 1;
  text-align: center;
}
.popup-cover-open .popup-cover:after {
  position: absolute;
  content: url(../images/Bunny-Pink.png);
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.popup-cover-open .popup-cover .popup-content {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}

body[popup=gogo-artwork] {
  overflow-y: hidden;
}

body[popup=booking-popup] {
  overflow-y: hidden;
}
body[popup=booking-popup] header#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
body[popup=booking-popup] header#header .left-header a, body[popup=booking-popup] header#header .left-header i,
body[popup=booking-popup] header#header .right-header a,
body[popup=booking-popup] header#header .right-header i {
  color: #000;
}
body[popup=booking-popup] header#header .left-header .website-select select,
body[popup=booking-popup] header#header .right-header .website-select select {
  color: #000 !important;
}
body[popup=booking-popup] header#header .logo-image {
  display: block !important;
}
body[popup=booking-popup] header#header .light {
  display: none !important;
}
body[popup=booking-popup] header#header .booking-open {
  display: none !important;
}
.popup-area {
  pointer-events: none;
  z-index: -99999;
  opacity: 0;
  padding: 25px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
  overflow-y: auto;
  overflow-x: hidden;
}
.popup-area.open {
  opacity: 1;
  pointer-events: all;
  z-index: 99999;
}
.popup-area.gogo-artwork {
  background: rgba(234, 4, 43, 0.9);
  padding: 40px 16px;
}
@media screen and (max-width: 640px) {
  .popup-area.gogo-artwork {
    padding: 16px;
  }
}
.popup-area.gogo-artwork .popup-container {
  padding: 80px 64px;
  position: relative;
  background: #000;
}
@media screen and (max-width: 640px) {
  .popup-area.gogo-artwork .popup-container {
    padding: 64px 16px;
  }
}
.popup-area.gogo-artwork .popup-container .popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.popup-area.gogo-artwork .popup-container .form {
  max-width: 455px;
  width: 100%;
}
.popup-area.gogo-artwork .popup-container .form .nf-form-fields-required {
  margin-bottom: 1rem;
}
.popup-area.gogo-artwork .popup-container .content img {
  margin-bottom: 3rem;
}
.popup-area.gogo-artwork .popup-container .content h3 {
  margin-bottom: 2rem;
}
.popup-area.gogo-artwork .popup-container .content p a {
  text-decoration: underline;
  color: #fff;
}
.popup-area.primary-menu-area {
  background: url(../images/manga-zoom-lines.svg) no-repeat center/cover #fff;
}
.popup-area.primary-menu-area .menu-primary-container {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.popup-area.primary-menu-area .menu {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.popup-area.primary-menu-area .menu li {
  font-family: "Knockout", sans-serif;
  font-size: 72px;
  text-transform: uppercase;
  line-height: 1;
}
.popup-area.primary-menu-area .menu li.current-menu-item a {
  color: #ec278f;
}
.popup-area.primary-menu-area .menu li a {
  text-decoration: none !important;
}
.popup-area.booking-form-popup {
  padding: 0 0 200px;
  background: bottom left repeat-x #fff;
  height: 100vh;
}
.popup-area.booking-form-popup .left-image {
  position: absolute;
  left: 70px;
  top: 160px;
}
.popup-area.booking-form-popup .right-image {
  position: absolute;
  top: 230px;
  right: 0;
}
.popup-area.booking-form-popup .booking-container {
  padding-top: 80px;
  margin: 0 auto;
}
.popup-area.booking-form-popup .booking-container .booking-box {
  background: #eaeaea;
  padding: 20px;
  margin-bottom: 10px;
  display: none;
}
.popup-area.booking-form-popup .booking-container .booking-conditions .toggle-content {
  text-align: center;
  cursor: pointer;
}
.popup-area.booking-form-popup .booking-container .booking-conditions .booking-conditions-text {
  display: none;
  padding-bottom: 30px;
}
.popup-area.booking-form-popup .booking-container .booking-form label {
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
  letter-spacing: 0.1em;
}
.popup-area.booking-form-popup .booking-container .booking-form select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 16px;
}
.popup-area.booking-form-popup .booking-container .booking-form .button {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  display: block;
}
.popup-area.booking-form-popup .booking-container .booking-form input[type=date] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 16px;
}
.popup-area.booking-form-popup .booking-container .booking-form #date-picker-wrapper {
  position: relative;
  width: 100%;
}
.popup-area.booking-form-popup .booking-container .booking-form input.flatpickr[type=date] {
  width: 100%;
  outline: none !important;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ccc;
}
.popup-area.booking-form-popup .booking-container .booking-form input.flatpickr[type=date]::-webkit-input-placeholder {
  color: #000;
}
.popup-area.booking-form-popup .booking-container .booking-form input.flatpickr[type=date]::-moz-placeholder {
  color: #000;
}
.popup-area.booking-form-popup .booking-container .booking-form input.flatpickr[type=date]:-ms-input-placeholder {
  color: #000;
}
.popup-area.booking-form-popup .booking-container .booking-form input.flatpickr[type=date]::-ms-input-placeholder {
  color: #000;
}
.popup-area.booking-form-popup .booking-container .booking-form input.flatpickr[type=date]::placeholder {
  color: #000;
}
.popup-area.booking-form-popup .booking-container .booking-form .flatpickr-mobile:before {
  content: attr(placeholder);
  color: #000 !important;
}
.popup-area.booking-form-popup .booking-container .booking-form .flatpickr-mobile:focus[value]:not([value=""]):before {
  display: none;
}
.popup-area.booking-form-popup .booking-container .booking-form input[type=hidden][value]:not([value=""]) + .flatpickr-mobile:before {
  display: none;
}
.popup-area.booking-form-popup .booking-container .booking-form .flatpickr.form-control {
  padding: inherit;
  background-clip: unset;
  width: 100%;
  height: auto;
  padding: 16px 20px;
  cursor: pointer;
  color: #000;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 16px;
}
.popup-area.booking-form-popup .booking-container .booking-form .flatpickr.form-control::-webkit-input-placeholder {
  color: #000;
}
.popup-area.booking-form-popup .booking-container .booking-form .flatpickr.form-control::-moz-placeholder {
  color: #000;
}
.popup-area.booking-form-popup .booking-container .booking-form .flatpickr.form-control:-ms-input-placeholder {
  color: #000;
}
.popup-area.booking-form-popup .booking-container .booking-form .flatpickr.form-control::-ms-input-placeholder {
  color: #000;
}
.popup-area.booking-form-popup .booking-container .booking-form .flatpickr.form-control::placeholder {
  color: #000;
}
.popup-area.booking-form-popup .booking-container .booking-form .flatpickr-calendar {
  border: solid 1px #ccc;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.popup-area.booking-form-popup .booking-container .booking-form .flatpickr-calendar.open {
  top: 62px !important;
}
.popup-area.booking-form-popup .booking-container .booking-form .flatpickr-calendar:before,
.popup-area.booking-form-popup .booking-container .booking-form .flatpickr-calendar:after {
  display: none;
}
.popup-area.booking-form-popup .booking-container .booking-form .flatpickr-months .flatpickr-month {
  height: 100%;
  min-height: 40px;
}
.popup-area.booking-form-popup .booking-container .booking-form .flatpickr-current-month input.cur-year {
  background-color: #fff !important;
  color: #000 !important;
}
.popup-area.booking-form-popup .booking-container .booking-form .flatpickr-current-month {
  font-size: 16px;
  padding-top: 9px;
}
.popup-area.booking-form-popup .booking-container .booking-form .flatpickr-current-month span.cur-month {
  margin: 0 8px;
}
.popup-area.booking-form-popup .booking-container .booking-form .flatpickr-current-month .flatpickr-monthDropdown-months {
  margin-top: 1px;
}
.popup-area.booking-form-popup .booking-container .booking-form .flatpickr-months .flatpickr-prev-month svg,
.popup-area.booking-form-popup .booking-container .booking-form .flatpickr-months .flatpickr-next-month svg {
  vertical-align: baseline;
}
.popup-area.booking-form-popup .booking-container .booking-form .flatpickr-months .flatpickr-prev-month:hover svg,
.popup-area.booking-form-popup .booking-container .booking-form .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #aaa;
}
.popup-area.booking-form-popup .booking-container .booking-form .flatpickr-day.selected {
  background-color: #ea042b !important;
  border-color: #ea042b !important;
}
.popup-area.booking-form-popup .booking-container .booking-system {
  margin-top: 1.5rem;
}
.popup-area.booking-form-popup.gogo-popup {
  background: rgba(234, 4, 43, 0.9);
  padding: 40px 16px;
}
@media screen and (max-width: 640px) {
  .popup-area.booking-form-popup.gogo-popup {
    padding: 16px;
  }
}
.popup-area.booking-form-popup.gogo-popup .popup-container {
  position: relative;
  padding: 0;
  max-width: 640px;
  min-height: 100%;
}
.popup-area.booking-form-popup.gogo-popup .popup-container .popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media screen and (max-width: 640px) {
  .popup-area.booking-form-popup.gogo-popup .popup-container .popup-close {
    top: 0;
    right: 0;
  }
}
.popup-area.booking-form-popup.gogo-popup .popup-container .booking-title {
  font-size: 32px;
}
.popup-area.booking-form-popup.gogo-popup .popup-container .booking-container {
  position: relative;
  padding: 80px 64px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .popup-area.booking-form-popup.gogo-popup .popup-container .booking-container {
    padding: 64px 16px;
  }
}
.popup-area.booking-form-popup.gogo-popup .popup-container .booking-container .booking-box {
  background: #222;
  padding: 12px 16px;
  margin-bottom: 1rem;
}
.popup-area.artwork-form-popup {
  background: #fff;
  padding: 0;
}
.popup-area.artwork-form-popup .bg-image {
  height: 100vh;
}
.popup-area.artwork-form-popup .artwork-form {
  max-width: 480px;
  margin: 0 auto;
  padding: 24px;
}
.popup-area.artwork-form-popup .artwork-form .close {
  margin-bottom: 15px;
  text-align: right;
}
.popup-area.artwork-form-popup .artwork-form .close a i {
  font-size: 32px;
}
.popup-area.artwork-form-popup .artwork-form h5 {
  margin-bottom: 25px;
}
.popup-area.artwork-form-popup .artwork-form h2 {
  margin-bottom: 60px;
}
.popup-area .popup-header .popup-close.menu-close {
  width: 52px;
}

.page-404 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100vh - 401px) !important;
}
.page-404 .page-header {
  max-width: 520px;
  margin: 0 auto;
}
.page-404 .page-header h1 {
  margin: 0;
  padding-bottom: 32px;
}
.page-404 p:last-of-type {
  margin: 0;
  padding-bottom: 32px;
}

.no-results.not-found {
  max-width: 640px;
  margin: 0 auto;
  padding: 160px 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.4em;
}
@media screen and (max-height: 800px) {
  .no-results.not-found {
    padding: 80px 0;
  }
}
.no-results.not-found .subscribe-form {
  padding: 35px 0;
  background: no-repeat center/cover;
  display: inline-block;
}
.no-results.not-found .subscribe-form input {
  border: 1px solid #000 !important;
  padding: 20px !important;
  background: none !important;
  font-size: 13px !important;
  color: #000 !important;
  width: 100% !important;
  max-width: 330px;
}
.no-results.not-found .subscribe-form input::-webkit-input-placeholder {
  /* Edge */
  color: #000;
}
.no-results.not-found .subscribe-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
.no-results.not-found .subscribe-form input::-moz-placeholder {
  color: #000;
}
.no-results.not-found .subscribe-form input::-ms-input-placeholder {
  color: #000;
}
.no-results.not-found .subscribe-form input::placeholder {
  color: #000;
}
.no-results.not-found .subscribe-form .button {
  display: inline-block;
  vertical-align: bottom;
  width: auto !important;
  min-width: auto;
  background: #000 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 16px !important;
  padding: 1rem !important;
}

.builder .site-navigation {
  overflow: hidden;
  background: #000;
  padding: 72px 0 0;
}
.builder .site-navigation .site-logo {
  text-align: center;
  margin-bottom: 100px;
}
.builder .site-navigation .main-image {
  text-align: center;
}
.builder .site-navigation .site-nav {
  text-align: center;
  position: relative;
}
.builder .site-navigation .site-nav p {
  color: #fff;
}
.builder .site-navigation .site-nav .link {
  position: absolute;
  font-family: "Coffee Service", sans-serif;
  color: #ec278f;
  font-size: 28px;
  text-transform: uppercase;
  text-decoration: none !important;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
  z-index: 2;
}
.builder .site-navigation .site-nav .link img {
  display: block;
  width: 115px;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.builder .site-navigation .site-nav .img {
  position: relative;
  display: block;
}
.builder .site-navigation .site-nav .img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: block;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.75);
  -webkit-transition: ease-in-out 0.3s all;
  transition: ease-in-out 0.3s all;
}
.builder .site-navigation .site-nav:hover .img:after {
  background: none;
}
.builder .site-navigation .site-nav.right-nav .link {
  right: auto;
  left: 0;
  text-align: left;
}
.builder .site-navigation .site-nav.right-nav .link img {
  margin-right: auto;
  margin-left: 0;
}
.builder .site-navigation .bottom-image {
  margin: 80px 0 0;
  position: relative;
  bottom: -100px;
  text-align: center;
}
.builder .site-navigation.site-navigation2 {
  padding: 90px 0 50px;
}
.builder .site-navigation.site-navigation2 .site-nav {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
}
.builder .site-navigation.site-navigation2 .site-nav .link {
  position: static;
}
.builder .site-navigation.site-navigation2 .site-nav.right-nav {
  text-align: left;
}
.builder .image-only {
  height: 100vh;
  background: no-repeat center/cover;
}
.builder .hero {
  background: no-repeat center/cover;
}
.builder .hero.has-video .hero-wrapper {
  background: none !important;
}
.builder .hero .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.builder .hero .video-wrapper:after {
  content: "";
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.builder .hero .video-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.builder .hero video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  right: 0;
  bottom: 0;
  -o-object-fit: fill;
     object-fit: fill;
}
.builder .hero .hero-wrapper {
  background: rgba(0, 0, 0, 0.75);
  height: 100vh;
  text-align: center;
  position: relative;
}
.builder .hero .hero-wrapper .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.builder .hero .hero-wrapper .hero-content .main-img {
  margin-bottom: 3rem;
}
.builder .hero .hero-wrapper .hero-content .hero-tagline {
  color: #fff;
  font-family: "Coffee Service", sans-serif;
  font-size: 2.5rem !important;
  font-weight: 400;
  padding-left: 2.5rem;
  padding-right: 2rem;
}
@media screen and (max-width: 991px) {
  .builder .hero .hero-wrapper .hero-content .hero-tagline {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 360px) {
  .builder .hero .hero-wrapper .hero-content .hero-tagline {
    font-size: 1.5rem !important;
  }
}
.builder .hero .hero-wrapper .hero-content .hero-cta-wrapper {
  margin-top: 1rem;
  padding: 0.5rem;
}
.builder .hero .hero-wrapper .hero-content .hero-cta {
  display: inline-block;
  max-width: 320px;
  width: calc(100% - 1rem);
  margin: 0.5rem;
}
.builder .hero .hero-wrapper .hero-content .hero-cta-button {
  width: 100%;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 360px) {
  .builder .hero .hero-wrapper .hero-content .hero-cta-button {
    max-width: 100%;
  }
}
.builder .hero .hero-wrapper .hero-content .hero-cta-button:hover, .builder .hero .hero-wrapper .hero-content .hero-cta-button:focus {
  background-color: #fff !important;
  color: #000 !important;
}
.builder .hero .hero-wrapper .hero-content .hero-cta-tagline {
  color: #fff;
  font-family: "Excellent", monospace;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.builder .call-to-action {
  padding: 260px 0 230px;
  text-align: center;
  position: relative;
  background: no-repeat center/cover;
}
.builder .call-to-action p {
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  margin-bottom: 50px;
}
.builder .call-to-action h2 {
  margin-bottom: 60px;
}
.builder .call-to-action .image-1 {
  position: absolute;
  top: 10%;
  left: 0;
}
.builder .call-to-action .image-2 {
  position: absolute;
  bottom: 15%;
  left: 0;
}
.builder .call-to-action .image-3 {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.builder .gallery-cta {
  padding: 120px 0 90px;
  position: relative;
  background: url(../images/dotted-texture-tile.png) repeat;
}
.builder .gallery-cta .top-image {
  top: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}
.builder .gallery-cta .gallery-cta-slider {
  position: relative;
}
.builder .gallery-cta .gallery-cta-slider .right-image {
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 1;
}
.builder .gallery-cta .gallery-cta-slider .button {
  z-index: 1;
  position: relative;
  top: -35px;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-decoration: none;
}
.builder .gallery-cta .gallery-cta-slider .gallery .slick-slide img {
  width: 100%;
}
.builder .gallery-cta .gallery-cta-slider .gallery .slick-prev,
.builder .gallery-cta .gallery-cta-slider .gallery .slick-next {
  z-index: 1;
  width: 80px;
  height: 20px;
}
.builder .gallery-cta .gallery-cta-slider .gallery .slick-prev {
  left: -40px;
}
.builder .gallery-cta .gallery-cta-slider .gallery .slick-prev:before {
  content: url(../images/icon-arrowleft.svg);
}
.builder .gallery-cta .gallery-cta-slider .gallery .slick-next {
  right: -40px;
}
.builder .gallery-cta .gallery-cta-slider .gallery .slick-next::before {
  content: url(../images/icon-arrowright.svg);
}
.builder .featured-posts {
  padding: 60px 0;
}
.builder .featured-posts .whatson-img {
  text-align: center;
  margin-bottom: 32px;
}
.builder .featured-posts .slick-dots {
  bottom: -40px;
}
.builder .featured-posts .slick-dots li button:before {
  border: 1px solid #ec278f;
  background: #fff;
  opacity: 1;
  height: 9px;
  width: 9px;
  border-radius: 30px;
  line-height: 9px;
  color: transparent;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.builder .featured-posts .slick-dots li.slick-active button:before {
  background: #ec278f;
}
.builder .featured-posts .featured-posts-slider .slick-prev,
.builder .featured-posts .featured-posts-slider .slick-next {
  z-index: 1;
  width: 80px;
  height: 20px;
  margin-top: -17px;
}
.builder .featured-posts .featured-posts-slider .slick-prev {
  left: -40px;
}
.builder .featured-posts .featured-posts-slider .slick-prev:before {
  content: url(../images/icon-arrowleft.svg);
}
.builder .featured-posts .featured-posts-slider .slick-next {
  right: -40px;
}
.builder .featured-posts .featured-posts-slider .slick-next::before {
  content: url(../images/icon-arrowright.svg);
}
.builder .featured-posts .featured-posts-slider .slick-slide img {
  max-width: none;
  width: 100%;
}
.builder .featured-posts .featured-posts-slider .featured-post-slide .featured-post-buttons {
  text-align: center;
  margin-top: -35px;
}
.builder .cta {
  position: relative;
  padding: 4rem 0;
}
.builder .cta img.attachment-cta-img {
  max-width: none;
  width: 100%;
}
.builder .cta .cta-text {
  margin: 4rem 0 0;
  padding: 3rem 2rem 2rem;
  background: url(../images/dotted-texture-tile.png) repeat;
}
.builder .cta.cta-right .side-image {
  position: absolute;
  bottom: 0;
  right: 0;
}
.builder .cta-simple {
  background: no-repeat center/cover #000;
  padding: 75px 0 85px;
  text-align: center;
}
.builder .subscribe-form {
  padding: 48px 20px 40px 20px;
  background-color: #000;
  border-bottom: solid 1px #333;
}
.builder .subscribe-form .content-wrapper {
  max-width: 640px;
  margin: 0 auto;
}
.builder .subscribe-form input {
  border: 1px solid #fff !important;
  padding: 20px !important;
  background: none !important;
  font-size: 14px !important;
  line-height: 16px !important;
  color: #fff !important;
  width: 100% !important;
}
.builder .subscribe-form input::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}
.builder .subscribe-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.builder .subscribe-form input::-moz-placeholder {
  color: #fff;
}
.builder .subscribe-form input::-ms-input-placeholder {
  color: #fff;
}
.builder .subscribe-form input::placeholder {
  color: #fff;
}
.builder .subscribe-form .button {
  display: inline-block;
  width: 100% !important;
  min-width: auto;
  background: #fff !important;
  color: #000 !important;
  font-size: 17px !important;
  font-weight: 700;
  line-height: 24px !important;
  padding: 12px 24px !important;
  text-decoration: none;
}
.builder .about-content {
  padding: 80px 0 48px;
}
.builder .about-content .about-sidebar {
  padding-bottom: 32px;
}
.builder .about-content h6 {
  margin-bottom: 32px;
}
.builder .single-image {
  padding: 48px 0;
}
.builder .single-image img {
  display: block;
  margin: 0 auto;
  max-width: none;
  width: 100%;
}
.builder .quote-text {
  padding: 50px 0 150px;
  text-align: center;
}
.builder .quote-text p {
  margin-bottom: 50px;
}

.events-enquiries-contact {
  padding-bottom: 24px;
}
.events-enquiries-contact p {
  font-size: 15px;
  font-family: "Excellent", monospace;
}
.events-enquiries-contact p a {
  font-family: "Excellent", monospace;
  font-size: 15px;
}

.events-enquiries-buttons {
  margin-top: 32px;
}
.events-enquiries-buttons .button {
  margin-right: 20px;
}
@media screen and (max-width: 992px) {
  .events-enquiries-buttons .button {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}

.single-event .event-image {
  background: no-repeat center/cover;
  height: 100vh;
  position: relative;
}
.single-event .event-image .button {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.single-event .events-enquiries-contact {
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .single-event .events-enquiries-contact p {
    text-align: center !important;
  }
}
.single-event .event-content {
  padding: 140px 0 40px;
}
.single-event .event-content .details h6 {
  margin-bottom: 30px;
}
.single-event .event-content .details h2 {
  margin-bottom: 32px;
}
.single-event .event-content .details p {
  font-family: "Knockout", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.single-event .event-content .details p span {
  font-family: "Coffee Service", sans-serif;
  font-size: 32px;
  display: inline-block;
  margin-right: 20px;
}
.single-event .event-content .details img {
  margin-top: 50px;
  max-width: 80%;
}
.single-event .event-3d {
  padding: 40px 0;
}
.single-event .event-3d img,
.single-event .event-3d iframe {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .single-event .event-3d .event-3d-title {
    text-align: center;
  }
}
.single-event .event-3d .event-3d-title h6 {
  margin-bottom: 30px;
}
.single-event .event-table-layout {
  padding: 40px 0;
}
.single-event .event-table-layout .layout-select {
  display: none;
}
.single-event .event-table-layout .layout-head .layout-tab {
  display: inline-block;
  margin-right: 40px;
}
.single-event .event-table-layout .layout-head .layout-tab h5 {
  text-decoration: underline;
  cursor: pointer;
}
.single-event .event-table-layout .layout-head .layout-tab.layout-active {
  color: #ec278f;
}
.single-event .event-table-layout .layouts .title {
  margin-bottom: 30px;
}
.single-event .event-table-layout .layouts .layout {
  display: none;
}
.single-event .event-table-layout .layouts .layout.layout-active {
  display: block;
}
.single-event .event-table-layout .layouts .layout-head {
  margin-bottom: 30px;
}
.single-event .event-table-layout .layouts .layout-images {
  margin-top: 50px;
  padding: 80px 50px;
  border: 4px solid #000;
}
.single-event .event-table-layout .layouts .layout-images img {
  width: 100%;
}
.single-event .event-information {
  padding: 40px 0 60px;
}
.single-event .event-information .accordion {
  margin-bottom: 35px;
  border-bottom: 1px solid #000;
}
.single-event .event-information .accordion .accordion-head {
  margin-bottom: 25px;
  cursor: pointer;
}
.single-event .event-information .accordion .accordion-head span {
  border-radius: 100%;
  border: 2px solid #000;
  width: 27px;
  height: 27px;
  line-height: 27px;
  display: inline-block;
  margin-right: 12px;
  text-align: center;
}
.single-event .event-information .accordion .accordion-body {
  padding-bottom: 35px;
  display: none;
}
.single-event .event-contact {
  padding: 40px 0;
}
.single-event .event-contact .details h6 {
  margin-bottom: 30px;
}

.single-whats-on .whats-on-post {
  padding: 64px 0 80px 0;
}
@media screen and (max-width: 1024px) {
  .single-whats-on .whats-on-post {
    padding: 32px 0;
  }
}
.single-whats-on .featured-image {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .single-whats-on .featured-image {
    margin-bottom: 32px;
  }
}
.single-whats-on .featured-image img {
  max-width: none;
  width: 100%;
}

.archive .hero-image {
  background: no-repeat center/cover;
  height: 370px;
}
.archive .hero-image.events-image {
  height: 100vh;
}
.archive .archive-events {
  padding-top: 110px;
}
.archive .archive-events h6 {
  margin-bottom: 32px;
}
.archive .archive-events h2 {
  margin-bottom: 32px;
}
.archive .archive-events h2 span {
  display: block;
}
.archive .event-contact h6 {
  margin-bottom: 32px;
}
.archive .event-contact h3 {
  margin-bottom: 32px;
}
.archive .archive-items {
  min-height: calc(100vh - 680px);
  padding: 7rem 0;
}
.archive .archive-items .slick-slide {
  /* Edge bug fix */
  height: auto;
}
.archive .archive-items .slick-slide img {
  max-width: none;
  width: 100%;
}
.archive .archive-items .post-item {
  position: relative;
  margin-bottom: 5rem;
  width: 100%;
}
.archive .archive-items .post-item:last-of-type {
  margin-bottom: 0;
}
.archive .archive-items .post-item .post-details {
  padding: 30px 35px;
  background: url(../images/dotted-texture-tile.png) repeat;
  margin-bottom: 30px;
}
.archive .archive-items .post-item .post-details h3 {
  margin-bottom: 15px;
}
.archive .archive-items .post-item .post-details .dates {
  font-size: 0;
  margin-bottom: 15px;
}
.archive .archive-items .post-item .post-details .dates span {
  padding: 5px 10px;
  font-family: "Atlas", monospace;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.archive .archive-items .post-item .post-details .dates span.date {
  color: #fff;
  background: #000;
}
.archive .archive-items .post-item .post-details .dates span.ended {
  background: #d8d8d8;
}
.archive .archive-items .post-item .post-details p {
  margin-bottom: 30px;
}
.archive .archive-items .post-item .post-details .seatstand {
  margin-bottom: 80px;
}
.archive .archive-items .post-item .post-details .seatstand span {
  font-family: "Knockout", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 45px;
}
.archive .archive-items .post-item .post-details .seatstand span:last-child {
  margin-right: 0;
}
.archive .archive-items .post-item .post-details .seatstand span span {
  display: block;
  font-family: "Coffee Service", sans-serif;
  font-size: 32px;
  margin-right: 20px;
}
.archive .archive-items .post-item .event-numbers {
  display: inline-block;
}
.archive .archive-items .post-item .event-numbers span {
  cursor: pointer;
  font-family: "Knockout", sans-serif;
  display: block;
  border-bottom: 1px solid #000;
}
.archive .archive-items .post-item .event-numbers span i {
  display: block;
  color: #ec278f;
}
.archive .archive-items .post-item .event-numbers span:last-child {
  border-bottom: none;
}
.archive .archive-items .no-results.not-found {
  padding: 0;
}
.archive .artworks-items {
  margin-bottom: 60px;
}
.archive .artworks-items .title {
  text-align: center;
  padding: 65px 0 75px;
}
.archive .artworks-items .artwork-item {
  margin-bottom: 30px;
}
.archive .artworks-items .type-artwork img {
  width: 100%;
}
.archive .pagination {
  font-size: 20px;
  text-align: center;
  padding: 40px 0 100px;
}
.archive .pagination .page-numbers {
  display: inline-block;
  margin: 0 10px;
}
.archive .pagination span.current {
  border: 1px solid #000;
  padding: 0 5px;
}
.archive .pagination a.page-numbers {
  border-bottom: 1px solid #000;
}

.food-menu .food-hero {
  background: no-repeat center/cover;
  height: 370px;
}
.food-menu .food-list {
  padding: 75px 0 100px;
  position: relative;
}
.food-menu .food-list .handmade {
  position: absolute;
  top: 75px;
  right: 0;
}
.food-menu .food-list .food-sidebar .food-widget {
  margin-bottom: 50px;
}
.food-menu .food-list .food-sidebar .food-widget h6 {
  margin-bottom: 30px;
}
.food-menu .food-list .food-sidebar .food-widget h5 {
  margin-bottom: 20px;
}
.food-menu .food-list .food-sidebar .food-widget h5 a {
  text-decoration: underline;
}
.food-menu .food-list .menu-items .menu-item {
  margin-bottom: 45px;
  border-bottom: 1px solid #000;
}
.food-menu .food-list .menu-items .menu-item h4 {
  margin-bottom: 40px;
}
.food-menu .food-list .menu-items .menu-item p {
  margin-bottom: 30px;
}

.cta-artist {
  background: no-repeat center/cover #000;
  padding: 75px 0 85px;
  text-align: center;
}

.artwork .art-image {
  padding: 0 0 48px 0;
  text-align: center;
}
.artwork .art-image .video {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.artwork .art-image .video:after {
  display: block;
  content: "";
}
.artwork .art-image .video.embed-16by9:after {
  padding-top: 56.25%;
}
.artwork .art-image .video.embed-4by3:after {
  padding-top: 75%;
}
.artwork .art-image .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.artwork .art-content .details h3 {
  margin-bottom: 30px;
}
.artwork .art-content .head {
  border-bottom: 1px solid #000;
}
.artwork .art-content .head .socials {
  vertical-align: top;
}
.artwork .art-content .head .socials a {
  display: inline-block;
  vertical-align: top;
}
.artwork .art-content .head .socials a:hover svg, .artwork .art-content .head .socials a:focus svg {
  fill: #ec278f;
}
.artwork .art-content .head .socials a i {
  font-size: 20px;
  vertical-align: middle;
}
.artwork .art-content .body {
  padding: 25px 0;
}
.artwork .art-content .body .read-more-toggle {
  display: none;
}
.artwork .artwork-slide {
  padding: 50px 0 0 0;
}
.artwork .artwork-slide h5 {
  text-align: right;
}
.artwork .artwork-slide h5 a {
  text-decoration: underline;
}
.artwork .artwork-slide .artwork-slider {
  padding: 55px 0 65px;
}
.artwork .artwork-slide .artwork-slider .artwork-item {
  padding: 0 10px;
}

.booking .booking-form-area {
  padding: 0 0 200px;
  background: url("/wp-content/themes/chinchin/images/booking-cityscape-palmtrees.png") bottom left repeat-x #fff;
  min-height: calc(100vh - 401px);
}
.booking .booking-form-area .left-image {
  position: absolute;
  left: 70px;
  top: 160px;
}
.booking .booking-form-area .right-image {
  position: absolute;
  top: 230px;
  right: 0;
}
.booking .booking-form-area .booking-container {
  padding: 8rem 4rem;
  margin: 0 auto;
  max-width: 640px;
}
@media screen and (max-width: 640px) {
  .booking .booking-form-area .booking-container {
    padding: 5rem 1rem;
  }
}
.booking .booking-form-area .booking-container .booking-title {
  font-size: 80px;
  line-height: 1;
  text-align: center;
}
.booking .booking-form-area .booking-container .booking-text {
  margin-bottom: 1rem;
}
.booking .booking-form-area .booking-container .booking-box {
  background: #eaeaea;
  padding: 16px;
  margin-bottom: 1rem;
  display: none;
}
.booking .booking-form-area .booking-container .booking-box p:last-of-type {
  margin-bottom: 0;
}
.booking .booking-form-area .booking-container .booking-conditions .toggle-content {
  text-align: center;
  cursor: pointer;
}
.booking .booking-form-area .booking-container .booking-conditions .booking-conditions-text {
  display: none;
  padding-bottom: 30px;
}
.booking .booking-form-area .booking-container .booking-form label {
  display: block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 1rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
.booking .booking-form-area .booking-container .booking-form select {
  width: 100%;
  cursor: pointer;
}
.booking .booking-form-area .booking-container .booking-form input {
  cursor: pointer;
}
.booking .booking-form-area .booking-container .booking-form .button {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  display: block;
}
.booking .booking-form-area .booking-container .booking-form .button:focus {
  color: #fff !important;
}
.booking .booking-form-area .booking-container .booking-form input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 16px;
}
.booking .booking-form-area .booking-container .booking-form #date-picker-wrapper {
  position: relative;
  width: 100%;
}
.booking .booking-form-area .booking-container .booking-form input.flatpickr[type=date] {
  width: 100%;
  outline: none !important;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #ccc;
}
.booking .booking-form-area .booking-container .booking-form input.flatpickr[type=date]::-webkit-input-placeholder {
  color: #000;
}
.booking .booking-form-area .booking-container .booking-form input.flatpickr[type=date]::-moz-placeholder {
  color: #000;
}
.booking .booking-form-area .booking-container .booking-form input.flatpickr[type=date]:-ms-input-placeholder {
  color: #000;
}
.booking .booking-form-area .booking-container .booking-form input.flatpickr[type=date]::-ms-input-placeholder {
  color: #000;
}
.booking .booking-form-area .booking-container .booking-form input.flatpickr[type=date]::placeholder {
  color: #000;
}
.booking .booking-form-area .booking-container .booking-form .flatpickr-mobile:before {
  content: attr(placeholder);
  color: #000 !important;
}
.booking .booking-form-area .booking-container .booking-form .flatpickr-mobile:focus[value]:not([value=""]):before {
  display: none;
}
.booking .booking-form-area .booking-container .booking-form input[type=hidden][value]:not([value=""]) + .flatpickr-mobile:before {
  display: none;
}
.booking .booking-form-area .booking-container .booking-form .flatpickr.form-control {
  padding: inherit;
  background-clip: unset;
  width: 100%;
  height: auto;
  padding: 16px 20px;
  cursor: pointer;
  color: #000;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 16px;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.booking .booking-form-area .booking-container .booking-form .flatpickr.form-control::-webkit-input-placeholder {
  color: #000;
}
.booking .booking-form-area .booking-container .booking-form .flatpickr.form-control::-moz-placeholder {
  color: #000;
}
.booking .booking-form-area .booking-container .booking-form .flatpickr.form-control:-ms-input-placeholder {
  color: #000;
}
.booking .booking-form-area .booking-container .booking-form .flatpickr.form-control::-ms-input-placeholder {
  color: #000;
}
.booking .booking-form-area .booking-container .booking-form .flatpickr.form-control::placeholder {
  color: #000;
}
.booking .booking-form-area .booking-container .booking-form .flatpickr.form-control:focus::-webkit-input-placeholder, .booking .booking-form-area .booking-container .booking-form .flatpickr.form-control:hover::-webkit-input-placeholder {
  color: #ec278f;
}
.booking .booking-form-area .booking-container .booking-form .flatpickr.form-control:focus::-moz-placeholder, .booking .booking-form-area .booking-container .booking-form .flatpickr.form-control:hover::-moz-placeholder {
  color: #ec278f;
}
.booking .booking-form-area .booking-container .booking-form .flatpickr.form-control:focus:-ms-input-placeholder, .booking .booking-form-area .booking-container .booking-form .flatpickr.form-control:hover:-ms-input-placeholder {
  color: #ec278f;
}
.booking .booking-form-area .booking-container .booking-form .flatpickr.form-control:focus::-ms-input-placeholder, .booking .booking-form-area .booking-container .booking-form .flatpickr.form-control:hover::-ms-input-placeholder {
  color: #ec278f;
}
.booking .booking-form-area .booking-container .booking-form .flatpickr.form-control:focus::placeholder, .booking .booking-form-area .booking-container .booking-form .flatpickr.form-control:hover::placeholder {
  color: #ec278f;
}
.booking .booking-form-area .booking-container .booking-form .flatpickr.form-control .flatpickr-calendar {
  border: solid 1px #ccc;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.booking .booking-form-area .booking-container .booking-form .flatpickr-calendar.open {
  top: 62px !important;
}
.booking .booking-form-area .booking-container .booking-form .flatpickr-calendar:before,
.booking .booking-form-area .booking-container .booking-form .flatpickr-calendar:after {
  display: none;
}
.booking .booking-form-area .booking-container .booking-form .flatpickr-months .flatpickr-month {
  height: 100%;
  min-height: 40px;
}
.booking .booking-form-area .booking-container .booking-form .flatpickr-current-month {
  font-size: 16px;
  padding-top: 9px;
}
.booking .booking-form-area .booking-container .booking-form .flatpickr-current-month span.cur-month {
  margin: 0 8px;
}
.booking .booking-form-area .booking-container .booking-form .flatpickr-current-month .flatpickr-monthDropdown-months {
  margin-top: 1px;
}
.booking .booking-form-area .booking-container .booking-form .flatpickr-months .flatpickr-prev-month svg,
.booking .booking-form-area .booking-container .booking-form .flatpickr-months .flatpickr-next-month svg {
  vertical-align: baseline;
}
.booking .booking-form-area .booking-container .booking-form .flatpickr-months .flatpickr-prev-month:hover svg,
.booking .booking-form-area .booking-container .booking-form .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #aaa;
}
.booking .booking-form-area .booking-container .booking-form .flatpickr-day.selected {
  background: #ec278f !important;
  border-color: #ec278f !important;
}
.booking .booking-form-area .booking-container .booking-system {
  margin-top: 1.5rem;
}
.booking .booking-form-area.gogo-popup {
  background-color: rgba(234, 4, 43, 0.9);
  padding: 40px 0;
}
.booking .booking-form-area.gogo-popup .popup-container {
  position: relative;
  background: #000;
}
.booking .booking-form-area.gogo-popup .popup-container .popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media screen and (max-width: 640px) {
  .booking .booking-form-area.gogo-popup .popup-container .popup-close {
    top: 0;
    right: 0;
  }
}
.booking .booking-form-area.gogo-popup .popup-container .booking-title {
  font-size: 32px;
}
.booking .booking-form-area.gogo-popup .popup-container .booking-container .booking-box {
  background: #222;
  padding: 12px 16px;
  margin-bottom: 1rem;
}
.booking .booking-form-area.gogo-popup .popup-container .booking-container .booking-box p:last-of-type {
  margin-bottom: 0;
}

.featured-artworks .artwork-hero {
  height: 370px;
  background: no-repeat center/cover;
}
.featured-artworks .featured-artwork-details {
  padding: 80px 0 40px;
}
.featured-artworks .featured-artwork-details .title {
  margin-bottom: 30px;
}
.featured-artworks .featured-artwork-details .sidebar h2 {
  margin-bottom: 30px;
}
.featured-artworks .artwork-slide {
  padding-bottom: 0px;
}
.featured-artworks .art-content .body {
  border-bottom: 1px solid #000;
}
.featured-artworks .art-content .body .content {
  height: 150px;
  overflow: hidden;
  -webkit-transition: ease-in-out 0.2s all;
  transition: ease-in-out 0.2s all;
  margin-bottom: 25px;
}
.featured-artworks .art-content .body .content.show {
  height: auto;
}
.featured-artworks .art-content .body .read-more-toggle {
  display: block;
  text-align: center;
}

.nf-form-content {
  padding: 0 !important;
}
.nf-form-content .nf-field-label {
  margin-bottom: 0 !important;
}
.nf-form-content .nf-field-container {
  margin-bottom: 10px;
}
.nf-form-content .nf-field-element a {
  text-decoration: underline;
}
.nf-form-content .space-top {
  margin-top: 30px;
}
.nf-form-content input:disabled {
  background: #dfdfdf !important;
}

#prefooter {
  padding: 48px 20px 44px 20px;
  background-color: #000;
  border-bottom: solid 1px #333;
}
#prefooter .content-wrapper {
  margin: 0 auto;
  max-width: 640px;
}
#prefooter #mc_embed_signup form {
  padding: 0;
  color: #fffaee;
}
#prefooter #mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  width: 100%;
  padding-bottom: 8px;
  min-height: 50px;
}
#prefooter #mc_embed_signup .mc-field-group input[type=email] {
  border-color: #fff !important;
  border-radius: 0;
  background-color: #000 !important;
  color: #fff !important;
  display: block;
  font-size: 14px;
  line-height: 16px;
  padding: 16px 20px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  #prefooter #mc_embed_signup .mc-field-group input[type=email] {
    text-align: center;
  }
}
#prefooter #mc_embed_signup .mc-field-group input[type=email]::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#prefooter #mc_embed_signup .mc-field-group input[type=email]::-moz-placeholder {
  color: #fff;
  opacity: 0.8;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#prefooter #mc_embed_signup .mc-field-group input[type=email]:-ms-input-placeholder {
  color: #fff;
  opacity: 0.8;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#prefooter #mc_embed_signup .mc-field-group input[type=email]::-ms-input-placeholder {
  color: #fff;
  opacity: 0.8;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#prefooter #mc_embed_signup .mc-field-group input[type=email]::placeholder {
  color: #fff;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#prefooter #mc_embed_signup .mc-field-group input[type=email]:focus::-webkit-input-placeholder {
  opacity: 0;
}
#prefooter #mc_embed_signup .mc-field-group input[type=email]:focus::-moz-placeholder {
  opacity: 0;
}
#prefooter #mc_embed_signup .mc-field-group input[type=email]:focus:-ms-input-placeholder {
  opacity: 0;
}
#prefooter #mc_embed_signup .mc-field-group input[type=email]:focus::-ms-input-placeholder {
  opacity: 0;
}
#prefooter #mc_embed_signup .mc-field-group input[type=email]:focus::placeholder {
  opacity: 0;
}
#prefooter #mc_embed_signup .button,
#prefooter #mc_embed_signup .button:hover,
#prefooter #mc_embed_signup .button:focus {
  border: 1px solid #fff !important;
  border-radius: 0;
  background-color: #fff !important;
  color: #000 !important;
  font-size: 17px;
  font-weight: 700;
  height: auto !important;
  line-height: 24px !important;
  margin: 0;
  min-width: auto;
  padding: 12px 24px !important;
  text-transform: uppercase !important;
  width: 100%;
}
#prefooter #mc_embed_signup input {
  border-width: 1px !important;
}
#prefooter #mc_embed_signup input:focus {
  border-color: #fff;
}
#prefooter #mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0;
  overflow: hidden;
  width: auto;
  margin: 0;
  clear: both;
}
#prefooter #mc_embed_signup #mce-success-response {
  color: #fff;
  display: none;
  background-color: #529214;
  padding: 0.5rem 1rem;
  border-radius: 6px;
}
#prefooter #mc_embed_signup div.response {
  font-weight: 400;
  padding: 0;
  width: 100%;
}
#prefooter #mc_embed_signup div.response a {
  text-decoration: underline;
}
/* coustomize footer css for chin-chin sydney, melbourne and geelong start  */
.page-id-40 #footer, .page-id-10938 #footer  {
  padding: 48px 24px;
  background: #000;
  color: #fff;
/* 	position: fixed;
    bottom: 10px;
    width: 100%;
    color: #fff; */
}
/* coustomize footer css for chin-chin sydney, melbourne and geelong end  */

/* coustomize footer css for chin-chin main resturant site start  */
.page-id-28 #footer {
/*   padding: 48px 24px;
  background: #000;
  color: #fff; */
	position: fixed;
    bottom: 10px;
    width: 100%;
    color: #fff;
}
/* coustomize footer css for chin-chin main resturant site start  */

/* update all page footer issue on muti sites start */
.footer {
	padding: 48px 24px;
  	background: #000 !important;
  	color: #fff;
}

/* update all page footer issue on muti sites start */
#footer a {
  color: #fff;
  text-decoration: underline;
}
#footer .social-icon {
  margin: 0 8px;
  text-decoration: none;
}
#footer .footer-top .row .col:nth-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
/*   text-align: left; */
	text-align: center;
}
#footer .footer-top .row .col:nth-of-type(2) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  text-align: center;
}
#footer .footer-top .row .col:nth-of-type(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #footer .footer-top .row .col {
    -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
            flex: auto !important;
    text-align: center !important;
  }
}
#footer .footer-bottom {
  text-align: center;
  font-size: 12px;
}
#footer .footer-bottom a {
  margin-right: 20px;
}
#footer .footer-bottom a:last-child {
  margin-right: 0;
}

.gogo {
  font-family: "Atlas", monospace;
  color: #fff;
}
.gogo p {
  letter-spacing: 0.05em;
}
.gogo h1, .gogo h2, .gogo h3, .gogo h4, .gogo h5, .gogo h6 {
  font-family: "Atlas", monospace;
  color: #fff;
  line-height: 1;
}
.gogo a {
  text-decoration: underline;
  color: #fff;
}
.gogo form label {
  font-weight: normal !important;
}
.gogo input, .gogo select, .gogo textarea {
  background-color: #000 !important;
  border: 1px solid #444 !important;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  color: #fff !important;
  cursor: pointer;
}
.gogo input::-webkit-input-placeholder, .gogo select::-webkit-input-placeholder, .gogo textarea::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.gogo input::-moz-placeholder, .gogo select::-moz-placeholder, .gogo textarea::-moz-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.gogo input:-ms-input-placeholder, .gogo select:-ms-input-placeholder, .gogo textarea:-ms-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.gogo input::-ms-input-placeholder, .gogo select::-ms-input-placeholder, .gogo textarea::-ms-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.gogo input::placeholder, .gogo select::placeholder, .gogo textarea::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.gogo input::-webkit-input-placeholder, .gogo select::-webkit-input-placeholder, .gogo textarea::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.gogo input:-ms-input-placeholder, .gogo select:-ms-input-placeholder, .gogo textarea:-ms-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.gogo .site-nav {
  position: absolute;
  left: 30px;
  top: 50px;
}
.gogo .btn {
  text-align: center;
  font-size: 16px;
  font-family: "Atlas", monospace;
  font-weight: bold;
  padding: 10px 15px;
  text-transform: uppercase;
  color: #fff;
  border: 5px solid #fff;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(246, 123, 128, 0.7), inset 0px 0px 10px 5px rgba(246, 123, 128, 0.7);
          box-shadow: 0px 0px 10px 5px rgba(246, 123, 128, 0.7), inset 0px 0px 10px 5px rgba(246, 123, 128, 0.7);
  background: none;
  text-decoration: none;
}
.gogo .btn.big-btn {
  font-size: 24px;
  padding: 20px 30px;
}
.gogo .button {
  font-family: "Atlas", monospace;
  border: 5px solid #fff !important;
  background: none !important;
  font-size: 17px !important;
  padding: 15px !important;
  text-decoration: none;
}
.gogo .hero {
  text-align: center;
  text-transform: uppercase;
  background: no-repeat center/cover;
}
.gogo .hero .hero-content {
  height: 100vh;
}
.gogo .about {
  background: #000;
}
.gogo .about .art {
  background: no-repeat center/cover;
  position: relative;
  height: 100%;
}
.gogo .about .art .featured-artwork {
  text-align: center;
}
.gogo .about .art .featured-artwork img {
  margin: 0 auto;
}
.gogo .about .art .artist {
  position: absolute;
  bottom: 30%;
  left: 30%;
  border: 2px solid #fff;
  display: inline-block;
  padding: 5px 10px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  text-decoration: none !important;
  text-transform: uppercase;
}
.gogo .about .content {
  margin: 0 auto;
  max-width: 480px;
}
.gogo .about .content .image {
  margin-bottom: 80px;
}
.gogo .about .content h3 {
  margin-bottom: 30px;
  font-size: 24px;
}
.gogo .about .content p {
  margin-bottom: 50px;
}
.gogo .mixcloud {
  padding: 140px 0 160px;
  background: no-repeat center/cover;
}
.gogo .mixcloud .content h4 {
  margin-bottom: 3rem;
}
.gogo .mixcloud .content h3 {
  margin-bottom: 3rem;
}
.gogo .mixcloud .content p {
  margin-bottom: 2rem;
}
.gogo .mixcloud .content .cta {
  margin-bottom: 2rem;
}
.gogo .mixcloud .embeds .embed {
  margin-bottom: 30px;
}
.gogo .mixcloud .embeds .embed iframe {
  display: block;
}
.gogo .art-series {
  background: #000;
  padding: 155px 0 185px;
}
.gogo .art-series .head {
  margin-bottom: 125px;
}
.gogo .art-series .head .content p {
  margin-bottom: 20px;
}
.gogo .art-series .head .content a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}
.gogo .art-series .arts-slider .art {
  padding: 0 10px;
  display: inline-block;
  float: none;
}
.gogo .call-to-action {
  height: 100vh;
  text-align: center;
  position: relative;
  background: no-repeat center/cover;
}
.gogo .call-to-action .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}
.gogo footer#footer .footer-bottom a {
  margin: 0;
}

#tripleseat_embed_form_inline .tripleseat_field_section .ts_powered_by {
  display: none;
}
#tripleseat_embed_form_inline .tripleseat_field_section label {
  font-size: 10px;
  margin: 0;
  letter-spacing: 0;
  line-height: 16px;
}
#tripleseat_embed_form_inline .tripleseat_field_section.first_last .tripleseat_field {
  width: 49%;
  margin-right: 2%;
}
#tripleseat_embed_form_inline .tripleseat_field_section.first_last .tripleseat_field:last-child {
  margin-right: 0;
}
#tripleseat_embed_form_inline .tripleseat_field_section .tripleseat_field {
  width: 100%;
}
#tripleseat_embed_form_inline .tripleseat_field_section .tripleseat_field.ts_start_time, #tripleseat_embed_form_inline .tripleseat_field_section .tripleseat_field.ts_end_time {
  width: 20%;
}
#tripleseat_embed_form_inline .tripleseat_field_section .tripleseat_field.ts_start_time input, #tripleseat_embed_form_inline .tripleseat_field_section .tripleseat_field.ts_end_time input {
  width: 100%;
}
#tripleseat_embed_form_inline .tripleseat_field_section .tripleseat_field.ts_phone_number {
  width: 68%;
  margin-right: 2%;
}
#tripleseat_embed_form_inline .tripleseat_field_section .tripleseat_field.ts_extension {
  width: 30%;
  margin-right: 0;
}
#tripleseat_embed_form_inline .tripleseat_field_section .tripleseat_field label {
  font-size: 15px !important;
  margin-top: 8px;
  padding-bottom: 8px;
}
#tripleseat_embed_form_inline .tripleseat_field_section input,
#tripleseat_embed_form_inline .tripleseat_field_section select {
  width: 100%;
}
#tripleseat_embed_form_inline .row_details_header,
#tripleseat_embed_form_inline .row_contact_header {
  margin: 24px 0 0 0;
  padding: 0 0 8px 0;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.3333em;
}
#tripleseat_embed_form_inline .row_contact_header {
  margin-top: 0;
}

.tripleseat_field.ts_event_date {
  position: relative;
}

#ui-datepicker-div {
  left: 0 !important;
  top: 78px !important;
  width: 100%;
}

#ui-datepicker-div select {
  min-width: 0;
  max-width: none;
  display: inline;
  width: calc(50% - 8px) !important;
  margin: 0 4px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  line-height: 3em;
}

.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Excellent", serif !important;
}

#tripleseat_embed_form_inline .ui-widget-header {
  background: #f3f3f3;
  border-radius: 0 !important;
  border: none;
}

#tripleseat_embed_form_inline .ui-datepicker .ui-datepicker-prev,
#tripleseat_embed_form_inline .ui-datepicker .ui-datepicker-next {
  background: none;
  border: none !important;
}

#tripleseat_embed_form_inline .ui-datepicker td span,
#tripleseat_embed_form_inline .ui-datepicker td a {
  background: none;
}

#tripleseat_embed_form_inline .ui-datepicker .ui-datepicker-title select {
  float: none;
}

#tripleseat_embed_form_inline body .ui-datepicker td a:hover {
  background-color: #f3f3f3;
}

#tripleseat_embed_form_inline .ui-datepicker .ui-datepicker-buttonpane button {
  border-radius: 0;
  background: none;
  font-family: "Excellent", serif !important;
}

#tripleseat_embed_form_inline .ui-datepicker .ui-datepicker-buttonpane button:hover {
  background: #f3f3f3;
}

@media only screen and (max-width: 992px) {
  .desktop-only {
    display: none;
  }

  .ipad-only {
    display: block;
  }

  .booking .booking-form-area .left-image,
.booking .booking-form-area .right-image {
    display: none;
  }

  .builder .site-navigation .main-image {
    max-width: 320px;
    margin: 0 auto;
  }
  .builder .site-navigation .site-nav {
    margin-top: 170px;
  }
  .builder .site-navigation .bottom-image {
    margin-top: 0;
  }
  .builder .site-navigation.site-navigation2 .main-image {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: auto;
  }
  .builder .site-navigation.site-navigation2 .site-nav {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .builder .call-to-action .image-1 {
    position: static;
  }
  .builder .call-to-action .image-2,
.builder .call-to-action .image-3 {
    display: none;
  }
  .builder .cta {
    padding: 30px 0;
  }
  .builder .cta .side-image {
    display: none;
  }
  .builder .subscribe-form form {
    text-align: center;
  }

  .single-event .event-content {
    padding: 40px 0 20px;
  }
  .single-event .event-content .details {
    text-align: center;
  }
  .single-event .event-content .details h2 {
    margin-bottom: 30px;
  }
  .single-event .event-content .details p {
    display: inline-block;
    text-align: left;
  }
  .single-event .event-content .details p span {
    display: block;
  }
  .single-event .event-content .details img {
    margin-top: 10px;
    display: block;
    margin: 0 auto;
  }
  .single-event .event-table-layout .layouts .layout-top {
    text-align: center;
    margin-bottom: 20px;
  }
  .single-event .event-table-layout .layouts .layout-head {
    display: none;
  }
  .single-event .event-table-layout .layouts .layout-select {
    display: block;
    margin-bottom: 30px;
  }
  .single-event .event-table-layout .layouts .layout-select select {
    font-family: "Knockout", sans-serif;
    font-size: 20px !important;
    color: #ec278f !important;
    text-transform: uppercase;
    background-position-y: 2px;
    border: none !important;
    border-bottom: 1px solid #000 !important;
    max-width: 200px;
    margin: 0 auto;
    line-height: 1;
    padding: 5px 10px !important;
    display: block;
    width: 100%;
  }
  .single-event .event-table-layout .layouts .layout-images {
    margin-top: 20px;
    padding: 20px;
  }
  .single-event .event-information {
    padding: 20px 0;
  }
  .single-event .event-information .title {
    text-align: center;
    margin-bottom: 20px;
  }
  .single-event .event-information .accordion {
    margin-bottom: 15px;
  }
  .single-event .event-information .accordion:first-child {
    padding-top: 10px;
    border-top: 1px solid #000;
  }
  .single-event .event-information .accordion .accordion-head {
    margin-bottom: 15px;
  }
  .single-event .event-information .accordion .accordion-head i {
    font-size: 18px;
  }
  .single-event .event-information .accordion .accordion-body .alignright,
.single-event .event-information .accordion .accordion-body .alignleft {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .single-event .event-contact .details {
    text-align: center;
  }
  .single-event .event-contact .nf-field-element h5 {
    text-align: center;
  }

  .archive .hero-image {
    height: 110px;
  }
  .archive .archive-items {
    padding: 3rem 0;
  }
  .archive .archive-items .post-item {
    margin-bottom: 20px;
  }
  .archive .archive-items .post-item .post-details .seatstand {
    margin-bottom: 40px;
  }
  .archive .archive-items .post-item .event-numbers {
    display: none;
  }
  .archive .archive-items .post-item:after {
    display: none !important;
  }
  .archive .pagination {
    padding: 20px 0;
  }

  .food-menu .food-list .handmade {
    display: none;
  }

  #footer .footer-top {
    text-align: center;
  }
  #footer .footer-top .widget {
    margin-bottom: 20px;
  }
  #footer .footer-top .widget .textwidget a:not(.social-icon) {
    display: block;
    margin: 0;
  }
  #footer .footer-bottom a {
    display: block;
  }
  #footer .footer-bottom .textwidget a:not(.social-icon) {
    display: block;
    margin: 0;
  }

  .gogo #footer .footer-bottom a.social-icon {
    display: inline-block;
    margin: 0 0 0 -20px;
  }

  .builder .site-navigation.site-navigation2 .site-nav {
    text-align: center !important;
    margin-top: 0 !important;
  }
  .builder .site-navigation.site-navigation2 .site-nav .link img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .desktop-only {
    display: none;
  }

  .ipad-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  body, p {
    font-size: 14px;
  }

  h1 {
    font-size: 40px;
    line-height: 1em;
  }

  h2 {
    font-size: 32px;
    line-height: 1em;
  }

  h3 {
    font-size: 24px;
    line-height: 1.1667em;
  }

  h4 {
    font-size: 24px;
    line-height: 1.1667em;
  }

  form label {
    margin-bottom: 0 !important;
  }

  .nf-form-content .nf-field-container .nf-field-label {
    margin-bottom: 0 !important;
  }

  header#header {
    padding: 8px;
  }
  header#header .right-header > .m-icon {
    display: none;
  }

  .popup-area.primary-menu-area {
    background-image: url(../images/manga-zoom-lines-portrait.png);
  }
  .popup-area.primary-menu-area .menu li {
    font-size: 40px;
  }
  .popup-area.artwork-form-popup .artwork-form h5 {
    text-align: center;
    margin-bottom: 20px;
  }
  .popup-area.artwork-form-popup .artwork-form h2 {
    text-align: center;
    margin-bottom: 30px;
  }

  .builder .site-navigation {
    padding: 40px 0;
  }
  .builder .site-navigation .site-logo {
    margin-bottom: 40px;
  }
  .builder .site-navigation .main-image {
    position: absolute;
    left: 50%;
    top: 0;
    width: 200px;
    z-index: 99;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .builder .site-navigation .site-nav .link {
    top: 100%;
    -webkit-transform: none;
            transform: none;
    font-size: 15px;
  }
  .builder .site-navigation .site-nav .link img {
    width: 75px;
    margin-top: 0;
  }
  .builder .site-navigation .bottom-image {
    margin-top: 0;
    bottom: -170px;
  }
  .builder .site-navigation.site-navigation2 {
    padding: 40px 0;
  }
  .builder .site-navigation.site-navigation2 .main-image {
    max-width: 200px;
    margin: 0 auto;
  }
  .builder .site-navigation.site-navigation2 .one {
    -webkit-box-ordinal-group: 3;
            order: 2;
    -ms-flex-order: 2;
  }
  .builder .site-navigation.site-navigation2 .two {
    -webkit-box-ordinal-group: 2;
            order: 1;
    -ms-flex-order: 1;
  }
  .builder .site-navigation.site-navigation2 .three {
    -webkit-box-ordinal-group: 4;
            order: 3;
    -ms-flex-order: 3;
  }
  .builder .site-navigation.site-navigation2 .site-nav {
    width: auto;
    text-align: center !important;
    margin: 0 0 30px;
  }
  .builder .site-navigation.site-navigation2 .site-nav .link img {
    margin: 0 auto !important;
  }
  .builder .hero .hero-wrapper .bottom-img {
    max-width: 40px;
    bottom: -4%;
  }
  .builder .hero .hero-wrapper .hero-content h4 {
    margin-bottom: 20px;
  }
  .builder .call-to-action {
    padding: 70px 0 90px;
  }
  .builder .gallery-cta {
    padding: 85px 0 45px;
  }
  .builder .gallery-cta .top-image {
    max-width: 90px;
    top: -45px;
  }
  .builder .gallery-cta .gallery-cta-slider .right-image {
    display: none;
  }
  .builder .gallery-cta .gallery-cta-slider .button {
    top: -50px;
  }
  .builder .cta .cta-text {
    margin-top: 25px;
  }
  .builder .featured-whatson {
    padding: 0 30px;
  }
  .builder .featured-whatson .archive-items .attachment-event-thumb {
    margin-top: 20px;
  }
  .builder .subscribe-form .button {
    display: block;
    width: 100% !important;
    margin: 0 auto;
  }

  .archive .artworks-items .title {
    padding: 30px 0;
  }
  .archive .pagination {
    padding: 20px 0;
  }

  .artwork .art-image {
    padding: 30px 0;
  }
  .artwork .art-content .head {
    padding: 10px 0 5px;
    border-top: 1px solid #000;
  }
  .artwork .art-content .head p {
    margin: 0;
  }
  .artwork .art-content .details h3 {
    margin-bottom: 10px;
  }
  .artwork .artwork-slide {
    padding: 20px 0;
    text-align: center;
  }
  .artwork .artwork-slide h6 {
    margin-bottom: 20px;
  }
  .artwork .artwork-slide h5 {
    text-align: center;
  }

  .featured-artworks .artwork-hero {
    height: 110px;
  }
  .featured-artworks .sidebar {
    margin-bottom: 30px;
  }
  .featured-artworks .sidebar h2 br {
    display: none;
  }
  .featured-artworks .featured-artwork-details {
    padding: 40px 0;
  }

  .single-whats-on .whats-on-image {
    padding: 30px 0;
  }
  .single-whats-on .whats-on-content {
    padding: 10px 0 30px;
  }
  .single-whats-on .whats-on-content .details {
    text-align: center;
  }
  .single-whats-on .whats-on-content .details .detail {
    margin-bottom: 20px;
  }

  .food-menu .food-hero {
    height: 110px;
  }
  .food-menu .food-list {
    padding: 40px 0;
  }
  .food-menu .food-list .mobile-only {
    margin-bottom: 30px;
  }
  .food-menu .food-list .menu-items .menu-item h4 {
    margin-bottom: 20px;
  }
  .food-menu .food-list .menu-items .menu-item p {
    margin-bottom: 15px;
  }

  .gogo .site-nav {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .gogo .hero {
    background-size: cover;
    background-color: #000;
  }
  .gogo .hero .main-image {
    margin-top: 80px;
  }
  .gogo .hero .top-text {
    display: none;
  }
  .gogo .about .art .artist {
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    bottom: 10px;
    left: 50%;
  }
  .gogo .about .content {
    text-align: center;
    padding: 40px 0;
    margin: 0;
  }
  .gogo .mixcloud {
    padding: 50px 0;
  }
  .gogo .mixcloud .content {
    text-align: center;
  }
  .gogo .mixcloud .embeds .embed {
    display: none;
  }
  .gogo .mixcloud .embeds .embed:first-child {
    display: block;
  }
  .gogo .art-series {
    padding: 50px 0;
  }
  .gogo .art-series .head {
    margin-bottom: 40px;
  }
  .gogo .art-series .head .title {
    margin-bottom: 40px;
    max-width: 120px;
  }
  .gogo .art-series .arts-slider .art {
    float: left;
  }
  .gogo .call-to-action {
    height: auto;
    padding: 240px 0 30px;
  }
  .gogo .call-to-action .btn {
    -webkit-transform: none;
            transform: none;
    position: static;
  }
  .gogo #footer .footer-bottom .row {
    display: block;
  }
  .gogo #footer .footer-bottom .row .widget {
    margin-top: 30px;
  }
  .gogo #footer .footer-bottom .row .widget a.social-icon {
    margin-top: -20px;
    margin-bottom: -20px;
  }

  #tripleseat_embed_form_inline .tripleseat_field_section.first_last {
    margin: 0;
  }
  #tripleseat_embed_form_inline .tripleseat_field_section.first_last .tripleseat_field {
    width: 100%;
  }
  #tripleseat_embed_form_inline .tripleseat_field_section .tripleseat_field.ts_start_time, #tripleseat_embed_form_inline .tripleseat_field_section .tripleseat_field.ts_end_time {
    width: 40%;
  }
}
@media only screen and (max-width: 450px) {
  .builder .site-navigation .site-nav {
    width: 130px;
  }
  .builder .site-navigation .site-nav.right-nav {
    position: relative;
    right: 50px;
  }
  .builder .site-navigation.site-navigation2 .site-nav {
    position: static;
  }
}
/*****************
----WHAT'S ON-----
*****************/
.wos {
  position: sticky;
  z-index: 1;
  top: 48px;
  margin-bottom: 48px;
}
@media screen and (max-width: 991px) {
  .wos {
    text-align: center;
  }
}

.wos-block {
  margin-bottom: 2rem;
}

.wos-button-block .button,
.wos-button-block .button.alt,
.wos-button-block .button.pink {
  font-size: 17px;
  line-height: 64px;
  padding: 0 24px;
  border: solid 1px;
  display: block;
}

.wos-bigText-block h2 {
  margin-bottom: 0;
}
.wos-bigText-block h2 p {
  font-size: inherit;
}
.wos-bigText-block h2 strong {
  color: #ec278f;
}

.wos-text-block h3 {
  font-family: "Excellent", serif;
  font-size: 20px;
  line-height: 1em;
  margin-top: 4px;
  padding: 6px 10px;
  background: #000;
  color: #fff;
  display: inline-block;
}
.wos-text-block .has-background {
  background: url(../images/dotted-texture-tile.png) repeat repeat;
  padding: 24px 32px;
}
.wos-text-block .has-background p:last-of-type {
  margin-bottom: 0;
}

.wos-block.wos-widget-block {
  margin-bottom: 0;
}

.woc-block {
  margin-bottom: 3rem;
}

.woc-button-block .button,
.woc-button-block .button.alt {
  font-size: 17px;
  line-height: 64px;
  padding: 0 24px;
  border: solid 1px;
}
@media screen and (max-width: 767px) {
  .woc-button-block .button,
.woc-button-block .button.alt {
    display: block;
  }
  .woc-button-block .button:nth-of-type(1),
.woc-button-block .button.alt:nth-of-type(1) {
    margin-bottom: 1rem;
  }
}

.woc-callout-block a {
  display: block;
  border: solid 1px #ddd;
  padding: 20px;
  border-radius: 4px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.woc-callout-block a:hover {
  background-color: #fcfcfc;
}
.woc-callout-block a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #ec278f;
  color: #fff;
}
.woc-callout-block a span {
  display: inline-block;
  padding-left: 64px;
  vertical-align: top;
}

.woc-carousel-block-slider {
  margin-bottom: 0;
  padding-bottom: 40px;
}
.woc-carousel-block-slider .slick-dots {
  bottom: 0;
}
.woc-carousel-block-slider .slick-dots li {
  width: 32px;
  height: 32px;
  margin: 0;
}
.woc-carousel-block-slider .slick-dots li button {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 11px;
  border-radius: 0;
}
.woc-carousel-block-slider .slick-dots li button:before {
  display: block;
  content: "";
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ec278f;
  position: relative;
}
.woc-carousel-block-slider .slick-arrow {
  z-index: 1;
}
.woc-carousel-block-slider .slick-prev {
  left: 25px;
}
.woc-carousel-block-slider .slick-next {
  right: 25px;
}

.woc-ninjaForms-block .nf-before-form-content {
  margin-bottom: 16px;
}

.woc-spacer-block .woc-block-inner {
  height: 48px;
}

.woc-block.woc-text-block {
  margin-bottom: 2rem;
}

.woc-text-block h3 {
  line-height: 1em;
  margin: 0;
  padding: 0 0 1rem 0;
}
.woc-text-block .has-background {
  background: url(../images/dotted-texture-tile.png) repeat repeat;
  padding: 24px 32px;
}
.woc-text-block .has-background p:last-of-type {
  margin-bottom: 0;
}

.woc-block.woc-widget-block {
  margin-bottom: 0;
}

/* timed popup (marketing) */
.modal-backdrop.show {
  opacity: 0.66;
}

.cc-modalMarketing .modal-content {
  background-color: #fff;
  overflow: hidden;
}
.cc-modalMarketing .modal-header {
  padding: 0;
  overflow: hidden;
}
.cc-modalMarketing button.close {
  position: absolute;
  z-index: 1051;
  top: 12px;
  right: 12px;
  opacity: 1 !important;
}
.cc-modalMarketing .cc-ico-close {
  display: block;
  background-image: url("../images/icon-close-circle.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 54px;
  width: 54px;
}


/* new home page css start */

.btn-wrapper .home-btn{
	min-width: 300px;
	font-family: "Knockout", sans-serif;
	letter-spacing: 1.7px;
	color : #fff;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 600;
	border-width: 3px;
    border-color:  #ec278f;
	border-radius:	1px;
/* 	box-shadow: 0px 0px 5px #ec278f; */
	box-shadow: inset 0 1px 2px #ec278f, 0 0 8px 2px #ec278f;
	padding: 11px 32px 11px;
	text-decoration: none;
	margin-right: 20px !important;
}

.btn-wrapper .home-btn:hover{
	background-color: #ec278f;
}
.align-curve-btn {
    position: fixed;
    top: calc(45% + 32px);
    width: 85%;
	left: 50%;
    transform: translate(-50%, -50%);
	z-index : 5;
}

.align-bx-btn {
    position: fixed;
    bottom: 10;
    width: 85%;
	color: #fff
}

.hero {    
	transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
}

.home-logo-warapper {
	position: fixed;
	top : 32%;
	width : 85%;
	left: 50%;
    transform: translate(-50%, -50%);
	z-index : 5;
}
.home-logo{
	width : 325px;
	height : auto;
}
.social-icons-wrapper {
	position : fixed;
	top : 4%;
	right : 4%;
	z-index : 5;
}
.social-icons-wrapper a {
	color : #FFF
}	
.social-icons-wrapper a:hover{
	color : #ec278f
}

.builder .hero .hero-wrapper {
    background-color: rgba(0, 0, 0, 0.70) !important;
}

/* this style for home background image with animation */

.hero-wrapper{
	overflow : hidden;
}

.hero-image-container {
	width: 100%; 
	height : 100%; 
	position: absolute;
	z-index : 1;
	background-size: cover; 
	background-position: center;
	top : 0;
	left : 0;
	overflow : hidden;
	transform-origin: center;
}

.hero-inner {
	width: 100%; 
	height : 100%; 
	position: absolute; 
	z-index : 1;
	background-size: cover; 
	background-position: center;
	top : 0;
	left : 0;
	transform: scale(1.1);
	overflow : hidden;
	transform-origin: center;
	transition: none;
	display : none;
}

.hero-inner.active {
	transition: background-image 0.16s cubic-bezier(.4,0,.2,1), transform 0.16s cubic-bezier(.4,0,.2,1);
	display : block;
    transform: scale(1.0);
	z-index : 2;

}
.hero-inner.active-in{
	transform: scale(1.1);
	z-index : 3;
}
.hero-inner.active-out{
	z-index : 1;
	transform: scale(1.0);
	transition:300ms all linear;
	
}

@media screen and (max-width: 1025px) {
	.home-logo-warapper {
    	top: 8%;
	}
	
	.align-curve-btn {
    	top: calc(45% + 32px);
		width: 94%;
    }
}

@media screen and (max-width: 783px) {
	.home-logo-warapper {
    	top: 10%;
/* 		left: 7%; */
	}
	
	.align-curve-btn {
/*     	top: calc(30% + 32px); */
/* 		left: 7%; */
	}
	
	.btn-wrapper .home-btn {
    	min-width: 214px;
		font-size: 20px;
	}
}

@media screen and (max-width: 580px) {
	.home-logo-warapper {
    	top: 7%;
    	width: 90%;
	}

	.home-logo {
    	width: 150px;
	}
	
	.align-curve-btn {
    	top: calc(40% + 32px);
    	width: 90%;
	}
	
	.btn-wrapper .home-btn {
    	min-width: 200px;
		font-size: 20px;
	}
	
}

/* new home page css end */

/* Wordpress Bio Link Btn Page Code Base CSS Starts Here */

#first-block{
	padding-top: 35px;
}

.chinchin-contentSection-linkBtn .btn-wrapper{
	width:400px;
	margin:0 auto;
}

.chinchin-contentSection-linkBtn .btn-wrapper .chinchin-btn-link{
	color: #fff;
    background-color: #ec278f; 
  	font-weight : 500;
/* 	border-style: solid;
    border-color: #00263a; */
/*     border-radius: 1px; */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 18px;
    line-height: 1.59rem;
    letter-spacing: .06em;
    /*opacity: .9;*/
    outline: none !important;
    padding: 13px 32px 11px;
    position: relative;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	display: block;
	margin-bottom:	21px;
	font-family: "Atlas", monospace;
}

.chinchin-contentSection-linkBtn .btn-wrapper .chinchin-btn-link:hover, 
.chinchin-contentSection-linkBtn .btn-wrapper .chinchin-btn-link:focus {
    color: #fff;
    background: #000;
    outline: none;
}

.chinchin-contentSection-linkBtn .btn-wrapper .btn-alt {
	background-color: #000;
    color: #fff;
    border: 1px solid #ec278f;
}

.chinchin-contentSection-linkBtn .btn-wrapper .btn-alt:hover, 
.chinchin-contentSection-linkBtn .btn-wrapper .btn-alt:focus {
  	background-color: #ec278f;
    color: #fff;
    border: 1px solid #000;
	outline : none;
}

.chinchin-contentSection-linkBtn .btn-wrapper .btn-cv-brdr {
	border-radius: 30px;
}

.chinchin-contentSection-horizontalLine .line-wrapper, .chinchin-contentSection-horizontalLine-withText .line-wrapper{
	width: 600px;
	margin: 0 auto;
}

.chinchin-contentSection-horizontalLine .line-wrapper .chinchin-horizontal-line, .chinchin-contentSection-horizontalLine-withText .line-wrapper .chinchin-horizontal-line {
  height: 1px;
  background-color: #ec278f;
  border: none;
  display:	block;
}

@media screen and (max-width: 800px) {
	.chinchin-contentSection-linkBtn .btn-wrapper{
		width:350px;
		margin: 30px auto;
	}
	
	.chinchin-contentSection-horizontalLine .line-wrapper, 
	.chinchin-contentSection-horizontalLine-withText .line-wrapper{
		width: 350px;
		margin: 30px auto;
	}
	
}

@media screen and (max-width: 425px) {
	.chinchin-contentSection-linkBtn .btn-wrapper{
		width: 276px;
		margin: 25px auto;
	}
	.chinchin-contentSection-horizontalLine .line-wrapper, 
	.chinchin-contentSection-horizontalLine-withText .line-wrapper{
		width: 276px;
		margin: 25px auto;
	}
}
/* Wordpress Bio Link Btn Page Code Base CSS Ends Here */