/************************************************************************************************
	//	
*************************************************************************************************/
body{
	padding-bottom: 100px;
	overflow-y: scroll;
}
.container-body{
	padding-top: 1em;
	padding-bottom: 1em;
}







/************************************************************************************************
	//	Modular
************************************************************************************************/
.dark-bg, body{
	background-color: #122722;
}
.card,
.modal-content{
	border: 10px solid #647470;
	background-color: #ecd0b3;
	box-shadow: 3px 3px 10px #000, inset 2px 2px 0 #33170f, inset -2px -2px 0 #33170f;
}
.modal-header,
.modal-footer{
	border-color: black;
}
.card.width-metal-title{
	margin-top: 30px;
}
.card.width-metal-title.with-skull{
	margin-top: 70px;
}
.card-header .metal-title{
	position: absolute;
	width: 300px;
	padding: 1em;
	font-size: 20px;
	top: -50px;
	left: 50%;
	margin-left: -150px;
	background-image: url(../img/icon/pane-header-bg.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 10;
	text-align: center;
}
.card-header .metal-title.with-skull{
	background-image: url(../img/icon/panel-header-page.png);
	width: 400px;
	padding-top: 3em;
	padding-bottom: 2em;
	margin-left: -200px;
	margin-top: -40px;
}
.btn-primary,
.btn-primary:hover{
	background-color: #124022;
	border-color: #124022;
	color: white;
}
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:active,
.btn-primary:focus{
	background-color: #333833;
	border-color: #122722;
}
.btn-primary:focus{
	box-shadow: 0 0 0 .2rem #122722;
}
.square-thumbnail{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


/************************************************************************************************
	//	Bottom
************************************************************************************************/
.bottom-bar{
	position: fixed;
	bottom: -20px;
	left: 0;
	width: 100%;
	z-index: 99;
	background-image: url(../img/bottom-bar-bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-size: contain;
	height: 62px;
}
.bottom-bar ul{
	text-align: center;
	margin-top: -70px;
	padding-left: 0;
}
.bottom-bar ul li{
	display: inline-block;
	list-style: none;
}

.bottom-bar ul li a{
	display: inline-block;
	padding: 40px 0px;
	width: 80px;
	background-image: url(../img/icon/plate_t.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	color: #CCC;
	font-weight: bold;
	transition: all .1s;
	text-shadow: 1px 1px 1px black;
}
.bottom-bar ul li a:hover,
.bottom-bar ul li.current-menu-item a{
	transform: scale(1.1,1.1);
	text-decoration: none;
	color: #FFF;
}



.screen-reader-text{
	display: none;
}

/************************************************************************************************
	//	LISTS
************************************************************************************************/
.card-list-item{
	margin: 10px 0;
}
.card-cover{
	width: 100px;
	float: left;
	margin: 0px 10px 0px 0;
	height: 0;
	padding-bottom: 100px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border: 1px solid white;
}

.card-list-item a:hover{
	color: #122722;
	text-decoration: none;
}
.invitation-element{
	border-bottom: 1px solid #CCC;
}
/************************************************************************************************
	//	FORMS
************************************************************************************************/
.acf-form-submit{
	padding: 10px;
}

.acf-field .acf-input-wrap,
.acf-field .acf-input-wrap input[type="text"]{
	width: 100%;
	height: 50px;
	border-radius: 0px;
}
.acf-field .acf-input-wrap input[type="text"]{
	padding: 1em;
}

body .acf-fields.-border{
	background-color: transparent;
	border: none;
}

.acf-field[data-name="playing"] > .acf-label{
	display: none;
}

.button {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.button-primary, .button-primary:hover {
	color: #fff;
	background-color: #124022;
	border-color: #124022;
}

.acf-button.button{
	color: #fff;
	background-color: #124022;
	border-color: #124022;
}

.button-block, .acf-form-submit .button {
	display: block;
	width: 100%;
}
.um-login .um-half,
.um-register .um-half{
	width: 100%;
}
.um.um-login .um-button.um-alt,
.um.um-register .um-button.um-alt{
	margin-top: 30px;
	width: 50%;
}

/*tabs*/
body .acf-fields>.acf-tab-wrap,
body .acf-fields>.acf-tab-wrap .acf-tab-group{
	border: none;
	background-color: transparent;
}
body .acf-fields>.acf-tab-wrap .acf-tab-group li.active a{
	background-color: #754c2a;
	color: white;
	border-color: black;
}
body .acf-fields>.acf-field{
	border-color: black;
}
/************************************************************************************************
	//	Random
************************************************************************************************/
.vertical-padding{
	padding: 1em 0;
}
/************************************************************************************************
	//	Less than 300px
************************************************************************************************/
@media screen and ( max-width: 300px ){
	.card-header .metal-title{
		position: absolute;
		width: 100%;
		top: -50px;
		left: 0%;
		margin-left: 0px;
	}
	.card-header .metal-title.with-skull{
		position: absolute;
		width: 100%;
		top: -50px;
		left: 0%;
		margin-left: 0px;
	}
}
@media screen and ( max-width: 400px ){
	.card-header .metal-title.with-skull{
		position: absolute;
		width: 100%;
		top: -50px;
		left: 0%;
		margin-left: 0px;
	}
	.bottom-bar ul li a{
		padding: 30px 0px;
		width: 70px;
		font-size: small;
	}
	.bottom-bar ul{
		margin-top: -50px;
	}
}










