/*
Theme Name: Art Brussels Gallery
Theme URI: 
Author: Studio RGB
Author URI: 
Description: Design by Milk & Cookies, Development by Studio RGB
Version: 1.0.0
Text Domain: aaab
*/
* {
	margin: 0;
	padding: 0;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    background-color: rgb(255, 255, 255);
    color: black;
    font-size: 16px;
    line-height: 1.2em;
    max-width: 2000px;
    margin: 0 auto;
    overflow-x: hidden;
    padding: 10px;
    padding-top: 0;
}
.highlight {
  background-color: #FFEF21;
  margin-left: -10px !important;
  padding-left: 10px !important;
  margin-right: -10px !important;
  padding-right: 10px !important;
}
.container>p {
  padding-top: 20px;
  padding-bottom: 20px;
}
p {
  font-size: 16px;
  line-height: 1.2em;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
main h1,main h2, header h1, header h2 {
  font-size: 32px;
  line-height: 1.2em
}
main {
  padding-top: 100px;
}
.logged-in main {
  padding-top: 145px;
}
header {
  position: fixed;
  top: 0;
  padding-left: 10px;
  left: 0;
  padding-right: 10px;
  background-color: white;
  padding-top: 5px;
  width: 100%;
  z-index: 1000;
}
.logged-in header {
  padding-bottom: 50px;
  
}
@media(min-width:768px) {
  .logged-in header:after {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='0' y1='100%25' x2='100%25' y2='100%25' stroke='%23333' stroke-width='6' stroke-dasharray='6%2c 9' stroke-linecap='square' /%3e%3c/svg%3e");
    width: calc(100% - 20px);
    left: 10px;
    height: 6px;
    content: '';
    bottom: 0px;
    display: block;
    position: absolute;
  }
}
header p {
  margin-left: auto;
  margin-right: 0;
}
header .row {
  display: flex;
  padding-bottom: 5px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='0' y1='100%25' x2='100%25' y2='100%25' stroke='%23333' stroke-width='6' stroke-dasharray='6%2c 9' stroke-linecap='square' /%3e%3c/svg%3e");
}
body>header h2 {
  padding-left: 40px;
}
h1 {
  font-weight: 500;
}
h2 {
  font-weight: 400;
}
.r {
  display: flex;
  margin-top: 10px;
  min-height: calc(100vh - 224px);
}
.left, .right {
  width: 50%;
}
.left {
  width: calc(50% + 3px);
  padding-right: 14px;
}
.right {
  width: calc(50% - 3px);
  padding-left: 10px;
}
.left {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='100%25' y1='0' x2='100%25' y2='100%25' stroke='%23333' stroke-width='6' stroke-dasharray='6%2c 9' stroke-linecap='square' /%3e%3c/svg%3e");
}
.text {
  padding-right: 20px;
}
.text p+p {
  padding-top: 19px;
}
.menu-container {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='0' y1='100%25' x2='100%25' y2='100%25' stroke='%23333' stroke-width='6' stroke-dasharray='6%2c 9' stroke-linecap='square' /%3e%3c/svg%3e");
}

#loginform-custom label {
  width: 100%;
  display: block;
}
input[type="text"], input[type="password"], .acf-field input[type=text], .acf-field input[type=password], .acf-field input[type=date], .acf-field input[type=datetime], .acf-field input[type=datetime-local], .acf-field input[type=email], .acf-field input[type=month], .acf-field input[type=number], .acf-field input[type=search], .acf-field input[type=tel], .acf-field input[type=time], .acf-field input[type=url], .acf-field input[type=week], .acf-field textarea, .acf-field select {
  border: 1px solid rgb(178,178,178);
  background-color: white;
  width: 100%;
  font-size: 16px !important;
  line-height: 19px !important;
  padding: 10px !important;
}
div.acf-url i {
  top: 11px;
}
ul.acf-radio-list li, ul.acf-checkbox-list li {
  font-size: 16px !important;
  line-height: 19px !important;
}
.login-submit {
  text-align: right;
}
label {
  padding-bottom: 14px;
}
#loginform-custom p {
  padding-bottom: 26px;
}
#wp-submit, #save, #delete-button {
  font-size: 32px;
  color: #00c200;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  background-color: white;
  padding: 2px;
  padding-right: 0;
}
.add-work {
  font-size: 22px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.preview-work {
  padding-bottom: 30px;
}
.preview-work figure {
  padding-bottom: 10px;
}
.red {
  color: red;
}
.red.acf-field input[type=text], .red.acf-field input[type=password], .red.acf-field input[type=date], .red.acf-field input[type=datetime], .red.acf-field input[type=datetime-local], .red.acf-field input[type=email], .red.acf-field input[type=month], .red.acf-field input[type=number], .red.acf-field input[type=search], .red.acf-field input[type=tel], .red.acf-field input[type=time], .red.acf-field input[type=url], .red.acf-field input[type=week], .red.acf-field textarea, .red.acf-field select {
  border-color: red;
}
#add {
  font-size: 32px;
  color: #00c200;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  background-color: white;
  padding: 10px;
  position: fixed;
  right: 0px;
  top: 104px;
  z-index: 1001;
}
#delete-button {
  color: #5c00d2;
  margin-right: 0;
  margin-left: auto;
}
div.delete {
  text-align: right;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='0' y1='0' x2='100%25' y2='0' stroke='%23333' stroke-width='6' stroke-dasharray='6%2c 9' stroke-linecap='square' /%3e%3c/svg%3e");

  padding-top: 10px;
  margin-top: 10px;
}
#save {
  position: fixed;
  right: 10px;
  top: 100px;
  z-index: 1001;
}
#message, .acf-error-message p {
  position: fixed;
  z-index: 1001;
  top: 114px;
  left: 10px;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 17px !important;
  line-height: 19px !important;
}
.acf-repeater .acf-row-handle.order {
  color: black !important;
}
.acf-table>thead>tr>th, .acf-table>tbody>tr>td, .acf-repeater .acf-row-handle.order+td, .acf-table {
  border-color: rgb(178,178,178) !important;
}
a.acf-icon:hover {
  border-color: black !important;
}
.acf-repeater .acf-row-handle.order, .acf-repeater .acf-row-handle.remove {
  background-color: white !important;
}
#message, .add-work {
  color: #00c200;
}
.add-work {
  text-align: right;
  
}
.acf-error-message p {
  color: red;
}
div.acf-notice {
  position: static;

  background-color: white;
}
.acf-error-message p {
  position: static !important;
  font-size: 16px !important;
}
.acf-notice.-error.acf-error-message.-dismiss {
  display: none;
}
.acf-field .acf-notice.-error {
  color: red !important;
  background-color: white !important;
  padding: 0 !important;
  border: none !important;
}
#message.g {
  color: rgb(178,178,178);
}
.page-id-42 .right #message {
  display: none;
}
ul#menu-main{
  display: flex;
  flex-wrap: wrap;
}
#menu-main li {
  width: 33.333%;
  display: block;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
}
li.current-menu-item {
  position: relative;
  background-color: rgb(229,229,229);
}
li.current-menu-item:before {
  width: 100%;
  height: calc(100% + 10px);
  content: '';
  display: block;
  background-color: rgb(229,229,229);
  top: -5px;
  z-index: -1;
  left: 0;
  position: absolute;
}
@media(min-width: 768px) {
  #menu-main li:not(:last-child) {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='100%25' y1='0' x2='100%25' y2='100%25' stroke='%23333' stroke-width='6' stroke-dasharray='6%2c 9' stroke-linecap='square' /%3e%3c/svg%3e");

  }
  .page-id-51 .r {
    min-height: calc(100vh - 120px);
  }
}
#message p, p#message {
  font-size: 17px;
}
main h3 {
  font-weight: normal;
  text-align: center;
  font-size: 24px;
  line-height: 26px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='0' y1='0' x2='100%25' y2='0' stroke='%23333' stroke-width='6' stroke-dasharray='6%2c 9' stroke-linecap='square' /%3e%3cline x1='0' y1='100%25' x2='100%25' y2='100%25' stroke='%23333' stroke-width='6' stroke-dasharray='6%2c 9' stroke-linecap='square' /%3e%3c/svg%3e");
  padding-top: 11px;
  padding-bottom: 11px;
}
main h3:first-child {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='0' y1='100%25' x2='100%25' y2='100%25' stroke='%23333' stroke-width='6' stroke-dasharray='6%2c 9' stroke-linecap='square' /%3e%3c/svg%3e");
}
div.acf-fields>.acf-field {
  padding: 15px 0 15px;
  border-top: none;
}
.acf-field-67a1dfa4d3841.acf-field-group .acf-field  {
  padding: 0px 0 5px;
}
.acf-field textarea {
  font-family: inherit;
}
div.acf-field .acf-label label {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}
ul.list {
  font-size: 26px;
  line-height: 32px;
  padding-top: 30px;
  list-style-type: none;
}
ul.list li {
  padding-bottom: 10px;
}
ul.list a {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
ul.list a:hover:after {
  position: absolute;
  content: 'edit';
  color: #00c200;
  font-size: 16px;
  top: -10px;
  right: 0px;
}
*:focus-visible {
  outline: none;
  border: none;
}
.works-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.works-grid p {
  font-size: 12px;
}
.preview-work figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.preview-work figure img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}
.screen-reader-text, select.acf-gallery-sort {
  display: none;
}
.acf-fields.-border {
  border: none !important;
}
.acf-fields.-border label {
  display: inline-block;
  padding-left: 20px !important;
  padding-bottom: 0 !important;
  font-style: italic;
  font-size: 14px !important;
}
ul.acf-radio-list:focus-within, ul.acf-checkbox-list:focus-within {
  border-color: white !important;
  outline: none !important;
}
ul.acf-radio-list li, ul.acf-checkbox-list li  {
  padding-bottom: 5px;
}
.acf-fields.-border div.acf-label {
  margin-bottom: 0;
  padding-bottom: 0;
}
.acf-field[data-width]+.acf-field[data-width] {
  border-left: none !important;
}
#acf-field_67a334104902f, #acf-field_67a1dfa4d3841-field_67a3ce696e4fb, #acf-field_67a1dfa4d3841-field_67a3ce976e4fd, #acf-field_67a332f232fc9-field_67a3330832fca, #acf-field_67a332f232fc9-field_67a3331232fcb {
  width: calc(100% - 10px);
}
.acf-field p.description {
  font-size: 12px;
  line-height: 15px;
  font-style: italic;
  color: black !important;
}
.attachments-browser .media-toolbar, .has-description, #alt-text-description, 
.form-table .acf-field-text[data-name="title"], 
.form-table .acf-field-text[data-name="alt"],
.form-table .acf-field-textarea[data-name="description"] label, 
.form-table .acf-field-textarea[data-name="caption"] label, 
span.setting[data-setting="title"], 
span.setting[data-setting="alt"],  
span.setting[data-setting="url"], 
span.setting[data-setting="description"] label, 
span.setting[data-setting="caption"] label, .acf-gallery-edit, .edit-attachment {
  display: none !important;
}
.media-frame input[type=color], .media-frame input[type=date], .media-frame input[type=datetime-local], .media-frame input[type=datetime], .media-frame input[type=email], .media-frame input[type=month], .media-frame input[type=number], .media-frame input[type=password], .media-frame input[type=search], .media-frame input[type=tel], .media-frame input[type=text], .media-frame input[type=time], .media-frame input[type=url], .media-frame input[type=week], .media-frame select, .media-frame textarea {
  border-radius: 0 !important;
}
span.setting[data-setting="description"]:before, 
.form-table .acf-field-textarea[data-name="description"]:before  {
  content: 'Courtesy';
}
span.setting[data-setting="caption"]:before, 
.form-table .acf-field-textarea[data-name="caption"]:before {
  content: 'Caption';
}
body .wp-core-ui .button, body .wp-core-ui .button-secondary {
  color: black;
  border-color: black;
  border-radius: 0;
}
.media-frame-title h1 {
  padding: 0 16px;
  overflow: hidden;
  height: 40px;
  width: 130px; 
}
div.pob:before {
  content: 'Mandatory additional information if the artist is featured in your booth';
  color: black;
  padding-top: 20px;
  padding-bottom: 20px;
  font-style: italic;
  font-size: 16px;
  line-height: 19px;
  display: block;
}
div.acf-field-67a33535ab4a6:after {
  content: 'High-res JPEG only; no PNGs or TIFFs. \A File size limit: 25MB. \A (Up to 3 images per work)';
  max-width: 360px;
}
.acf-gallery-add, .acf-button.button, body .wp-core-ui .button, body .wp-core-ui .button-secondary, .wp-core-ui .button-secondary:hover, .wp-core-ui .button.hover, .wp-core-ui .button:hover {
  color: #00c200 !important;
  background-color: white !important;
  border: none !important;
}
div.acf-media-modal .attachment.acf-selected {
  box-shadow: 0 0 0 3px #fff inset,0 0 0 7px #00c200 inset !important;
}
div.acf-gallery .acf-gallery-attachment.active .margin {
    box-shadow: 0 0 0 1px #fff, 0 0 0 5px #00c200;
}
div.wp-core-ui .attachment.details {
    box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #00c200;
}
.wp-core-ui .attachment.details .check, .wp-core-ui .attachment.selected .check:focus, .wp-core-ui .media-frame.mode-grid .attachment.selected .check {
    background-color: #00c200 !important;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #00c200 !important;
}
.wp-core-ui .attachment.details:focus,.wp-core-ui .attachment:focus,.wp-core-ui .selected.attachment:focus {
    box-shadow: inset 0 0 2px 3px #fff,inset 0 0 0 5px #00c200 !important;
    outline: 2px solid transparent;
    outline-offset: -6px
}
.wp-core-ui .button-group.button-large button.button, .wp-core-ui button.button.button-large {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 400;
  font-family: 'Helvetica Neue', Helvetica;
}
.media-frame, .media-modal {
  font-family: 'Helvetica Neue', Helvetica, sans-serif !important;
}
.select2-container--open .select2-dropdown--below, .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: 0 !important;
}
.acf-field-67a3d538da654 .acf-gallery {
  height: 250px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #00c200 !important;
}
.wp-core-ui button.button-primary-disabled, .wp-core-ui button.button-primary.disabled, .wp-core-ui button.button-primary:disabled, .wp-core-ui button.button-primary[disabled] {
  background-color: white !important;
}
.media-router .media-menu-item:active, .media-router .media-menu-item:hover {
  color: black;
}
.wp-core-ui .attachment .thumbnail:after {
  display: none;
}
.media-button-select {
  font-size: 30px;
}

