/* mh-smallwood-prefix.css */
.mh_smallwood_prefix-wrap{
/*   max-width: 1200px;
  margin: 0 auto;
  padding: 18px 14px; */
  position: relative;
}

.mh_smallwood_prefix-toolbar{
  display:flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
	position: relative;
    z-index: 9;
}

.mh_smallwood_prefix-filters{
  display:flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
	justify-content: space-between;
}

.mh_smallwood_prefix-dd{
  position: relative;
  min-width: 200px;
}

.mh_smallwood_prefix-dd__btn{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
      padding: 6px 20px;
    border: 1px solid #6A6A6A;
    border-radius: 50px;
  background: #fff;
  user-select: none;
}
span.mh_smallwood_prefix-dd__value {
    font-size: 18px;
    color: #6A6A6A;
    font-weight: 500;
    font-family: 'Futura PT';
}

.mh_smallwood_prefix-dd.is-disabled .mh_smallwood_prefix-dd__btn{
  opacity: .45;
  cursor: not-allowed;
}

.mh_smallwood_prefix-dd.mh_smallwood_prefix-noOptions .mh_smallwood_prefix-dd__btn{
  opacity: .45;
  cursor: not-allowed;
}

.mh_smallwood_prefix-caret{
/*   font-size: 12px; */
  opacity: .7;
	width: 10px;
    height: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mh_smallwood_prefix-dd__panel{
  position:absolute;
  top: calc(100% + 8px);
  left:0; right:0;
  background:#fff;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 12px;
  padding: 10px;
  z-index: 9999;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.mh_smallwood_prefix-list{
  margin:0;
  padding:0;
  list-style:none;
  max-height: 260px;
  overflow:auto;
}

.mh_smallwood_prefix-option{
  display:flex;
  align-items:center;
/*   justify-content: space-between; */
  gap: 10px;
  padding: 8px 8px;
  border-radius: 8px;
  cursor: pointer;
}
.mh_smallwood_prefix-list{ list-style:none; margin:0; padding:0; }
.mh_smallwood_prefix-option{ display:flex; align-items:center; gap:8px; padding:6px 8px; border-radius:8px; }
.mh_smallwood_prefix-option:hover{ background:var(--bg); }
.mh_smallwood_prefix-option input{ color: #707070;
    accent-color: #707070; }
.mh_smallwood_prefix-option[aria-disabled="true"]{ opacity:.45; pointer-events:none; }

.mh_smallwood_prefix-option:hover{
  background: rgba(0,0,0,.04);
}

.mh_smallwood_prefix-option input{
  margin-right: 8px;
}

.mh_smallwood_prefix-count{
  font-style: normal;
  font-size: 12px;
  opacity: .6;
}
.mh_smallwood_prefix-toolbar__left {
    display: flex;
    gap: 10px;
	width: 78%;
}
.mh_smallwood_prefix-toolbar__right {
    width: 22%;
}
.mh_smallwood_prefix-hidden{ display:none !important; }
.mh_smallwood_prefix-search {
    position: relative;
}

.mh_smallwood_prefix-search label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
	    cursor: pointer;

}
.mh_smallwood_prefix-search input{
/*   min-width:260px;  */
padding:10px 12px 10px 37px; 
display: flex;
    gap: 6px;
    align-items: center;
    border: 1px solid #707070;
    border-radius: 50px;
    background: #fff;
line-height: 100%;
	text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Futura PT';
}

.mh_smallwood_prefix-countbar{
  margin-top: 14px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid rgba(0,0,0,.08);
  padding-top: 12px;
}

.mh_smallwood_prefix-countline{
  margin:0;
  font-size: 20px;
    line-height: 1.2;
    color: #6A6A6A;
    font-weight: 500;
}

.mh_smallwood_prefix-countPrefix{ 
	opacity: .9;
}
.mh_smallwood_prefix-countDynamic{ 
	font-weight: 700;
}
.mh_smallwood_prefix-countSuffix{ 
	opacity: .9;
}
.mh_smallwood_prefix-join{ 
	font-weight: 400;
	opacity: .7;
	padding: 0 6px;
}

.mh_smallwood_prefix-clear{
  padding: 5px 13px !important;
    border-radius: 50px !important;
    border: 1px solid #909090 !important;
    background-color: #E2E2E2 !important;
    cursor: pointer !important;
    font-size: 14px !important;
    color: #6F6F6F !important;
    text-transform: capitalize !important;
}

.mh_smallwood_prefix-resultsWrap{ margin-top: 18px; }

.mh_smallwood_prefix-loadmore{
  margin-top: 18px;
    padding: 12px 16px !important;
    border-radius: 50px !important;
    border: 1px solid #6A6A6A !important;
    background: #fff !important;
    cursor: pointer !important;
    color: #6A6A6A !important;
    text-transform: capitalize !important;
	transition: all 0.3s ease-in-out;
}
.mh_smallwood_prefix-loadmore:hover {
	 border: 1px solid #F9423A !important;
    background: #F9423A !important;
    cursor: pointer !important;
    color: #fff !important;
}

.mh_smallwood_prefix-wrap.is-loading{
  opacity: .75;
  pointer-events:none;
}

/* Locked studio pill */
.mh_smallwood_prefix-lockedPill {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 6px 20px;
    border: 1px solid #6A6A6A;
    border-radius: 50px;
    background: #fff;
    user-select: none;
}
.mh_smallwood_prefix-lockedLabel{ font-size: 18px;
    color: #6A6A6A;
    font-weight: 500;
    font-family: 'Futura PT'; }
.mh_smallwood_prefix-lockedValue{ font-size: 18px;
    color: #6A6A6A;
    font-weight: 600;
    font-family: 'Futura PT'; }
.mh_smallwood_prefix-results{ display:grid; gap:20px; grid-template-columns:repeat(auto-fill,minmax(368px,1fr)); }

/* Card layout */
.mh_smallwood_prefix-card{ overflow:hidden; background:#fff; display:flex; flex-direction:column; height:100%; }
.mh_smallwood_prefix-thumb{ position:relative; background:#f3f4f6; }
.mh_smallwood_prefix-thumb img{ 
	display:block;
/* 	width:100%;
	max-width: 600px;
	height: 380px; */
	object-fit: cover;
	    aspect-ratio: 1;
}
.mh_smallwood_prefix-body{ 
	padding:12px 0px;
	display:flex;
	flex-direction:column;
}
.mh_smallwood_prefix-meta{ 
	font-family: "Futura PT";
    font-size: 14px;
    font-weight: 700;
    color: #909090;
/* 	letter-spacing:1px; */
	transition: all 0.3s ease-in-out;
}
.mh_smallwood_prefix-title{ margin:0; font-family: "Futura PT";
    font-size: clamp(20px, 1.667vw, 24px); font-weight: 600; transition: all 0.3s ease-in-out; }
.mh_smallwood_prefix-title a{ color:inherit; text-decoration:none; }
/* .mh_smallwood_prefix-title a:hover{ 
	text-decoration:underline;
} */
button#mh_smallwood_prefix-loadmore {
    background-color: #FFFFFF00;
    font-family: "Futura PT";
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    font-style: normal;
    fill: #6A6A6A;
    color: #6A6A6A;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #6A6A6A;
    border-radius: 50px 50px 50px 50px;
    padding: 12px 25px 12px 25px;
    line-height: 100%;
}
.mh_smallwood_prefix-place{ font-family: "Futura PT";
    font-size: clamp(18px, 1.389vw, 20px);
    font-weight: 400;
    color: #909090; transition: all 0.3s ease-in-out; }
.mh_smallwood_prefix-card:hover .mh_smallwood_prefix-title a {
	color: #F9423A;
}
/* .mh_smallwood_prefix-card:hover .mh_smallwood_prefix-meta, .mh_smallwood_prefix-card:hover .mh_smallwood_prefix-place {
	color: #950600;
} */
/* Load more */
.mh_smallwood_prefix-more{ display:flex; justify-content:center; margin:18px 0 6px; }
.mh_smallwood_prefix-loadmore{ border:1px solid var(--line); background:#fff; padding:10px 16px; border-radius:var(--br); cursor:pointer; }
/* A11y helper */
.screen-reader-text{ position:absolute; left:-9999px; }
.mh_smallwood_prefix-card .mh_smallwood_prefix-thumb:hover:after {
    width: 100%;
}

.mh_smallwood_prefix-card .mh_smallwood_prefix-thumb:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 9px;
    width: 0%;
    background-color: #F94239;
	transition: all 0.3s ease-in-out;
}
.mh_smallwood_prefix-list label.mh_smallwood_prefix-option span {
    cursor: pointer;
    font-family: "Urbanist";
    color: #6F6F6F !important;
    font-weight: 600;
    line-height: 20px;
    font-size: 16px;
}
details.mh_smallwood_prefix-dd, .elementor-element-1d00f86 .mh_smallwood_prefix-filters details.mh_smallwood_prefix-dd:nth-of-type(3) {
    min-width: 172px;
}
details.mh_smallwood_prefix-dd.open {
    z-index: 23 !important;
}

.mh_fillter-text {
	cursor: pointer;
    font-family: "Urbanist";
    color: #6F6F6F !important;
    font-weight: 600;
    line-height: 20px;
    font-size: 16px;
}
.mh_smallwood_prefix-dd__panel {
    background: #fff;
    border: 1px solid #707070;
    font-family: "Urbanist";
    border-top: 0px;
    border-radius: 25px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 10px 0px 20px;
	position: absolute;
	    z-index: 0;
    top: 30px;
    left: 0;
    right: 0;
}
.mh_smallwood_prefix-loadmore{ 
	border:1px solid var(--line);
	background:#fff;
	padding:10px 16px;
	border-radius:var(--br);
	cursor:pointer;
}
details.mh_smallwood_prefix-dd.open summary.mh_smallwood_prefix-dd__btn {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.mh_smallwood_prefix-filters details.mh_smallwood_prefix-dd:nth-of-type(2), .elementor-element-1269b2f .mh_smallwood_prefix-filters details.mh_smallwood_prefix-dd:nth-of-type(1), .elementor-element-1d00f86 .mh_smallwood_prefix-filters details.mh_smallwood_prefix-dd:nth-of-type(1) {
  min-width: 286px;
	z-index: 18;
}
.mh_smallwood_prefix-filters details.mh_smallwood_prefix-dd:nth-of-type(3) {
  min-width: 286px;
	z-index: 16;
}
.region-base-projects .mh_smallwood_prefix-filters details.mh_smallwood_prefix-dd:nth-of-type(3) {
    min-width:172px;
}
/* SD Loader Css */
.mh_smallwood_prefix-resultsWrap{
  position: relative;
  min-height: 220px;
}

.mh_smallwood_prefix-loader{
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.75);
  z-index: 5;
}

.mh_smallwood_prefix-wrap.is-loading .mh_smallwood_prefix-loader{
  display: flex;
}

.mh_smallwood_prefix-wrap.is-loading .mh_smallwood_prefix-more{
  display: none !important;
}

.mh_smallwood_prefix-spinner{
  width: 42px;
  height: 42px;
  border: 2px solid #d9d9d9;
  border-top-color: #111;
  border-radius: 50%;
  animation: mh_smallwood_prefix_spin .8s linear infinite;
}

@keyframes mh_smallwood_prefix_spin{
  to{ transform: rotate(360deg); }
}
@media (max-width: 1280px){
	.mh_smallwood_prefix-filters details.mh_smallwood_prefix-dd:nth-of-type(2), .mh_smallwood_prefix-filters details.mh_smallwood_prefix-dd:nth-of-type(3), .elementor-element-1269b2f .mh_smallwood_prefix-filters details.mh_smallwood_prefix-dd:nth-of-type(1), .elementor-element-1d00f86 .mh_smallwood_prefix-filters details.mh_smallwood_prefix-dd:nth-of-type(1) {
    min-width: 172px;
    z-index: 18;
}
}
@media (max-width: 900px){
  .mh_smallwood_prefix-layout{
    grid-template-columns: 1fr;
  }
	.mh_smallwood_prefix-toolbar__left {
    width: 100%;
}
	.mh_smallwood_prefix-toolbar__right {
    width: 100%;
}
	button#mh_smallwood_team-clear, button#mh_smallwood_team-loadmore {
		font-size: 20px;
	}
	.mh_smallwood_prefix-thumb img {
    max-width: 100%;
}
	.team-member-item .team-staff {
    font-size: 18px;
}
	button#mh_smallwood_prefix-loadmore {
            padding: 10px 25px 10px 25px;
        font-size: 21px;
}
}
@media (max-width: 767px) { 
	details.mh_smallwood_prefix-dd, .mh_smallwood_prefix-filters details.mh_smallwood_prefix-dd:nth-of-type(2), .mh_smallwood_prefix-filters details.mh_smallwood_prefix-dd:nth-of-type(3), .elementor-element-1269b2f .mh_smallwood_prefix-filters details.mh_smallwood_prefix-dd:nth-of-type(1), .elementor-element-1d00f86 .mh_smallwood_prefix-filters details.mh_smallwood_prefix-dd:nth-of-type(1), .elementor-element-1d00f86 .mh_smallwood_prefix-filters details.mh_smallwood_prefix-dd:nth-of-type(2), .elementor-element-1d00f86 .mh_smallwood_prefix-filters details.mh_smallwood_prefix-dd:nth-of-type(3) {
    min-width: -webkit-fill-available;
}
	.mh_smallwood_prefix-search {
    width: 100%;
}
	.mh_smallwood_prefix-results {
    display: flex !important;
    gap: 20px;
    flex-direction: column;
}
	button#mh_smallwood_team-clear, button#mh_smallwood_team-loadmore {
		font-size: 18px;
	}
	.mh_smallwood_prefix-toolbar__left {
        width: 100%;
        flex-direction: column;
    }
	.mh_smallwood_prefix-toolbar {
		margin-top:30px;
	}
	.mh_smallwood_prefix-filters {
    gap: 10px;
}
		button#mh_smallwood_prefix-loadmore {
            padding: 10px 25px 10px 25px;
        font-size: 20px;
}
}
@media (max-width: 480px) { 
/* .mh_smallwood_prefix-thumb img {
    height: 275px;
} */
}