.artists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.artist {
    flex: 1 1 50%;
    max-width: 349px;
    box-shadow: 1px 1px 24px #b9b9b9 !important;
    min-width: 325px;
    margin-bottom: 2rem !important;
}
.artist-content-top {
    display: flex;
    flex-wrap: wrap;
}
.artist-content-top div {
    flex: 1 0 50%;
}
.artist-img-helper {
    background-color: #224e9c !important;
    width: 100%;
    text-align: center;
}
.artist-image.default {
    padding: 1rem !important;
}
.artists .artist-image {
    width: 100%;
}
.artists .artist-img-helper img {
    height: 100% !important;
    object-fit: cover;
}
.artists .artist-img-helper img.artist-image.default {
    object-fit: contain;
}
.artists .artist-img-helper {
    height: 280px;
}
.artists .artist-img,
.artists .artist-img-helper,
.artists .artist-content-top {
    border: none !important;
    padding: 0 !important;
}
.artist-content {
    padding: 1rem !important;
    position: relative !important;
}
.artist-content * {
    line-height: 3rem !important;
    font-weight: bold !important;
    color: #262b2c !important;
}
.artists .artist h3 {
    font-weight: 600;
    font-size: 2em;
    padding-bottom: 0 !important;
    color: #2c4d95 !important;
}

.artist .artist-content div {
    min-height: 50px;
}


#et-boc .et-l a.artist-view-more-btn {
    display: block !important;
    padding: 0.25rem 1rem !important;
    background-color: #5ab2e5;
    margin-top: 1rem !important;
    width: auto !important;
    color: #fff !important;
    max-width: 125px !important;
    transition: background-color 0.2s ease-in-out;
}
#et-boc .et-l a.artist-view-more-btn:hover {
    background-color: #f2b92a;
}

.project-gallery {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 0 !important;
}
.project-gallery li {
    list-style-type: none !important;
    flex: 1 0 25%;
    text-align: center !important;
    min-width: 250px !important;
    max-width: 250px !important;
    margin-bottom: 1rem !important;
}
.project-gallery li img {
    width: 100%;
    max-width: 250px !important;
    min-width: 250px;
}

@media screen and (min-width: 1461px) {
    .artists {
        justify-content: left;
    }
    .artists .artist {
        max-width: 22.85% !important;
        min-width: 22.85% !important;
    }
}
@media screen and (min-width: 813px) {
    .artists .artist {
        margin-right: 1% !important;
        margin-left: 1% !important;
    }
}


.craft-fair-filters-container{display: flex; justify-content: left; padding-left:.6rem;flex-wrap: wrap;}
.craft-fair-filters-container {
	margin-bottom: 15px;
}

.craft-guild-members{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width:100%;
}

.craft-guild-members .craft-guild-member{
    flex: 1 0 18% !important;
    padding: 0 !important;
    text-align: left !important;
    background-color: #e2e0d5;
    margin: 1%;
    min-width: 200px;
    max-width: 300px;
}

.craft-guild-members .craft-guild-member p{padding-top: 1rem;}

.craft-guild-member-image-container{
    margin: 0 auto 2rem;
	border-radius: 0 !important;
	overflow: visible !important;
	width: 100% !important;
    height: unset !important;
}
img.craft-guild-member-image{
	width: 100%;
	background-color: #e4e4e4;
}
img.craft-guild-member-image.default-img{
	background-color: #e4e4e4;
}
.craft-guild-members .craft-guild-member-title h3{padding: 0 1rem !important; }
.artist-info{
	font-size: 1rem;
    line-height: 1.5rem;
	padding: 0 1rem 2rem 1rem;
}



.facetwp-facet-craft_guild_artists_search{
    display:flex;
	flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: 60%;
    margin: 0 auto;
}

.facetwp-facet-craft_guild_artists_search input[type=text], .facetwp-dropdown{
	-webkit-appearance: textfield;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 700px;
    
}

.facetwp-facet-craft_guild_artists_search input[type="button" i] {    
	font-size: 15px;
    border: none!important;
    display: block;
    width: 100%;
    line-height: 1em!important;
    padding: 16px 20px!important;
    text-decoration: none!important;
    text-align: center;
    text-transform: none!important;
    font-weight: 400!important;
    overflow: hidden;
    position: relative;
    transition: .25s;
    box-sizing: border-box;
    -moz-border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    border-radius: 4px!important;
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    opacity: 1;
	min-width: 15%;
    width: auto;
background-color: #b95b42;
	color:#fff;
    cursor: pointer;
}.artists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.artist {
    flex: 1 1 50%;
    max-width: 349px;
    box-shadow: 1px 1px 24px #b9b9b9 !important;
    min-width: 325px;
    margin-bottom: 2rem !important;
}
.artist-content-top {
    display: flex;
    flex-wrap: wrap;
}
.artist-content-top div {
    flex: 1 0 50%;
}
.artist-img-helper {
    background-color: #224e9c !important;
    width: 100%;
    text-align: center;
}
.artist-image.default {
    padding: 1rem !important;
}
.artists .artist-image {
    width: 100%;
}
.artists .artist-img-helper img {
    height: 100% !important;
    object-fit: cover;
}
.artists .artist-img-helper img.artist-image.default {
    object-fit: contain;
}
.artists .artist-img-helper {
    height: 280px;
}
.artists .artist-img,
.artists .artist-img-helper,
.artists .artist-content-top {
    border: none !important;
    padding: 0 !important;
}
.artist-content {
    padding: 1rem !important;
    position: relative !important;
}
.artist-content * {
    line-height: 3rem !important;
    font-weight: bold !important;
    color: #262b2c !important;
}
.artists .artist h3 {
    font-weight: 600;
    font-size: 2em;
    padding-bottom: 0 !important;
    color: #2c4d95 !important;
}

