@charset "UTF-8";
/*!
Theme Name: Default iSeek Kadence Child Theme
Theme URI: https://iseek.ie/
Template: kadence
Author: iSeek
Author URI: https://www.iseek.ie/
Description: A child theme for the redevelopment of the Robert McKernan 2024 website.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: iseek
*/
/* Theme customization starts here
-------------------------------------------------------------- */
/* iSeek Theme SCSS Mixins */
/* ISEEK HEADER CSS */
.site .wp-block-kadence-header .wp-block-kadence-header-desktop .kadence-header-row-inner .wp-block-kadence-header-section .kb-row-layout-wrap .wp-block-kadence-column div.dgwt-wcas-search-wrapp form.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp input#dgwt-wcas-search-input-1.dgwt-wcas-search-input {
  background-color: #f1f2ff;
  color: #274a98;
  padding: 9px 24px 9px 20px;
}
.site .wp-block-kadence-header .wp-block-kadence-header-desktop .kadence-header-row-inner .wp-block-kadence-header-section .kb-row-layout-wrap .wp-block-kadence-column div.dgwt-wcas-search-wrapp form.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp input#dgwt-wcas-search-input-1.dgwt-wcas-search-input::-moz-placeholder {
  color: var(--light-blue-color);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  opacity: 1;
}
.site .wp-block-kadence-header .wp-block-kadence-header-desktop .kadence-header-row-inner .wp-block-kadence-header-section .kb-row-layout-wrap .wp-block-kadence-column div.dgwt-wcas-search-wrapp form.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp input#dgwt-wcas-search-input-1.dgwt-wcas-search-input::placeholder {
  color: var(--light-blue-color);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  opacity: 1;
}
.site .wp-block-kadence-header .wp-block-kadence-header-desktop .kadence-header-row-inner .wp-block-kadence-header-section .kb-row-layout-wrap .wp-block-kadence-column div.dgwt-wcas-search-wrapp form.dgwt-wcas-search-form button.dgwt-wcas-search-submit {
  left: unset;
  right: 8px;
  top: 11px;
}
.site .wp-block-kadence-header .wp-block-kadence-header-desktop .kadence-header-row-inner .wp-block-kadence-header-section .kb-row-layout-wrap .wp-block-kadence-column div.dgwt-wcas-search-wrapp form.dgwt-wcas-search-form button.dgwt-wcas-search-submit::before {
  content: url("/wp-content/uploads/2026/02/product-search-arrow.svg");
  display: block;
  border: none;
}
.site .wp-block-kadence-header .wp-block-kadence-header-desktop .kadence-header-row-inner .wp-block-kadence-header-section .kb-row-layout-wrap .wp-block-kadence-column div.dgwt-wcas-search-wrapp form.dgwt-wcas-search-form button.dgwt-wcas-search-submit svg {
  display: none;
}
.site .wp-block-kadence-header .wp-block-kadence-header-desktop .kadence-header-row-inner .wp-block-kadence-header-section .kb-row-layout-wrap .wp-block-kadence-column div.wp-block-woocommerce-customer-account a svg {
  display: none;
}
.site .wp-block-kadence-header .wp-block-kadence-header-desktop .kadence-header-row-inner .wp-block-kadence-header-section .kb-row-layout-wrap .wp-block-kadence-column div.wp-block-woocommerce-customer-account a:before {
  content: url("/wp-content/uploads/2026/02/my-account-icon.svg");
  font-size: 16px;
  display: flex;
  width: 24px;
  height: 24px;
}
.site .wp-block-kadence-header .wp-block-kadence-header-desktop .kadence-header-row-inner .wp-block-kadence-header-section .kb-row-layout-wrap .wp-block-kadence-column div.wc-block-mini-cart.wp-block-woocommerce-mini-cart button.wc-block-mini-cart__button svg {
  display: none;
}
.site .wp-block-kadence-header .wp-block-kadence-header-desktop .kadence-header-row-inner .wp-block-kadence-header-section .kb-row-layout-wrap .wp-block-kadence-column div.wc-block-mini-cart.wp-block-woocommerce-mini-cart button.wc-block-mini-cart__button:before {
  content: url("/wp-content/uploads/2026/02/shopping-cart.svg");
  font-size: 16px;
  display: flex;
  width: 24px;
  height: 24px;
}

