.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#content-project-sample-ren {
  padding: 0 80px;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  #content-project-sample-ren {
    padding: 0 30px;
    overflow-x: hidden;
  }
}
#content-project-sample-ren,
#content-project-sample-ren .featured-list-header,
#content-project-sample-ren .filter-buttons,
#content-project-sample-ren .filters-selected,
#content-project-sample-ren .project-card,
#content-project-sample-ren .project-image,
#content-project-sample-ren .project-content,
#content-project-sample-ren .project-meta,
#content-project-sample-ren .mobile-filter-modal,
#content-project-sample-ren .mobile-filter-sections,
#content-project-sample-ren .mobile-filter-section {
  box-sizing: border-box;
}
#content-project-sample-ren .featured-list-header {
  order: 1;
}
#content-project-sample-ren .admin-alert {
  order: 2;
}
#content-project-sample-ren .filter-buttons {
  order: 3;
}
#content-project-sample-ren .filters-selected {
  order: 4;
}
#content-project-sample-ren .table-featured-list {
  order: 5;
}
#content-project-sample-ren .loading-indicator {
  order: 6;
}
#content-project-sample-ren #infinite-scroll-data {
  order: 7;
}
#content-project-sample-ren .mobile-filter-overlay {
  order: 8;
}
#content-project-sample-ren .mobile-filter-modal {
  order: 9;
}
#content-project-sample-ren .pagination-container {
  order: 10;
}
#content-project-sample-ren .featured-list-header {
  margin-top: 62px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  #content-project-sample-ren .featured-list-header {
    margin-top: 40px;
    margin-bottom: 24px;
  }
}
#content-project-sample-ren .featured-list-header .heading {
  font-family: "Ethereal", "NanumMyeongjo", "Goudy Old Style", "Times New Roman", "Georgia", "Big-Caslon", serif;
  font-weight: 200;
  font-size: 30px;
  color: #333333;
  margin: 0 0 16px 0;
  line-height: 1.2;
}
#content-project-sample-ren .featured-list-header .subheading {
  font-family: "proxima-nova", "Century Gothic", "Helvetica", "Helvetica Neue", "Arial", "Microsoft Sans Serif", "Avenir", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #333333;
  margin: 0;
  line-height: 1.5;
}
#content-project-sample-ren .featured-list-header .subheading .mobile-break {
  display: none;
}
@media (max-width: 768px) {
  #content-project-sample-ren .featured-list-header .subheading .mobile-break {
    display: block;
  }
}
#content-project-sample-ren .filter-buttons {
  margin-bottom: 40px;
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  #content-project-sample-ren .filter-buttons {
    margin-bottom: 24px;
    gap: 12px;
  }
}
#content-project-sample-ren .filter-buttons .btn-group {
  position: relative;
}
@media (max-width: 768px) {
  #content-project-sample-ren .filter-buttons .btn-group {
    flex: 1;
  }
}
#content-project-sample-ren .filter-buttons .btn-group.open .btn {
  visibility: hidden;
}
#content-project-sample-ren .filter-buttons .btn {
  background-color: transparent;
  border: 1px solid #333333;
  border-radius: 18px;
  min-width: 195px;
  height: 36px;
  padding: 0 24px;
  font-family: "proxima-nova", "Century Gothic", "Helvetica", "Helvetica Neue", "Arial", "Microsoft Sans Serif", "Avenir", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
#content-project-sample-ren .filter-buttons .btn:hover {
  background-color: #F6F6F6;
}
@media (max-width: 768px) {
  #content-project-sample-ren .filter-buttons .btn {
    width: 100%;
    min-width: unset;
    justify-content: space-between;
  }
}
#content-project-sample-ren .filter-buttons .dropdown-icon {
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #999;
  border-bottom: 1.5px solid #999;
  transform: rotate(45deg);
  margin-bottom: 4px;
}
#content-project-sample-ren .filter-buttons .dropdown-menu {
  display: none;
  position: absolute;
  top: -1px;
  left: -1px;
  min-width: 195px;
  border: 1px solid #333333;
  border-radius: 18px;
  box-shadow: none;
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  z-index: 1000;
}
#content-project-sample-ren .filter-buttons .btn-group.open .dropdown-menu {
  display: block;
}
#content-project-sample-ren .filter-buttons .btn-group.open .dropdown-menu li.dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  padding: 0 24px;
  margin: 0 0 8px 0;
  font-family: "proxima-nova", "Century Gothic", "Helvetica", "Helvetica Neue", "Arial", "Microsoft Sans Serif", "Avenir", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}
