/*!
Theme Name: Coral Light Child
Theme URI: http://www.happypoet.com
Author: Me
Template: coral-light
Description: Add templates
Version: .1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*----
Columns for Game page
----*/
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

[class*="col-"] {
    float: left;
    padding: 15px;
}

.row {
	width:100%;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}


.game-summary img{
	width: 100%;
	height: auto;
}
.game-box {

}
.game-brief {

}
h2.game-full-name{
	text-align: center;
}
p.game-desc{
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #000000;
}
p.game-players{
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #000000;
	text-align: center;
}
p.game-designer{
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #000000;
	text-align: center;
}
p.game-players{
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #000000;
	text-align: center;
}

p.game-playtime{
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #000000;
	text-align: center;
}
p.game-purchase{
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	text-align: center;
}
.game-extra{
	margin: 1.5em 0 0;
	padding: 1rem;
	border: 1px solid #000;
}

.game-widget ul{
	list-style-type: none;
	margin:0;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	[class*="col-"] {
		width:100%;
		float: left;
	}
}
