/* common styles for link blocks */
.linkblock {
  display: block;
  padding: 1em;
  background: var(--wp--preset--color--base) !important;
  text-decoration: none !important;
  transition: background 0.6s ease, background-color 0.6s ease, color 1.2s ease;
}

.linkblock h2 {
  font-size: 1em;
  margin: 0 !important;
  padding: 0 !important;
}

.linkblock p {
  font-size: var(--wp--preset--font-size--small);
}

/* hover styles*/
.linkblock:hover p {
  color: var(--wp--preset--color--white) !important;
}

.linkblock.recording h2 span {
  color: var(--wp--preset--color--recording) !important;
}

.linkblock.recording:hover {
  background: var(--wp--preset--gradient--recording) !important;
}

.linkblock.vocal h2 span {
  color: var(--wp--preset--color--vocal) !important;
}

.linkblock.vocal:hover {
  background: var(--wp--preset--gradient--vocal) !important;
}

.linkblock.mixing h2 span {
  color: var(--wp--preset--color--mixing) !important;
}

.linkblock.mixing:hover {
  background: var(--wp--preset--gradient--mixing) !important;
}

.linkblock.atmos h2 span {
  color: var(--wp--preset--color--atmos) !important;
}

.linkblock.atmos:hover {
  background: var(--wp--preset--gradient--atmos) !important;
}

.linkblock.mastering h2 span {
  color: var(--wp--preset--color--mastering) !important;
}

.linkblock.mastering:hover {
  background: var(--wp--preset--gradient--mastering) !important;
}

.linkblock.digitisation h2 span {
  color: var(--wp--preset--color--digitisation) !important;
}

.linkblock.digitisation:hover {
  background: var(--wp--preset--gradient--digitisation) !important;
}

.linkblock.recording:hover h2 span,
.linkblock.recording:hover h2,
.linkblock.vocal:hover h2 span,
.linkblock.vocal:hover h2,
.linkblock.mixing:hover h2 span,
.linkblock.mixing:hover h2,
.linkblock.atmos:hover h2 span,
.linkblock.atmos:hover h2,
.linkblock.mastering:hover h2 span,
.linkblock.mastering:hover h2,
.linkblock.digitisation:hover h2 span,
.linkblock.digitisation:hover h2 {
  color: var(--wp--preset--color--white) !important;
}

.currency_wrapper {
  text-align: right;
  font-size: var(--wp--preset--font-size--x-small) !important;
  width: 100%;
  color: var(--wp--preset--color--contrast);
  vertical-align: middle;
  display: block;
  overflow: hidden;
}

.currency_wrapper select {
  border: none;
  background: none !important;
  opacity: 1;
  padding: 0.25rem 0.5rem;
  font-size: 0.95rem;
  font-size: var(--wp--preset--font-size--small) !important;
  cursor: pointer;
  width: 60px;
  float: right;
  padding: 0;
  text-align: center;
}

.gform-theme--framework .gfield--type-choice.gf_radio_img .gchoice {
  grid-template-columns: 100% !important;
}

.gform_wrapper h3 {
  margin: 0;
}
.gform_wrapper .gform_heading {
  opacity: 0.5;
  font-size: var(--wp--preset--font-size--x-small);
}
.gform_wrapper .gform-page-footer input.gform_next_button,
.gform_wrapper .gform-page-footer input.gform_previous_button,
.gform_wrapper .gform-page-footer input[type=submit],
.gform_wrapper .gform-footer input.gform_next_button,
.gform_wrapper .gform-footer input.gform_previous_button,
.gform_wrapper .gform-footer input[type=submit] {
  background-color: var(--wp--preset--color--contrast) !important;
  color: var(--wp--preset--color--base) !important;
  border-color: var(--wp--preset--color--contrast) !important;
  padding: 1em 2em !important;
  font-size: var(--wp--preset--font-size--medium) !important;
  border-radius: 9999px !important;
}
.gform_wrapper .gform-page-footer input.gform_next_button:hover,
.gform_wrapper .gform-page-footer input.gform_previous_button:hover,
.gform_wrapper .gform-page-footer input[type=submit]:hover,
.gform_wrapper .gform-footer input.gform_next_button:hover,
.gform_wrapper .gform-footer input.gform_previous_button:hover,
.gform_wrapper .gform-footer input[type=submit]:hover {
  background-color: var(--wp--preset--color--accent-2) !important;
  color: var(--wp--preset--color--black) !important;
  border-color: var(--wp--preset--color--accent-2) !important;
}
.gform_wrapper .highlightprice label,
.gform_wrapper .gfield--type-total label {
  margin-bottom: 0 !important;
  text-align: center;
  width: 100%;
  display: block;
}
.gform_wrapper .highlightprice input[readonly],
.gform_wrapper .gfield--type-total input[readonly] {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  font-size: var(--wp--preset--font-size--huge);
  font-weight: bold;
  text-align: center;
  width: 100%;
  display: block;
}
.gform_wrapper .highlightprice input[readonly]:hover,
.gform_wrapper .gfield--type-total input[readonly]:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}
.gform_wrapper .gform-field-label:where(:not(.gform-theme__disable),
:not(.gform-theme__disable *),
:not(.gform-theme__disable-framework),
:not(.gform-theme__disable-framework *)) {
  color: var(--wp--preset--color--contrast) !important;
}
.gform_wrapper select,
.gform_wrapper input,
.gform_wrapper button,
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=url],
.gform_wrapper input[type=password],
.gform_wrapper input[type=search],
.gform_wrapper input[type=number],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=range],
.gform_wrapper input[type=date],
.gform_wrapper input[type=month],
.gform_wrapper input[type=week],
.gform_wrapper input[type=time],
.gform_wrapper input[type=datetime],
.gform_wrapper input[type=datetime-local],
.gform_wrapper input[type=color],
.gform_wrapper textarea {
  background-color: var(--wp--preset--color--base) !important;
  color: var(--wp--preset--color--contrast) !important;
}
.gform_wrapper select:hover,
.gform_wrapper input:hover,
.gform_wrapper button:hover,
.gform_wrapper input[type=text]:hover,
.gform_wrapper input[type=email]:hover,
.gform_wrapper input[type=url]:hover,
.gform_wrapper input[type=password]:hover,
.gform_wrapper input[type=search]:hover,
.gform_wrapper input[type=number]:hover,
.gform_wrapper input[type=tel]:hover,
.gform_wrapper input[type=range]:hover,
.gform_wrapper input[type=date]:hover,
.gform_wrapper input[type=month]:hover,
.gform_wrapper input[type=week]:hover,
.gform_wrapper input[type=time]:hover,
.gform_wrapper input[type=datetime]:hover,
.gform_wrapper input[type=datetime-local]:hover,
.gform_wrapper input[type=color]:hover,
.gform_wrapper textarea:hover {
  background-color: var(--wp--preset--color--base-2) !important;
  border-color: var(--wp--preset--color--contrast) !important;
}
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
  color: var(--wp--preset--color--contrast);
  opacity: 0.3;
}
.gform_wrapper .gfield--type-coupon .ginput_container_coupon {
  display: block;
}
.gform_wrapper .gfield--type-coupon .ginput_container_coupon input {
  line-height: 1 !important;
  padding: 0.5em !important;
  margin: 0 !important;
  height: 2.5em !important;
  font-size: 1em !important;
}
.gform_wrapper .gfield--type-coupon .ginput_container_coupon input[type=button] {
  float: right;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left: 1px solid var(--wp--preset--color--contrast) !important;
  width: 40% !important;
}
.gform_wrapper .gfield--type-coupon .ginput_container_coupon input[type=text] {
  float: left;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  width: 60% !important;
}