.artist .artist-content div {
    min-height: 50px;
}


#et-boc .et-l a.artist-view-more-btn {
    display: block !important;
    padding: 0.25rem 1rem !important;
    background-color: #5ab2e5;
    margin-top: 1rem !important;
    width: auto !important;
    color: #fff !important;
    max-width: 125px !important;
    transition: background-color 0.2s ease-in-out;
}
#et-boc .et-l a.artist-view-more-btn:hover {
    background-color: #f2b92a;
}

.project-gallery {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 0 !important;
}
.project-gallery li {
    list-style-type: none !important;
    flex: 1 0 25%;
    text-align: center !important;
    min-width: 250px !important;
    max-width: 250px !important;
    margin-bottom: 1rem !important;
}
.project-gallery li img {
    width: 100%;
    max-width: 250px !important;
    min-width: 250px;
}

@media screen and (min-width: 1461px) {
    .artists {
        justify-content: left;
    }
    .artists .artist {
        max-width: 22.85% !important;
        min-width: 22.85% !important;
    }
}
@media screen and (min-width: 813px) {
    .artists .artist {
        margin-right: 1% !important;
        margin-left: 1% !important;
    }
}


.craft-fair-filters-container{display: flex;justify-content: left;}
.craft-fair-filters-container {
	margin-bottom: 15px;
}

.craft-guild-members{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
}

.craft-guild-members .craft-guild-member{
    flex: 1 0 23% !important;
    padding: 0 !important;
    text-align: left !important;
    background-color: #e2e0d5;
    margin: 1%;
    min-width: 250px;
}

.craft-guild-members .craft-guild-member p{padding-top: 1rem;}

.craft-guild-member-image-container{
    margin: 0 auto 2rem;
	border-radius: 0 !important;
	overflow: visible !important;
	width: 100% !important;
    height: unset !important;
}
img.craft-guild-member-image{
	width: 100%;
	background-color: #e4e4e4;
}
img.craft-guild-member-image.default-img{
	background-color: #e4e4e4;
}
.craft-guild-members .craft-guild-member-title h3{padding: 0 1rem !important; }
.artist-info{
	font-size: 1rem;
    line-height: 1.5rem;
	padding: 0 1rem 2rem 1rem;
}



.facetwp-facet-craft_guild_artists_search{
    display:flex;
	flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: 60%;
    margin: 0 auto;
}

.facetwp-facet-craft_guild_artists_search input[type=text]{
	-webkit-appearance: textfield;
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 700px;
	margin-right:1rem;
	padding: 0 1rem;
}

.facetwp-facet-craft_guild_artists_search input[type="button" i] {    
	font-size: 15px;
    border: none!important;
    display: block;
    width: 100%;
    line-height: 1em!important;
    padding: 16px 20px!important;
    text-decoration: none!important;
    text-align: center;
    text-transform: none!important;
    font-weight: 400!important;
    overflow: hidden;
    position: relative;
    transition: .25s;
    box-sizing: border-box;
    -moz-border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    border-radius: 4px!important;
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    opacity: 1;
	min-width: 15%;
    width: auto;
background-color: #b95b42;
	color:#fff;
    cursor: pointer;
}

.craft-fair-filters-container .facetwp-type-checkboxes{
    column-count: 3;
  
    font-size: 14px;
    line-height: 1.5;
    color: #3f3b44;
}
.craft-fair-filters-container .facet-col{
    background-color:#bda871;
    padding: 1rem;
    margin-right: 1rem;
    padding-bottom: .2rem;
    margin-bottom: 1rem;
    display: none;
    flex-direction: column;
}
.mobile-facet{
	    width: 80%;
    text-align: center;
    margin: 0 auto;
}
.mobile-facet .facetwp-facet{/* margin: 0 auto; *//* float: none; */}
@media screen and (min-width: 950px){
    .craft-fair-filters-container .facet-col{display: flex;}
    .mobile-facet{display: none;}
}
@media screen and (max-width: 1203px){

.craft-fair-filters-container .craft-fair-media-search-filter .facetwp-type-checkboxes{
    column-count: 2 !important;
}
}


.fcomplete-wrap {
    top: -2%;
}