/* ISEEK NAV CSS */
/* ISEEK FRONTPAGE CSS */
.home section.frontpage-hero-section svg g ellipse {
  color: white;
}

/* ISEEK SITEWIDE CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

/* Site Wrapper confining website to 1920px on ultrawide-monitors */
.site-wrapper {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
}

/* ISEEK CUSTOM ACF BLOCKS CSS */
/* ISEEK BLOG CSS */
.blog .paging-navigation,
.archive .paging-navigation {
  text-align: center;
}
.blog .paging-navigation .nav-links .page-numbers,
.archive .paging-navigation .nav-links .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  background: var(--theme-light-grey);
  padding: 10px;
  border-radius: 100%;
  color: var(--theme-black);
  margin-right: 25px;
  line-height: 1.5;
}
.blog .paging-navigation .nav-links .page-numbers:hover,
.archive .paging-navigation .nav-links .page-numbers:hover {
  background: rgb(191.25, 191.25, 191.25);
}
.blog .paging-navigation .nav-links .page-numbers.current,
.archive .paging-navigation .nav-links .page-numbers.current {
  background: var(--theme-dark-grey);
}
.blog .paging-navigation .nav-links .page-numbers.next, .blog .paging-navigation .nav-links .page-numbers.prev,
.archive .paging-navigation .nav-links .page-numbers.next,
.archive .paging-navigation .nav-links .page-numbers.prev {
  text-indent: -9999px;
  position: relative;
  background: pink;
}
.blog .paging-navigation .nav-links .page-numbers.next:hover, .blog .paging-navigation .nav-links .page-numbers.prev:hover,
.archive .paging-navigation .nav-links .page-numbers.next:hover,
.archive .paging-navigation .nav-links .page-numbers.prev:hover {
  background: rgb(0, 153.5, 153.5);
}
.blog .paging-navigation .nav-links .page-numbers.next:after, .blog .paging-navigation .nav-links .page-numbers.prev:after,
.archive .paging-navigation .nav-links .page-numbers.next:after,
.archive .paging-navigation .nav-links .page-numbers.prev:after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: none;
}
.blog .paging-navigation .nav-links .page-numbers.next svg, .blog .paging-navigation .nav-links .page-numbers.prev svg,
.archive .paging-navigation .nav-links .page-numbers.next svg,
.archive .paging-navigation .nav-links .page-numbers.prev svg {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  color: var(--theme-white);
}
.blog .paging-navigation .nav-links .page-numbers.next,
.archive .paging-navigation .nav-links .page-numbers.next {
  margin-right: 0;
}
.blog .paging-navigation .nav-links .page-numbers.prev svg,
.archive .paging-navigation .nav-links .page-numbers.prev svg {
  transform: rotate(180deg);
}
.blog section.sticky-blog-post ul.wp-block-kadence-posts li.kb-post-list-item article a img,
.archive section.sticky-blog-post ul.wp-block-kadence-posts li.kb-post-list-item article a img {
  border-radius: 8px;
}
.blog section.sticky-blog-post ul.wp-block-kadence-posts li.kb-post-list-item article .entry-content-wrap,
.archive section.sticky-blog-post ul.wp-block-kadence-posts li.kb-post-list-item article .entry-content-wrap {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%; /* Make sure the container has a defined height */
}
.blog section.sticky-blog-post ul.wp-block-kadence-posts li.kb-post-list-item article .entry-content-wrap .entry-header,
.archive section.sticky-blog-post ul.wp-block-kadence-posts li.kb-post-list-item article .entry-content-wrap .entry-header {
  margin: 0;
}
.blog section.sticky-blog-post ul.wp-block-kadence-posts li.kb-post-list-item article .entry-content-wrap .entry-header .entry-meta,
.archive section.sticky-blog-post ul.wp-block-kadence-posts li.kb-post-list-item article .entry-content-wrap .entry-header .entry-meta {
  margin-top: 0;
}
.blog section.sticky-blog-post ul.wp-block-kadence-posts li.kb-post-list-item article .entry-content-wrap .entry-summary,
.archive section.sticky-blog-post ul.wp-block-kadence-posts li.kb-post-list-item article .entry-content-wrap .entry-summary {
  margin: 0;
}
.blog section.sticky-blog-post ul.wp-block-kadence-posts li.kb-post-list-item article .entry-content-wrap .entry-summary p,
.archive section.sticky-blog-post ul.wp-block-kadence-posts li.kb-post-list-item article .entry-content-wrap .entry-summary p {
  margin-top: 0;
}
.blog section.sticky-blog-post ul.wp-block-kadence-posts li.kb-post-list-item article .entry-content-wrap h2,
.archive section.sticky-blog-post ul.wp-block-kadence-posts li.kb-post-list-item article .entry-content-wrap h2 {
  color: white;
}
.blog section.sticky-blog-post ul.wp-block-kadence-posts li.kb-post-list-item article .entry-content-wrap footer.entry-footer p.more-link-wrap,
.archive section.sticky-blog-post ul.wp-block-kadence-posts li.kb-post-list-item article .entry-content-wrap footer.entry-footer p.more-link-wrap {
  margin: 0;
}
.blog section.sticky-blog-post ul.wp-block-kadence-posts li.kb-post-list-item article .entry-content-wrap footer.entry-footer p.more-link-wrap a.post-more-link,
.archive section.sticky-blog-post ul.wp-block-kadence-posts li.kb-post-list-item article .entry-content-wrap footer.entry-footer p.more-link-wrap a.post-more-link {
  display: inline-block;
  text-transform: capitalize;
  background: white;
  border-radius: 4px;
  color: #274a98;
  font-size: 18px;
  padding: 8px 40px 8px 12px;
  position: relative;
}
.blog section.sticky-blog-post ul.wp-block-kadence-posts li.kb-post-list-item article .entry-content-wrap footer.entry-footer p.more-link-wrap a.post-more-link span,
.archive section.sticky-blog-post ul.wp-block-kadence-posts li.kb-post-list-item article .entry-content-wrap footer.entry-footer p.more-link-wrap a.post-more-link span {
  display: none;
}
.blog section.sticky-blog-post ul.wp-block-kadence-posts li.kb-post-list-item article .entry-content-wrap footer.entry-footer p.more-link-wrap a.post-more-link::after,
.archive section.sticky-blog-post ul.wp-block-kadence-posts li.kb-post-list-item article .entry-content-wrap footer.entry-footer p.more-link-wrap a.post-more-link::after {
  content: url("/wp-content/uploads/2026/02/button-arrow.svg");
  position: absolute;
  top: 12px;
  right: 13px;
}
.blog section.sticky-blog-post ul.wp-block-kadence-posts li.kb-post-list-item article .entry-content-wrap footer.entry-footer p.more-link-wrap a.post-more-link:hover::after,
.archive section.sticky-blog-post ul.wp-block-kadence-posts li.kb-post-list-item article .entry-content-wrap footer.entry-footer p.more-link-wrap a.post-more-link:hover::after {
  content: url("/wp-content/uploads/2026/02/product-search-arrow.svg");
  position: absolute;
  top: 12px;
  right: 13px;
}
.blog .wp-block-kadence-posts .kb-post-list-item article footer.entry-footer p.more-link-wrap,
.archive .wp-block-kadence-posts .kb-post-list-item article footer.entry-footer p.more-link-wrap {
  margin: 0;
}
.blog .wp-block-kadence-posts .kb-post-list-item article footer.entry-footer p.more-link-wrap a.post-more-link,
.archive .wp-block-kadence-posts .kb-post-list-item article footer.entry-footer p.more-link-wrap a.post-more-link {
  display: inline-block;
  text-transform: capitalize;
  background: white;
  border-radius: 4px;
  color: #274a98;
  font-size: 18px;
  padding: 8px 40px 8px 12px;
  position: relative;
}
.blog .wp-block-kadence-posts .kb-post-list-item article footer.entry-footer p.more-link-wrap a.post-more-link span,
.archive .wp-block-kadence-posts .kb-post-list-item article footer.entry-footer p.more-link-wrap a.post-more-link span {
  display: none;
}
.blog .wp-block-kadence-posts .kb-post-list-item article footer.entry-footer p.more-link-wrap a.post-more-link::after,
.archive .wp-block-kadence-posts .kb-post-list-item article footer.entry-footer p.more-link-wrap a.post-more-link::after {
  content: url("/wp-content/uploads/2026/02/button-arrow.svg");
  position: absolute;
  top: 12px;
  right: 13px;
}
.blog .wp-block-kadence-posts .kb-post-list-item article footer.entry-footer p.more-link-wrap a.post-more-link:hover::after,
.archive .wp-block-kadence-posts .kb-post-list-item article footer.entry-footer p.more-link-wrap a.post-more-link:hover::after {
  content: url("/wp-content/uploads/2026/02/product-search-arrow.svg");
  position: absolute;
  top: 12px;
  right: 13px;
}