body .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  background-color: var(--wp--preset--color--contrast) !important;
}

body .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  color: var(--wp--preset--color--contrast) !important;
}

#gform_wrapper_88 #field_88_136 {
  /*
      .gchoice {

        min-width: 245px;

        display: flex;
        align-items: flex-start;
        flex-direction: column;


      }
      */
}
#gform_wrapper_88 #field_88_136 .gchoice {
  position: relative;
}
#gform_wrapper_88 #field_88_136 .gchoice input[type=radio] {
  display: none;
}
#gform_wrapper_88 #field_88_136 .gchoice input[type=radio]:checked + label {
  border: 2px solid var(--wp--preset--color--mixing);
  box-shadow: 0 0 0 2px var(--wp--preset--color--mixing);
  background-color: var(--wp--preset--color--mixing);
  color: var(--wp--preset--color--white) !important;
}
#gform_wrapper_88 #field_88_136 .gchoice label {
  width: 100%;
  padding: 1rem;
  border: 1px solid var(--wp--preset--color--base);
  border-radius: 8px;
  cursor: pointer;
  transition: border 0.2s ease, box-shadow 0.2s ease;
  margin: 0;
  display: block;
  white-space: normal;
}
#gform_wrapper_88 #field_88_136 .gchoice label:hover {
  border-color: var(--wp--preset--color--mastering);
  background-color: var(--wp--preset--color--base-2);
  color: var(--wp--preset--color--contrast) !important;
}
#gform_wrapper_88 #field_88_136 .gchoice label img {
  float: left;
  max-width: 60px;
  height: auto;
  border-radius: 7px;
  margin-right: 1em;
  vertical-align: middle;
}
#gform_wrapper_88 #field_88_136 .gchoice label small {
  display: block;
  white-space: normal;
  font-size: var(--wp--preset--font-size--x-small);
  opacity: 0.5;
}
#gform_wrapper_88 #field_88_136 .gchoice label small br {
  display: block;
}

#gform_wrapper_116 {
  /* hiding empty field*/
  /* image selected */
}
#gform_wrapper_116 #field_116_99 {
  display: none;
}
#gform_wrapper_116 .gf_step.gf_step_active .gf_step_number {
  opacity: 1 !important;
  color: var(--wp--preset--color--contrast) !important;
}
#gform_wrapper_116 .gf_step .gf_step_number {
  opacity: 0.5 !important;
  color: var(--wp--preset--color--contrast) !important;
}
#gform_wrapper_116 #field_116_134 {
  border-radius: 7px;
  background: var(--wp--preset--color--base);
  padding: 1em;
  display: block;
}
#gform_wrapper_116 #field_116_147 p,
#gform_wrapper_116 #field_116_138,
#gform_wrapper_116 #field_116_151 p {
  margin: 0;
  padding: 1em;
  font-size: var(--wp--preset--font-size--small);
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast);
  border-radius: 5px;
}
#gform_wrapper_116 #field_116_147 p a,
#gform_wrapper_116 #field_116_138 a,
#gform_wrapper_116 #field_116_151 p a {
  text-decoration: underline;
}
#gform_wrapper_116 .gfield_list_group_item::before:where(:not(.gform-theme__disable),
:not(.gform-theme__disable *),
:not(.gform-theme__disable-framework),
:not(.gform-theme__disable-framework *)) {
  color: var(--wp--preset--color--contrast) !important;
}
#gform_wrapper_116 .gform-datepicker {
  width: 100%;
}
@media only screen and (max-width: 641px) {
  #gform_wrapper_116 #input_116_126 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
#gform_wrapper_116 #input_116_126 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
#gform_wrapper_116 #input_116_126 .gchoice {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
#gform_wrapper_116 #input_116_126 .gchoice input[type=radio] {
  display: none;
}
#gform_wrapper_116 #input_116_126 .gchoice input[type=radio]:checked + label {
  border: 2px solid var(--wp--preset--color--mastering);
  box-shadow: 0 0 0 2px var(--wp--preset--color--mastering);
  background-color: var(--wp--preset--color--mastering);
  color: var(--wp--preset--color--white) !important;
}
#gform_wrapper_116 #input_116_126 .gchoice label {
  width: 100%;
  padding: 1rem;
  border: 1px solid var(--wp--preset--color--base);
  border-radius: 8px;
  cursor: pointer;
  transition: border 0.2s ease, box-shadow 0.2s ease;
  margin: 0;
  display: block;
  white-space: normal;
}
#gform_wrapper_116 #input_116_126 .gchoice label:hover {
  border-color: var(--wp--preset--color--mastering);
  background-color: var(--wp--preset--color--base-2);
  color: var(--wp--preset--color--contrast) !important;
}
#gform_wrapper_116 #input_116_126 .gchoice label img {
  float: left;
  max-width: 60px;
  height: auto;
  border-radius: 7px;
  margin-right: 1em;
  vertical-align: middle;
}
#gform_wrapper_116 #input_116_126 .gchoice label small {
  display: block;
  white-space: normal;
  font-size: var(--wp--preset--font-size--x-small);
  opacity: 0.5;
}
#gform_wrapper_116 #input_116_126 .gchoice label small br {
  display: block;
}

