/*
Theme Name: FieldConnect
Author: EWM
Description: Starter theme based on fieldconnect.nl
Version: 1.0
*/

/* Basic reset */
.under-maintenance {
  background: #0d7ab3;
  width: 100%;
  color: #000;
  padding: 20px 0;
  font-weight: 500;
  font-size: 14px;
  color: #FFF;
}
.under-maintenance p {
  margin: 0;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html,body { 
  height: 100%;
  font-family: "Open Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  color:#666;
  background:#fff;
}
a,
a.visited { 
  color: #169fe6;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  -transition: color 0.1s ease-in-out;
}
h1, h2, h3, h3, h4, h5, h6 {
  font-family: 'Federation';
}
h1, h2, h3, h4, h5, h6 {
  color: #23A4E7;
  font-weight: 300;
  letter-spacing: -0.2px;
}
h3 {
  font-size: 16px;
  line-height: 34px;
}
h4 {
  font-size: 14px;
  line-height: 30px;
}
p {
  line-height: 21px;
}
a.button,
button.button,
div.button a {
  padding: 5px 14px 7px 14px;
  display: inline-block;
  border: 0px;
  font-weight: normal !important;
  outline: none;
  font-size: 13px;
  cursor: pointer;
  width: auto;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border-radius: 2px !important;
  box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.2);
  letter-spacing: -0.2px;
  line-height: unset !important;
}
a.button.color-blue,
button.button.color-blue,
div.button.color-blue a{
  color: #fff;
  background: #169fe6;
  box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
}
a.button.color-blue:hover,
button.button.color-blue:hover,
div.button.color-blue a:hover{
  color: #fff;
  background: #aaa;
  box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
}

label, legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 5px;
}

input[type="button"], input[type="submit"], input[type="button"]:focus, input[type="submit"]:focus {
  color: #fff;
  background: #169fe6;
  padding: 9px 11px;
  border: none;
}

input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
  border: 1px solid #e0e0e0;
  padding: 8px 9px;
  outline: none;
  font-size: 13px;
  color: #888;
  margin: 0;
  max-width: 100%;
  display: block;
  background: #fff;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
  border-radius: 2px;
}

a.button, input[type="button"], input[type="submit"] {
  padding: 5px 14px 7px 14px;
  display: inline-block;
  border: 0px;
  font-weight: 500;
  outline: none;
  font-size: 13px;
  cursor: pointer;
  width: auto;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  border-radius: 2px;
  box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.2);
  letter-spacing: -0.2px;
}

/* Header */
.header-wrapper {
  margin: 0;
  padding: 205px 0 0 0;;
}
#sticky-header {
  display: block;
  width: 100%;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 9999;
  top: 0px;
}
#sticky-header #header-container {
  background-color: #fff;
}
#top-line {
  background: #169fe6;
  height: 5px;
  display: block;
}

#header {
  min-height: 90px;
  max-width: 1020px;
  padding: 0;
}

.logo-container .tagline {
  font-family: 'Federation';
  color: #888;
  border-left: 1px solid #e8e8e8;
  margin: 0 0 0 20px;
  padding: 5px 0 5px 20px;
  font-size: 20px;
}

/* Header Search */
.search-form {
  position: relative;
  width: 100%;
  max-width: 300px;
}

.search-field {
  width: 100%;
  padding: 8px 9px;
  font-size: 11px;
}

.search-submit {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #555;
}
.search-submit:hover {
  color: #000;
}

/* Search Result */
.search-form-container .search-form {
  width: 100%;
  max-width: 100%;
}

.search-form-container .search-result-submit {
  position: relative;
}

.search-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.search-products li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.search-products li .product-container .description-container {
  background-color: rgb(244, 244, 244);
  box-shadow: rgba(0, 0, 0, 0.07) 0px -1px 0px 0px inset;
  border-radius: 0px 0px 2px 2px;
  border-color: rgb(232, 232, 232);
  padding: 14px 10px 19px;
  flex-grow: 1;
}
.search-products li .product-container .description-container h3 {
  font-size: 13px;
  font-weight: 600;
}

.search-products li .product-container .img-container img {
  height: auto;
  max-width: 100%;
}

