/*
 * Theme Name: Auctionet v2
 * Author: House of Lions
 * Description: Modified by Hungry Happy
*/

body {
  color: #171615;
  background-color: #f9f9f9 !important;
  background-color: #ffffff !important;
  /*font-family: "Source Sans Pro", sans-serif;*/
  width: 100vw;
  letter-spacing: 0.04em;
  font-size: 1.125rem; /* BOLLA MED PIA */
  font-weight: 300;
}
/*
@media (max-width: 767.98px) {
  body {
    padding-top: 52px;
  }
}
*/

a {
  text-decoration: none !important;
}

hr {
  border-top: 1px solid #d9d9d9;
  width: 100%;
}
/*
.source-serif {
  font-family: "Source Serif Pro", serif;
}
.source-sans {
  font-family: "Source Sans Pro", sans-serif;
}
.playfair-display {
  font-family: "Playfair Display", serif;
}
*/

.aligncenter {
  display: block;
  margin: 0 auto;
}

.single-post-category-text {
  font-size: 1em;
}
.text-danger {
  color: #eb625b !important;
}
.text-primary {
  color: #212529 !important;
}
a.text-primary:hover {
  color: #08533c !important;
}
.bg-danger {
  background-color: #eb625b !important;
}

.bg-primary {
  background-color: #08533c !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
/*
.container {
  max-width: 1060px !important;
}
*/
/* BOLLA MED PIA */

.container-sm {
  max-width: 810px !important;
}
.px-50 {
  padding: 50px 0 !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.bg-darker {
  background: #e5e5e5 !important;
}
.bg-darkest {
  background: #353435 !important;
}
.cli-style-v2 {
  max-width: 1260px;
}

h1,
.h1 {
  font-size: 2.375rem !important;
  margin-bottom: 1.5rem !important;
}

h2,
.h2 {
  font-size: 2rem;
  line-height: 110%;
  margin-bottom: 1.5rem;
  margin-bottom: 1.25rem;
}
h3,
.h3 {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  margin-bottom: 1.25rem;
}

h4,
.h4 {
  font-size: 1.25rem;
  letter-spacing: 0.0275rem;
}

h5,
.h5 {
  font-size: 1rem;
  letter-spacing: 0.2rem;
}

h6,
.h6 {
  font-size: 1.25rem;
  line-height: 130%;
}

p {
  font-size: 1.125rem;
  line-height: 140%;
}

.w-360 {
  max-width: 360px;
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 2.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  h2,
  .h2 {
    font-size: 2.125rem;
    margin-bottom: 1.125rem;
  }
  h3,
  .h3 {
    font-size: 1.625rem;
    margin-bottom: 1rem;
  }

  h4,
  .h4 {
    font-size: 1.25rem;
    letter-spacing: 0.0275rem;
  }

  h5,
  .h5 {
    font-size: 1rem;
    letter-spacing: 0.2rem;
  }

  h6,
  .h6 {
    font-size: 1.125rem;
    /*line-height: 120%;*/
  }

  p {
    font-size: 1.125rem;
    line-height: 140%;
  }
}

@media (max-width: 480px) {
  h1,
  .h1 {
    font-size: 2rem !important;
    margin-bottom: 1.125rem !important;
  }

  h2,
  .h2 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
  h3,
  .h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

/** title and excerpt **/
/*
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 50px !important;
  }
}
@media (min-width: 1165px) {
  .te-ml--25 {
    margin-left: -25px !important;
  }
}
.te-mb-20 {
  margin-bottom: 20px !important;
}
*/

/** top bar **/
.top-bar {
  height: 40px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 14px;
}
.top-bar div {
  margin-top: 2px;
}
.arrow {
  font-size: 19px;
  float: right;
  padding-top: 1px;
  margin-left: 15px;
}

/** topimage **/
.topimage {
  height: 560px;
}
@media (max-width: 767.98px) {
  .topimage {
    height: 360px;
  }
}

/** breadcrumb **/
@media (max-width: 767.98px) {
  .breadcrumb {
    height: 30px !important;
    font-size: 13px !important;
    padding: 5px 10px !important;
  }
}

/** header **/
.header {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  z-index: 5;

  box-shadow: rgba(48, 48, 48, 0.1) 0px 5px 32px 0px;
  box-shadow: rgba(0, 47, 18, 0.1) 0px 5px 32px 0px;
}

.admin-bar .header {
  top: 32px;
}
/*
.header.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  height: 50px !important;
  transition: 0.5s;
}
.header-holder-scroll {
  height: 90px;
  width: 100%;
  display: none;
}
.header-holder-scroll.affix {
  display: block;
}
*/
@media (max-width: 767.98px) {
  /*
  .header {
    height: 52px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
  }
  */
}
.main-menu-item a {
  color: #000;
  text-transform: uppercase;
}
.logo img.desktop-logo {
  display: block;
  position: relative;
  width: 308px;
  width: 278px;
  /*margin-left: -50px;*/
}

.logo img.mobile-logo {
  display: none;
  /*margin-left: -50px;*/
}
/*
.header.affix .logo img {
  top: 3px;
}
*/

@media (max-width: 1165px) {
  .logo img {
    margin-left: 0 !important;
  }
}
.large-header {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
}

.large-header .container {
  /*margin-top: 6px;*/
}

.small-header {
  display: none;
}
@media (max-width: 1080px) {
  .header {
    position: sticky;
    top: 0;
    height: 60px !important;
    padding-top: 0;
    padding-bottom: 0;
  }

  .large-header {
    display: none;
  }
  .small-header {
    display: block;
    padding: 14px 20px;
  }

  .logo-mobile img {
    display: block;
    height: 34px;
    /*margin-left: -50px;*/
  }
}

.header.affix .logo img {
  height: 30px !important;
  transition: 0.5s;
}

.navbar-nav .dropdown a {
  font-weight: 500;
  /*font-size: 1rem !important;*/
  font-size: 15px !important;
  letter-spacing: 2px;
}

.navbar-nav .dropdown > a {
  font-weight: 700;
  line-height: 1;
}

.dropdown .dropdown-arrow-icon {
  margin-top: -5px;
  cursor: pointer;
}
.dropdown .dropdown-arrow-icon.small {
  height: 5px;
}
.dropdown .dropdown-arrow-icon.large {
  height: 8px;
}

.navbar-nav .dropdown-menu {
  border-radius: 0;
  background: rgba(8, 83, 60, 0.9);
}

.navbar-nav a.dropdown-item {
  color: #ffffff !important;
  /*font-weight: 400 !important;*/
  line-height: 120%;
  font-size: 14px !important;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

@media (min-width: 991.98px) {
  .navbar-expand .navbar-nav,
  .navbar-expand .navbar-nav .dropdown {
    line-height: 15px !important;
  }

  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/** mobile header **/
.mobile-nav-toggler {
  /*    border: 1px solid #000;
    border-radius: 50px;
    padding: 2px 10px;*/
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  /*height: 24px !important;*/
  width: auto;
  border-color: rgb(19, 63, 16);
}

.mobile-nav-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/*
.mobile-nav-toggler .hamburger,
.mobile-nav-toggler .close-hamburger {
  float: right;
}
.mobile-nav-toggler .hamburger {
  font-size: 14px;
  margin-left: 10.5px;
  margin-top: 2px;
}
.mobile-nav-toggler .close-hamburger {
  font-size: 16px;
  margin-left: 11px;
  margin-top: 1px;
  display: none;
}
.mobile-nav-toggler.open .hamburger {
  display: none;
}
.mobile-nav-toggler.open .close-hamburger {
  display: block;
}
*/

.mobile-nav-holder {
  display: none;
  position: fixed;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9;
}
.mobile-nav {
  position: fixed;
  top: 60px;
  right: 0;
  bottom: 0;
  width: 80%;
  max-width: 230px;
  z-index: 9;
  overflow-y: scroll !important;
}
.mobile-nav-holder.open {
  display: block !important;
}

/** footer **/
footer .row {
  gap: 0 !important;
}

.footer-logo {
  width: 80%;
  max-width: 140px;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .footer-col p {
    text-align: left !important;
  }

  #footer div.row > div:last-of-type {
    margin-top: 1rem;
  }
}
.copyright-bar {
  /*    height: 50px;
    line-height: 50px;*/
  background: #e5e5e5;
  min-height: 50px;
  display: flex;
  align-items: center;
}
.copyright-bar .text {
  font-size: 14px;
}
footer a {
  color: #fff !important;
}
.copyright-bar .container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

/** icons **/
.some-icon {
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 29px;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}
.some-icon:hover {
  background: #ffffff;
}

.sharing .some-icon:first-child {
  margin-left: 0;
}

/** video **/

@media (max-width: 767.98px) {
  .video-height-mobile-100 {
    height: 100px !important;
  }
  .video-height-mobile-150 {
    height: 150px !important;
  }
  .video-height-mobile-200 {
    height: 200px !important;
  }
  .video-height-mobile-250 {
    height: 250px !important;
  }
  .video-height-mobile-300 {
    height: 300px !important;
  }
  .video-height-mobile-400 {
    height: 400px !important;
  }
  .video-height-mobile-500 {
    height: 500px !important;
  }
  .video-height-mobile-750 {
    height: 750px !important;
  }
  .video-height-mobile-1000 {
    height: 1000px !important;
  }
}

@media (max-width: 991.98px) {
  .video-height-tablet-100 {
    height: 100px;
  }
  .video-height-tablet-150 {
    height: 150px;
  }
  .video-height-tablet-200 {
    height: 200px;
  }
  .video-height-tablet-250 {
    height: 250px;
  }
  .video-height-tablet-300 {
    height: 300px;
  }
  .video-height-tablet-400 {
    height: 400px;
  }
  .video-height-tablet-500 {
    height: 500px;
  }
  .video-height-tablet-750 {
    height: 750px;
  }
  .video-height-tablet-1000 {
    height: 1000px;
  }
}

@media (min-width: 991.98px) {
  .video-height-desktop-100 {
    height: 100px !important;
  }
  .video-height-desktop-150 {
    height: 150px !important;
  }
  .video-height-desktop-200 {
    height: 200px !important;
  }
  .video-height-desktop-250 {
    height: 250px !important;
  }
  .video-height-desktop-300 {
    height: 300px !important;
  }
  .video-height-desktop-400 {
    height: 400px !important;
  }
  .video-height-desktop-500 {
    height: 500px !important;
  }
  .video-height-desktop-750 {
    height: 750px !important;
  }
  .video-height-desktop-1000 {
    height: 1000px !important;
  }
}

/** heroslider **/

#heroslider.is-boxed {
  background-color: #ffffff;
  margin-top: 0rem;
}

.heroslider .carousel-item-img {
  display: none;
}

.carousel-inner.container {
  background-color: #ffffff;
}

.heroslider .heroslider-caption {
  align-items: flex-end;
}

.heroslider .heroslider-caption .container {
  display: flex;
}

.heroslider .heroslider-caption-box {
  max-width: 660px;
  min-width: 420px;
  padding: 2.25rem 3.75rem;
  margin-bottom: 0rem;
  background-color: #133f10;
  background-color: rgb(0 47 18 / 81%);
  background-color: rgb(19 63 16 / 82%);
  background: rgba(8, 83, 60, 0.9);
  text-align: center;
}

.heroslider-caption-box h1 span {
  display: block;
  width: 100%;
  margin-bottom: 1.25rem;
  font-family: "Figtree";
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.heroslider-caption-box h1 big,
.heroslider-caption-box h1 {
  margin-bottom: 0.5rem !important;
  font-family: "calluna";
  font-size: 2.25rem !important;
  line-height: 1;
  letter-spacing: 1.5px;
  letter-spacing: 0.1rem;
}

.heroslider-caption-box p {
  margin-top: 0rem;
  margin-bottom: 0;
  font-family: "calluna";
  color: #ffffff;
  font-size: 1.625rem !important;
  line-height: 1.2;
  letter-spacing: 0.03rem;
}

.carousel-indicators {
  display: none;
}

.heroslider .heroslider-arrow-icon {
  height: 50px;
}
.heroslider .heroslider-arrow-icon img {
  height: 100%;
}

@media (max-width: 768px) {
  .heroslider .carousel-item {
    background: none !important;
  }

  .heroslider .carousel-item-img {
    display: block;
    width: 100%;
  }

  .heroslider .carousel-item-img img {
    display: block;
  }

  .heroslider .carousel-item-img img.desktop-image {
    aspect-ratio: 1 / 1;
  }

  .heroslider .heroslider-caption {
    min-height: unset;
    padding: 0;
  }

  .heroslider .heroslider-caption .container {
    justify-content: center;
    /*margin-top: -2.5rem;*/
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
    max-width: unset !important;
  }

  .heroslider .heroslider-caption-box {
    max-width: unset;
    min-width: unset;
    /*width: 90%;*/
    width: 100%;
    box-sizing: border-box;
    padding: 1.5rem 1.5rem;
    background: rgba(8, 83, 60, 1);
  }

  .heroslider-caption-box h1 span {
    margin-bottom: 0.75rem;
    font-size: 0.75rem;
    letter-spacing: 0.125rem;
  }

  .heroslider-caption-box h1 big,
  .heroslider-caption-box h1 {
    font-size: 1.5rem !important;
    letter-spacing: 0.125rem;
    line-height: 1.1;
  }

  .heroslider-caption-box p {
    margin-top: 0.5rem;
    font-size: 1.125rem !important;
    letter-spacing: 0.0938rem;
  }

  .heroslider .heroslider-caption-box .btn-outline-primary {
    margin-top: 0.5rem;
    font-size: 0.75rem;
  }

  .carousel-indicators {
    display: flex;
    width: 250px;
    bottom: -1.75rem;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    gap: 0.5rem;
    z-index: 1 !important;
  }

  .heroslider .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #cccbcb;
    /*
  height: 0.875rem;
  width: 0.875rem;
  margin-right: 0;
  margin-left: 0;
  background: rgba(254, 254, 254, 0.6);
  border-radius: 100px;
  */
  }

  .heroslider .carousel-indicators li.active {
    background: #cccbcb;
    /*
  background: #133f10;
  */
  }
}

/** text-module **/
.ingress {
  width: 100%;
}
@media (min-width: 768px) {
  /*
  .ingress {
    width: 120% !important;
  }
  .text-module.ingress {
    font-size: 26px;
    font-weight: 600;
  }
  */
}

/** split-module **/
.split-col-text,
.split-col-image {
  padding-left: 0;
  padding-right: 0;
}

.split-col-text-content {
  padding: 2rem 48px;
  /*
  padding: 2rem 3% 2rem 3%;
  padding: 2rem 0;
  */
}
.split-col-image img {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .split-module > .row > div:nth-of-type(1) {
    padding-right: 0;
  }

  .split-module > .row > div:nth-of-type(2) {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .split-col-image {
    order: 1;
  }
  .split-col-text {
    order: 2;
  }
  .split-col-text-content {
    padding: 2.25rem 1.5rem 1.5rem;
  }
}

/** News **/

.news-item a {
  color: #212529 !important;
}

.news-item a:hover {
  color: #08533c !important;
}

.news-item .news-image {
  aspect-ratio: 30 / 17;
  object-fit: cover;
  object-position: center center;
}

.news-item .news-date {
  font-size: 90%;
  opacity: 0.6;
}

.news-item .category-link {
  color: #212529;
}

.news-item .category-link:hover {
  color: #08533c;
}
/** Department **/
@media (min-width: 768px) {
  .department-box {
    max-width: 300px;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .department-box {
    width: 100%;
    min-height: 300px;
  }
  .department-box img {
    width: 100%;
    height: auto !important;
  }
}
.department-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.department-box img {
  height: 100%;
}
.department-box .image-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.department-box .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.department-box:hover .image-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.department-box .image-overlay .title {
  color: #fff;
  font-size: 30px;
  line-height: 300px;
  text-align: center;
}

/* FAQ */
.faq-holder {
  width: 100%;
}
@media (min-width: 767.98px) {
  .faq-holder {
    max-width: 810px;
    margin: 0 auto;
  }
}
.faq-card {
  background: #f2efef !important;
}
.faq-card .card {
  background: transparent !important;
}
.faq-title,
.faq-content {
  padding-left: 60px !important;
}
.faq-content {
  padding-bottom: 0 !important;
}
.faq-title.top {
  font-size: 24px;
  font-weight: 300;
}
.faq-title {
  font-weight: 600;
}
.faq.collapsed::before,
.faq::before {
  background-repeat: no-repeat;
  font-weight: 600;
  position: absolute;
  font-size: 22px;
  left: 20px;
  color: #000;
  height: 25px;
  width: 25px;
}
.faq.top {
  margin-bottom: 0;
}
.faq.collapsed::before,
.faq.top.collapsed::before {
  content: "";
  background-image: url(static/images/faq_plus.svg);
}
.faq::before,
.faq.top::before {
  content: "";
  background-image: url(static/images/faq_minus.svg);
}
.faq.top.collapsed::before {
  margin-top: 6px;
}
.faq.top::before {
  margin-top: 17px;
}
.faq.collapsed::before {
  margin-top: 0px;
}
.faq::before {
  margin-top: 11px;
}
.faq {
  margin-top: 20px;
}
.faq:first-of-type {
  margin-top: 0;
}

/** image module **/
@media (min-width: 768px) {
  .image-negative img {
    width: 120% !important;
  }
}

/* Heroslider */
.heroslider,
.heroslider .carousel-item {
  height: auto;
}

.heroslider.is-boxed,
.heroslider.is-boxed .carousel-item {
  height: 450px;
}

.heroslider-caption {
  position: relative;
  top: 0;
  /*margin-top: -50px;*/
  z-index: 1;
  padding: 50px 0 25px;
  min-height: 560px;
  display: flex;
  align-items: center;
}

.heroslider.is-boxed .heroslider-caption {
  min-height: 100%;
}

.carousel-control-next,
.carousel-control-prev {
  width: 7%;
}

@media (max-width: 768px) {
  .carousel-indicators-mobile-hidden {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .heroslider,
  .heroslider .carousel-item {
    height: auto;
  }

  .heroslider.is-boxed,
  .heroslider.is-boxed .carousel-item {
    height: 350px;
  }

  .heroslider-caption {
    /*bottom: 150px;*/
    left: 0;
    right: 0;
    /*     //top: initial;*/
    margin-top: 0;
  }
}

/** ninja forms design **/
.nf-form-cont {
  max-width: 600px;
  width: 100%;
}
.nf-field-element .nf-element {
  border: 1px solid #cccbcb !important;
  padding: 20px !important;
  font-size: 24px !important;
}
.nf-field-label label {
  font-size: 16px !important;
  font-weight: 300 !important;
  color: #353435 !important;
}
.nf-before-form-content,
.nf-after-field,
.nf-after-form-content,
.nf-form-title {
  display: none !important;
}
.nf-field-element input {
  height: 70px !important;
}
.nf-field-element textarea {
  height: 130px !important;
}
.nf-field-element select {
  height: 70px;
  border-radius: 0 !important;
  background: transparent;
  -webkit-appearance: none;
  position: relative;
  background: #fff;
}
.nf-field-element select::before {
  content: "\f067";
  position: absolute;
  top: 0;
  right: 0;
}

/** btn **/
.btn-lg,
.field-wrap.submit-wrap .ninja-forms-field.nf-element {
  background: #eb625b;
  color: #fff;
  border-radius: 12px;
  font-size: 20px;
  max-width: 380px;
  width: 100%;
  height: 70px;
  border: 2px solid #eb625b !important;
  cursor: pointer;
}
.btn-lg:hover,
.field-wrap.submit-wrap .ninja-forms-field.nf-element:hover {
  background: #fff;
  color: #eb625b;
}
@media (max-width: 768px) {
  .btn-lg,
  .field-wrap.submit-wrap .ninja-forms-field.nf-element {
    height: 44px !important;
    padding-top: 4px !important;
    font-size: 20px !important;
  }
  .title-excerpt {
    margin-bottom: 25px !important;
  }
}

/** subscribe newsletter **/
.subscribe-module .title-excerpt,
.subscribe-module .subscribe-input {
  font-size: 24px !important;
}
.subscribe-input {
  width: 600px;
  height: 70px;
  color: ;
  border: 1px solid #cccbcb;
  padding: 0 30px;
  margin-right: 60px;
}
.subscribe-checkbox-text {
  font-size: 24px;
  color: #353435;
}
@media (min-width: 768px) {
  .subscribe-checkbox-holder {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .subscribe-checkbox-text {
    font-size: 10px;
  }
  .subscribe-input {
    height: 40px;
    font-size: 16px;
    padding-left: 20px;
  }
}

/** lot **/
.lot {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
}
.lot .img-lot {
  height: 200px;
  width: 100%;
  background: #f9f9f9;
  line-height: 200px;
  text-align: center;
}
.lot .img-lot img {
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: inline;
}
.lot .text-lot {
  padding: 10px;
}

/** auctionet **/
#auctionet-wrapper #external-items {
  padding: 0;
  padding-top: 3px;
  list-style: none;
}

@media (max-width: 991.98px) {
  #auctionet-wrapper #external-items li:nth-of-type(1n + 9) {
    display: none;
  }
}
/*
@media (max-width: 767.98px) {
  #auctionet-wrapper #external-items li:nth-of-type(1n + 6) {
    display: none;
  }
}
*/

#auctionet-wrapper a {
  color: #353435 !important;
}
#auctionet-wrapper li {
  position: relative;
  /*
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
  */
  background-color: #fff !important;
  width: 18%;
  margin: 1%;

  width: 22%;
  margin: 1.5%;

  padding: 0 !important;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 991.98px) {
  #auctionet-wrapper li {
    width: 46% !important;
    margin: 2% !important;
  }
}
@media (max-width: 767.98px) {
  #auctionet-wrapper li {
    width: 100% !important;
    margin: 3% 0 !important;
  }
}
#auctionet-wrapper li .object-image {
  /*height: 200px !important;*/
  /*line-height: 200px;*/
  /*overflow: hidden;*/
  display: block;
  position: relative;
  background-color: #f9f9f9 !important;
}

