@media (max-width: 950px) {
	.leaderboardad {
		display: none !important;		
	}	
}





#categorydiv input[type="checkbox"]:checked {
	background: var(--wp-admin-theme-color);
	border-color: var(--wp-admin-theme-color);
}




/* Global CSS */
img {
  height: auto;
}

/* Fix Article Header Image Width Issue */
article.post-page > div:first-child > a:first-child > img { 
	width: 100% !important; 
	margin: 0 0 20px 0 !important; 
}

/* royalslider */

.rsContent a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: block;
}
.rsContent a span {
	display: block;
    background: #000;
    color: #ffd800;
    font-size: 33px;
    font-weight: bold;
    line-height: 1.1em;
    padding: 8px 10px 3px;
	box-sizing: border-box;
    margin: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	right: 0;
	text-transform: uppercase;
	font-family: 'Yanone Kaffeesatz', Tahoma, Geneva, sans-serif;

}
.rsContent {
	position: relative;
}

div.royalSlider {
	margin-bottom: 65px;
}