/* Forms 
.profileimage {
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 641px) {
  .gform_wrapper.gravity-theme {
    .gfield {
      &.gf_list_6col {
        .gfield_checkbox,
        .gfield_radio {
          display: grid;
          grid-template-columns: repeat(6, 1fr);
          grid-template-rows: repeat(auto-fill, auto);
          grid-column-gap: 0.5rem;
        }
      }

      &.gf_list_6col_vertical {
        .gfield_checkbox,
        .gfield_radio {
          -moz-column-count: 6;
          column-count: 6;
          grid-column-gap: 0.5rem;
          display: block;
        }
      }
    }
  }
}
#gform_116 {
  .pure-button:hover {
    background-color: var(--wp--preset--color--mastering) !important;
    color: var(--wp--preset--color--base) !important;
  }

  #field_116_147 {
    p {
      margin: 0;
      background-color: var(--wp--preset--color--base);
      color: var(--wp--preset--color--mastering);
      padding: 0.25em 0.5em;
      text-align: center;
      border-radius: 5px;

      a {
        text-decoration: underline;
        font-weight: bold;
      }
    }
  }
}

.gfield_description {
  font-size: var(--wp--preset--font-size--x-small) !important;
}



.gform-body {
  a:where(:not(.wp-element-button)) {
    text-decoration: none !important;
  }
}

body {
  .gform_wrapper {
    .gform_footer,
    .gform_page_footer {
      input {
        &.button,
        &[type="submit"] {
          background-color: var(--wp--preset--color--contrast);
          color: var(--wp--preset--color--base);
          border-color: var(--wp--preset--color--contrast);
          padding-top: var(--wp--preset--spacing--30);
          padding-bottom: var(--wp--preset--spacing--30);
          font-size: var(--wp--preset--font-size--medium);
          border-radius: 9999px;
          font-family: "futura-pt", -apple-system, BlinkMacSystemFont,
            "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
            "Droid Sans", "Helvetica Neue", sans-serif;
          font-weight: bold;
          padding-right: 3rem;
          padding-left: 3rem;
          transition: all 0.3s ease;

          &:hover {
            background-color: var(--wp--preset--color--accent-2) !important;
            color: var(--wp--preset--color--base) !important;
            cursor: pointer;
          }
        }
      }
    }
  }
}
*/
/* image checkboxes START 
.gf_radio_img {
  .gfield_label {
    margin-bottom: 1em;
    display: block !important;
    font-size: 1.5em;
    text-align: center;
  }

  ul.gfield_radio,
  div.gfield_radio {
    overflow: visible;
    position: relative;

    li,
    .gchoice {
      overflow: visible;
      text-align: center;

      input[type="radio"] {
        opacity: 0;
        position: absolute;

        &:hover + label img {
          opacity: 1;
          filter: none;
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
        }

        &:checked + label {
          color: var(--wp--preset--color--contrast);

          &:after {
            opacity: 1;
            top: 40%;
          }

          small {
            opacity: 0.5;
          }

          img {
            opacity: 1;
            filter: none;
            border: none;
            box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
          }
        }
      }

      label {
        position: relative;
        color: var(--wp--preset--color--contrast);
        font-size: 16px;
        overflow: visible;
        line-height: 1.2;
        font-weight: bold;
        width: 100%;
        margin-bottom: 1em;
        text-align: left;

        small {
          font-weight: normal;
          font-size: 11px;
          line-height: 12px;
          color: var(--wp--preset--color--contrast);
        }

        img {
          border: 5px solid var(--wp--preset--color--base-2);
          border-radius: 5%;
          opacity: 0.7;
          filter: grayscale(1);
          float: left;
          max-width: 100px;
          margin-right: 1em;
        }

        &:after {
          font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro",
            "FontAwesome";
          content: "\f00c";
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          border: 1px solid var(--wp--preset--color--base-2);
          width: 30px;
          height: 30px;
          overflow: hidden;
          border-radius: 50%;
          background: var(--wp--preset--color--contrast);
          pointer-events: none;
          transition: all 0.3s;
          text-align: center;
          line-height: 30px;
          font-size: 14px;
          color: var(--wp--preset--color--base);
          display: block;
          position: absolute;
          opacity: 0;
          left: 0;
          top: 50%;
          margin: -15px 0 0 -15px;
        }
      }
    }
  }
}

@media screen and (min-width: 641px) {
  body {
    .gform_wrapper {
      .gf_radio_img {
        ul.gfield_radio,
        div.gfield_radio {
          li,
          .gchoice {
            input[type="radio"]:checked + label:after {
              top: 5px;
            }

            label {
              text-align: center;

              img {
                float: none;
                max-width: 100%;
                margin-right: 0;
                margin: 0 auto;
              }

              &:after {
                left: 50%;
                top: -15px;
              }
            }
          }
        }
      }
    }
  }
}
image checkboxes END */
/*
.highlightprice {
  text-align: center;

  input,
  span {
    background: var(--wp--preset--color--base-2);
    opacity: 1;
    font-size: var(--wp--preset--font-size--x-large) !important;
    line-height: var(--wp--preset--font-size--x-large);
    font-weight: 700;
    color: var(--wp--preset--color--contrast);
    border: none;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
  }
}

.engineernotice {
  margin-top: 0 !important;

  a {
    background-color: var(--wp--preset--color--contrast) !important;
    color: var(--wp--preset--color--base) !important;
    padding: 0.5em 1em;
    border-radius: 9999px;
    text-decoration: none;
    border-color: var(--wp--preset--color--contrast) !important;
    display: inline-block;

    &:hover {
      background-color: var(--wp--preset--color--base) !important;
      color: var(--wp--preset--color--contrast) !important;
    }
  }

  small {
    font-size: var(--wp--preset--font-size--small) !important;
  }
}

body
  .gform_wrapper
  li:not(.gf_radio_img)
  .gfield_radio
  li
  [type="radio"]:not(:checked)
  + label:after,
body
  .gform_wrapper
  li:not(.gf_radio_img)
  .gfield_radio
  li
  [type="radio"]:checked
  + label:after,
body
  .gform_wrapper.gravity-theme
  fieldset:not(.gf_radio_img)
  .gfield_radio
  div
  [type="radio"]:not(:checked)
  + label:after,
body
  .gform_wrapper.gravity-theme
  fieldset:not(.gf_radio_img)
  .gfield_radio
  div
  [type="radio"]:checked
  + label:after {
  border-width: 1px !important;
  background-color: var(--wp--preset--color--contrast) !important;
}

html body {
  .gform_wrapper {
    .gfield_checkbox {
      li,
      div {
        position: relative;

        [type="checkbox"] {
          &:not(:checked),
          &:checked {
            position: absolute;
            left: -9999px;

            + label {
              position: relative;
              padding-left: 1.9em;
              cursor: pointer;

              &:before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 1.5em;
                height: 1.5em;
                border: 1px solid var(--wp--preset--color--base);
                background: var(--wp--preset--color--base);
                border-radius: 4px;
              }

              &:after {
                content: "";
                position: absolute;
                left: 0.4em;
                top: 0.1em;
                width: 0.5em;
                height: 0.85em;
                border: solid var(--wp--preset--color--contrast);
                border-width: 0 4px 4px 0;
                transform: rotate(45deg);
                display: block;
                opacity: 0;
              }
            }
          }

          &:checked + label {
            &:before {
              box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.15);
            }

            &:after {
              opacity: 1;
            }
          }

          &:disabled {
            &:not(:checked) + label:before,
            &:checked + label:before {
              box-shadow: none;
              border-color: #bbb;
              background-color: #ddd;
            }

            &:checked + label:after {
              color: #999;
            }

            + label {
              color: #aaa;
            }
          }

          &:checked:focus + label:before,
          &:not(:checked):focus + label:before {
            border: 1px dotted var(--wp--preset--color--base);
          }
        }

        label:hover:before {
          border: 1px solid var(--wp--preset--color--base) !important;
        }
      }
    }

    li:not(.gf_radio_img) {
      .gfield_radio {
        li {
          [type="radio"] {
            &:not(:checked) + label:after,
            &:checked + label:after {
              border-width: 1px !important;
              background-color: var(--wp--preset--color--contrast) !important;
            }
          }
        }
      }
    }
  }
}
*/
/* DARK MODE 
@media only screen and (max-width: 640px) {
  .theme-dark .gform_wrapper .gf_page_steps .gf_step {
    background: var(--wp--preset--color--base-2) !important;
  }
  body .gform_wrapper .gf_page_steps .gf_step {
    background: var(--wp--preset--color--base-2) !important;
  }
}
@media only screen and (min-width: 641px) {
  body .gform_wrapper .gf_page_steps {
    &:before {
      content: "";
      display: block;
      background: linear-gradient(
        to right,
        var(--wp--preset--color--base-2) 0%,
        rgba(0, 0, 0, 0) 100%
      );
      height: 100%;
      width: 40px;
      top: 0;
      left: 0;
      position: absolute;
    }
    &:after {
      content: "";
      display: block;
      background: linear-gradient(
        to left,
        var(--wp--preset--color--base-2) 0%,
        rgba(0, 0, 0, 0) 100%
      );
      height: 100%;
      width: 40px;
      top: 0;
      right: 0;
      position: absolute;
    }
    background: linear-gradient(
      0deg,
      var(--wp--preset--color--base) 0%,
      var(--wp--preset--color--base-2) 100%
    );
    padding: 20px 20px 0 20px;
    .gf_step {
      background: var(--wp--preset--color--base) !important;
      margin: 0 1em 0 1em;
    }
    .gf_step_active {
      background: var(--wp--preset--color--base-2) !important;
      box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.15);
    }
  }
  .theme-dark .gform_wrapper .gf_page_steps {
    &:before {
      content: "";
      display: block;
      background: linear-gradient(
        to right,
        var(--wp--preset--color--base-2) 0%,
        rgba(0, 0, 0, 0) 100%
      );
      height: 100%;
      width: 40px;
      top: 0;
      left: 0;
      position: absolute;
    }
    &:after {
      content: "";
      display: block;
      background: linear-gradient(
        to left,
        var(--wp--preset--color--base-2) 0%,
        rgba(0, 0, 0, 0) 100%
      );
      height: 100%;
      width: 40px;
      top: 0;
      right: 0;
      position: absolute;
    }
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 1) 0%,
      var(--wp--preset--color--base-2) 100%
    );
    padding: 20px 20px 0 20px;
    .gf_step {
      background: var(--wp--preset--color--base) !important;
      margin: 0 1em 0 1em;
    }
    .gf_step_active {
      background: var(--wp--preset--color--base) !important;
      box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.15);
    }
  }
}
*/
/* LIGHT MODE
.gform_wrapper {
  select,
  input,
  button,
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea {
    background-color: var(--wp--preset--color--base) !important;
    color: var(--wp--preset--color--contrast) !important;
    border-color: var(--wp--preset--color--base-2) !important;   
    box-shadow: var(--wp--preset--shadow--hard-down) !important;
    &:hover {
      background-color: var(--wp--preset--color--base-2) !important;
      border-color: var(--wp--preset--color--contrast) !important;
    }
  }

  input[readonly] {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    &:hover {
      background-color: transparent !important;
      border-color: transparent !important;
    }
  }
}



*/
body .wp-block-button .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--accent-2) !important;
  color: #000000 !important;
}
body .recording .wp-block-button .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--recording) !important;
  color: #fff !important;
}
body .blurred-btn a {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
body .pure-button,
body .pure-button.pure-button-primary {
  display: inline-block;
  border-radius: 9999px !important;
  padding: 0.5em 1em;
  font-size: var(--wp--preset--font-size--small);
  font-weight: bold;
  text-decoration: none;
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
  transition: all 0.3s ease;
  opacity: 1 !important;
  border: none !important;
}
body .pure-button:hover,
body .pure-button.pure-button-primary:hover {
  background-color: var(--wp--preset--color--accent-2) !important;
  color: var(--wp--preset--color--base) !important;
}

.page-template-mastering-engineer-page main,
.engineer-template-default main {
  margin-top: 0 !important;
}
.page-template-mastering-engineer-page main .entry-title,
.engineer-template-default main .entry-title {
  color: var(--wp--preset--color--contrast);
  text-shadow: 0px 1px 20px rgba(255, 255, 255, 0.2), 0px 4px 10px rgba(255, 255, 255, 0.2), 0px 1px 2px rgba(255, 255, 255, 0.4);
}
.page-template-mastering-engineer-page main .engineer_albums .textoverlay,
.engineer-template-default main .engineer_albums .textoverlay {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--wp--preset--color--base) 75%);
}
.page-template-mastering-engineer-page main .engineer_albums .textoverlay h2,
.engineer-template-default main .engineer_albums .textoverlay h2 {
  color: var(--wp--preset--color--contrast);
  text-shadow: 0px 1px 20px rgba(255, 255, 255, 0.2), 0px 4px 10px rgba(255, 255, 255, 0.2), 0px 1px 2px rgba(255, 255, 255, 0.4);
}
.page-template-mastering-engineer-page main .engineer_albums .textoverlay .is-content-justification-center,
.engineer-template-default main .engineer_albums .textoverlay .is-content-justification-center {
  justify-content: center;
}
@media (min-width: 768px) {
  .page-template-mastering-engineer-page main .engineer_albums .textoverlay .entry-header,
  .engineer-template-default main .engineer_albums .textoverlay .entry-header {
    padding-bottom: 3rem;
  }
}
.page-template-mastering-engineer-page main .engineer_info,
.engineer-template-default main .engineer_info {
  box-shadow: none;
}
.page-template-mastering-engineer-page main .engineer_info h2,
.page-template-mastering-engineer-page main .engineer_info h3,
.engineer-template-default main .engineer_info h2,
.engineer-template-default main .engineer_info h3 {
  font-size: var(--wp--preset--font-size--medium);
  margin-bottom: 0;
  border-bottom: none;
  color: var(--wp--preset--color--contrast);
  text-transform: uppercase;
}
.page-template-mastering-engineer-page main .engineer_info .links,
.engineer-template-default main .engineer_info .links {
  margin-bottom: 0;
}
.page-template-mastering-engineer-page main .engineer_info .links a,
.engineer-template-default main .engineer_info .links a {
  box-sizing: border-box;
  border-radius: 55px;
  background-color: var(--wp--preset--color--contrast);
  width: 100%;
  padding: 0.25rem 1rem;
  margin-bottom: 0.5rem;
  height: auto;
  line-height: 1;
  display: inline-flex;
  color: #ffffff; /* always keep white*/
  align-items: center;
  gap: 0.25em;
  text-decoration: none;
  font-size: var(--wp--preset--font-size--small);
  transition: all 0.5s ease;
}
.page-template-mastering-engineer-page main .engineer_info .links a:hover,
.engineer-template-default main .engineer_info .links a:hover {
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast) !important;
}
.page-template-mastering-engineer-page main .engineer_info h6.tags a,
.engineer-template-default main .engineer_info h6.tags a {
  color: #ffffff !important; /* always keep white*/
  opacity: 0.5;
  text-transform: none;
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 400;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.page-template-mastering-engineer-page main .engineer_info h6.tags a:hover,
.engineer-template-default main .engineer_info h6.tags a:hover {
  opacity: 1;
}
.page-template-mastering-engineer-page main .engineer_info .secondary_highlights_title,
.engineer-template-default main .engineer_info .secondary_highlights_title {
  padding: 1rem 0;
}
.page-template-mastering-engineer-page main .engineer_info .secondary_highlights,
.engineer-template-default main .engineer_info .secondary_highlights {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  padding-bottom: 1rem;
}
.page-template-mastering-engineer-page main .engineer_info .secondary_highlights div,
.engineer-template-default main .engineer_info .secondary_highlights div {
  flex: 1 1 0;
  box-sizing: border-box;
}
.page-template-mastering-engineer-page main .engineer_info .secondary_highlights div img,
.engineer-template-default main .engineer_info .secondary_highlights div img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 7px;
}

