/*
Theme Name: Invitation - The Fairy Tale
Version: 1.0
Text Domain: fairytale
*/

/*  Normalize
--------------------------------------------------------------*/

@font-face {
  font-family: 'Century Schoolbook';
  src: url('fonts/CenturySchoolbook.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Century Schoolbook Italic';
  src: url('fonts/CenturySchoolbook-Italic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Century Schoolbook Bold';
  src: url('fonts/CenturySchoolbook-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 2.5rem;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/*Elements
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
  height: 100%;
}
body {
  background: #f7f3ec;
  background-repeat: no-repeat;
  color: #333;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-weight: 400;
  min-height: 100vh;
  overflow-x: hidden;
}

img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Bodoni Moda', cursive;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 24px;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
p.large {
  font-size: 18px;
}

a {
  color: #333;
  transition: all 0.5s ease;
}
a:hover {
  color: #111;
  text-decoration: none;
}

button {
  transition: all 0.5s ease;
}

input[type='text']:focus,
input[type='password']:focus,
input[type='number']:focus,
input[type='search']:focus,
input[type='email']:focus,
input[type='url']:focus,
textarea:focus,
select {
  outline: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}

.btn-primary {
  background: #e9d6c1;
  border: 0;
  color: #fff;
  border-radius: 50px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background: #e9d6c1;
  outline: 0;
  box-shadow: none !important;
}

/* Background & Ornaments */
#page {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}
.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}
.post-navigation .nav-next a::after {
  content: ' \2192';
}
.post-navigation .nav-previous a::before {
  content: '\2190 ';
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/* Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}
a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/* Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.section:before,
.section:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
  table-layout: fixed;
}

.clear:after,
.section:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* Content
--------------------------------------------------------------*/
.section {
  padding: 40px 0;
}
.section.pb-300 {
  padding-bottom: 300px;
}
.section.border-bottom {
  border-bottom: 1px solid #dddddd;
}
.section .section-title {
  color: #e9d6c1;
  font-family: 'Quicksand', sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
}
.section .more {
  color: #111;
  text-align: center;
  text-transform: uppercase;
}

#page-title h1 {
  color: #cea560;
  font-family: 'Quicksand', sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

/* Checkin */
#page-checkin h1 {
  color: #cea560;
}
#page-checkin h1 i {
  margin: 0 0 10px;
  font-size: 50px;
}

/* Pemesanan */
#page-pemesanan {
  padding: 40px 0 200px;
}
#page-pemesanan .container {
  position: relative;
}
#page-pemesanan .page-header {
  margin: 0;
  position: relative;
}
#page-pemesanan .page-header .logo {
  float: left;
  margin: 0 0 30px;
  width: 100%;
}
#page-pemesanan .page-header .logo h3 {
  font-size: 30px;
  margin: 0 0 5px;
}
#page-pemesanan .page-header .logo p {
  margin: 0;
}
#page-pemesanan .page-header .logo p a {
  color: #888;
  margin-right: 30px;
}
#page-pemesanan .page-header .logo p a:last-child {
  margin-right: 0;
}
#page-pemesanan .page-header .ornament {
  height: 200px;
  position: relative;
  width: auto;
  margin: -170px 0 0;
  z-index: -1;
}
#page-pemesanan .page-header h2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}
#page-pemesanan .page-header h4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  text-align: center;
}
#page-pemesanan #acf-form {
  float: left;
  width: 100%;
}
#page-pemesanan #acf-form h3 {
  font-family: 'Quicksand', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  margin: 10px 0 15px;
  float: left;
  text-align: center;
  width: 100%;
}
/* #page-pemesanan #acf-form .acf-field--post-title{margin:0 0 20px!important}
#page-pemesanan #acf-form .acf-field--post-title .acf-label{display:none}
#page-pemesanan #acf-form .acf-field--post-title .acf-input{float:none!important; margin:0 auto 30px!important; width:60%!important} */
#page-pemesanan #acf-form .acf-fields > .acf-field {
  border: 0;
  float: left;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
}
#page-pemesanan #acf-form .acf-field .acf-label {
  float: left;
  margin: 0;
  width: 20%;
}
#page-pemesanan #acf-form .acf-field .acf-input {
  float: left;
  margin: 0;
  width: 80%;
}
#page-pemesanan #acf-form .acf-field .acf-input-wrap input {
  height: auto;
}
#page-pemesanan #acf-form .acf-field input[type='text'],
#page-pemesanan #acf-form .acf-field input[type='password'],
#page-pemesanan #acf-form .acf-field input[type='number'],
#page-pemesanan #acf-form .acf-field input[type='search'],
#page-pemesanan #acf-form .acf-field input[type='email'],
#page-pemesanan #acf-form .acf-field input[type='url'],
#page-pemesanan #acf-form .acf-field textarea,
#page-pemesanan #acf-form .acf-field select {
  border: 0;
  border-bottom: 1px solid #aaa;
  padding: 5px 0;
}
#page-pemesanan #acf-form .acf-field ul.acf-radio-list.acf-hl li,
#page-pemesanan #acf-form .acf-field ul.acf-checkbox-list.acf-hl li {
  margin-bottom: 10px;
  width: 150px;
}
#page-pemesanan #acf-form .acf-input-prepend,
#page-pemesanan #acf-form .acf-input-append {
  background: transparent;
  border: 0;
  padding: 8px 0;
}
#page-pemesanan #acf-form .acf-input-prepend {
  margin: 0 10px 0 0;
}
#page-pemesanan #acf-form .acf-input-append {
  margin: 0 0 0 10px;
}
#page-pemesanan #acf-form .acf-checkbox-list .button {
  background: #e9d6c1;
  border-radius: 20px;
  color: #fff;
  padding: 5px 15px;
}
#page-pemesanan #acf-form input[type='submit'] {
  background: #e9d6c1;
  border: 0;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  padding: 7px 30px;
  text-align: center;
  border-radius: 30px;
}
#page-pemesanan #message {
  text-align: center;
}
#page-pemesanan .table p {
  margin: 0;
}
#page-pemesanan .table .sep {
  width: 20px;
}
#page-pemesanan .table h3 {
  font-family: 'Quicksand', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
}
#page-pemesanan .table td {
  border: 0;
  padding: 5px 0;
}
#page-pemesanan .ttd {
  color: #111;
  float: right;
  margin: 20px 0 0;
  text-align: center;
  width: 200px;
  max-width: 100%;
}