/* Footer */
#footer {
  background: #4c4c4c;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  color: #FFF;
}
#footer .footer-inner {
  width: 1020px;
  padding: 30px 0 31px 0;
  margin: 0 auto;
  font-size: 12px;
}
#footer .footer-inner h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 34px;
}

#footer .footer-inner .footer-nav ul {
  list-style: none;
  padding: 0;
  color: #FFF;
}
#footer .footer-inner .footer-nav ul li a {
  font-size: 12px;
  color: #ddd;
}

#footer-bottom {
  background: #424242;
  font-size: 12px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  color: #FFF;
}

#footer-bottom .footer-bottom-inner {
  width: 1020px;
  padding: 15px 0;
  margin: 0 auto;
}

#footer-bottom .footer-bottom-inner .copyright {
  color: #aaa;
}

/* Home */
ul.home-news {
  display: flex;
}
ul.home-news li {
  padding: 0 1rem;
}
ul.home-news li div.date-container {
  margin-right: 10px;
}
ul.home-news li div.date-container .day {
  background: #f2f2f2;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #999;
  border-radius: 2px 2px 0 0;
  text-align: center;
}
ul.home-news li div.date-container .month {
  background: #ccc;
  padding: 0px 10px 2px 10px;
  color: #fff;
  border-radius: 0 0 2px 2px;
  box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.07);
}
ul.home-news li a {
  font-size: 14px;
  color: #333;
}

/* Content */
.content-wrapper {
  width: 100%;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 0;
}

.content-slider .layerslider article {
  position: relative;
}

.content-slider .layerslider article p.slide-description {
  font-size: 14px;
  font-weight: 600;
  background: rgb(22, 159, 230, .5);
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 47.5%;
  padding: 18px 22px;
  color: #fff;
  border-radius: 2px;
  box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.1);
}

.content-one .content-inner {
  margin: 40px;
}

.content-one .content-inner h3.content-h3 {
  font-size: 16px;
  line-height: 34px;
}

.content-one .content-inner p.content-description {
  color: #4c4c4c;
}

.bottom-line {
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}

.page-content-row {
  padding: 30px 40px;
}

.page-content-row h1 {
  font-size: 22px;
  line-height: 30px;
}

/* Contact */
.contact-container .contact-form {
  padding: 0 40px 40px 40px;
}
.contact-container .contact-sidebar {
  background: #fcfcfc;
  border-left: 1px solid #e0e0e0;
  -webkit-box-shadow: inset 2px 0px 0px 0px rgba(0, 0, 0, 0.03), inset 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
  box-shadow: inset 2px 0px 0px 0px rgba(0, 0, 0, 0.03), inset 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
  padding: 0 40px;
}

.contact-container .contact-sidebar .contact-widget {
  margin: 30px 0 0 0;
}

.contact-container .cf7-container {
  padding: 30px 0px;
}

.contact-container .cf7-container form input, 
.contact-container .cf7-container form textarea,
.contact-container .cf7-container form select {
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  -moz-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  -o-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  -ms-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

/* Category */
.woocommerce .page-content-row.page-category .category-list,
.page-content-row.page-category .category-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* responsive columns */
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce .page-content-row.page-category .category-list li,
.page-content-row.page-category .category-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.woocommerce .page-content-row.page-category .category-list li img,
.page-content-row.page-category .category-list li img {
  height: auto;
  max-width: 100%;
}
.woocommerce .page-content-row.page-category .category-list li .category-container,
.page-content-row.page-category .category-list li .category-container {
  display: flex;
  flex-direction: column;
}
.page-content-row.page-category .category-list li .category-container .img-container {
  border: 1px solid #eee;
}
.woocommerce .page-content-row.page-category .category-list li .category-container .description-container,
.page-content-row.page-category .category-list li .category-container .description-container {
  border-top: 5px solid #e5e5e5;
  background-color: #f4f4f4;
  box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.07);
  border-radius: 0 0 2px 2px;
  border-color: #e8e8e8;
  padding: 14px 10px 19px 10px;
  flex-grow: 1;
}

