/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.CopyrightNotice {
    opacity: 0;
    height: 0px;
    display: block;
}


.pagination {
    display:block;
}
.pagination li{
    float:left;
}
.expiry {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000082;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-size: 28px;
    line-height: 32px;
    z-index:9;
    color:#ffffff;
}


.fbox-content h3 a{
    color:#000000;
}
.entry-content h4{
    margin-bottom:0px;
}
.entry-content p a{
    text-decoration: underline!important;
}

.si-rss:hover, .si-colored.si-rss {
    background-color: #1d98dc !important;
}
.page-item.active .page-link, .page-link:hover, .page-link:focus {
    background-color: #cc4d36 !important;
    border-color: #e7ca2a !important;
}

.btn-link, .page-link, .page-link:hover, .page-link:focus {
    color: #cc4d36;
}

.btn-link, .page-link, .page-link:hover, .page-link:focus {
    color: #cc4d36;
}
.more-link {
	border-bottom: 1px solid #cc4d36;
   	font-weight:bold;
}
.post-navigation a{
	font-weight: bold;
	font-size: 20px;
}
a {
    color: #cc4d36;
}


.mb-show{
	display: none;
}

.game-categories{
	padding-top: 80px;
	text-align: center;

}
.game-categories .media-box {
    background-color: #ffffff;
    padding: 25px;
	border-radius: 20px;
	box-shadow: 0px 4px 12px 0px rgb(0 0 0 / 13%);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-bottom: 80px;
}

.game-categories .media-box .fbox-media{
	margin: -100px 0px 0px 0px;
}

.game-categories .fbox-content h3{
	padding-top: 10px;
}

@media (max-width: 991.98px) {
	.mb-show{
		display: block;
		overflow: hidden;
	}
	.mb-show li{
		width: 50%;
		float: left;
		list-style: none;
		text-align: center;
	}
	#slider{
		height: 60vh !important;
	}
	
}
@media (max-width: 768px) {
	
	#slider{
		height: 50vh !important;
	}
	
	
}
@media (max-width: 600px) {
	
	#slider{
		height: 40vh !important;
	}
	.content-wrap .topmargin-lg{
		margin-top: 0rem!important;
	}
	
}

@media (max-width: 480px) {
	
	#slider{
		height: 25vh !important;
	}
	
	.game-categories p{
	    display:none!important;
	}
	.game-categories .button.button-circle {
        border-radius: 10px;
        padding: 5px 10px;
        letter-spacing: 0px;
	    
	}
	.game-categories .media-box {
        padding: 10px;
        margin-bottom: 50px;
	}
    .content-wrap{
        padding: 50px 0;
    }
}

@media (max-width: 440px) {
	
	#slider{
		height: 16vh !important;
	}
	
}

.faqlist li a:hover,
.menu-item a:hover,
.breadcrumb-item a:hover{
	color: #da4e36!important;
}

.ellipsis{
	width: 200px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#page-title span{
	overflow:hidden;
	width: 320px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.faq h4{
	margin-bottom: 5px;
}
@media (max-width: 767.98px) {
	.ellipsis{
		width: 100px;
		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	#page-title span{
		
		width: auto;
		white-space: unset;
	}
}
.entry-content {
    margin-top: 0px;
}
.grid-inner .entry-content p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-bottom: 0px;
    font-size: .8rem;
}
.entry-title h2 a{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: .98rem;
}
.grid-item.games h5{
	margin-bottom: 0px;
}

.clients-grid .grid-item a img {
    max-width: 100%;
    width: auto;
    max-height: 100px;
}

.clients-grid.grid-md-5 .grid-item a img {
    max-height: 200px;
}

.clients-grid .grid-item a{
	opacity: 1;
}
.sign-up{
	background-color: #efbe1f;
	min-width:100px;
	text-align:center;
	/* --background-color: #edc93a; -- */
	transition: .3s;
}
.apply-agent{
	
	background-color: #da4e36;
	transition: .3s;
}
.sign-up a, .apply-agent a{
	color: #ffffff;
}

.sign-up:hover  {
	color:#ffffff;
	background-color: #f9e388;
}
.apply-agent:hover{
	color:#ffffff;
	background-color: #e47b53;
}

.menu-item:hover > .menu-link,
.menu-item.current > .menu-link {
	color: #94291f;
}

#page-menu-wrap,.page-menu-nav{
	background-color: #303030;
}

.page-menu-item:hover > a, .page-menu-item.current > a{
	background-color: #4e4e4e;
}
.page-menu-item > a{
	border-radius: 0px;
}
.faqlist li{
	width: 50%;
	float: left;
	padding: 0 10px;
}