/* Login */
#page-login {
  background: #f7f3ec;
  padding: 120px 0;
  min-height: 100vh;
}
#page-login .logo {
  display: inherit;
  height: 70px;
  margin: 0 auto 30px;
}
#page-login h2 {
  color: #e9d6c1;
  font-size: 34px;
  margin: 0 0 10px;
}
#page-login label {
  display: none;
}
#page-login .form-group {
  margin: 0;
}
#page-login .login-remember {
  display: none !important;
}
#page-login .login-submit {
  text-align: center;
}
#page-login .login-submit input[type='submit'] {
  border: 1px solid #aaa;
  background: transparent;
  color: #333;
  display: inline-block;
  margin: 10px 0 0;
  min-width: 200px;
  padding: 10px 50px;
  text-align: center;
  border-radius: 0;
}

.wppb-user-forms input[type='text'],
.wppb-user-forms input[type='number'],
.wppb-user-forms input[type='email'],
.wppb-user-forms input[type='url'],
.wppb-user-forms input[type='password'],
.wppb-user-forms input[type='search'],
.wppb-user-forms textarea,
.wppb-checkboxes,
.wppb-radios,
.login-username input,
#wppb-login-wrap .login-password input {
  background: #fff;
  border: 0 !important;
  padding: 10px 20px !important;
  position: relative;
  text-align: center;
  width: 100% !important;
  z-index: 9999;
  border-radius: 0 !important;
}

.wppb-user-forms input[type='text'],
.wppb-user-forms input[type='number'],
.wppb-user-forms input[type='email'],
.wppb-user-forms input[type='url'],
.wppb-user-forms input[type='password'],
.wppb-user-forms input[type='search'],
.wppb-user-forms textarea,
.wppb-checkboxes:focus,
.wppb-radios:focus,
.login-username input:focus,
#wppb-login-wrap .login-password input:focus {
  outline: 0;
  box-shadow: none;
}