#content-project-sample-ren .filter-buttons .btn-group.open .dropdown-menu li.dropdown-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background-color: #333333;
}
#content-project-sample-ren .filter-buttons .btn-group.open .dropdown-menu li.dropdown-header .dropdown-header-icon {
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #999;
  border-bottom: 1.5px solid #999;
  transform: rotate(45deg);
  margin-bottom: 4px;
}
#content-project-sample-ren .filter-buttons .btn-group.open .dropdown-menu li:not(.dropdown-header) {
  padding: 6px 24px;
  display: flex;
  align-items: center;
  gap: 7px;
}
#content-project-sample-ren .filter-buttons .btn-group.open .dropdown-menu li:not(.dropdown-header):hover {
  background-color: transparent;
}
#content-project-sample-ren .filter-buttons .btn-group.open .dropdown-menu li:not(.dropdown-header) label {
  font-family: "proxima-nova", "Century Gothic", "Helvetica", "Helvetica Neue", "Arial", "Microsoft Sans Serif", "Avenir", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  margin: 0;
  line-height: 1;
}
#content-project-sample-ren .filter-buttons .btn-group.open .dropdown-menu li:not(.dropdown-header) input[type="checkbox"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  flex-shrink: 0;
  margin: 0;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #FFFFFF;
  position: relative;
  outline: none;
}
#content-project-sample-ren .filter-buttons .btn-group.open .dropdown-menu li:not(.dropdown-header) input[type="checkbox"]:focus {
  outline: none;
}
#content-project-sample-ren .filter-buttons .btn-group.open .dropdown-menu li:not(.dropdown-header) input[type="checkbox"]:checked {
  background-color: #B19F6F;
  border-color: #B19F6F;
}
#content-project-sample-ren .filter-buttons .btn-group.open .dropdown-menu li:not(.dropdown-header) input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#content-project-sample-ren .filter-buttons .btn-group.open .dropdown-menu li:last-child {
  padding-bottom: 10px;
}
#content-project-sample-ren .admin-alert {
  text-align: center;
  margin-bottom: 20px;
}
#content-project-sample-ren .projects-list {
  display: block;
  width: 100%;
  max-width: 100%;
}
#content-project-sample-ren .projects-list .tbody {
  display: block;
  width: 100%;
}
#content-project-sample-ren .projects-list .project-divider-row {
  display: block;
}
#content-project-sample-ren .projects-list .project-divider-row .td {
  display: block;
  padding: 0;
  border: none;
}
#content-project-sample-ren .project-card {
  display: block;
  width: 100%;
}
#content-project-sample-ren .project-card > .td {
  display: flex;
  gap: 30px;
  padding: 0 0 50px 0;
  border: none;
  width: 100%;
}
@media (max-width: 1200px) {
  #content-project-sample-ren .project-card > .td {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  #content-project-sample-ren .project-card > .td {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  #content-project-sample-ren .project-card > .td {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 40px;
    width: 100%;
  }
}
#content-project-sample-ren .project-card > .td .project-image {
  flex-shrink: 0;
  width: 549px;
}
@media (max-width: 1200px) {
  #content-project-sample-ren .project-card > .td .project-image {
    width: 450px;
  }
}
@media (max-width: 992px) {
  #content-project-sample-ren .project-card > .td .project-image {
    width: 350px;
  }
}
@media (max-width: 768px) {
  #content-project-sample-ren .project-card > .td .project-image {
    width: 100%;
  }
}
#content-project-sample-ren .project-card > .td .project-image a.imageFilter {
  height: 382px;
  display: block;
}
#content-project-sample-ren .project-card > .td .project-image a.imageFilter img {
  border-radius: 10px;
}
@media (max-width: 1200px) {
  #content-project-sample-ren .project-card > .td .project-image a.imageFilter {
    height: 320px;
  }
}
@media (max-width: 992px) {
  #content-project-sample-ren .project-card > .td .project-image a.imageFilter {
    height: 260px;
  }
}
@media (max-width: 768px) {
  #content-project-sample-ren .project-card > .td .project-image a.imageFilter {
    height: auto;
    aspect-ratio: 1.45454545;
  }
}
#content-project-sample-ren .project-card > .td .project-image a.imageFilter.hidden {
  display: none;
}
#content-project-sample-ren .project-card > .td .project-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}
#content-project-sample-ren .project-card > .td .project-content .project-title {
  font-family: "Ethereal", "NanumMyeongjo", "Goudy Old Style", "Times New Roman", "Georgia", "Big-Caslon", serif;
  font-weight: 400;
  font-size: 30px;
  color: #333333;
  margin: 0 0 16px 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  #content-project-sample-ren .project-card > .td .project-content .project-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
