/**
 * Theme Name: MultiSites
 * Template:   blockpress
 * 
 */

 @import url("https://use.typekit.net/qci0dpe.css");

 html, body {
    font-family: "multi-display", sans-serif !important;
 }

 a {
  text-decoration: none;
 }
 h1 {
   font-weight: 900 !important;
   line-height: 80px !important;
   font-family: inherit !important;
 }
 .page-section {
   display: flex;
   flex-direction: column;
   justify-content: center;
 }
 .tri-column {
  width: 100%;
 }
 .header-icons {
  margin: 0 0 0 auto !important;
  gap: 10px;
 }

 .wp-block-woocommerce-customer-account a {
  color: #FFF !important;
  background: #980F98;
  border-radius: 25px;
 }
 .wc-block-mini-cart__button {
  color: #980F98;
  border: solid #980F98 2px;
  border-radius: 25px;
  background: #FFF;
  font-weight: 500;
  font-size: 18px;
  line-height: 1em;
 }

 .offer {
  width: 100%;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1);
  height: 100% !important;
 }
 .offer .offer-top {
  background-color: #27AD60;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  align-items: center;
  color: #FFF;
  padding: 10px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
 }
 .offer .offer-top.turqoise {
  background-color: #27A8AD;
 }
  .offer .offer-top.red {
  background-color: #AD2741;
 }
 .offer .offer-top h3, .offer .offer-top p {
  color: inherit;
  margin: 0;
  line-height: 1.1em;
 }
 
 .offer > div:not(.offer-top) {
  padding: 20px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 85%;
 }
 .offer > div > div:not(.buttons) {
  height: 100%;
 }

 .offer h1 {
  color: #980F98;
  font-size: 60px;
  line-height: 1em;
  
 }
 .button:not(.wc-block-mini-cart__icon), button:not(.show-password-input):not(.wc-block-mini-cart__button):not(.wp-block-navigation__submenu-icon), a.button, .woocommerce button.button {
  background: #980F98;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  border-radius: 25px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
 }
 button.show-password-input {
  background-color: transparent;
  border: none;
 }
 .button.green {
  background: #27AD60;
 }
 .button.turqoise {
  background: #27A8AD;
 }
 .button.red {
  background: #AD2741;
 }
 .button.sub {
  background: #333;
  padding: 5px 10px;
 }
 .offer .button {
  width: 100%;
  padding: 10px 0;
  width: 100%;
 }
 a.button {
  padding: 10px 20px;
 }
 .woocommerce button.button.woocommerce-button {
  border-radius: 25px;
  border: none;
  font-family: 'multi-display', sans-serif;
  font-size: 18px;
  font-weight: 600;
 }
 .woocommerce div.product button.single_add_to_cart_button {
  background: #980F98;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  border-radius: 25px;
  text-decoration: none;
  cursor: pointer;
 }
 .special-offers {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  grid-template-rows: 1fr;
 }
 .offer .buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
 }
 .ex-icon {
  background: #333;
  width: 224px;
  height: 100px;
  border-radius: 200px;
  display: block;
  margin: 0 auto;
  padding: 40px;
 }
 .offer p, .offer ul, .offer h1  {
  margin: 0px;
 }
 .offer h1 span {
  font-size: 20px;
 }

 .footer-link {
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
  padding: 4px 0;
  margin-bottom: 5px !important;
 }
 .footer-link a {
  color: inherit;
 }

 #animation_container {
  margin-block-start: 0px;
 }

 .wp-block-button a.wp-block-button__link, .brief-buttons button, button.button.single_add_to_cart_button {
  position: relative;
  display: flex;
  justify-content: center;
  border: none !important;
  font-weight: 600;
 }
 .wp-block-button a.wp-block-button__link:before, .brief-buttons button:before, a.button:before, button.button:before {
  width: 0%;
  height: 100%;
  transition: all 0.1s ease-out;
  background-color: #01809F;
  z-index: -1;
  position: absolute;
  top: 0px;
  content: '';
  border-radius: inherit;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
 }
.wp-block-button a.wp-block-button__link:hover:before, .brief-buttons button:hover:before, a.button:hover:before, button.button:hover:before {
  width: 100%;
 }
 button.button.single_add_to_cart_button.alt:hover {
  color: #FFF;
  background-color: #980F98;
  transform: scale(1, 1);
 }
.wp-block-button a.wp-block-button__link > *, a.button > * {
  z-index: 2;
 }
 .wp-block-button a.wp-block-button__link:hover, a.button:hover {
  transform: scale(1, 1);
 }

 .wp-block-navigation__submenu-container {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
 }
 .wp-block-navigation__submenu-container li {
  background-color: transparent !important;
 }
 .wp-block-navigation__submenu-container li a {
  font-size: 16px;
  color: #333;
 }

 .form-wrapper {
  display: flex;
  gap: 20px;
 }