.engineer-template-default h1 {
  text-shadow: 0px 0px 20px var(--wp--preset--color--base-2), 0px 0px 2px var(--wp--preset--color--base-2), 0px 1px 1px var(--wp--preset--color--base-2);
}
.engineer-template-default .engineer_info h2,
.engineer-template-default .engineer_info h3 {
  color: var(--wp--preset--color--recording) !important;
}
.engineer-template-default .engineer_info h6.tags a {
  color: #ffffff; /* always keep white*/
  background-color: var(--wp--preset--color--recording) !important;
}
.engineer-template-default .engineer_info h6.tags a:hover {
  opacity: 1;
}
.engineer-template-default .engineer_info .wp-block-button__link {
  color: #ffffff !important; /* always keep white*/
  background-color: var(--wp--preset--color--recording) !important;
}
.engineer-template-default .engineer_info .wp-block-button__link:hover {
  color: var(--wp--preset--color--recording) !important;
  background-color: var(--wp--preset--color--base) !important;
}
.engineer-template-default .engineer_info .links a {
  background-color: var(--wp--preset--color--recording) !important;
}
.engineer-template-default .engineer_info .links a:hover {
  color: var(--wp--preset--color--recording) !important;
  background-color: var(--wp--preset--color--base) !important;
}

/* review page*/
.page-id-41863 .bne-testimonial-wrapper .testimonial-single {
  max-width: 30em;
  margin: 2em auto 4em auto;
  padding: 2em;
  border-radius: 7px;
}
.page-id-41863 .bne-testimonial-wrapper .testimonial-single .testimonial-message {
  line-height: 1.6;
  font-size: var(--wp--preset--font-size--large);
  color: var(--wp--preset--color--contrast);
}
.page-id-41863 .bne-testimonial-wrapper .testimonial-single .testimonial-name {
  color: var(--wp--preset--color--contrast);
}
.page-id-41863 .bne-testimonial-wrapper .testimonial-single .testimonial-author {
  text-align: center;
}
.page-id-41863 .bne-testimonial-wrapper .testimonial-single .testimonial-author .testimonial-website {
  background-color: var(--wp--preset--color--white);
  width: auto;
  display: inline-block;
  padding: 0.25em 1em 0em 1em;
}
.page-id-41863 .bne-testimonial-wrapper .testimonial-single .bne-stars {
  color: var(--wp--preset--color--accent-2) !important;
}

