.media-boxes-load-more-button {
    cursor: pointer;
    text-align: center;
	background: linear-gradient(101deg,#204CCE,#226DFF,#fff,#fff);
    background-position: calc(0% - 2px) 0%;
    background-size: 400%;
    color: #fff;
    padding: 20px 28px 20px 28px;
    font-size: 16px;
    font-weight: 700;
    border-width: 2px;
    min-width: 150px;
    border-color: transparent;
    border-radius: 80px;
    cursor: pointer;
    background-position: calc(0% - 2px) 0%;
    background-size: 400%;
    transition: all 0.5s ease;
    border: 2px solid transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 33.5px;
    line-height: 1;
    transition: all 0.5s ease;	
    border-radius: 35px;
    margin: 20px auto 0;
    line-height: 1;
    display: table;
}
.media-boxes-load-more-button:hover {
    background-position: calc(100% + 2px) 50%;
    color: #101E31;
    border-color: #204CCE;
}
.media-boxes-no-more-entries {
	opacity: 0.2;
	cursor: default;
}

.media-box {
	display: none;
	float: left;
}

.media-box-hidden {
	display: none;
}

.mb-search{
	position: relative;
	overflow: hidden;
}
.mb-search:after{
    content: '\e9a8';
    font-family: 'icomoon';
    font-size: 23px;
    font-weight: normal;
    line-height: 1;
    flex-shrink: 0;
    display: inline-block;
    width: 50px;
    height: 100%;
    background: #44F29F;
    color: #101E31;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 0 10px 10px 0;
    right: 0;
    top: 0;
    pointer-events: none;
}
.filters-container .media-boxes-search{
	padding: 5px 66px 5px 20px;
	width: 392px;
	max-width: 100%;
	height: 50px;
	border-radius: 10px;
	border: 1px solid #E6D9D0;
	border-color: transparent;
	background: #fff;
	color: #101E31;
	font-size: 16px;
	font-weight: 300;
	outline: none !important;
}
.media-boxes-search::placeholder{
	opacity: 1;
	color: inherit;
}

.media-boxes-container {
	margin-bottom: 0;
	overflow: hidden;
	padding-top: 15px;

	/* for shadow */
	padding-right: 30px;
	margin-right: -30px;
}

.media-box-loaded {
	display: block;
}

.media-box-container {
	position: relative;
	z-index: 1;
}

.filters-container .media-boxes-filter {
	margin: 0 -10px 0 0;
	padding: 0;
	list-style: none;
}
.filters-container ul.media-boxes-filter li {
	list-style: none;
	display: inline-block;
}
.media-boxes-filter-container {
	/*box-shadow: 0 0px 17px 0 rgba(2,6,19,0.12);*/
	margin: 0 auto 50px;
}
.filters-container .filter-heading {

}
.filters-container .filter-heading h1{
	color: #2C4338;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.333;
	margin-bottom: 0;
	margin-top: 10px;
}
.media-boxes-filter-container > .wrapper {
	padding-left: 0;
	padding-right: 0;
}
.media-boxes-filter-container .inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.media-boxes-filter-container .inner .c2 {
	display: flex;
	justify-content: end;
	align-items: center;
    gap: 20px;
}
.media-boxes-filter a {
	display: inline-block;
	border: 1px solid #E0E1E4;
	background: #FFFFFF;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1;
	color: #262A35;
	padding: 13px 30px;
	text-align: center;
	border-radius: 1px;
	margin: 5px 10px;
}
.media-boxes-filter>li a.selected {
	background: #E0E1E4;
}


.media-boxes-drop-down {
	margin: 0;
	position: relative;
	width: 392px;
	max-width: 100%;
	color: #101E31;
	font-size: 16px;
	font-weight: 300;
}
.media-boxes-drop-down-header {
    background-color: white;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #E6D9D0;
    border-width: 0;
    border-color: transparent;
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 5px 35px 5px 20px;
    text-decoration: none;
    height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.media-boxes-drop-down-header:after {
    content: '\e90b';
    font-family: 'icomoon';
    font-size: 26px;
    font-weight: normal;
    line-height: 1;
    flex-shrink: 0;
    display: inline-block;
    width: 50px;
    height: 100%;
    background: #44F29F;
    color: #101E31;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
}

/* Dropdown */
.media-boxes-drop-down-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1000;
    position: absolute;
    width: 100%;
    display: none;
    border: 1px solid #E9ECEF;
    border-top: 0;
    border-radius: 10px 10px 10px 10px;
    background-color: white;
    max-height: 80vh;
    overflow: auto;
}
.media-boxes-drop-down:hover .media-boxes-drop-down-menu {
	display: block;
	padding: 10px 0;
}
.media-boxes-drop-down-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.media-boxes-drop-down-menu a {
	margin: 0;
	display: block;
	padding: 5px 30px 5px 20px;
	text-decoration: none;
	transition: color 0.3s ease;
}


.media-boxes-drop-down-menu a:hover,
.media-boxes-drop-down-menu .selected a,
.media-boxes-drop-down-menu a.selected {
	/* opacity: 0.5; */
	color: #226DFF;
}

@media(max-width:767px){
    .media-boxes-filter-container .inner {
        flex-direction: column;
    }
    .media-boxes-filter-container .inner .c1 {
        width: 100%;
        text-align: center;
    }
}