/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

.testimonial-thumb-theme1 {
	display: none;
}

#steps_gfd .su-spoiler-title {
	font-size: 1.3em;
	color: #447CCD;
	text-decoration: underline;
}

.get_started_red {
	width: 96%;
	background-color: #F33F3F;
	color: #FFF;
	padding: 2%;
	text-align: center;
	font-size: 1.3em;
	margin-bottom: 3%;
	margin-top: 6%;
	border-top: 4px solid #cbcbcb;
	border-bottom: 4px solid #cbcbcb;
	border-style: double;
}

.get_started_blue {
	width: 100%;
	background-color: #24598C;
	color: #FFF;
	padding: 2%;
	text-align: center;
	font-size: 1.3em;
	margin-bottom: 3%;
	margin-top: 6%;
}

.button_green a {
	color: white;
	padding: 14px;
	background: green;
	text-decoration: none;
	border-radius: 5px;
}

.highlight_red {
	color: #f44140;
}

.highlight_blue {
	color: #447CCD;
}

#GetFitAndDetox {
	background: #352b94;
/* Old browsers */
	background: -moz-linear-gradient(top,#352b94 0%,#3b1ba2 100%);
/* FF3.6-15 */
	background: -webkit-linear-gradient(top,#352b94 0%,#3b1ba2 100%);
/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,#352b94 0%,#3b1ba2 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #FFF;
	vertical-align: middle;
}

#check_icon {
	width: 24px;
}

.rTable {
	display: table;
	width: 100%;
	margin-bottom: 5%;
}

.rTableRow {
	display: table-row;
}

.rTableHeading {
	display: table-header-group;
	background-color: #ddd;
}

.rTableCell, .rTableHead {
	display: table-cell;
	padding: 15px 10px;
	border: 1px solid #AAA;
	border-left: 0;
	border-top: 0;
	vertical-align: middle;
	font-weight: 200;
	font-size: 1em;
	text-align: left;
}

.rTableHeadx {
	width: 20%;
	display: table-cell;
	padding: 25px 10px;
	border: 1px solid #AAA;
	text-align: center;
	border-left: 0;
	border-right: 0;
}

.rTableCellx {
	display: table-cell;
	padding: 10px 0 4px;
	border: 1px solid #AAA;
	text-align: center;
	vertical-align: middle;
	border-left: 0;
	border-top: 0;
	border-right: 0;
}

.rTableHeading {
	display: table-header-group;
	background-color: #ddd;
	font-weight: bold;
	border-left: 0;
	border-top: 0;
}

.rTableFoot {
	display: table-footer-group;
	font-weight: bold;
	background-color: #ddd;
}

.rTableBody {
	display: table-row-group;
}

.bonus_box {
	border: 4px solid #f33f3f;
	padding: 0 3% 3%;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 3%;
	border-style: double;
	box-shadow: 9px 13px 14px 1px #e5e5e5;
}

#12weekaccordion .su-spoiler-title {
	font-size: 1.3em;
	color: #375199;
}

#memberships .su-spoiler-title {
	font-size: 1.3em;
}

#packages .su-spoiler-title {
	font-size: 1.3em;
	color: #375199;
}

.rates_table td {
	vertical-align: middle;
}

.rates_table p {
	margin-bottom: 0;
}

.game_form {
	font-size: 1.2em;
}

.new_workout {
	background: #7fff00;
	float: right;
	width: 49%;
	border: 1px solid #909090;
	height: 38px;
}

.new_goal {
	background: #c3c6d4;
	float: left;
	width: 49%;
	border: 1px solid #909090;
	height: 38px;
}

.steps {
	padding: 3%;
	padding-top: 0;
	border: 7px solid #cbcbcb;
	border-style: double;
	box-shadow: 9px 13px 14px 1px #e5e5e5;
	width: 80%;
	margin: 8% auto;
}