#content-project-sample-ren .project-card > .td .project-content .project-title a {
  color: #333333;
  text-decoration: none;
}
@media (min-width: 769px) {
  #content-project-sample-ren .project-card > .td .project-content .project-title a:hover {
    color: #8A7C56;
    font-weight: 600;
  }
}
#content-project-sample-ren .project-card > .td .project-content .project-description {
  font-family: "proxima-nova", "Century Gothic", "Helvetica", "Helvetica Neue", "Arial", "Microsoft Sans Serif", "Avenir", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
  margin: 0 0 auto 0;
}
@media (max-width: 768px) {
  #content-project-sample-ren .project-card > .td .project-content .project-description {
    font-size: 14px;
    margin-bottom: 0;
  }
}
#content-project-sample-ren .project-card > .td .project-content .project-description span {
  overflow-wrap: anywhere;
}
#content-project-sample-ren .project-card > .td .project-content .project-meta {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  #content-project-sample-ren .project-card > .td .project-content .project-meta {
    flex-direction: column;
    gap: 14px;
    margin-top: 30px;
  }
}
#content-project-sample-ren .project-card > .td .project-content .project-meta .meta-item {
  font-family: "proxima-nova", "Century Gothic", "Helvetica", "Helvetica Neue", "Arial", "Microsoft Sans Serif", "Avenir", sans-serif;
  font-size: 16px;
  color: #333333;
  flex: 1;
}
@media (max-width: 768px) {
  #content-project-sample-ren .project-card > .td .project-content .project-meta .meta-item {
    font-size: 14px;
    flex: none;
    line-height: 1.5;
  }
}
#content-project-sample-ren .project-card > .td .project-content .project-meta .meta-item .label {
  font-weight: 500;
  font-size: 16px;
  background-color: #E5DFCF;
  color: #333333;
  padding: 2px 6px;
  display: inline;
}
@media (max-width: 768px) {
  #content-project-sample-ren .project-card > .td .project-content .project-meta .meta-item .label {
    font-size: 14px;
  }
}
#content-project-sample-ren .project-card > .td .project-content .project-meta .meta-item .label-rooms {
  display: inline;
}
@media (max-width: 768px) {
  #content-project-sample-ren .project-card > .td .project-content .project-meta .meta-item .label-rooms {
    display: none;
  }
}
#content-project-sample-ren .project-card > .td .project-content .project-meta .meta-item .label-room {
  display: none;
}
@media (max-width: 768px) {
  #content-project-sample-ren .project-card > .td .project-content .project-meta .meta-item .label-room {
    display: inline;
  }
}
#content-project-sample-ren .project-card > .td .project-content .project-meta .meta-item .value {
  font-weight: 300;
  display: inline;
}
@media (min-width: 769px) {
  #content-project-sample-ren .project-card > .td .project-image:hover ~ .project-content .project-title a {
    color: #8A7C56;
    font-weight: 600;
  }
}
#content-project-sample-ren .project-divider {
  border: none;
  border-top: 1px solid #E8E8E8;
  margin: 0 auto 50px auto;
  width: 100%;
  max-width: 925px;
  height: 0;
}
@media (max-width: 768px) {
  #content-project-sample-ren .project-divider {
    max-width: 100%;
  }
}
#content-project-sample-ren .admin-project-panel {
  background-color: #F6F6F6;
  padding: 12px 16px;
  margin-bottom: 16px;
  border-radius: 8px;
  font-size: 14px;
}
#content-project-sample-ren .admin-project-panel .dec-slider-switch {
  display: inline;
}
#content-project-sample-ren .admin-project-panel .admin-rooms-panel {
  margin-top: 8px;
}
#content-project-sample-ren .admin-project-panel .admin-rooms-panel label {
  font-weight: 600;
  margin-right: 8px;
}
#content-project-sample-ren .admin-project-panel .admin-rooms-panel ul {
  list-style: none;
  padding: 0;
  margin: 4px 0 0 0;
}
#content-project-sample-ren .admin-project-panel .admin-rooms-panel ul li {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-right: 12px;
}
#content-project-sample-ren .loading-indicator {
  display: none;
  text-align: center;
  padding: 40px 20px;
}
#content-project-sample-ren .loading-indicator .loading-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#content-project-sample-ren .loading-indicator .loading-spinner .spinner-border {
  width: 3rem;
  height: 3rem;
  color: #D1C398;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
