/*
Theme Name: All Parties Booking
Author: All Parties Booking
Author URI: 
Description: 
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: all-parties-booking
Tags: 

/* CSS Reset
---------------------------------------------------------------------------- */
/* CSS Reset
---------------------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

b,
strong {
  font-weight: 600;
}

ol,
ul {
  padding: 0;
}

ol:where(:not([class*=wp-block])),
ol:where(.wp-block-list),
ul:where(:not([class*=wp-block])),
ul:where(.wp-block-list) {
  padding-inline-start: var(--wp--preset--spacing--md);
}

div[class*=wp-block-] figcaption {
  color: var(--wp--preset--color--neutral-9);
  font-size: var(--wp--preset--spacing--xs);
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
}

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

/* Standardize form styling
--------------------------------------------- */
input,
button,
textarea,
select {
  font: inherit;
}

input[type=button],
input[type=email],
input[type=search],
input[type=submit],
input[type=text],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input:not([type=submit]),
select,
textarea,
.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form textarea {
  color: var(--wp--preset--color--neutral-10);
  border-radius: 25px;
  border: solid 1px var(--wp--preset--color--neutral-11);
  padding: 0.5em 1em;
  font-size: var(--wp--preset--font-size--text-base) !important;
  width: 100%;
}

.choices {
  position: relative !important;
}
.choices .choices__list.choices__list--single {
  padding: 14.5px 10px;
  border: 1px solid #dfdfe2;
  border-radius: 25px;
  font-size: 16px;
}

input:focus-visible,
textarea:focus-visible {
  outline-color: var(--wp--preset--color--primary);
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

label {
  width: 100%;
  display: block;
}

::-moz-placeholder {
  color: var(--wp--preset--color--neutral-10);
  font-size: var(--wp--preset--font-size--text-sm);
  opacity: 0.75;
}

::placeholder {
  color: var(--wp--preset--color--neutral-10);
  font-size: var(--wp--preset--font-size--text-sm);
  opacity: 0.75;
}

/* Post Comment Button */
input[type=submit].wp-block-button__link {
  padding-top: var(--wp--custom--block--button--padding-y);
  padding-right: var(--wp--custom--block--button--padding-x);
  padding-bottom: var(--wp--custom--block--button--padding-y);
  padding-left: var(--wp--custom--block--button--padding-x);
}

input[type=submit].wp-block-button__link:hover {
  background-color: var(--wp--preset--color--neutral-12);
  color: var(--wp--preset--color--light);
  border-color: var(--wp--preset--color--neutral-12);
}

:root {
  --focus-ring-color: var(--wp--preset--color--neutral-10);
  --focus-ring-offset: 2px;
}

:where(.wp-site-blocks *:focus) {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--focus-ring-color);
  outline-offset: var(--focus-ring-offset);
}

.wp-element-button,
.wp-block-button__link {
  transition: all 0.2s ease-in-out;
}/*# sourceMappingURL=style.css.map */