/* ISEEK GRAVITY FORMS CSS */
body .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper.gravity-theme .gform_fields .gfield textarea,
body .gform_wrapper.gravity-theme .gform_fields .gfield select {
  border-color: #000000;
}
body .gform_wrapper.gravity-theme .gform_fields .gfield {
  /* Reset Select if want to provide a different dropdown symbol */
}
body .gform_wrapper.gravity-theme .gform_fields .gfield select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: transparent;
  background-image: none;
  min-width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}
body .gform_wrapper.gravity-theme .gform_fields .gfield select::after {
  content: url(images/down_arrow.png);
  position: absolute;
  width: 21px;
  height: 13px;
  top: 0;
  right: 10px;
  bottom: 0;
  height: 100%;
  cursor: pointer;
  pointer-events: none;
}
body .gform_wrapper.gravity-theme .gform_fields .gfield {
  /* Remove IE arrow */
}
body .gform_wrapper.gravity-theme .gform_fields .gfield select::-ms-expand {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_fields .gfield input[type=checkbox] {
  -webkit-appearnce: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 1px solid white;
  color: white;
  border-radius: 4px;
  margin: 0 8px 0 0;
  width: 15px;
  height: 15px;
  position: relative;
}
body .gform_wrapper.gravity-theme .gform_fields .gfield input[type=checkbox]:checked:after {
  content: "✔";
  /* \2714 - heavy check
                     \2713 - light check
                     \2611 - check in a box
                     \2612 - x in a box
                     \2610 - empty box
                  */
  font-size: 18px;
  position: absolute;
  top: -10px;
  left: 2px;
  color: white;
}
body .gform_wrapper.gravity-theme .gform_footer #gform_submit_button_1 {
  width: 100%;
  text-transform: capitalize;
  background: white;
  border-radius: 4px;
  border: 1px solid #274a98;
  box-shadow: 2px 3px 4px 0 rgba(39, 74, 152, 0.2);
  color: #274a98;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 40px 8px 12px;
  position: relative;
  background-image: url("/wp-content/uploads/2026/02/button-arrow.svg"); /* or .png, .svg, etc. */
  background-position: 56% 50%;
  background-repeat: no-repeat;
}
body .gform_wrapper.gravity-theme .gform_footer #gform_submit_button_1:hover {
  background-image: url("/wp-content/uploads/2026/02/product-search-arrow.svg");
}