#content-project-sample-ren .loading-indicator p {
  margin-top: 12px;
  font-family: "proxima-nova", "Century Gothic", "Helvetica", "Helvetica Neue", "Arial", "Microsoft Sans Serif", "Avenir", sans-serif;
  font-size: 16px;
  color: #777777;
}
#content-project-sample-ren .filters-selected {
  margin-top: -24px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  #content-project-sample-ren .filters-selected {
    margin-top: -10px;
    margin-bottom: 24px;
  }
}
#content-project-sample-ren .filters-selected .filter-selected {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #333333;
  border-radius: 18px;
  padding: 2px 12px;
  background-color: #FFFFFF;
  font-family: "proxima-nova", "Century Gothic", "Helvetica", "Helvetica Neue", "Arial", "Microsoft Sans Serif", "Avenir", sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
#content-project-sample-ren .filters-selected .filter-selected:hover {
  background-color: #F6F6F6;
}
#content-project-sample-ren .filters-selected .filter-selected .close-filter {
  font-size: 16px;
  font-weight: normal;
}
#content-project-sample-ren .filters-selected .clear-filters {
  font-family: "proxima-nova", "Century Gothic", "Helvetica", "Helvetica Neue", "Arial", "Microsoft Sans Serif", "Avenir", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #8A7C56;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 0.05625rem;
  text-underline-offset: 3px;
  margin-left: 4px;
}
#content-project-sample-ren .summary {
  display: none;
}
#content-project-sample-ren #infinite-scroll-data {
  display: none;
}
#content-project-sample-ren .pagination-container {
  text-align: center;
}
#content-project-sample-ren .pagination-container li a {
  color: #B19F6F !important;
  border: unset;
}
#content-project-sample-ren .mobile-filter-overlay,
#content-project-sample-ren .mobile-filter-modal {
  display: none;
}
@media (max-width: 768px) {
  #content-project-sample-ren .mobile-filter-overlay,
  #content-project-sample-ren .mobile-filter-modal {
    display: block;
  }
}
#content-project-sample-ren .mobile-filter-overlay {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(125, 125, 125, 0.5);
  backdrop-filter: blur(2px);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease-out;
}
@media (max-width: 768px) {
  #content-project-sample-ren .mobile-filter-overlay.active {
    opacity: 1;
    pointer-events: auto;
  }
}
#content-project-sample-ren .mobile-filter-close {
  display: none;
}
@media (max-width: 768px) {
  #content-project-sample-ren .mobile-filter-close {
    display: flex;
    position: absolute;
    top: 12px;
    left: 10px;
    background-color: #c9b99a;
    border: none;
    border-radius: 50%;
    color: #FFFFFF;
    cursor: pointer;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
  }
  #content-project-sample-ren .mobile-filter-close span {
    margin-top: -1px;
  }
}
#content-project-sample-ren .mobile-filter-modal {
  position: fixed;
  top: 50px;
  right: 0;
  width: 285px;
  max-width: 80vw;
  height: calc(100vh - 50px);
  background-color: #FFFFFF;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 1001;
  overflow: visible;
  flex-direction: column;
  transform: translateX(100%);
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  scrollbar-width: thin;
  scrollbar-color: #707070 #F6F6F6;
}
@media (max-width: 768px) {
  #content-project-sample-ren .mobile-filter-modal {
    display: flex;
  }
  #content-project-sample-ren .mobile-filter-modal.active {
    transform: translateX(0);
    pointer-events: auto;
  }
}
#content-project-sample-ren .mobile-filter-modal .mobile-filter-sections {
  overflow-y: auto;
  flex: 1;
}
#content-project-sample-ren .mobile-filter-modal::-webkit-scrollbar {
  width: 9px;
}
#content-project-sample-ren .mobile-filter-modal::-webkit-scrollbar-track {
  background: #F6F6F6;
  border-radius: 10px;
}
#content-project-sample-ren .mobile-filter-modal::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 10px;
}
#content-project-sample-ren .mobile-filter-sections {
  flex: 1;
  padding-top: 45px;
}
#content-project-sample-ren .mobile-filter-section:first-child .mobile-filter-section-header {
  padding-top: 0;
}
#content-project-sample-ren .mobile-filter-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0 10px 0;
  margin: 0 20px 0 40px;
  cursor: pointer;
  border-bottom: 1px solid #E8E8E8;
}
#content-project-sample-ren .mobile-filter-section-header .section-title {
  font-family: "proxima-nova", "Century Gothic", "Helvetica", "Helvetica Neue", "Arial", "Microsoft Sans Serif", "Avenir", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
