#wpcontent {padding-left: 0;}
#wpfooter {display: none;}
#wpbody-content {padding-bottom: 0;}

.wpcasa-about.full-width-layout {
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.wpcasa-about {
	text-align: center;
	color: #EEE;
}

.wpcasa-about h1 {font-size: 3.0rem;}
.wpcasa-about h2 {font-size: 2.8rem;}
.wpcasa-about h3 {font-size: 2.6rem;}
.wpcasa-about h4 {font-size: 2.4rem;}
.wpcasa-about h5 {font-size: 2.2rem;}
.wpcasa-about h6 {font-size: 2.0rem;}

.wpcasa-about h1,
.wpcasa-about h2,
.wpcasa-about h3,
.wpcasa-about h4,
.wpcasa-about h5,
.wpcasa-about h6 {
	margin: 0 0 2rem 0;
	color: #FFF !important;
	font-family: "Open Sans";
	font-weight: normal;
}
.wpcasa-about p {
	text-align: center;
	margin: 0;
}

/* Badge */
.wpcasa-about .wp-badge {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	text-decoration: none;
	background-position: center !important;
	padding-top: 140px;
	background: #12AE8F url(../img/icon.png) no-repeat;
	background-size: contain;
	box-shadow: 0 0 50px rgba(0, 0, 0, .5);
	transition: all .2s;
}

.wpcasa-about .wp-badge:hover {
	transform: scale(1.2);
}


.wpcasa-about {background: #3b4045;}

.wpcasa-about .section {transform: skew(0, 3deg);}
.wpcasa-about .section-wrap {padding: 10rem 0;transform: skew(0, -3deg);}

.wpcasa-about .section:nth-child(even) {background: #12AE8F;}

.wpcasa-about .section:first-of-type {margin-top: -3rem;}
.wpcasa-about .section:last-of-type {margin-bottom: -3rem;}

.wpcasa-about .section-intro:before {
	content: "";
	width: 100%;
	height: 80%;
	background: rgba(255,255,255,.1);
	position: absolute;
	top: -3rem;
	left: 0;
	right: 0;
	transform: skew(0deg, -5deg);
}

.hero-image {
	padding: 3rem 0 0;
}
.hero-image img {
	max-width: 1000px;
}

/* Changelog */
.section .changelog {
	max-width: 600px;
	padding: 50px 0;
	margin: auto;
	overflow:hidden;
}

.section .changelog table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

.section .changelog table tr {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	transition: all .2s;
}

.section .changelog table tr:hover {
	background: rgba(255, 255, 255, .1);
}

.section .changelog table tr td {
	padding: .5rem;
}
.changelog table tr td a {
	color: white;
}
.changelog table tr td a:hover {
	text-decoration: none;
}

.section .changelog table tr td:first-child {
	text-align: left;
}

.section .changelog-entry-tweak,
.section .changelog-entry-new,
.section .changelog-entry-fix,
.section .changelog-entry-update {
	width: 80px;
	display: inline-block;
	color: #FFF;
	text-align: center;
	font-size: .8rem;
	padding: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	background: #333;
}

.section .changelog-entry-tweak  {color: rgb(0, 204, 102);}
.section .changelog-entry-new    {color: rgb(255, 204, 102);}
.section .changelog-entry-fix    {color: rgb(255, 155, 51);}
.section .changelog-entry-update {color: rgb(102, 204, 255);}

/* Tabs */
.wpcasa-about .tabs {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.wpcasa-about .tabs li {
	float: left;
	width: 20%;
	margin: 0;
}

.wpcasa-about .tabs a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #999;
	padding: 10px 0;
	background: rgba(0,0,0,.1);
}

.wpcasa-about .tabs a:hover,
.wpcasa-about .tabs a.active {
	background: #12AE8F;
	color: #FFF;
}

.wpcasa-about .tabs a:focus {box-shadow: none;}

.wpcasa-about .tabgroup {
	width: 100%;
	float: left;
}

.wpcasa-about .tabgroup div {
	padding-block: 30px;
}

.wpcasa-about .tabgroup div p {margin-bottom: 30px;}