/*!
Theme Name: Aqua Kids
Theme URI: https://www.thedigitaldepartment.ie/
Author: The Digital Department
Author URI: https://www.thedigitaldepartment.ie/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aqua-kids
*/

body {
  margin: 0;
  padding: 0;
}

.copyright-section p a {
  color: var(--e-global-color-text);
  text-decoration: underline;
}

.slider-content h2 {
  letter-spacing: -1px;
}
.slider-content h2 .small-text {
  font-size: 30px;
}

.orange-text {
  color: var(--e-global-color-primary);
}

.skyblue-text {
  color: var(--e-global-color-secondary);
}


.testimonials-slider .swiper-wrapper {
  padding-top: 20px;
  /*padding-bottom: 20px;*/
}

.testimonials-slider .swiper-wrapper .swiper-slide {
  height: calc(100% - 28px);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}
.eircode-search .e-search-form {
  position: relative;
}
.eircode-search .e-search-submit {
  position: absolute;
  top: 3px;
  right: 3px;
  cursor: pointer;
}
.header-fixed {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
}
.header-fixed.scrolled{
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.contact-form textarea {
  border-radius: 30px !important;
}

.contact-form #form-field-name {
  background-image: url(images/user.svg);
  background-repeat: no-repeat;
  background-position: 20px;
}

.contact-form #form-field-phone {
  background-image: url(images/phone.svg);
  background-repeat: no-repeat;
  background-position: 20px;
}

.contact-form #form-field-email {
  background-image: url(images/mail.svg);
  background-repeat: no-repeat;
  background-position: 20px;
}

.contact-form #form-field-message {
  background-image: url(images/message.svg);
  background-repeat: no-repeat;
  background-position: 20px 10px;
}

.contact-form #form-field-class {
  background-image: url(images/swimming.svg);
  background-repeat: no-repeat;
  background-position: 20px;
}

button {
  cursor: pointer;
}

.contact-form .elementor-field-textual {
  padding-left: 54px !important;
}

.schedule-table-wrapper {
  width: 100%;
  max-width: 84%;
  margin: 0 auto;
}
.schedule-table {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
  background: #fff;
  box-shadow: 0px 4px 14px 0px #00000026;
  border-radius: 20px;
  font-family: "Asap", Sans-serif;
  font-size: 22px;
  color: var(--e-global-color-text);
  font-weight: 600;
  border: solid 6px var(--e-global-color-65a0050);  
  border-collapse: separate;
  border-spacing: 0 10px;
  border-top: none;
  border-bottom: none;
}


.schedule-table thead th {
  background: var(--e-global-color-primary);
  color: var(--e-global-color-65a0050);
  font-weight: 600;
  padding: 20px 20px;
  margin: 0;
  border-top: 1px solid var(--e-global-color-primary);
  border-bottom: 1px solid var(--e-global-color-primary);
}
.schedule-table thead th:first-child {
    border-radius: 20px 0 0 20px;
    border-left: 1px solid var(--e-global-color-primary);
}

.schedule-table thead th:last-child {
    border-radius: 0 20px 20px 0;
    border-right: 1px solid var(--e-global-color-primary);
}

.schedule-btn {
  background-color: transparent;
  font-size: 20px;
  background-image: linear-gradient(180deg, var(--e-global-color-secondary) 0%, #078CB4 100%);
  padding: 8px 40px 8px 40px;
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: var(--e-global-typography-accent-line-height);
  color: var(--e-global-color-65a0050);
  box-shadow: 0px -5px 3px 0px rgba(0, 0, 0, 0.10196078431372549) inset;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  border-radius: 60px;
}

.schedule-table tbody td {
  background: #FFF;
  padding: 12px 20px;
  border-top: 1px solid var(--e-global-color-primary);
  border-bottom: 1px solid var(--e-global-color-primary);
}

/* Left Radius */
.schedule-table tbody tr td:first-child {
  border-left: 1px solid var(--e-global-color-primary);
  border-radius: 20px 0 0 20px;
}

/* Right Radius */
.schedule-table tbody tr td:last-child {
  border-right: 1px solid var(--e-global-color-primary);
  border-radius: 0 20px 20px 0;
}

.schedule-btn:hover,
.schedule-btn:active,
.schedule-btn:focus {
  background-color: transparent;
  background-image: linear-gradient(180deg, #078CB4 0%, var(--e-global-color-secondary) 100%);
}


.image-box-item {
  align-items: center;
  background: #FFF;
  box-shadow: 0px 4px 14px 0px #00000026;
  padding: 20px;
  border-radius: 20px;
}


@media (max-width: 767px) {
  .footer-cta .elementor-image-box-wrapper {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
  }
  .footer-cta .elementor-image-box-img {
    flex-shrink: 1;
  }
  .footer-cta .elementor-image-box-content {
    width: auto !important;
    flex: 1;
  }
}