/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


.niche-select {
	margin-bottom: 30px;
}
.niche-select select {
	margin-right: 30px;
	padding: 0 20px;
}
.niche-select input.input-text {
	width: 200px;
	margin-right: 30px;
}

.niche-search input.input-text {
	width: calc(100% - 160px);
	margin-right: 30px;
}

.niche-search .fusion-button:hover {
	background: #f4f5fa;
	color: #0c0c0c;
}


.niche-vip {
	border: 1px solid #785A88;
	border-radius: 10px;
}
.niche-entry {
    padding: 10px 20px;
	position: relative;
}
.vip-star {
	position: absolute;
	top: 5px;
	right: -10px;
}

.niche-row {
	display: flex;
	justify-content: space-between;
}

.niche-entry a {
    color: #22253d;
}
.niche-en-title {
	font-size: 0.9em;
	color: #777;
}

.niche-entry a:hover, .niche-entry a:hover .niche-en-title {
    color: #f73760;
}




/* For more devices */
/* Ipad */
@media screen and (max-width: 992px) {

}

/* Phone */
@media screen and (max-width: 768px) {
	.niche-select select {
		margin-bottom: 30px;
	}
}