.faqpage h2 {
  font-size: var(--wp--preset--font-size--x-large);
  padding-top: 60px;
}
.faqpage h3.question301 {
  font-size: var(--wp--preset--font-size--large) !important;
  font-weight: bold;
  font-family: var(--wp--preset--font-family--system-fonts);
}

.single-discography .award, .awards-nominations-engineer .award {
  background: var(--wp--preset--color--base-2);
  border-radius: 15px;
  padding: var(--wp--preset--spacing--20);
  box-sizing: border-box;
  flex: 1 1 calc(50% - 1rem);
  max-width: 200px;
  margin: 0.5rem;
  display: flex;
  flex-direction: column;
  box-shadow: var(--wp--preset--shadow--broad);
}
.single-discography .award a, .awards-nominations-engineer .award a {
  text-decoration: none;
}
.single-discography .award-content, .awards-nominations-engineer .award-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.single-discography .award-bottom, .awards-nominations-engineer .award-bottom {
  margin-top: auto;
}
.single-discography .awards-nominations-content, .awards-nominations-engineer .awards-nominations-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 0 -0.5rem;
}
@media (max-width: 768px) {
  .single-discography .award, .awards-nominations-engineer .award {
    flex: 1 1 100%;
    max-width: 200px;
  }
}

.awards-nominations .award {
  border-top: none;
}