label[for="acf-field_67a3342c49030"] {
  opacity: 0;
}
.select2-container--default .select2-selection--multiple {
  border-radius: 0 !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: rgb(178,178,178) !important;
}
.right>h3+p {
  padding-top: 20px;
  font-style: italic;
}
.acf-field-checkbox .acf-label {
  padding-left: 22px;
  font-style: italic;
}
.acf-field-67a3338a4902e ul {
  column-count: 3;
}
.select2-container.-acf {
  z-index: 999 !important;
}
.r h3:not(:first-child) {
  margin-top: 50px;
}
.hide-label>.acf-label label {
  display: none !important;
}
@media(max-width: 768px) {
  header .row {
    display: block;
    padding-bottom: 10px;
  }
  .logged-in header {
    padding-bottom: 0;
  }
  header {
    position: static;
    padding-left: 0;
    padding-right: 0;
  }
  #save, #add {
    top: 0;
  }
  #message, .acf-error-message p {
    top: 40px;
    right: 10px;
    display: inline-block;
    left: auto;
  }
  li#menu-item-49 {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='0' y1='0' x2='100%25' y2='0' stroke='%23333' stroke-width='6' stroke-dasharray='6%2c 9' stroke-linecap='square' /%3e%3cline x1='0' y1='100%25' x2='100%25' y2='100%25' stroke='%23333' stroke-width='6' stroke-dasharray='6%2c 9' stroke-linecap='square' /%3e%3c/svg%3e");

  }
  .r {
    min-height: none;
    height: auto;
    display: block;
  }
  .menu-container {
    height: auto;
  }
  .left, .right {
    width: 100%;
  }
  .right {
    padding-left: 0;
  }
  .left {
    border-right: none;
    background: none;
    padding-right: 0;
  }
  .logged-in main {
    padding-top: 30px;
  }
  main h3:first-child {
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='0' y1='0' x2='100%25' y2='0' stroke='%23333' stroke-width='6' stroke-dasharray='6%2c 9' stroke-linecap='square' /%3e%3cline x1='0' y1='100%25' x2='100%25' y2='100%25' stroke='%23333' stroke-width='6' stroke-dasharray='6%2c 9' stroke-linecap='square' /%3e%3c/svg%3e");

  }
  body>header h2 {
    padding-left: 0;
  }
  ul#menu-main {
    display: block;
  }
  #menu-main li {
    width: 100%;
  }
  .menu-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
table {
  text-align: left;
  vertical-align: top;
  width: 100%;
}
td, th {
  padding: 4px 10px 4px 0;
  vertical-align: top;
}
th {
  padding-top: 40px;
}
td:first-child, th:first-child {
  width: 200px;
}
th {
  border-bottom: 3px solid;
}
table img {
  width: 300px;
  height: auto;
}
table li {
  list-style-type: none;
}
.single-gallery .menu-container, .single-gallery.logged-in header:after {
  display: none;
}
section.gallery-approval {
  padding-top: 40px;
  padding-bottom: 40px;
}
section.gallery-approval h2 {
  padding-bottom: 40px;
}
ul.list+a {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
}
span.edit-date, span.approved-status {
  font-size: 70%;
}