.form-wrapper input, form textarea {
  border-radius: 3px;
  border: #333 solid 1px;
  background-color: #FFF;
  border-radius: 3px;
}
.wc-block-components-form .wc-block-components-text-input input[type="email"], .wc-block-components-form .wc-block-components-text-input input[type="number"], .wc-block-components-form .wc-block-components-text-input input[type="password"], .wc-block-components-form .wc-block-components-text-input input[type="tel"], .wc-block-components-form .wc-block-components-text-input input[type="text"], .wc-block-components-form .wc-block-components-text-input input[type="url"], .wc-block-components-text-input input[type="email"], .wc-block-components-text-input input[type="number"], .wc-block-components-text-input input[type="password"], .wc-block-components-text-input input[type="tel"], .wc-block-components-text-input input[type="text"], .wc-block-components-text-input input[type="url"] {
  border-radius: 3px;
  border: #333 solid 1px;
  background-color: #FFF;
  border-radius: 3px;
}
.wc-blocks-components-select .wc-blocks-components-select__select{
  border-radius: 3px;
  border: #333 solid 1px;
  background-color: #FFF;
}
.form-wrapper input:focus, .form-wrapper input:focus-visible, input[type="tel"] {
  border: #333 solid 1px;
  background-color: #fbfbfb;
  outline: none;
}
form textarea {
  height: 200px;
}
.form-wrapper label {
  line-height: 1.5em;
}
form label {
  font-weight: 600;
  font-size: 16px;
}
 .form-footer {
  display: flex;
 }
 .form-footer input[type="submit"], .bug-form input[type="submit"], .basic-form input[type="submit"] {
  border-radius: 25px;
  background-color: #980F98;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 600;
 }
 input[type="submit"] {
  border-radius: 25px;
  background-color: #980F98;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 600;
 }
 .popup-content h2 {
  color: #333;
  font-weight: 400;
  font-size: 35px;
  text-align: center;
  line-height: 1.1em;
 }

 .grecaptcha-badge {
  display: none;
 }

 .brief-form-wrapper {
  position: relative;
 }
 .brief-form-wrapper a.help-button {
  position: absolute;
  top: -40px;
  left: 0px;
  background-color: #FAF4FA;
  border-radius: 25px;
  padding: 10px;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  width: auto;
  gap: 10px;
 }
 .help-button i img {
  max-width: 20px;
  height: 20px !important;
 }
 .brief-form-wrapper .brief-section {
  display: none;
 }
 .brief-form-wrapper .brief-section.active {
  display: block;
 }
 .brief-form-wrapper .brief-section h2 {
  font-size: 44px;
  line-height: 1.1em;
  color: #333;
  font-weight: 400;
  text-align: center;
 }
 .brief-form-wrapper .brief-section label > span.info-span {
  background: #FAF4FA;
  padding: 3px;
  color: #666;
  font-size: 13px;
  line-height: 1.1em;
  font-weight: 300;
  display: flex;
  margin-bottom: 1px;
 }
 .brief-form-wrapper .brief-section label > span.info-span i {
  margin-right: 4px;
 }
 .brief-form-wrapper .brief-section label > span.info-span i img {
  width: 12px;
  height: 12px;
 }
 .brief-types {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  margin-bottom: 40px;
 }
 .brief-types > div {
  background-color: #FAF4FA;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  border: solid transparent 5px;
 }
 .brief-types > div.selected {
  border: solid #01809F 5px;

 }
 .brief-types h3 {
  font-size: 18px;
  line-height: 1em;
  color: #333;
  font-weight: 400;
 }
 .brief-section div.brief-type p {
  font-size: 16px;
  margin-bottom: 0px !important;
 }
 .brief-types img {
  max-height: 80px;
  width: auto;
  margin: 0 auto;
 }
 .brief-section button {
  background-color: #01809F;
  font-size: 18px;
  padding: 10px 20px;
  border: none;
  height: auto;
 }
 .brief-section .brief-form-footer {
  display: flex;
  justify-content: flex-end;
  width: 100%;
 }

 :root :where(p) {
  margin-bottom: 0px;
 }
 .brief-buttons {
  margin-top: 30px;
 }
 .brief-buttons p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap:20px;
  flex-direction: row;
 }
 .field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
 }
 .field-wrapper > div {
  width: 100%;
  margin-bottom: 20px;
 }
 .brief-footer {
  display: block;
 }
 .brief-footer p {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
 }
 .forms > div {
  margin-bottom: 20px;
 }
 .forms input[type="date"] {
  display: none;
 }
 .brief-section label {
  color: #222;
  font-weight: 600;
 }