.awards-nominations-engineer .award {
  min-width: 150px;
}
.awards-nominations-engineer .awarddetails h3 {
  font-size: 10px;
  text-align: center;
  opacity: 0.3;
  margin-bottom: 0.5rem !important;
  color: var(--wp--preset--color--contrast) !important;
}
.awards-nominations-engineer .awarddetails h4, .awards-nominations-engineer .awarddetails p {
  text-decoration: none;
  font-size: var(--wp--preset--font-size--x-small);
  text-align: center;
  margin-bottom: 0.5rem !important;
  color: var(--wp--preset--color--contrast) !important;
}

.theme-dark {
  --wp--preset--color--black: #000000;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--white-transparent: rgba(0, 0, 0, 0.6);
  --wp--preset--color--black-transparent: rgba(255, 255, 255, 0.6);
  --wp--preset--color--base: #131b24;
  --wp--preset--color--base-2: #0c1116;
  --wp--preset--color--contrast: #f4f5f5;
  --wp--preset--color--contrast-2: #eceeed;
  --wp--preset--color--accent-1: #3a4bae;
  --wp--preset--color--accent-2: #cbb97a;
  --wp--preset--color--recording: #6b704c;
  --wp--preset--color--vocal:#d0913c;
  --wp--preset--color--mixing: #576c97;
  --wp--preset--color--mastering: #5b9487;
  --wp--preset--color--digitisation: #906ca5;
  --wp--preset--color--distribution: #b27355;
  --wp--preset--color--atmos: #a66c8e;
}
.theme-dark .fdate-wrap {
  background: var(--wp--preset--color--base-2) !important;
  border-color: var(--wp--preset--color--base-2) !important;
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: var(--wp--preset--color--contrast);
}