/* ISEEK BUTTONS CSS */
/* ISEEK WOOCOMMERCE CSS */
.single-product.woocommerce nav#kadence-breadcrumbs {
  margin-bottom: 30px;
}
.single-product.woocommerce .summary.entry-summary form.cart {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.single-product.woocommerce .summary.entry-summary form.cart .quantity.spinners-added {
  width: 127px;
  margin-bottom: 20px;
  border: 1px solid #788dc1;
}
.single-product.woocommerce .summary.entry-summary form.cart .quantity.spinners-added input.minus {
  border-right: 1px solid #788dc1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #f1f2ff;
}
.single-product.woocommerce .summary.entry-summary form.cart .quantity.spinners-added input.plus {
  border-left: 1px solid #788dc1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #f1f2ff;
}
.single-product.woocommerce .summary.entry-summary .variations {
  margin-bottom: 0;
}
.single-product.woocommerce .summary.entry-summary .variations td {
  padding-bottom: 10px;
}
.single-product.woocommerce .summary.entry-summary .variations td select {
  width: 100%;
  background-color: #f1f2ff;
  border-radius: 3px;
}
.single-product.woocommerce .summary.entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: column;
}
.single-product.woocommerce .woocommerce-tabs {
  width: 50%;
}
@media (max-width: 767px) {
  .single-product.woocommerce .woocommerce-tabs {
    width: 100%;
    border: 0 !important;
  }
}
.single-product.woocommerce .woocommerce-tabs ul.tabs {
  padding-left: 0 !important;
}
.single-product.woocommerce .woocommerce-tabs ul.tabs::before {
  border-bottom: 0 !important;
}
.single-product.woocommerce .woocommerce-tabs ul.tabs li {
  border: 0 !important;
}
.single-product.woocommerce .woocommerce-tabs ul.tabs li a {
  font-size: 28px !important;
  padding: 0 !important;
}
.single-product.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 0 !important;
  margin-bottom: 4em !important;
}

