@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/* Variables */
/* Mixins */
.border-box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* Object Loop Output */
.object-output-set {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 5%;
}
.object-output-block {
  width: 47%;
  padding: 0px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
@media ((min-width: 960px)) {
  .object-output-block {
    width: 30%;
  }
}
.object-output-block-large {
  width: 47%;
  padding: 0px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.object-output-block-image {
  height: 250px;
  width: 100%;
  overflow: hidden;
}
.object-output-block-image-content {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #DCDCDC;
  transition: transform 0.5s ease;
}
.object-output-block:hover .object-output-block-image-content,
.object-output-block-large:hover .object-output-block-image-content {
  transform: scale(1.1);
}
.object-output-block-info {
  padding: 20px 20px 15px 20px;
}
.object-output-block-info h3 {
  margin: 0 0 15px 0;
}
.object-output-block-info h4 {
  margin-bottom: 0px;
}
.object-output-block-info p {
  color: #3c373c;
  margin-top: 0;
}
/* Object Single Output */
.object-single-output {
  display: block;
  margin: 0 auto;
  max-width: 600px;
}
.object-single-output h2 {
  margin: 0 0 25px 0;
}
.object-single-output h3 {
  margin: 0 0 10px 0;
  color: #1D5F83;
}
.object-single-output p {
  margin: 0 0 20px 0;
}
@media ((min-width: 960px)) {
  .object-single-output {
    display: flex;
    gap: 0 5%;
    max-width: none;
    margin: 0;
  }
}
.object-single-output-image {
  width: 100%;
}
@media ((min-width: 960px)) {
  .object-single-output-image {
    width: 40%;
  }
}
.object-single-output-image img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  margin: 0;
}
.object-single-output-info {
  width: 100%;
  padding: 30px 0 0 0;
}
@media ((min-width: 960px)) {
  .object-single-output-info {
    width: 55%;
    padding: 0;
  }
}
/* Artist Single Output */
.artists-works {
  padding: 50px 0 0 0;
  margin: 50px 0 0 0;
  border-top: 1px solid #DCDCDC;
}
.artists-works.artist-works-no-profile {
  border-top: none;
  padding: 20px 0 0 0;
  margin: 0;
}
.artists-works-title {
  margin-bottom: 30px;
}
.lafcolsys-placeholder-image {
  background-color: #F7F7F7;
  height: 400px;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  color: #555;
  font-size: 16px;
  text-align: center;
}
@media ((min-width: 960px)) {
  .lafcolsys-placeholder-image {
    display: flex;
  }
}
.lafcolsys-placeholder-image span {
  font-weight: 700;
}
/* Filters */
.lafcolsys-filters {
  display: flex;
  align-items: center;
  background: #F7F7F7;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 0 0 20px 0;
}
.lafcolsys-filters form {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
.lafcolsys-filters .fs-dropdown select.lafcolsys-filter-type {
  padding: 10px;
  border: 1px solid #F7F7F7;
  background-color: #fff;
  color: #555;
  font-size: 12px !important;
  margin-right: 20px;
  width: 50% !important;
}
.lafcolsys-filters .fs-dropdown {
  width: 80% !important;
}
@media ((min-width: 960px)) {
  .lafcolsys-filters .fs-dropdown {
    width: 60% !important;
  }
}
.lafcolsys-filters .fs-dropdown-options .fs-dropdown-item,
.lafcolsys-filters .fs-dropdown-selected {
  font-size: 1.3rem !important;
}
.lafcolsys-filters .fs-dropdown-selected {
  padding: 0 15px !important;
}
.lafcolsys-filters .fs-dropdown.fs-marquis .fs-dropdown-selected::before {
  top: 20px;
  background: none;
  border-radius: 0px;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #1da9d7;
  border-bottom: 8px solid transparent;
  width: 16px;
  height: 16px;
}
.lafcolsys-filters .fs-dropdown.fs-marquis.fs-dropdown-open .fs-dropdown-selected::before {
  transform: rotate(180deg);
  top: 10px;
  border-top: 8px solid #1D5F83;
}
.lafcolsys-filters .fs-dropdown.fs-marquis .fs-dropdown-selected::after {
  display: none;
}
.lafcolsys-filters button.lafcolsys-filter-submit {
  padding: 14px 30px;
  background-color: #1da9d7;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 1;
  transition: 0.3s;
}
.lafcolsys-filters button.lafcolsys-filter-submit:hover {
  background-color: #1D5F83;
}
/* Page Template */
.template-subhead {
  margin-top: 10px;
  color: #3c373c;
  font-size: 1.4rem;
}
.lafcolsys-title-divider {
  width: 100%;
  margin: 0 0 30px 0;
  border-bottom: 4px solid #E9E8E4;
}
h1.heading-title-long {
  font-size: 2em !important;
}
@media ((min-width: 960px)) {
  h1.heading-title-long {
    font-size: 2.4em !important;
  }
}
/* Pagination */
.object-pagination-menu {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #3c373c;
  text-align: center;
}
@media ((min-width: 960px)) {
  .object-pagination-menu {
    display: flex;
    align-items: space-between;
    justify-content: space-between;
  }
}
.object-pagination-info {
  padding: 0 0 20px 0;
}
.object-pagination-info p {
  margin: 0;
  color: #3c373c;
}
@media ((min-width: 960px)) {
  .object-pagination-info {
    padding: 0;
  }
}