#auctionet-wrapper li .object-image img {
  /* //! TEST
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  */
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
#auctionet-wrapper li dl,
#auctionet-wrapper li .object-link {
  background-color: transparent !important;
}
#auctionet-wrapper li .object-link {
  /*
  border-top: 2px solid #333;
  padding: 0 10px !important;
  */
  display: block;
  width: 100%;
  padding-top: 1rem !important;
  font-size: 1rem !important;
  font-weight: 600;
  /*overflow: hidden;*/
  line-height: 120%;
  /*float: left;*/
}
div#auctionet-wrapper #external-items dt,
div#auctionet-wrapper #external-items dd {
  float: left;
  width: 50%;
  flex-basis: 50%;
  min-width: 58px;
  color: #9e9e9e;
  font-weight: normal;
}

div#auctionet-wrapper #external-items dd {
  float: right;
}

/*
div#auctionet-wrapper #external-items dt:first-of-type {
  display: none;
}
*/
div#auctionet-wrapper #external-items dt:first-of-type,
div#auctionet-wrapper #external-items dd:first-of-type {
  /*
  width: 100%;
  float: none;
  */
  text-align: right;
  font-weight: 500;
  margin-top: 0.75rem;
  font-size: 1rem;
}
div#auctionet-wrapper #external-items dt:first-of-type {
  text-align: left;
}

