@import  "http://fonts.googleapis.com/css?family=Open+Sans:300,400,700";

/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.pic-text-padding {
	padding-left: 12%;
	padding-right: 12%;
}

.tab-content {
	padding: 20px;
}

.form-control,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius: 4px;
	width: 100%;
}

input[type="checkbox"] {
	margin-left: 10px;
}

.tp-button {
	padding: 6px 13px 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	height: 30px;
	cursor: pointer;
	color: #fff !important;
	text-shadow: 0 0 0 rgba(0,0,0,0.6) !important;
	font-size: 14px;
	line-height: 45px !important;
	background: url(../images/gradient/g30.png) repeat-x top;
	font-family: "Open Sans";
	font-weight: 400;
	letter-spacing: 0;
	text-decoration: none;
}

.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue {
	background-color: #326bb2;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red {
	background-color: #e6182c;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green {
	background-color: #6e9c2f;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

span.wpcf7-list-item {
	display: block;
}

#questions .survey-element p {
	font-size: 100%;
}

body.post-type-archive-course ol.breadcrumb, body.post-type-archive-course .blog-header {
	display: none !important;
}

body.post-type-archive-course .post-grid-content-footer {
	display: none !important;
}

.extra-column-padding-right {
	padding-right: 40px;
}

.remove-top-margins {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

body.single-course ol.breadcrumb,
body.post-type-archive-course ol.breadcrumb,
body.single-course .blog-header,
body.post-type-archive-course .blog-header {
	display: none !important;
}

body.single-course .post-grid-content-footer
body.post-type-archive-course .post-grid-content-footer {
	display: none !important;
}

body.single-discussions ol.breadcrumb,
body.single-discussions .blog-header {
	display: none !important;
}

.type-course .label {
	color: #4c4c4c;
}

span.mp_product_price {
	background: none;
	padding-left: 0;
}

.course-cost strong.label {
	color: #4c4c4c;
}

body .label {
	color: #4c4c4c;
}

.banner-text-padding {
	padding-left: 50px;
	padding-right: 50px;
}

.save_progress {
	text-transform: uppercase;
	font-weight: bold;
}

#navigation-pagination.navigation {
	text-align: left;
	float: left;
/*margin-bottom: 10px !important;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 10px;*/
	line-height: 40px;
}

button.apply-button-enrolled,
a.apply-button-enrolled,
input[type="submit"].apply-button-enrolled,
input[type="button"].apply-button-enrolled {
/*border-radius: 10px !important;*/
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.module_grade_right {
	text-align: left;
}
.nobottompad {
	margin-bottom:0px!important;
	padding-bottom:0px!important;
}
.notoppad {
	margin-top:0px!important;
	padding-top:0px!important;
}
.pricing-item-list-content h3 {
	line-height:40px;
	font-size:16px!important;
}
.xtrapad {
	margin-left:5px!important;
	margin-right:5px!important;
}
.firebutton {
	background:#e01f23!important;
}