.woocommerce .description-container {
  padding: 14px 0 19px 0;
  background: #fff;
  background-color: rgb(255, 255, 255);
  border-radius: 0 0 2px 2px;
  border-top: 5px solid #e5e5e5;
  border-top-color: rgb(229, 229, 229);
  text-align: center;
  -webkit-transition: all 180ms ease-in-out;
  -moz-transition: all 180ms ease-in-out;
  -o-transition: all 180ms ease-in-out;
  -ms-transition: all 180ms ease-in-out;
  transition: all 180ms ease-in-out;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 0 1px rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.12), 0 0 1px rgba(0,0,0,0.1);
}

.woocommerce .page-content-row.page-related_product ul.products {
  margin: 0;
}
.woocommerce .page-content-row.page-related_product ul.products li.product,
.woocommerce-page .page-content-row.page-related_product ul.products li.product {
  width: 100%;
}

/* Product */
.woocommerce .breadcrumbs-wrapper {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #e0e0e0;
  padding: 40px;
  gap: 10px;
}

.woocommerce .breadcrumbs-wrapper .woocommerce-breadcrumb {
  margin-bottom: 0;
}

.product-sidebar {
  border-left: 1px solid #e0e0e0;
}

.product-sidebar .column-inner {
  padding: 30px 20px;
}

.woocommerce div.product .top-row {
  padding: 40px 30px;
}

.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
  width: 100%;
}

.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
  width: 100%;
}

.woocommerce .product h1.product_title, 
.woocommerce .product h3.product_title {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  line-height: 26px;
  margin: 0 0 7px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  border: 1px solid #e0e0e0;
  background: #f8f8f8;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #ffffff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #888;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
  padding: 10px 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  border-top: 1px solid #169fe6;
  color: #169fe6;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
  border: 1px solid #e0e0e0;
  margin: -1px 0 20px;
  padding: 20px;
  overflow: hidden;
  width: 100%;
  line-height: 21px;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}

.related-products-header {
  padding: 15px 30px;
}

.related-products h2 {
  line-height: 26px;
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 2px 0;
  min-height: 90px;
}

.related-products h2 a {
  color: #444;
}

.related-products-header h3 {
  font-size: 20px;
}

.related-product-grid {
  padding: 30px;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}
.compare-product-grid {
  background: #f2f2f2;
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}

.product-btn-wrapper {
  display: flex;
  gap: 5px;
}

.product-btn-wrapper a {
  color: #fff;
  background: #169fe6;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.15);
  padding: 5px 14px 7px 14px;
  display: inline-block;
  border: 0px;
  font-weight: 500;
  outline: none;
  font-size: 13px;
  cursor: pointer;
  width: auto;
  -webkit-transition: all 200ms 
  ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms 
  ease-in-out;
  border-radius: 2px;
  letter-spacing: -0.2px;
}

.product-btn-wrapper a:hover {
  background: #aaa;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.15);
}

/* News */
.page-news ul {
  padding: 0;
  list-style: none;
}
.page-news ul li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.page-news ul li h2 {
  display: block;
  margin: 0;
}
.page-news ul li span.date {
  font-size: 11px;
  display: block;
  margin-bottom: 20px;
}
.page-news ul li section.left-image-content img.image-align-left {
  float: left;
  margin: 0 15px 10px 0;
  max-width: 40%;
  height: auto;
}
.page-news ul li section.right-image-content img.image-align-right {
  float: right;
  margin: 0 15px 10px 0;
  max-width: 40%;
  height: auto;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  /* Styles for small phones */
  #sticky-header {
    margin: 0 auto;
    width: 100%;
    margin: 0px 5px;
  }
  .category-list {
    grid-template-columns: 1fr; /* 1 column */
  }
  .content-wrapper {
    width: ;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Styles for larger phones */
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Styles for tablets */
  .category-list {
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Styles for laptops/desktops */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  /* Styles for big screens */
}

@media (min-width: 992px) {
  .content-wrapper {
    max-width: 1020px;
  }
}

/* Extra extra large devices (very large desktops, 1400px and up) */
@media (min-width: 1400px) {
  /* Styles for ultra-wide screens */
  #sticky-header {
    margin: 0 auto;
    width: 100%;
  }
}