@charset "UTF-8";
/*!
  __  __               _          _                                        
 |  \/  |   __ _    __| |   ___  | |__    _   _   ___    ___   _ __    ___ 
 | |\/| |  / _` |  / _` |  / _ \ | '_ \  | | | | / __|  / _ \ | '_ \  / __|
 | |  | | | (_| | | (_| | |  __/ | |_) | | |_| | \__ \ |  __/ | | | | \__ \
 |_|  |_|  \__,_|  \__,_|  \___| |_.__/   \__, | |___/  \___| |_| |_| |___/
                                          |___/                            


* Development by Madebysens
 * www.madebysens.nl
 */
.sidebar ul {
  display: block;
  margin: 0;
  padding: 0;
}
.sidebar ul > li {
  display: block;
  margin-bottom: 30px;
  padding: 0;
}
.sidebar ul > li h4 {
  display: block;
  font-size: 16px;
  margin-top: 0;
  font-family: "inter";
  font-weight: 600;
}
.sidebar ul > li ul {
  padding: 0;
  margin: 0;
}
.sidebar ul > li ul li {
  padding: 0;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.sidebar ul > li ul li label {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  width: 100%;
  line-height: 1.3;
  display: block;
  padding-left: 0px;
  position: relative;
}
.sidebar ul > li ul li label input[type=radio],
.sidebar ul > li ul li label input[type=checkbox] {
  display: inline;
  width: auto;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 25px;
}
.sidebar ul > li ul li label input[type=radio]:checked:before,
.sidebar ul > li ul li label input[type=checkbox]:checked:before {
  content: "■";
  color: #2A35C7;
}
.sidebar ul > li ul li label input[type=radio]:before,
.sidebar ul > li ul li label input[type=checkbox]:before {
  top: 1px;
  left: 1px;
  position: absolute;
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border: 1px solid #2A35C7;
  font-size: 18px;
  text-align: center;
  line-height: 13px;
  color: #000;
  background: #FFFFFF;
  border-radius: 3px;
}
.sidebar ul > li input[type=button],
.sidebar ul > li input[type=submit] {
  height: 50px;
  position: relative;
  padding-right: 45px;
  padding-left: 45px;
  background-color: #2a35c8;
  transition: 0.2s all ease-in-out;
  font-size: 16px;
  font-weight: bold;
  font-family: "inter";
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: 0;
}
.sidebar ul > li input[type=button]:hover,
.sidebar ul > li input[type=submit]:hover {
  background-color: #212a9e;
}

.archive-search .searchandfilter {
  background: #FFFFFF;
  box-shadow: 0px 2px 2px rgba(42, 53, 199, 0.2);
  border-radius: 6px;
}
.archive-search .searchandfilter ul {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.archive-search .searchandfilter ul li {
  padding: 0;
}
.archive-search .searchandfilter ul li:nth-child(1), .archive-search .searchandfilter ul li:nth-child(2) {
  width: 70%;
}
@media (max-width: 768px) {
  .archive-search .searchandfilter ul li:nth-child(1), .archive-search .searchandfilter ul li:nth-child(2) {
    width: 70%;
  }
}
.archive-search .searchandfilter ul li:nth-child(2) {
  width: 30%;
}
.archive-search .searchandfilter ul li input[type=text],
.archive-search .searchandfilter ul li select {
  background-repeat: no-repeat;
  background-position: left 30px center;
  background-size: 20px;
  padding-left: 70px;
}
.archive-search .searchandfilter ul li input[type=text] {
  background-color: #fff;
  border: 0;
  height: 70px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  outline: none;
  color: #000 !important;
  border-right: 1px solid #E7E7E7;
  background-image: url(../img/search-icon.svg);
  width: 100%;
}
.archive-search .searchandfilter ul li input[type=text]::-webkit-input-placeholder {
  color: #727272;
}
.archive-search .searchandfilter ul li input[type=text]::-moz-placeholder {
  color: #727272;
}
.archive-search .searchandfilter ul li input[type=text]:-ms-input-placeholder {
  color: #727272;
}
.archive-search .searchandfilter ul li input[type=text]:-moz-placeholder {
  color: #727272;
}
@media (max-width: 768px) {
  .archive-search .searchandfilter ul li input[type=text] {
    border-right: 0;
    padding-left: 3.5rem;
    background-position: left 1.2rem center;
  }
}
.archive-search .searchandfilter ul li input[type=submit] {
  height: 70px !important;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  text-transform: none;
  display: block;
  border: 0;
  width: 100%;
  cursor: pointer;
  background-color: #289F1B;
  transition: 0.2s all ease-in-out;
  font-size: 16px;
  font-weight: bold;
  font-family: "inter";
  color: #fff;
}
.archive-search .searchandfilter ul li input[type=submit]:hover {
  background: #1d7314;
}
@media (max-width: 768px) {
  .archive-search .searchandfilter ul li input[type=submit] {
    padding: 1.3rem 1rem !important;
  }
}

.front-page-search .searchandfilter ul {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.front-page-search .searchandfilter ul li {
  padding: 0;
}
.front-page-search .searchandfilter ul li:nth-child(1), .front-page-search .searchandfilter ul li:nth-child(2) {
  width: 37%;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .front-page-search .searchandfilter ul li:nth-child(1), .front-page-search .searchandfilter ul li:nth-child(2) {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .front-page-search .searchandfilter ul li:nth-child(2) {
    display: none;
  }
}
.front-page-search .searchandfilter ul li:nth-child(3) {
  width: 26%;
}
@media (max-width: 768px) {
  .front-page-search .searchandfilter ul li:nth-child(3) {
    width: 30%;
  }
}
.front-page-search .searchandfilter ul li input[type=text],
.front-page-search .searchandfilter ul li select {
  background-repeat: no-repeat;
  background-position: left 20px center;
  background-size: 17px;
  font-size: 14px;
}
.front-page-search .searchandfilter ul li input[type=text] {
  padding-left: 50px;
  background-color: #fff;
  border: 0;
  height: 56px;
  border-radius: 6px;
  outline: none;
  color: #000 !important;
  border-right: 1px solid #E7E7E7;
  background-image: url(../img/search-icon.svg);
  width: 100%;
}
.front-page-search .searchandfilter ul li input[type=text]::-webkit-input-placeholder {
  color: #727272;
}
.front-page-search .searchandfilter ul li input[type=text]::-moz-placeholder {
  color: #727272;
}
.front-page-search .searchandfilter ul li input[type=text]:-ms-input-placeholder {
  color: #727272;
}
.front-page-search .searchandfilter ul li input[type=text]:-moz-placeholder {
  color: #727272;
}
@media (max-width: 768px) {
  .front-page-search .searchandfilter ul li input[type=text] {
    border-right: 0;
    padding-left: 3rem;
    background-position: left 1.2rem center;
  }
}
.front-page-search .searchandfilter ul li select {
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 10px;
  background-image: url(../img/arrow-down.svg);
  background-color: #fff;
  height: 56px;
  border: 0;
  padding-left: 20px;
  color: #727272;
  outline: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  width: 100%;
}
.front-page-search .searchandfilter ul li input[type=submit] {
  height: 56px !important;
  border-radius: 6px;
  text-transform: none;
  display: block;
  border: 0;
  width: 100%;
  cursor: pointer;
  background-color: #289F1B;
  transition: 0.2s all ease-in-out;
  font-size: 16px;
  font-weight: bold;
  font-family: "inter";
  color: #fff;
}
.front-page-search .searchandfilter ul li input[type=submit]:hover {
  background: #1d7314;
}
@media (max-width: 768px) {
  .front-page-search .searchandfilter ul li input[type=submit] {
    padding: 1.3rem 1rem !important;
  }
}
