body {
	background: #f9f9f9;
	color: #465665;
}
.btn-primary:focus{
	box-shadow:unset;
}
.explore_more_btn{
	background-color: #3373b4;
	color: white;
}
.explore-more{
	position: fixed;
	top: 60%;
	/* bottom: 50%; */
	left: 50%;
	transform: translate(-50%, -50%);
}
.btn-primary {
	font-family: 'Montserrat-Regular';
}
.fixed_button{
	position:absolute !important;
	margin-top:1900px;
	bottom: auto !important;
}
.explore-more button{
	border: unset;
	background-color: #3373b4;
	border-radius: 20px 20px 0px 0px;
	/* width: 10%; */
	padding: 5px 15px;
}
.explore-more button:hover{
	border: unset;
	background-color: #3373b4;
	border-radius: 20px 20px 0px 0px;
	/* width: 10%; */
}
/* #exploreModal{
  overflow-y: hidden;
} */
#exploreModalLabel{
	color: black;
	margin: 0;
	text-align: center;
}
.exploreModalTitle {
	width:95%;
}
.exploreModalClose{
	width: 5%;
}
.explore-modal-header{
	border-bottom: unset;
}
.brick {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;   
}
.brick img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#FEFEFE  ;
	opacity:80%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
    padding: 25px 10px;
/*     color: #484742; */
	color:#000000;
    transform: translateX(-100%);
    opacity: 0; 
    transition: transform 0.5s, opacity 0.5s;       
    line-height: 1.5;
}
.overlay-content h4{
	/* 	color: #484742; */
	color: #000000;
	font-family: "Mercury Display Roman", serif;
	margin:0;
	text-transform: capitalize;
/* 	text-decoration: underline; */
	text-underline-offset: 7px;
	text-decoration-thickness: 1px;
	letter-spacing: 0px;
	font-size: 20px;
}
.overlay-content p{
	/* 	color: #484742; */
	color: #000000;
	font-family: Montserrat-Regular;
	margin:10px;
	text-transform: capitalize;
	font-size: 18px;
}
.brick:hover .overlay-content {
    transform: translateX(0);
    opacity: 80%; 
}
.modal-acf-field-list .modal-acf-field-label{
	margin-bottom: 0;
}
.acf-field-heading{
	font-weight: 500;
}
/* .search input{
margin: 0;
color: #484742;
border-color: unset;
} */
.search input {
	width: 100%;
	padding: 0px 0px 0px 23px;
	margin: 5px 0;
	display: inline-block;
	/*     border-bottom: 2px solid #484742; */
	border-bottom: 2px solid #000000;
	/* box-sizing: border-box; */
}
.search input:focus{
	color:gray !important;
	/*   border-bottom: 2px solid #484742 ; */
	border-bottom: 2px solid #000000;
	background-color: transparent;
}
.search {
	position: relative;
}
.search i{
	position: absolute;
	left: 0px;
	top: 8px;
	color: gray;
}
.district,.brands,.interests,.industry,.year{
	max-height: 250px; overflow-y: auto;
}
.custom-scrollbar::-webkit-scrollbar {
	width: 8px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
	background-color: #484742;
	border-radius: 4px;
}
.custom-scrollbar::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid;
	border-radius: 4px;
}
.acf-modal-content{
	opacity: .9;
	background-color: #f0eeee;
}
input[type="checkbox"] {
	opacity: 0;
	position: absolute;
}
input[type="checkbox"] ~ label:before,
input[type="radio"] ~ label:before {
	content: '';
	display: inline-block;
	cursor: pointer;
	margin: 2px 10px -2px 0;
	width: 15px;
	height: 15px;
	border: 2px solid #999;
	border-radius: 2px;
	transition: .3s;
}
input[type="checkbox"]:checked ~ label:before{
	background: #333;
}
.image-container .image-row .image-col:nth-child(even) {
	margin-top: 25px;
}
.modal-row{
	display: flex;
	justify-content: center;
}
.modal-footer button{
	background-color:#3373b4 !important;
}
.explore-more button{
	background-color:#3373b4 !important;
}
#load-more-container button{
	background-color:#3373b4 !important;
	display: none;
}
#load-more-filter-post-container button{
	background-color:#3373b4 !important;
	display: none !important;
}
@media (min-width: 1025px) {
	.image-row {
		padding: 0 25px;
	}
}
@media (min-width: 375px) {
    .qodef-content-grid-1300 .qodef-content-grid {
        width: 100%  !important;
    }
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100%;
    }
}
/* .title-separator {
	  width: 100%;           
	  height: 2px !important;          
	  background-color: #000000; 
	  border: none;         
	  margin: 8px auto;  
}
hr:not(.is-style-wide):not(.is-style-dots) {
    max-width: 150px;
}
hr {
    opacity: .90;
} */
.underline-title {
    display: inline-block;
    position: relative;
    margin: 0 auto 10px;
    font-weight: 500;
}

.underline-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 1.5px;
    width: 100%;
    background-color: #000; 
}
