/*
 Theme Name:     Academy + Six Spoke 
 Theme URI:      
 Description:    Academy Child Theme
 Author:         Six Spoke Media
 Author URI:     http://www.sixspokemedia.com
 Template:       academy
 Version:        1.0.0
*/
 
@import url("../academy/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

.agree-text{
	font-size: .8em;
	padding-bottom: 5px;
}

table.checkbox,
table.checkbox tr,
table.checkbox td{
    border-color: none;
    border-image: none;
    border-style: none;
    border-width: 0;
    padding: 0;
}

td.agree{
	vertical-align: top;
}

.home .main-content{
	background: #000 none repeat scroll 0 0;
	padding: 0 0 6em;
}

.button-top{
	overflow:auto;
}

.button-top a{
	margin-bottom: 10px;
}

.finish-lesson{
	background-color: #215e1a !important;
}

@media only screen and (min-width: 768px) {
	.sponsored{
		margin-top: -35px;
		float: right;
	}
}

@media only screen and (max-width: 465px) {
	.home .main-content{
		padding: 0 0 8.5em;;
	}
}