/*
div#auctionet-wrapper #external-items dd:first-of-type:before {
  content: "Aktuellt bud: ";
  position: relative;
}
*/

div#auctionet-wrapper #external-items .border {
  padding-bottom: 2px;
  margin-bottom: 5px;
}
#auctionet-wrapper li dl dd:last-of-type {
  display: none;
  /*
  color: #a2a2a2 !important;
  font-weight: 300 !important;
  background: #ffffff !important;
  border: 1px solid #a0a0a0 !important;
  border-radius: 3px !important;
  width: auto !important;
  padding: 2px 3px !important;
  font-size: 12px !important;
  position: absolute;
  top: 10px;
  left: 10px;
  */
}
div#auctionet-wrapper #external-items dl {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  /*
  padding: 4% 0.005% 0;
  overflow: hidden;
  */
  font-size: 12px;
}
div#auctionet-wrapper #external-items dd {
  width: 50%;
  margin: 0;
  margin-bottom: 0px;
  text-align: right;
  font-weight: bold;
}
#auctionet-wrapper li dl dt:nth-last-child(2) {
  display: none;
}
#auctionet-wrapper li dl dt,
#auctionet-wrapper li dl dd {
  border: 0 !important;
}

/** quote **/
.quote {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.quote hr {
  max-width: 340px;
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 1px;
  background: #353435;
}
.quote .quote-text {
  font-weight: 300;
  font-size: 40px;
  color: #706f70;
  text-align: left;
  padding: 60px 0;
  font-style: italic;
  /*font-family: "Source Sans Pro", serif;*/
}

/** largebuttons module **/
.largebutton {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  /*   line-height: 200px;*/
  text-align: left;
  box-sizing: border-box;
  padding: 0 60px;
  color: #fff;
  font-weight: 600 !important;
  font-size: 36px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.largebutton:hover * {
  text-decoration: none !important;
}
.largebutton.no-image {
  background: #eb625b;
  border: 2px solid #eb625b;
}
.largebutton.no-image:hover {
  background: #fff;
  color: #eb625b;
}
.largebutton.has-image:hover {
  opacity: 0.95;
}
@media (max-width: 767.98px) {
  .largebutton {
    padding: 0 30px;
    font-size: 24px;
    height: 150px;
    /*        line-height: 150px;*/
    display: flex;
    align-items: center;
  }
}

/** team module **/
.team-module-box {
  padding: 30px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  max-width: 810px;
  margin-top: -30px;
  position: relative;
}
.team-module-box .title {
  font-weight: 600;
  font-size: 32px;
}
.team-module-box .desc {
  padding: 20px 0;
  font-size: 20px;
}
.team-module-box .email {
  font-size: 22px;
  font-weight: 700;
}

/** instagram **/
.instagram-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  text-align: center;
  color: #fff;
  height: 100%;
  width: 100%;
}
.instagram-hover .stats {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
.instagram-hover .stats .fa {
  font-size: 14px;
}
.instagram-post:hover .instagram-hover,
.instagram-hover:hover {
  display: table;
}

/** forms new style **/
@media (min-width: 767.98px) {
  nf-field {
    width: 50%;
    padding-left: 15px;
  }
  nf-field:nth-child(odd) {
    padding-right: 15px;
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  nf-field {
    width: 100%;
  }
}
nf-field {
  float: left;
}
nf-field:nth-last-child(-n + 4) {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.nf-field-element input[type="text"].nf-element,
.nf-field-element input[type="number"].nf-element,
.nf-field-element input[type="tel"].nf-element,
.nf-field-element input[type="email"].nf-element,
.nf-field-element select.nf-element {
  font-size: 14px !important;
  padding: 9px 10px !important;
  height: 40px !important;
}
input[type="button"].nf-element {
  height: 55px !important;
  text-transform: uppercase;
  padding-top: 9px !important;
  float: right !important;
  max-width: 250px !important;
}
@media (max-width: 767.98px) {
  input[type="button"].nf-element {
    width: 100%;
  }
}

.dropdown-menu {
  top: 120%;
  margin-top: -3px !important;
  padding-top: 15px !important;
  margin-left: 15px;
}

div#auctionet-wrapper #auctionet-buttons {
  text-align: left;
}
#auctionet-wrapper li .object-image {
  background-color: #ffffff !important;
}
div#auctionet-wrapper .object-image img {
  /*
  max-width: 100%;
  height: auto;
  max-height: 100%;
  */
}
#auctionet-wrapper li .object-image img {
  width: 100%;
  display: block;
  /* //! Test
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  */
}

