/* 
Theme Name:		 2021 Forever Stoked Play Portal
Theme URI:		 http://labrealandcattle.com/
Description:	 2021 Forever Stoked Play Portal is a child theme of Twenty Twenty One, created by La Brea Land & Cattle
Author:			 La Brea Land & Cattle
Author URI:		 http://labrealandcattle.com/
Template:		 twentytwentyone
Version:		 1.0.0
Text Domain:	 2021-forever-stoked-play-portal
*/


/*
    Add your custom styles here
*/

.hidden {
	display: none !important;
}

ul.game_type_tags {
	padding-left: 0;
}

ul.game_type_tags > li {
    display: inline-block; /* You can also add some margins here to make it look prettier */
    zoom:1;
    *display:inline; /* this fix is needed for IE7- */
}
ul.game_type_tags > li > a.game_type_tag {
	font-size: 0.8em;
	border: 1px solid #333;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-radius: 5px;
	text-decoration: none;
}