img {
  height: auto;
}

figcaption {
  padding-left: 1em;
  padding-right: 1em;
}

.blur10 {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

ul.is-style-checkmark-list li::before {
  content: "\f00c"; /* unicode for fa-check */
  font-family: "Font Awesome 6 Free"; /* FA Font */
  font-weight: 900; /* solid style */
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  /* optional spacing tweaks */
  margin-top: 0.1em;
  margin-right: 0.5em;
  color: currentColor; /* inherits text color */
}

ul.is-style-checkmark-list {
  list-style: none;
  padding-left: 0.5em !important;
}

ul.is-style-checkmark-list li {
  position: relative;
  padding-left: 1.5em; /* adjust to SVG width + gap */
}

.wp-block-media-text {
  overflow: hidden;
}

.blocker {
  z-index: 99;
}

.modal {
  background: var(--wp--preset--color--base-2) !important;
}

/* fix overflow issue when menu is open */
.has-modal-open .blur10 {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.rounded {
  border-radius: 15px;
}

.rounded-small {
  border-radius: 7px;
}

.nomargin,
figure.nomargin {
  margin: 0;
}

h2 a {
  text-decoration: none;
}

figure.youtubelink {
  border-radius: 15px;
  overflow: hidden;
}

h3.question301 {
  font-size: var(--wp--preset--font-size--large) !important;
}

ul.nobullet {
  list-style: none !important;
}

.blockimage img {
  display: block;
}

/* main menu */
#main301logo {
  height: auto;
  width: 80px;
  margin-left: var(--wp--preset--spacing--30);
}

.wp-block-table th {
  background-color: var(--wp--preset--color--base-2) !important;
  color: var(--wp--preset--color--contrast) !important;
}

.answer301 {
  padding: 1.5em;
}

/*
.page-id-34825 {
  .headerbg {
    background: var(--wp--preset--color--digitisation) !important;
    color: #fff !important;
  }
}
.page-id-27395 {
  .headerbg {
    background: var(--wp--preset--color--mixing) !important;
    color: #fff !important;
  }
}

.page-id-40265 {
  .headerbg {
    background: var(--wp--preset--color--atmos) !important;
    color: #fff !important;
  }
}

.page-id-24275 {
  .headerbg {
    background: var(--wp--preset--color--mastering) !important;
    color: #fff !important;
  }
}
.page-id-109 {
  .headerbg {
    background: var(--wp--preset--color--recording) !important;
    color: #fff !important;
  }
}
.page-id-45133 {
  .headerbg {
    background: var(--wp--preset--color--vocal) !important;
    color: #fff !important;
  }
}
  */
/* submenu */
header {
  z-index: 111111 !important;
  position: relative;
}
header .wp-block-button .wp-block-button__link {
  padding: 0.5em 1.5em;
}

body .wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container, body .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container, body .wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
  top: 100%;
  border-radius: 15px;
  border: none;
  background-color: var(--wp--preset--color--base) !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
  overflow: hidden;
  padding: 0.25em;
}
body .wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container .wp-block-navigation-item, body .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container .wp-block-navigation-item, body .wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container .wp-block-navigation-item {
  padding: 0 !important;
}
body .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
}
@media only screen and (min-width: 900px) {
  body .wp-block-navigation .wp-block-navigation-item {
    padding-top: var(--wp--preset--spacing--20);
    padding-right: var(--wp--preset--spacing--40);
    padding-bottom: var(--wp--preset--spacing--20);
    padding-left: var(--wp--preset--spacing--40);
  }
}
@media only screen and (min-width: 641px) {
  body .wp-block-navigation .wp-block-navigation-item {
    padding-top: var(--wp--preset--spacing--20);
    padding-right: var(--wp--preset--spacing--20);
    padding-bottom: var(--wp--preset--spacing--20);
    padding-left: var(--wp--preset--spacing--20);
  }
  body .wp-block-navigation .wp-block-navigation-item:hover {
    border-radius: 15px;
    background-color: var(--wp--preset--color--base-2) !important;
    color: var(--wp--preset--color--accent-2);
    text-decoration: none;
  }
  body .wp-block-navigation .wp-block-navigation-item.recording:hover {
    background-color: var(--wp--preset--color--recording) !important;
    color: var(--wp--preset--color--white) !important;
  }
  body .wp-block-navigation .wp-block-navigation-item.vocal:hover {
    background-color: var(--wp--preset--color--vocal) !important;
    color: var(--wp--preset--color--white) !important;
  }
  body .wp-block-navigation .wp-block-navigation-item.mixing:hover {
    background-color: var(--wp--preset--color--mixing) !important;
    color: var(--wp--preset--color--white) !important;
  }
  body .wp-block-navigation .wp-block-navigation-item.mastering:hover {
    background-color: var(--wp--preset--color--mastering) !important;
    color: var(--wp--preset--color--white) !important;
  }
  body .wp-block-navigation .wp-block-navigation-item.digitisation:hover {
    background-color: var(--wp--preset--color--digitisation) !important;
    color: var(--wp--preset--color--white) !important;
  }
  body .wp-block-navigation .wp-block-navigation-item.atmos:hover {
    background-color: var(--wp--preset--color--atmos) !important;
    color: var(--wp--preset--color--white) !important;
  }
  body .wp-block-navigation .wp-block-navigation-item.distribution:hover {
    background-color: var(--wp--preset--color--distribution) !important;
    color: var(--wp--preset--color--white) !important;
  }
  body .wp-block-navigation .wp-block-navigation-item a:hover {
    text-decoration: none;
  }
}