/* Dashboard */
#page-dashboard {
  padding: 60px 0 340px;
}
#page-dashboard h2 {
  color: #666;
  font-size: 40px;
}
#page-dashboard h3 {
  color: #666;
  font-family: 'Quicksand', sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 30px;
  text-align: left;
  text-transform: uppercase;
}
#page-dashboard .member-nav {
  list-style: none;
  padding: 0;
  float: left;
  width: 100%;
}
#page-dashboard .member-nav li {
  border-bottom: 1px solid #cea560;
  float: left;
  width: 100%;
}
#page-dashboard .member-nav li:last-child {
  border: 0;
}
#page-dashboard .member-nav li a {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  float: left;
  width: 100%;
}
#page-dashboard .table td,
#page-dashboard .table th {
  font-size: 14px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
#page-dashboard .table td:first-child,
#page-dashboard .table th:first-child {
  padding-left: 0;
}
#page-dashboard .table td:last-child,
#page-dashboard .table th:last-child {
  padding-right: 0;
}
#page-dashboard .btn-primary {
  background: transparent;
  border: 2px solid #666;
  color: #111;
  font-size: 14px;
  padding: 5px 20px;
  border-radius: 0;
}
#page-dashboard .btn-primary:focus,
#page-dashboard .btn-primary:hover,
#page-dashboard .btn-primary:active {
  background: #666 !important;
  color: #fff !important;
}
#page-dashboard .dt-button {
  background: transparent;
  border: 2px solid #666;
  color: #111;
  font-size: 14px;
  padding: 5px 20px;
  border-radius: 0;
}
#page-dashboard .dt-button:focus,
#page-dashboard .dt-button:hover,
#page-dashboard .dt-button:active {
  background: transparent;
  color: #111;
}
#page-dashboard .btn-primary.whatsapp {
  background: #666;
  border-radius: 5px;
  color: #fff;
  margin-left: 10px;
  font-size: 18px;
  padding: 5px 10px;
}

#page-dashboard #acf-form h3 {
  font-family: 'Quicksand', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  margin: 20px 0 10px;
  float: left;
}
#page-dashboard #acf-form .acf-repeater > table {
  margin: 0 0 20px;
}
#page-dashboard #acf-form .acf-fields > .acf-field {
  border: 0;
  float: left;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
}
#page-dashboard #acf-form .acf-field p.description {
  font-size: 12px;
}
#page-dashboard #acf-form .acf-field .acf-label {
  float: left;
  margin: 0;
  width: 20%;
}
#page-dashboard #acf-form .acf-field .acf-input {
  float: left;
  margin: 0;
  width: 80%;
}
#page-dashboard #acf-form .acf-field .acf-input-wrap input {
  height: auto;
}
#page-dashboard #acf-form .acf-table > thead > tr > th[data-name='nama_meja'],
#page-dashboard
  #acf-form
  .acf-table
  > thead
  > tr
  > th[data-name='berlaku_untuk'],
#page-dashboard
  #acf-form
  .acf-table
  > thead
  > tr
  > th[data-name='available_for'],
#page-dashboard #acf-form .acf-table > tbody > tr > td[data-name='nama_meja'],
#page-dashboard
  #acf-form
  .acf-table
  > tbody
  > tr
  > td[data-name='berlaku_untuk'],
#page-dashboard
  #acf-form
  .acf-table
  > tbody
  > tr
  > td[data-name='available_for'] {
  display: none;
}
#page-dashboard #acf-form .acf-table > thead > tr > th[data-name='nama'],
#page-dashboard #acf-form .acf-table > tbody > tr > td[data-name='nama'] {
  width: 90%;
}
#page-dashboard #acf-form .acf-field input[type='text'],
#page-dashboard #acf-form .acf-field input[type='password'],
#page-dashboard #acf-form .acf-field input[type='number'],
#page-dashboard #acf-form .acf-field input[type='search'],
#page-dashboard #acf-form .acf-field input[type='email'],
#page-dashboard #acf-form .acf-field input[type='url'],
#page-dashboard #acf-form .acf-field textarea,
#page-dashboard #acf-form .acf-field select {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #aaa;
  padding: 5px 0;
}
#page-dashboard #acf-form .acf-field .acf-row .acf-input {
  width: 100%;
}
#page-dashboard #acf-form .acf-field .acf-row .acf-input input,
#page-dashboard #acf-form .acf-field .acf-row .acf-input textarea {
  border: 0;
}
#page-dashboard #acf-form .acf-input-prepend,
#page-dashboard #acf-form .acf-input-append {
  background: transparent;
  border: 0;
  padding: 8px 0;
}
#page-dashboard #acf-form .acf-input-prepend {
  margin: 0 10px 0 0;
}
#page-dashboard #acf-form .acf-input-append {
  margin: 0 0 0 10px;
}
#page-dashboard #acf-form .acf-button,
#page-dashboard #acf-form input[type='submit'] {
  background: transparent;
  border: 2px solid #666;
  color: #111;
  font-size: 14px;
  padding: 7px 30px;
  text-align: center;
  border-radius: 0;
}
#page-dashboard #message {
  text-align: center;
}