/*
    Gravity form
*/

.gform_wrapper {
  margin: 0 !important;
}

.gform_wrapper h3.gform_title {
  margin: 0 !important;
}

.gfield_label {
  font-weight: initial !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border-top: none !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.form-control.medium {
  width: 100% !important;
  max-width: 100% !important;
}

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 5px !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 8px !important;
}

.validation_error {
  display: none !important;
}

.text-black {
  /*color: rgb(33, 37, 41) !important;*/
  color: #171615 !important;
}

.large-header.extra,
.large-header.extra a {
  color: rgb(33, 37, 41) !important;
  text-transform: initial !important;
}

.large-header.extra a {
  text-decoration: underline !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #e5e5e5 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: rgba(255, 255, 255, 0.05) !important;
}

body.archive.category > .container {
  padding-top: 50px;
}

/*** Boostrap overriders ***/

.btn.btn-primary {
  font-size: 1rem;
  background-color: #08533c;
  border-color: #08533c;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 84, 61, 0.25);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).hover,
.btn-primary:not(:disabled):not(.disabled):hover {
  background-color: hsl(162, 82%, 22%);
  background-color: hsl(162, 82%, 22%);
}

.row {
  margin-right: -24px;
  margin-left: -24px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 24px;
  padding-right: 24px;
}

.col-md {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1080px) {
  .row {
    margin-right: -20px;
    margin-left: -20px;
  }

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  .col-md:first-of-type {
    margin-top: 0 !important;
  }

  .col-md {
    margin-top: 2.25rem;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1260px;
  }
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  padding-right: 20px;
  padding-left: 20px;
}

.btn {
  padding: 0.375rem 1rem;
  font-size: 0.75rem;
  margin-top: 1rem;
  border-radius: 0;
}

.btn.btn-outline-primary {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 2px;
}

.btn.arrow-btn,
.inline-btn.arrow-text-btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.btn.arrow-btn > svg {
  margin-right: 0.5rem;
}

.btn.btn-color-white {
  color: #ffffff;
}

.btn.arrow-btn.btn-color-white svg path,
.inline-btn.arrow-text-btn.btn-color-white svg path {
  fill: #ffffff;
}

.btn.btn-color-green,
.inline-btn.arrow-text-btn.btn-color-green {
  color: #08533c;
}

.btn.arrow-btn.btn-color-green svg path,
.inline-btn.arrow-text-btn.btn-color-green svg path {
  fill: #08533c;
}

.btn.btn-color-green:hover,
.inline-btn.arrow-text-btn.btn-color-green:hover,
.btn.arrow-btn.btn-color-green:hover svg path,
.inline-btn.arrow-text-btn.btn-color-green:hover svg path {
  opacity: 0.8;
}

.btn.btn-color-black {
  color: #171615;
}

.btn.arrow-btn.btn-color-black svg path,
.inline-btn.arrow-text-btn.btn-color-black svg path {
  fill: #171615;
}

.btn.btn-color-black:hover,
.inline-btn.arrow-text-btn.btn-color-black:hover {
  color: #08533c;
}

.btn.arrow-btn.btn-color-black:hover svg path,
.inline-btn.arrow-text-btn.btn-color-black:hover svg path {
  fill: #08533c;
}

.btn.btn-lrg {
  padding: 0.5rem 1.375rem;
  font-size: 1.25rem;
}

.btn.btn-lrg.arrow-btn {
  padding-left: 0;
  padding-right: 0;
}

p + p .btn.btn-lrg.arrow-btn {
  margin-top: 0;
}

.inline-btn.arrow-text-btn {
  font-size: inherit;
}

.inline-btn.arrow-text-btn > svg {
  margin-left: 0.375rem;
}

/* Outline-Primary */
.btn-outline-primary {
  color: #133f10;
  background-color: transparent;
  border-color: #133f10;
  border-width: 2px;
}

.heroslider-caption-box .btn-outline-primary {
  color: #ffffff !important;
  border-color: #ffffff;
}

.btn-outline-primary:hover {
  color: #ffffff !important;
  background-color: #133f10;
  border-color: #133f10;
}
.heroslider-caption-box .btn-outline-primary:hover {
  color: #133f10 !important;
  background-color: #ffffff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  color: #ffffff !important;
  background-color: #133f10;
  border-color: #133f10;
  box-shadow: none;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #ffffff !important;
  background-color: #133f10;
  border-color: #133f10;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #ffffff !important;
  background-color: #133f10;
  border-color: #133f10;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 63, 16, 0.15);
}