:where(.wp-site-blocks *:focus) {
  outline-width: 0px;
  outline-style: none;
}

/*
Discography Release Archive START
*/
.release-img {
  max-width: 100%;
  height: auto;
}
.release-img img {
  border-radius: 15px;
  width: 100% !important;
  height: auto;
  display: block;
}

.post-type-archive-discography .facetwp-input-wrap input,
.post-type-archive-discography .facetwp-facet select,
.post-type-archive-discography .facetwp-facet input {
  background: var(--wp--preset--color--base-2) !important;
  color: var(--wp--preset--color--contrast) !important;
}
.post-type-archive-discography .facetwp-type-search {
  text-align: center;
  margin: 1em 0;
}
.post-type-archive-discography .facetwp-type-search .facetwp-icon {
  right: 10px;
}
.post-type-archive-discography .facetwp-facet-sorting {
  text-align: right;
}
.post-type-archive-discography .facetwp-facet-sorting select {
  max-width: 150px !important;
  padding-left: 15px;
  border-radius: 100px;
  font-size: 0.75em;
}
.post-type-archive-discography input.facetwp-search {
  padding-top: 1em;
  padding-bottom: 1em;
  border-radius: 15px;
  padding-left: 15px;
  min-width: 100px !important;
  width: 100%;
  min-width: auto !important;
  box-sizing: border-box;
}
.post-type-archive-discography .facetwp-facet-search .facetwp-input-wrap {
  width: 100%;
}
.post-type-archive-discography .facetwp-facet {
  margin: 0;
  font-size: 0.7em;
}
.post-type-archive-discography .facetwp-facet select {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.post-type-archive-discography .facetwp-facet-release_date {
  display: flex;
  gap: 8px;
  align-items: center;
}
.post-type-archive-discography .fdate-input {
  flex: 1;
  min-width: 45%;
}
.post-type-archive-discography .type-discography img {
  border-radius: 7px;
}
.post-type-archive-discography .drawer {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
  background: white;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease;
  z-index: 1001;
  box-sizing: border-box;
}
.post-type-archive-discography .drawer.open {
  right: 0;
}
.post-type-archive-discography .drawer-content {
  padding: 2rem;
  overflow: auto;
  height: 100%;
  box-sizing: border-box;
}
.post-type-archive-discography .drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
}
.post-type-archive-discography .drawer-overlay.visible {
  opacity: 1;
  pointer-events: all;
}
.post-type-archive-discography .close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: transparent;
  font-size: 1.5rem;
  border: none;
  cursor: pointer;
}
.post-type-archive-discography .wp-block-query-pagination-numbers a {
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  text-decoration: none;
  display: inline-block;
  margin: 0 0.25em;
  background-color: var(--wp--preset--color--base-2);
  border-radius: 99px;
}
.post-type-archive-discography .wp-block-query-pagination-numbers .page-numbers.current {
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  text-decoration: none;
  display: inline-block;
  margin: 0 0.25em;
  color: var(--wp--preset--color--base-2);
  background-color: var(--wp--preset--color--contrast);
  border-radius: 99px;
}
.post-type-archive-discography .wp-block-query-pagination-next, .post-type-archive-discography .wp-block-query-pagination-previous {
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  text-decoration: none;
  display: inline-block;
  margin: 0 0.25em;
  background-color: var(--wp--preset--color--base-2);
  border-radius: 99px;
}
.post-type-archive-discography .wp-block-query-pagination-next-arrow, .post-type-archive-discography .wp-block-query-pagination-previous-arrow {
  margin: 0 !important;
}

/*
Discography Release Archive END
*/
body .discography_credit_engineer {
  margin-right: 0;
}

@media only screen and (min-width: 48em) {
  body .discography_credit_engineer {
    margin-right: 0;
  }
}
body .engineer_tile h3.name {
  text-align: center;
  margin: 0 !important;
  font-size: var(--wp--preset--font-size--large);
}
body .engineer_tile h3.name a {
  text-decoration: none;
}
body .engineer_tile p.position {
  text-align: center;
  margin: 0 !important;
  font-size: var(--wp--preset--font-size--small);
  opacity: 0.5;
}
body .engineer_tile p.credits {
  margin-top: 0 !important;
  opacity: 0.5;
  font-size: var(--wp--preset--font-size--xsmall);
}
body .engineer_tile .customblurb {
  text-align: center;
  margin: 1em 0 0 0 !important;
  font-size: var(--wp--preset--font-size--small);
}
body .engineer_tile h4 {
  margin: 0 !important;
  opacity: 0.5;
  font-size: var(--wp--preset--font-size--xsmall);
}
body #engineerslider .price {
  margin-bottom: 0 !important;
  text-align: center !important;
}

.badge {
  display: inline-block;
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 3px;
  margin-right: 0.5em;
}
.badge.mastering {
  background-color: var(--wp--preset--color--mastering);
  color: #fff;
}

body .rounded_square .imghvr-roundshadow {
  border-radius: 7px;
}
body .imghvr-roundshadow {
  border: none;
  box-shadow: none;
}
body .imghvr-roundshadow:hover {
  box-shadow: none;
}

.engineer_albums {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(55px, 1fr));
  gap: 4px;
}
.engineer_albums .albumcover img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 7px;
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container,
.wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container,
.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
  min-width: 250px;
}

@media only screen and (max-width: 900px) {
  .wp-block-tabor-dark-mode-toggle.hidemobile {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