/* Print Label */
#print-label {
  padding: 10px 0;
}
#print-label .label {
  border: 0;
  color: #111;
  display: flex;
  font-family: 'EB Garamond', serif;
  font-size: 18px;
  line-height: 26px;
  padding: 10px;
  align-items: center;
  justify-content: center;
}
#print-label .label.size-103 {
  border: 1px solid #000;
  height: 150px;
  margin: 0 3px 6px;
  width: 300px;
}
#print-label .label.size-121 {
  border: 1px solid #000;
  height: 180px;
  margin: 0 5px 5px;
  width: 350px;
}

#print-label .ditempat {
  display: none;
  margin: 10px 0 0;
}
#print-label .ditempat.show {
  display: block;
}

/* Print Table Card */
#print-table-card .table-card {
  border: 1px solid #aaa;
  font-size: 12px;
  font-family: 'Cinzel';
  font-weight: bold;
  margin: 0 0 20px;
  position: relative;
  height: 20.1cm;
  width: 10.5cm;
}
#print-table-card .table-card .qr-code {
  margin: 110px 0 0;
}
#print-table-card .table-card .qr-code h3 {
  text-align: center;
}
#print-table-card .table-card .meja {
  bottom: 330px;
  position: absolute;
  text-align: center;
  width: 100%;
}
#print-table-card .table-card .meja p {
  margin: 0 0 10px;
}
#print-table-card .table-card .meja .nama-meja {
  border-bottom: 1px solid #111;
  float: left;
  font-size: 22px;
  margin: 0 20%;
  padding: 0 0 10px;
  width: 60%;
}
#print-table-card .table-card .berlaku {
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 0 0 15px;
  bottom: 250px;
}
#print-table-card .table-card .berlaku p {
  margin: 0 0 10px;
}
#print-table-card .table-card .berlaku ul {
  padding: 0 20px;
  list-style: none;
  width: 100%;
}
#print-table-card .table-card .berlaku li {
  display: inline;
  float: left;
  width: 33.3%;
  text-align: center;
}
#print-table-card .table-card .no-doorprize {
  position: absolute;
  text-align: left;
  width: 100%;
  padding: 0 30px 15px;
  bottom: 250px;
}
#print-table-card .table-card .no-doorprize span {
  font-family: Arial;
  font-size: 40px;
  font-weight: 400;
  float: left;
  text-align: center;
  width: 100%;
}
#print-table-card .table-card .nama-tamu {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding: 0 20px;
  height: 200px;
  align-items: center;
  display: flex;
  justify-content: center;
}
#print-table-card .table-card .nama-tamu span {
  position: absolute;
  font-size: 24px;
  font-family: Arial;
  font-weight: 400;
  top: 20px;
  right: 20px;
}
#print-table-card .table-card .foot {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 11px;
}
#print-table-card .table-card.doorprize .meja {
  bottom: 450px;
}
#print-table-card .table-card.doorprize .berlaku {
  bottom: 370px;
}

