/*! 
Theme Name: Aukua (Astra Child)
Author: Aukua
Author URI: https://aukua.com/
Description: Astra Child theme for Aukua Systems.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
:root {
  --aukua-color-text: #1f2937;
  --aukua-color-background: #d8e2d2;
  --aukua-color-primary: #2563eb;
  --aukua-color-primary-hover: #1d4ed8;
  --aukua-color-border: #e5e7eb;
  --aukua-green: #64b505;
  --aukua-purple: #5e35b2;
  --aukua-dark: #111827;
}

.site-content,
.container {
  width: min(100% - 2 * 1.5rem, 72rem);
  margin-inline: auto;
}

.button,
button,
input[type=submit],
.wp-block-button__link,
.wp-element-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid #2563eb;
  border-radius: 0.5rem;
  background: #2563eb;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

.button:hover,
button:hover,
input[type=submit]:hover,
.wp-block-button__link:hover,
.wp-element-button:hover,
.button:focus-visible,
button:focus-visible,
input[type=submit]:focus-visible,
.wp-block-button__link:focus-visible,
.wp-element-button:focus-visible {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #fff;
}

.wp-block-button.is-style-arrow-button .wp-block-button__link,
.wp-block-button.is-style-arrow-button-secondary .wp-block-button__link {
  padding: 15px 30px;
  font-size: 17px;
  border-radius: 0.5rem;
}

.wp-block-button.is-style-arrow-button .wp-block-button__link::after,
.wp-block-button.is-style-arrow-button-secondary .wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.25rem;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' fill-rule='evenodd' clip-rule='evenodd' d='M3 10a.75.75 0 0 1 .75-.75h10.638L10.23 5.29a.75.75 0 1 1 1.04-1.08l5.5 5.25a.75.75 0 0 1 0 1.08l-5.5 5.25a.75.75 0 1 1-1.04-1.08l4.158-3.96H3.75A.75.75 0 0 1 3 10Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' fill-rule='evenodd' clip-rule='evenodd' d='M3 10a.75.75 0 0 1 .75-.75h10.638L10.23 5.29a.75.75 0 1 1 1.04-1.08l5.5 5.25a.75.75 0 0 1 0 1.08l-5.5 5.25a.75.75 0 1 1-1.04-1.08l4.158-3.96H3.75A.75.75 0 0 1 3 10Z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
}

.wp-block-button.is-style-arrow-button-secondary .wp-block-button__link {
  background: #fff;
  border: 0;
  box-shadow: inset 0 0 0 2px #64b505;
  color: #64b505;
  color: #111;
}

.wp-block-button.is-style-arrow-button-secondary .wp-block-button__link:hover,
.wp-block-button.is-style-arrow-button-secondary .wp-block-button__link:focus-visible {
  background: #64b505;
  box-shadow: inset 0 0 0 2px #64b505;
  color: #fff;
}

.wp-block-table.is-style-plain table {
  margin-bottom: 0;
  border: 1px solid #333;
  border-radius: 12px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.wp-block-table.is-style-plain table thead {
  background: #f1f1f1;
}
.wp-block-table.is-style-plain table a,
.wp-block-table.is-style-plain table u {
  color: #481c88;
  text-decoration: none !important;
  border-bottom: 1px dotted #481c88;
}
.wp-block-table.is-style-plain table td,
.wp-block-table.is-style-plain table th {
  border: none;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
.wp-block-table.is-style-plain table td:last-child,
.wp-block-table.is-style-plain table th:last-child {
  border-right: none;
}
.wp-block-table.is-style-plain table tr:last-child td {
  border-bottom: none;
}
.wp-block-table:not(.is-style-plain) table {
  margin-bottom: 0;
  border: 2px solid #f0f0f0;
  border-radius: 6px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.wp-block-table:not(.is-style-plain) table thead {
  background: #5e35b2;
}
.wp-block-table:not(.is-style-plain) table thead td,
.wp-block-table:not(.is-style-plain) table thead th {
  padding: 10px 12px;
  font-weight: 300;
  color: #fff;
  text-align: left;
  font-size: 20px;
}
.wp-block-table:not(.is-style-plain) table a,
.wp-block-table:not(.is-style-plain) table u {
  color: #000;
  text-decoration: none !important;
  border-bottom: 1px solid #64b505;
}
.wp-block-table:not(.is-style-plain) table a:hover, .wp-block-table:not(.is-style-plain) table a:focus,
.wp-block-table:not(.is-style-plain) table u:hover,
.wp-block-table:not(.is-style-plain) table u:focus {
  opacity: 0.8;
}
.wp-block-table:not(.is-style-plain) table td,
.wp-block-table:not(.is-style-plain) table th {
  border: none;
  border-right: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
  padding: 8px 12px;
  color: #555;
}
.wp-block-table:not(.is-style-plain) table td:last-child,
.wp-block-table:not(.is-style-plain) table th:last-child {
  border-right: none;
}
.wp-block-table:not(.is-style-plain) table tr:last-child td {
  border-bottom: none;
}

.wp-block-separator.is-style-aukua:not(.is-style-wide):not(.is-style-dots) {
  border-width: 2px;
  border-color: #e5e5e5;
  position: relative;
  width: 100%;
  max-width: none;
  overflow: visible;
}
.wp-block-separator.is-style-aukua:not(.is-style-wide):not(.is-style-dots)::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 90px;
  bottom: 0;
  left: 0;
  background: #64b506;
}

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