.woocommerce ul.products.product-archive li.product .product-details .product-action-wrap a {
  display: block;
  border-radius: 4px;
  border: 1px solid #274a98;
  background: #fff;
  box-shadow: 2px 3px 4px 0 rgba(39, 74, 152, 0.2);
  padding: 10px 40px 10px 10px;
  text-align: center;
  color: #274a98;
  text-transform: capitalize;
  font-size: 18px !important;
  font-weight: 700 !important;
  position: relative;
}
.woocommerce ul.products.product-archive li.product .product-details .product-action-wrap a span svg {
  display: none;
}
.woocommerce ul.products.product-archive li.product .product-details .product-action-wrap a::after {
  content: url("/wp-content/uploads/2026/02/button-arrow.svg");
  position: absolute;
  top: 14px;
  right: 45px;
}
.woocommerce ul.products.product-archive li.product .product-details .product-action-wrap a:hover::after {
  content: url("/wp-content/uploads/2026/02/product-search-arrow.svg");
  position: absolute;
  top: 14px;
  right: 50px;
}
.woocommerce ul.products.product-archive li.product {
  padding-bottom: 10px;
}

/* ISEEK FOOTER CSS */
.site-footer {
  border-top: 1px solid var(--theme-light-grey);
}
.site-footer .kt-row-column-wrap .kt-row-column-wrap .wp-block-kadence-column.contact-us-column .kt-inside-inner-col p {
  margin-bottom: 8px;
}
.site-footer .site-info {
  border-top: 1px solid var(--theme-light-grey);
}
.site-footer .site-info .inside-site-info .copyright-bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.iseek-crafted-light {
  filter: invert(0%) sepia(100%) saturate(16%) hue-rotate(246deg) brightness(98%) contrast(105%);
  width: 50px;
}

.mobile-contact-box {
  display: none;
}

@media (max-width: 768px) {
  .site-info .inside-site-info .copyright-bar {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mobile-contact-box {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background-color: #f6f6f6;
    z-index: 3000;
  }
  .mobile-contact-box .mobile-contact-box-inner {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
  }
  .mobile-contact-box .mobile-contact-box-inner .mobile-contact-box-item {
    text-align: center;
  }
  .mobile-contact-box .mobile-contact-box-inner .mobile-contact-box-item i {
    font-size: 24px;
    color: #000;
  }
  .mobile-contact-box .mobile-contact-box-inner .mobile-contact-box-item p {
    font-size: 10px;
    margin-bottom: 0;
    color: #000;
    text-transform: uppercase;
  }
}/*# sourceMappingURL=style.css.map */