/* Print QR Code */
#print-qr-card .qr-card {
  border: 1px solid #aaa;
  font-size: 12px;
  font-family: 'Cinzel';
  font-weight: bold;
  padding: 20px 0 0;
  margin: 0 0 20px;
  position: relative;
  height: 12cm;
  width: 8cm;
}
#print-qr-card .qr-card .qr-code {
  margin: 110px 0 0;
  text-align: center;
}
#print-qr-card .qr-card .qr-code img.header {
  height: auto;
  width: 75%;
  margin: 0 0 20px;
}
#print-qr-card .qr-card .qr-code .wpkqcg_qrcode {
  max-width: 45% !important;
}
#print-qr-card .qr-card .kepada {
  font-family: 'Bodoni Moda', serif;
  position: absolute;
  bottom: 150px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 0 20px;
  height: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
}
#print-qr-card .qr-card .nama-tamu {
  font-family: 'Bodoni Moda', serif;
  position: absolute;
  bottom: 100px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 0 20px;
  height: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
}
#print-qr-card .qr-card .nama-meja {
  font-family: 'Bodoni Moda', serif;
  position: absolute;
  bottom: 70px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 0 20px;
  height: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
}
#print-qr-card .qr-card .berlaku {
  font-family: 'Bodoni Moda', serif;
  position: absolute;
  bottom: 45px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  padding: 0 20px;
  height: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
}
#print-qr-card .qr-card .foot {
  font-family: 'Bodoni Moda', serif;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 10px;
}

/* Media
--------------------------------------------------------------*/
.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*  Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*='wp-image-'] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}
.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}
.gallery-caption {
  display: block;
}

/* Footer
--------------------------------------------------------------*/
#colophon {
  display: none;
}

@keyframes social {
  from {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  to {
    transform: translateX(0);
  }
}

/* Print
--------------------------------------------------------------*/
.save-print {
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 999;
}

/* QR CARD BY TRIBOX*/
.tribox-qr.qr-card {
  height: 16cm !important;
  color: #5f5e5e !important;
  font-family: 'Cormorant SC', serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  padding: 20px 0 0 !important;
  margin: 0 0 20px !important;
  position: relative !important;
  width: 8cm !important;
}
.qr-card .table_title {
  margin-top: 170px;
  margin-bottom: 2px;
  font-size: 15px;
}
.qr-card .nama_meja {
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 5px;
}
.qr-card .divider {
  border-bottom: 1px solid #5f5e5e;
  width: 77%;
  margin: 0 auto;
}
.qr-card .table_info {
  font-family: 'Century Schoolbook Italic';
  font-size: 12px;
  margin-top: 2px;
}
.qr-card .berlaku_untuk {
  margin-top: 14px;
}
.qr-card .berlaku_untuk p {
  font-size: 13px;
  margin-bottom: 6px;
}
.qr-card .info_title {
  font-weight: 600;
  letter-spacing: 0.5px;
}
.qr-card .berlaku_untuk ul {
  padding: 0 20px;
  list-style: none;
  width: 100%;
}
.qr-card .berlaku_untuk ul li {
  display: inline;
  float: left;
  width: 33.3%;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
}
.tribox-qr.qr-card .qr-code {
  margin: 20px 0 0 !important; 
}
.qr-card .kepada_info {
  margin-top: -6px;
}
.qr-card .nama_tamu {
  font-family: 'Century Schoolbook';
  font-size: 15px;
}
.tribox-qr.qr-card .foot {
  font-family: 'Cormorant SC', serif !important;
      position: absolute !important;
    bottom: 0 !important;
    width: 100% !important;
    text-align: center !important;
    font-size: 10px !important;
}
/* END QR CARD BY TRIBOX */

@media print {
  a:link {
    border-bottom: none !important;
    text-decoration: none !important;
  }
  a[href]:after {
    content: none !important;
  }
  .save-print {
    display: none;
  }
  /* Print Label */
  #print-label {
    padding: 0;
  }
  #print-label h2,
  #print-label h3 {
    display: none;
  }
  /* Print Table Card */
  #print-table-card {
    padding: 0;
  }
  #print-table-card h2,
  #print-table-card h3 {
    display: none;
  }
  #print-table-card .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 991.98px) {
  .save-print {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .section.pb-300 {
    padding-bottom: 160px;
  }
  #page-faq .faq .tanya h4 {
    font-size: 18px;
    line-height: 26px;
  }
  #page-faq .faq .jawab {
    font-size: 16px;
  }
  #page-pemesanan #acf-form .acf-label {
    float: left;
    width: 100%;
  }
  #page-pemesanan #acf-form .acf-input {
    float: left;
    width: 100%;
  }
}