input[type="text"], input[type="email"], input[type="tel"] { 
  border: solid #333 1px;
  border-radius: 3px;
}
 .wpcf7-form-control {
  margin-top: 10px;
 }
 .wpcf7-form-control span.first {
  margin-left: 0px;
 }
 .brief-section input[type="submit"] {
  padding: 15px 20px;
  background-color: #01809F;
  font-size: 18px;
  line-height: 1em;
  color: #FFF;
  font-weight: 600;
  border-radius: 25px;
  border: none;
 }
 .brief-section input[type="submit"]:hover {
  border: none;
 }
 .brief-section input[type="submit"]:hover {
  background-color: #980F98;
  color: #FFF;
 }

 .brief-section .button.back, .brief-section button.back {
  background-color: #333 !important;
 }

 .brief-section .wpcf7-spinner {
  position: absolute;
  bottom: 15px;
  right: 100px;
 }
 .success {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
 }
 .success img {
  width: 255px;
  height: 225px;
 }
 .success p {
  text-align: center;
  max-width: 75%;
  margin: 20px auto;
 }

 .page-id-12 main {
  background-color: #FAF4FA !important;
  padding: 20px !important;
  margin-top: 0px !important;
 }

  .basket-content .wp-block-post-content {
    padding: 20px;
    background-color: #FFF;
    border-radius: 20px;
    margin-top: 100px;
  }
  .wc-block-components-sidebar-layout.wc-block-cart {
    background-color: #FFF;
  }
  .woocommerce.wc-block-store-notices.wp-block-woocommerce-store-notices {
    margin-block-start: 0px;
  }

  .wc-block-components-button:not(.is-link), .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    border-radius: 25px;
    font-size: 18px;
    padding: 10px 20px;
    font-weight: 600;
  }

  .basket-wrapper {
    background-color: #FAF4FA;
    padding: 0;
    margin: 0;
  }
  .checkout-column {
    background-color: #FFF;
    border-radius: 20px;
    border-radius: 20px;
    padding: 20px;
  }

  .wc-block-components-sidebar-layout {
    flex-wrap: nowrap;
    gap: 20px;
  }
  .wc-block-components-sidebar {
    margin-top: 0px;
  }

  .wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
    width: 1.7em;
    height: auto;
  }

  #site-content, main {
    margin-left: -27px;
    margin-right: -27px;
    padding: 0 45px;
  }
  .compare-table {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    color: #FFF;
    font-size: 16px;
  }
  .compare-table div:not(.table-head) img {
    width: 30px;
    height: auto;
    margin: auto;
  }
  .compare-table div.table-head img {
    padding: 20px;
  }
  .compare-table div {
    text-align: center;
  }
  .compare-table div:nth-child(4n + 1) {
    text-align: left;
  }
  .compare-table div:not(:nth-child(-n + 4)) {
    border-bottom: solid #CCC 1px;
    border-left: solid #b2b2b2 1px;
    border-right: solid #b2b2b2 1px;
    border-top: solid #b2b2b2 1px;
    padding: 15px;
  }
  .compare-table.dark {
    color: #333;
    font-size: 14px;
  }
.compare-table.dark div:not(:nth-child(-n + 4)) {
    border-color: #CCC;
    padding: 10px;
  }
  .signup-form {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }
  .signup-form input[type="email"] {
    border-radius: 3px;
    border: none;
  }
  .signup-form input[type="submit"] {
    border-radius: 25px;
    background: #FFF;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 10px 20px;
  }

  .page-section.doodle-bg {
    background-image: url('/wp-content/uploads/2025/07/doodle-bg-1.png');
    background-repeat: repeat;
  }
.bug-form p { 
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.bug-form label.double {
  grid-column: 1 / span 2;
}
.bug-form h2 {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  color: #333;
}
.bug-form > h3 {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

header.site-header .wp-block-group.alignfull, header.wp-block-template-part .wp-block-group.alignfull {
  position: fixed;
  width: 100%;
  background: #FFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.wc-block-mini-cart__button {
  padding: 0.4em;
}

.link-span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  margin-block-start: 0px;
  text-decoration: none;
}
.link-span img {
  width: 20px;
  height: auto;
  
}
h4#direct-messaging {
  font-family: 'multi-display', sans-serif;
  font-weight: 600;
}
.basic-form label {
  display: block;
  margin: 0;
}
:root :where(.wp-block-heading) {
  font-family: 'multi-display', sans-serif;
}