#content-project-sample-ren .mobile-filter-section-header .section-arrow {
  width: 10px;
  height: 10px;
  border-right: 1.5px solid #8E8E8E;
  border-bottom: 1.5px solid #8E8E8E;
  transform: rotate(45deg) translateY(-2px) translateX(-2px);
  transition: transform 0.2s ease;
}
#content-project-sample-ren .mobile-filter-section-header .section-arrow.expanded {
  transform: rotate(-135deg) translateY(2px) translateX(-2px);
}
#content-project-sample-ren .mobile-filter-section-content {
  padding: 10px 20px 15px 40px;
  max-height: 400px;
  overflow-y: auto;
  transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
  opacity: 1;
}
#content-project-sample-ren .mobile-filter-section-content.collapsed {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  overflow: hidden;
}
#content-project-sample-ren .mobile-filter-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  cursor: pointer;
  position: relative;
}
#content-project-sample-ren .mobile-filter-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#content-project-sample-ren .mobile-filter-checkbox .checkmark {
  width: 13px;
  height: 13px;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #FFFFFF;
  position: relative;
}
#content-project-sample-ren .mobile-filter-checkbox input[type="checkbox"]:checked + .checkmark {
  background-color: #B19F6F;
  border-color: #B19F6F;
}
#content-project-sample-ren .mobile-filter-checkbox input[type="checkbox"]:checked + .checkmark::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 7px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#content-project-sample-ren .mobile-filter-checkbox .filter-label {
  font-family: "proxima-nova", "Century Gothic", "Helvetica", "Helvetica Neue", "Arial", "Microsoft Sans Serif", "Avenir", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #707070;
}
#content-project-sample-ren .mobile-filter-checkbox input[type="checkbox"]:checked ~ .filter-label {
  font-weight: 500;
  color: #333333;
}
#content-project-sample-ren .mobile-filter-footer {
  padding: 20px;
  background-color: #FFFFFF;
  text-align: center;
}
#content-project-sample-ren .mobile-filter-footer .btn.btn-primary {
  width: 193px;
  height: 36px;
  background-color: #D1C398;
  background-image: none;
  border: none;
  border-radius: 10px;
  font-family: "proxima-nova", "Century Gothic", "Helvetica", "Helvetica Neue", "Arial", "Microsoft Sans Serif", "Avenir", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #111111;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-shadow: none;
  box-shadow: none;
}
#content-project-sample-ren .mobile-filter-footer .btn.btn-primary:hover,
#content-project-sample-ren .mobile-filter-footer .btn.btn-primary:focus,
#content-project-sample-ren .mobile-filter-footer .btn.btn-primary:active {
  background-color: #c9b986;
  background-image: none;
  color: #111111;
  box-shadow: none;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
