@charset "UTF-8";
/*!
Theme Name: Default iSeek Kadence Child Theme
Theme URI: https://relianceautomation.ie/
Template: kadence
Author: iSeek
Author URI: https://www.iseek.ie/
Description: A child theme for the redevelopment of the Reliance Automation 2026 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 #masthead.site-header {
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  position: fixed;
}

/* ISEEK NAV CSS */
/* ISEEK FRONTPAGE CSS */
section#frontpage-blurb {
  height: 186px;
  overflow: hidden;
}
section#frontpage-blurb #blurb-wrapper {
  position: relative;
}
section#frontpage-blurb #blurb-wrapper::before {
  content: url("/wp-content/uploads/2026/04/star-bullet-final.svg") !important;
  display: inline-block;
  width: 273px;
  height: 273px;
  position: absolute;
  top: -77%;
  left: -12%;
}
@media (max-width: 767px) {
  section#frontpage-blurb #blurb-wrapper::before {
    content: "";
    width: 0px;
    height: 0px;
  }
}
section#frontpage-blurb #blurb-wrapper::after {
  content: url("/wp-content/uploads/2026/04/star-bullet-final.svg");
  display: inline-block;
  width: 273px;
  height: 273px;
  position: absolute;
  top: 5%;
  right: -10%;
}
@media (max-width: 767px) {
  section#frontpage-blurb #blurb-wrapper::after {
    width: 73px;
    height: 73px;
    top: 70%;
  }
}

section#whyPick .stats-cards::after {
  content: "";
  display: inline-block;
  background-color: #0070ff;
  width: 2px;
  height: 140px;
  position: absolute;
  right: -10px;
  top: 23%;
}

section#why-we-do-it #tabs .content-tab {
  position: absolute;
  right: 0px;
  top: 100px;
  width: 566px;
  height: 437px;
  backdrop-filter: blur(5px);
}
@media (max-width: 767px) {
  section#why-we-do-it #tabs .content-tab {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  }
}

#five-hundred-manufacturers::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: #0070ff;
  margin-right: 20px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  #five-hundred-manufacturers::before {
    width: 20px;
    margin-right: 5px;
  }
}
#five-hundred-manufacturers::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: #0070ff;
  margin-left: 20px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  #five-hundred-manufacturers::after {
    width: 20px;
    margin-left: 5px;
  }
}

/* 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;
}

section#quoteCallEmail #certification-wrapper {
  max-width: 400px;
}
section#quoteCallEmail .certification-circle-holders {
  flex: 0.5;
}
section#quoteCallEmail .certification-circle-holders .kt-inside-inner-col {
  width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
}

section#locations .google-maps iframe {
  border-radius: 8px;
}

/* 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);
}

/* ISEEK GRAVITY FORMS CSS */
body .gform_wrapper.gravity-theme .gform_heading h2.gform_title {
  text-transform: uppercase;
  margin-bottom: 32px;
}
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 {
  background: transparent;
  border-radius: 8px;
  border-color: rgba(255, 255, 255, 0.1);
}
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])::-moz-placeholder, body .gform_wrapper.gravity-theme .gform_fields .gfield textarea::-moz-placeholder, body .gform_wrapper.gravity-theme .gform_fields .gfield select::-moz-placeholder {
  color: white;
}
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])::placeholder,
body .gform_wrapper.gravity-theme .gform_fields .gfield textarea::placeholder,
body .gform_wrapper.gravity-theme .gform_fields .gfield select::placeholder {
  color: white;
}
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 input.button,
body .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  font-family: NotoSans, Helvetica, Arial;
  font-weight: 700;
  text-transform: uppercase;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top: 2px solid var(--global-palette1, #3182ce);
  border-right: 2px solid var(--global-palette1, #3182ce);
  border-bottom: 2px solid var(--global-palette1, #3182ce);
  border-left: 2px solid var(--global-palette1, #3182ce);
  padding: 2px 60px 2px 16px;
  width: 100%;
  background-image: url("/wp-content/uploads/2026/04/icon-button-arrow.svg");
  background-repeat: no-repeat;
  background-position: 57% 50%;
}
body .gform_wrapper.gravity-theme .gform_footer input.button:hover,
body .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover {
  background: transparent;
  background-image: url("/wp-content/uploads/2026/04/icon-button-arrow.svg");
  background-repeat: no-repeat;
  background-position: 57% 50%;
  color: white;
  border-color: white;
}
@media (max-width: 767px) {
  body .gform_wrapper.gravity-theme .gform_footer input.button,
  body .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
    background-position: 61% 50%;
  }
}

/* ISEEK BUTTONS CSS */
/* ISEEK FOOTER CSS */
.site-footer {
  border-top: 1px solid var(--theme-light-grey);
}
.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 */