.woocommerce div.product {
  margin-top: 0px;
}
.wp-block-woocommerce-product-price {
  font-weight: 600;
  margin-top: 0px;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce .button.add_to_cart_button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce button.button {
  background-color: #980F98 !important;
  color: #FFF !important;
}

.woocommerce form.login.woocommerce-form-login {
  max-width: 380px;
  margin: auto;
  background-color: #FFF;
  border-radius: 20px;
  border: none;
  font-family: "multi-display", sans-serif;
}

.woocommerce h2 {
  text-align: center;
  font-family: 'multi-display', sans-serif;
  color: #333;
}
p.lost_password {
  font-size: 14px;
  color: #333;
  font-family: 'multi-display', sans-serif;
}
.woocommerce form .form-row label {
  color: #333;
}

ul.feature-list {
  list-style: none;
  padding-left: 10px;
}
ul.feature-list li {
  position: relative;
  display: flex;
  padding-left: 30px;
}
ul.feature-list li:before {
  content: url('/wp-content/uploads/2025/07/tick-green.svg');
  width: 15px;
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
}
p.error {
  display: none;
  color: #AD2741;
}

h1.align-left#bug-fixing {
  margin: 0px;
}

.is-layout-constrained > #bug-fixing:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin: 0px !important;
}
.woocommerce div.quantity { display: none; }
.product-basket-footer  div.quantity {
  display: none !important;
}
.woocommerce .quantity .qty {
    Display:None!important;
}
.quantity-spin {
  display: none;
}
 .woocommerce div.product div.woocommerce-tabs ul.tabs {
    display: none !important;
  }
  .woocommerce div.product h2 {
    text-align: left !important;
  }
.wpcf7-response-output {
  background-color: #DFF8BC;
  border-radius: 5px;
  border: none;
  color: #333;
}

.basket-wrapper {
  margin-top: 100px;
}

a.anchor-link {
  height: 0px;
  overflow: hidden;
}

@media screen and (max-width: 769px) {
  header.site-header .wp-block-group.alignfull, header.wp-block-template-part .wp-block-group.alignfull {
    position: relative;
    width: auto;
  }
  header figure img {
    width: 190px;
  }
  .header-icons {
    margin: 0 0 0 0 !important;
  }
  #modal-1 {
    max-width: 100vw;
    background: #FAF4FA;
    padding: 20px;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    box-shadow: none;
  }
  h1.wp-block-heading {
    font-size: 50px !important;
    line-height: 1.2em !important;
  }
  header div > .wp-block-group {
    gap: 0px;
  }
  .wp-block-navigation__responsive-container-open {
    background-color: #FFF;
    position: relative;
  }
  .wp-block-navigation__responsive-container-open svg {
    display: none;
  }
  .wp-block-navigation__responsive-container-open:after {
    content: url('/wp-content/uploads/2025/07/hamburger.svg');
    width: 34px;
    height: 34x;
    background: #FFF;
  }
  .wp-block-navigation__responsive-close {
    background: #FFF;
    border-radius: 20px;
    padding: 20px;
  }
  .wp-block-navigation__container > .wp-block-navigation-item > a {
    font-size: 18px;
    font-weight: 800;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-top: 20px;
  }
  .wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
    padding: 10px;
  }
  .page-section .tri-column {
    gap: 50px;
  }
  .special-offers {
    grid-template-columns: 1fr;
  }
  .wp-block-button {
    width: 100%;
  }
  img.wp-image-172 {
    height: 70px !important;
    width: auto !important;
  }
  .newsletter-wrapper h1 {
    font-size: 50px;
    line-height: 1.2em;
  }
  .newsletter-wrapper .newsletter .wpcf7 {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
  }
  .signup-form {
    align-items: flex-start;
  }
  .compare-table {
    grid-template-columns: 1fr;
  }
  .offer h1 {
    font-size: 50px;
  }
  .page-section.wp-block-group {
    
  }
  .brief-types {
    grid-template-columns: 1fr;
  }
  .field-wrapper {
    grid-template-columns: 1fr;
  }
  main.wp-block-group {
    margin-top: 0px !important;
  }
  .woocommerce-tabs .tabs.wc-tabs {
    display: none !important;
  }
  .product-wrapper.wp-block-columns {
    padding: 20px !important;
  }
  :where(.wp-block-columns.has-background) {
    padding: 20px;
  }
  .woocommerce div.product form.cart div.quantity{
    display: none !important;
  }
  .woocommerce div.product button.single_add_to_cart_button {
    width: 100%;
  }
  .wp-block-woocommerce-add-to-cart-form form.cart {
    display: block;
  }
}