/*
Theme Name: Skillfully
Theme URI: http://themes.designcrumbs.com/skillfully
Author: Jake Caputo
Author URI: http://designcrumbs.com/
Description: An Learning Management System theme build for use with Sensei
Version: 1.1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: skillfully
Tags: Light, Fluid-Layout, Responsive-Layout, One-Column, Two-Columns, Left-Sidebar, Right-Sidebar, Accessibility-Ready, Custom-Colors, Custom-Header, Custom-Menu, Editor-Style, Featured-Images, Full-Width-Template, RTL-Language-Support, Sticky-Post, Theme-Options, Threaded-Comments, Translation-Ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Skillfully is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Form CSS help from Materialize http://materializecss.com

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
	3.1 Cards
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
	10.4 Sidebars
	10.5 Home Page
11.0 Media
	11.1 Captions
	11.2 Galleries
12.0 Plugins
	12.1 The Events Calendar
	12.2 WooCommerce
	12.3 Sensei
	12.4 Sensei Add Ons
	12.5 BuddyPress
13.0 Theme Options
14.0 Responsiveness
--------------------------------------------------------------*/

/*--------------------------------------------------------------
0.0 Font family : nokio;
--------------------------------------------------------------*/

@font-face {
    font-family: NokioBold;
    src: url('inc/fonts/Nokio-Bold.otf');
}


@font-face {
    font-family: NokioRegular;
    src: url('inc/fonts/Nokio-Regular.otf');
}


@font-face {
    font-family: NokioLight;
    src: url('inc/fonts/Nokio-Light.otf');
}

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/

.price,.cart,.box_card_price,.woocommerce-breadcrumb {
display:none; 
}

* {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
}

	a:active,
	a:hover {
		outline: 0;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
	}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 3em;
	margin: 0.67em 0;
}

h2 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #424242;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
.button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button,
.button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none; /* Corrects inability to style clickable 'input' types in iOS */
	cursor: pointer;
}

button[disabled],
.button.disabled,
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	margin-left: 0;
	margin-right: 5px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
	width: 100%;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 20px 0 40px;
	padding: 5.714285714285714% 5.714285714285714% 2.857142857142857%; /* 20 and 40 / 700 */ 
}

legend {
	border: 0;
	padding: 0 10px;
	text-transform: uppercase;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.twitter-tweet-rendered {
	margin: 10px auto !important;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 15px;
	line-height: 1.7;
	font-family: 'Noto Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'NokioLight',sans-serif; 
	letter-spacing: .5px;
	line-height: 1.2;
}

h1 {
	font-weight: 300;
	text-transform: capitalize;
	color:#E28432;
}

h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

.entry-title,
.comments-title {
	margin-top: 0;
}

p {
	margin:0 0 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	background-color:#fff8e1;
	padding-left: 2px;
	padding-right: 2px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background-color: #303030; /* shown in the footer */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
	font-style: oblique;
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 25px;
    padding-left: 25px;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #DBDBDB;
}

	blockquote cite {
		display: block;
		margin-top: 15px;
	}

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption {
    display: block
}

.hide {
    display: none
}

.no_padding {
	padding:0 !important;
}

pre {
	font-family: monospace;
	background-color: #fff8e1;
	padding: 5px 15px;
	max-width: 100%;
	overflow: auto;
	margin-bottom: 15px;
}

small {
	font-size: 12px;
}

strong,
b,
big {
	font-weight: 700;
}

big {
	font-size: 1.2em;
}

address {
	margin-bottom: 15px;
}

cite,
var {
	font-style: oblique;
	color:#757575;
}

ins {
	text-decoration: underline;
	color:#757575;
}

sub,
sup {
	display: inline-block;
	font-size: .8em;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0;
	padding-left: 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	display: block;
}

	img.wp-smiley {
		display: inline-block;
	}

table {
	margin: 0 0 1.5em;
	border-collapse: collapse;
	width: 100%;
	text-align: left;
}

	table thead,
	table thead th {
		border-bottom:1px solid #E3E3E3;
	}
	
	table.center {
		text-align: center;
	}
	
	table.shop_table {
		margin-bottom: 0;
	}
	
	table.shop_table.woocommerce-checkout-review-order-table {
		margin-bottom: 20px;
	}

table th,
table td {
	padding:5px 10px;
}

table thead tr,
table thead th,
table tr:nth-child(2n) {
	background-color:#F5F5F5
}

table.shop_table th,
table.shop_table tr td.actions {
	background-color: #FFFFFF;
}

table.shop_table th {
	border-bottom: 2px solid #e3e3e3;
}

table.shop_table tr td.actions {
	border-top: 2px solid #e3e3e3;
}

/*--------------------------------------------------------------
3.1 Cards
--------------------------------------------------------------*/

.card,
#main .course.card,
#main-course > .module-lessons,
#customer_login .col-1,
#customer_login .col-2,
.widget_sensei_course_progress {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	background-color:#FFF;
	padding: 5.128205128205128%; /* 40 / 780 */ 
}

	.card.full_card,
	#tribe-events-pg-template .card {
		padding: 3.508771929824561%; /* 40 / 1140 */ 
	}

.card_action {
	border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 20px !important;
    margin: 10px 0 0 !important;
}

	.card_action a {
		margin-right: 10px;
	}
	
	.card_action .button {
		margin-bottom: -10px;
		margin-top: -10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
		.card_action .button:first-child {
			margin-left: -10px;
		}
		
.woo_card .card_action {
	padding: 10px !important;
}

	.woo_card .card_action .button {
		margin: 0;
		text-transform: uppercase !important;
	}

.post_meta,
.sensei-course-meta {
	padding: 20px;
	font-size: .75em;
	line-height: 20px;
	color:#757575;
}

	.post_meta.post_meta-date {
		text-transform: uppercase;
		letter-spacing: 1px;
		padding-bottom: 0;
	}
	
	.post_meta.author_meta {
		padding: 10px 20px;
	}

	.post_meta a {
		color:#757575;
	}
	
	.post_meta > * {
		display: block;
		float: left;
	}
	
	.post_meta .course_price_wrap {
		float: none;
		min-height: 25px;
	}

	.post_meta .avatar {
		height: 20px;
		width: 20px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		margin-right: 15px;
		display: inline-block;
	}
	
	.post_meta.course_meta {
		padding-top: 0;
		padding-bottom: 0;
	}
	
/* Pages and Posts */

.page-template-page-templatespage-home-php .card,
.page-template-front-page .card,
.woo_card.card,
.tribe_card.card {
	padding: 0;
}

.entry-meta {
    background-color: #f8f8f8;
    color: #757575;
    font-size: 0.75em;
    line-height: 25px;
    margin: -5.714285714285714% -5.714285714285714% 30px; /* 40 / 700 */ 
    padding: 2.857142857142857% 5.714285714285714%; /* 20 and 40 / 700 */
    text-transform: uppercase;
    letter-spacing: 1px;
}

.meta_block {
    float: left;
    margin: 5px 20px 5px 0;
    padding-left: 35px;
    position: relative;
}

	.meta_block:last-child {
		margin-right: 0;	
	}
	
    .meta_block i {
	    left: 0;
	    position: absolute;
	    text-align: center;
	    top: 0;
	    width: 35px;
	    font-weight: normal;
	    display: block;
	    height: 25px;
	    line-height: 25px;
	}

	.meta_block.block-tags {
		float: none;
		margin-bottom: 40px;
		line-height: 25px;
		font-size: .8em;
		color:#737373;
	}

	.meta_block a {
		color: #454545;
	}

	.meta_block .avatar {
	    border-radius: 50%;
	    height: 25px;
	    left: 0;
	    position: absolute;
	    top: 0;
	    width: 25px;
	}
	
.tags-links {
	color: #757575;
    font-size: 0.75em;
    line-height: 25px;
    margin: 10px 0 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

	.tags-links .fa {
		margin-right: 5px;
	}

	.tags-links a {
		color: #454545;
	}
	
.edit-link {
	display: block;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.sensei #primary button,
.sensei #primary .button,
.sensei #primary a.button,
.sensei #primary input[type="submit"],
#tribe-events-content .tribe-events-button,
.tribe-events-sub-nav a,
.nav-previous a,
.nav-prev a,
.nav-next a,
.course-meta > .status.register > a:first-child,
a.view-results,
a.view-results-link,
a.sensei-certificate-link {
	overflow: visible;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0.5px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
    border: none;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    display: inline-block;
    text-transform: capitalize;
    height: auto;
    line-height: 20px;
    outline: 0 none;
    padding: 8px 15px;
	position: relative;
	display: block;
	float: left;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	font-weight: 300;
}

.button_dark button,
.button_dark .button,
.button_dark input[type="button"],
.button_dark input[type="reset"],
.button_dark input[type="submit"],
.button_dark.sensei #primary button,
.button_dark.sensei #primary .button,
.button_dark.sensei #primary a.button,
.button_dark.sensei #primary input[type="submit"],
.button_dark #tribe-events-content .tribe-events-button,
.button_dark .tribe-events-sub-nav a,
.button_dark .nav-previous a,
.button_dark .nav-prev a,
.button_dark .nav-next a,
.button_dark .course-meta > .status.register > a:first-child,
.button_dark a.view-results,
.button_dark a.view-results-link,
.button_dark a.sensei-certificate-link {
	color: #252525;
}

	.button svg,
	#tribe-events-content .tribe-events-button svg,
	.tribe-events-sub-nav a svg,
	li span svg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.button circle,
	#tribe-events-content .tribe-events-button circle,
	.tribe-events-sub-nav a circle,
	li span circle {
		fill: rgba(255,255,255,0.15);
	}
	
		.button.button_flat circle,
		.button.button_secondary circle,
		.button.send-message-button circle,
		input.course-delete circle,
		input.quiz-submit[name="quiz_reset"] circle,
		input.quiz-submit.reset circle,
		li span circle {
			fill: rgba(0, 0, 0, .05);
		}
	
	.button.button_secondary,
	.button.button_secondary:hover {
		background-color:#FFF;
		color:#616161;
		padding: 0 15px;
	}
	
	.button.button_flat {
		background-color: transparent !important;
		text-transform: uppercase;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	
	.button.send-message-button {
		background-color: rgba(0,0,0,.04) !important;
		text-transform: uppercase;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	
		.button.send-message-button:hover {
			background-color: rgba(0,0,0,.07) !important;
		}
		
	input.course-delete {
		background-color: rgba(0,0,0,.02) !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	
		input.course-delete:hover {
			background-color: rgba(0,0,0,.05) !important;
		}
		
	input.quiz-submit[name="quiz_reset"],
	input.quiz-submit.reset {
		background-color: rgba(0,0,0,.05) !important;
		text-transform: uppercase;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	
		input.quiz-submit[name="quiz_reset"]:hover,
		input.quiz-submit.reset:hover {
			-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
			-moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
			box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
		}
	
	.button.button_translucent {
		background-color:rgba(255,255,255,.15);
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
	.button.button_small {
		height: 26px;
		line-height: 26px;
		font-size: .8em;
		padding-top: 0;
		padding-bottom: 0;
	}

	button:hover,
	.button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover,
	.sensei #primary button:hover,
	.sensei #primary .button:hover,
	.sensei #primary a.button:hover,
	.sensei #primary input[type="submit"]:hover,
	#tribe-events-content .tribe-events-button:hover,
	.tribe-events-sub-nav a:hover,
	.nav-prev a:hover
	.nav-previous a[rel="prev"]:hover,
	.nav-next a[rel="next"]:hover,
	.course-meta > .status.register > a:first-child:hover,
	a.view-results:hover,
	a.view-results-link:hover,
	a.sensei-certificate-link:hover {
		-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
		color:#FFF;
	}
	
.sensei-results-links {
	float: left;
	margin: 0;
}

	.sensei-results-links > a {
		margin:5px 0 5px 20px;
		float: left;
	}
	
		.sensei-results-links > a:first-child {
			margin-left: 0;
		}
	
.course-results-lessons h2.total-grade {
	padding-top: 20px;
	border-top: 1px solid #E0E0E0;
}
	
.course-results-lessons h2.total-grade,
.course-results-lessons h2.total-grade .lesson-grade {
	text-decoration: none;
	text-transform: uppercase;
}
	
.contact-teacher {
	margin-bottom: 40px;
}

#map {
	width: 108%;
    height: 400px;
    min-height: 200px;
    left: -40px;
    margin-right: -14px;
    bottom: -66px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #404040;
	background-color: transparent;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #757575;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
	min-height: 100px;
}

label:not([for='ship-to-different-address-checkbox']),
.container .gform_wrapper label.gfield_label {
	color: #757575;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: text;
    -webkit-transition: 0.1s ease;
    -moz-transition: 0.1s ease;
    -o-transition: 0.1s ease;
    -ms-transition: 0.1s ease;
    transition: 0.1s ease;
    margin: 10px 0 -9px;
}

/* Material */

.gfield label.shift_label,
.woocommerce label.shift_label,
#commentform label,
#loginform p:not(.remember_me) label,
.register:not(.buddypress) label,
.protected-post-form label {
    position: absolute;
    top: 0.8rem;
    left: 0;
    margin: 0 !important;
    -webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

	.gfield label.shift_label.active,
	.woocommerce label.shift_label.active,
	#commentform label.active,
	#loginform label.active,
	.register:not(.buddypress) label.active,
	.protected-post-form label.active {
	    top:-16px !important;
	}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=tel],
input[type=number],
input[type=search],
.customSelect,
select[multiple],
textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 15px 0;
    padding: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=search]:focus,
.customSelect.customSelectFocus,
select[multiple]:focus,
textarea:focus {
    border-bottom: 1px solid #212121;
    -webkit-box-shadow: 0 1px 0 0 #212121;
    -moz-box-shadow: 0 1px 0 0 #212121;
    box-shadow: 0 1px 0 0 #212121;
}

textarea {
    overflow-y: hidden;
    /* prevents scroll bar flash */
    padding: 12px 0 !important;
    /* prevents text jump on Enter keypress */
    resize: none;
}

.relative_div,
.relative {
	position: relative;
}

/* Radios */

[type="radio"].dcs_checkrad:not(:checked),
[type="radio"].dcs_checkrad:checked {
    position: absolute;
    left: -9999px;
}

    [type="radio"].dcs_checkrad:not(:checked) + label,
    [type="radio"].dcs_checkrad:checked + label {
        position: relative;
        padding-left: 35px !important;
        cursor: pointer;
        display: inline-block;
        min-height: 25px;
        line-height: 25px;
        font-size: 1rem;
        width: 95%;
        -webkit-transition: 0.28s ease;
        -moz-transition: 0.28s ease;
        -o-transition: 0.28s ease;
        -ms-transition: 0.28s ease;
        transition: 0.28s ease;
        -webkit-user-select: none;
        /* webkit (safari, chrome) browsers */
        -moz-user-select: none;
        /* mozilla browsers */
        -khtml-user-select: none;
        /* webkit (konqueror) browsers */
        -ms-user-select: none;
        /* IE10+ */
    }

[type="radio"].dcs_checkrad + label:before,
[type="radio"].dcs_checkrad + label:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: 0.28s ease;
    -moz-transition: 0.28s ease;
    -o-transition: 0.28s ease;
    -ms-transition: 0.28s ease;
    transition: 0.28s ease;
}

/* Unchecked styles */

[type="radio"].dcs_checkrad:not(:checked) + label:before {
    border-radius: 50%;
    border: 2px solid #595959;
}

[type="radio"].dcs_checkrad:not(:checked) + label:after {
    border-radius: 50%;
    width: 0;
    height: 0;
    left: 8px;
    top:8px;
    z-index: -1;
	-webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
}

/* Checked styles */

[type="radio"].dcs_checkrad:checked + label:before {
    border-radius: 50%;
}

[type="radio"].dcs_checkrad:checked + label:after {
    border-radius: 50%;
    z-index: 0;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    width: 16px;
    height: 16px;
}

/* Disabled style */

[type="radio"].dcs_checkrad:disabled:not(:checked) + label:before,
[type="radio"].dcs_checkrad:disabled:checked + label:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.26);
}

[type="radio"].dcs_checkrad:disabled + label {
    color: rgba(0, 0, 0, 0.26)
}

[type="radio"].dcs_checkrad:disabled:not(:checked) + label:hover:before {
    border-color: rgba(0, 0, 0, 0.26)
}

/* Remove default checkbox */

[type="checkbox"].dcs_checkrad:not(:checked),
[type="checkbox"].dcs_checkrad:checked {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"].dcs_checkrad:not(:checked) + label,
    [type="checkbox"].dcs_checkrad:checked + label {
        position: relative;
        padding-left: 35px !important;
        cursor: pointer;
        display: inline-block;
        min-height: 25px;
        line-height: 25px;
        font-size: 1rem;
        width: 95%;
        -webkit-user-select: none;
        /* webkit (safari, chrome) browsers */
        -moz-user-select: none;
        /* mozilla browsers */
        -khtml-user-select: none;
        /* webkit (konqueror) browsers */
        -ms-user-select: none;
        /* IE10+ */
    }

/* checkbox aspect */

[type="checkbox"].dcs_checkrad + label:before {
    content: '';
    position: absolute;
    margin-top: 2px;
    left: 0;
    z-index: 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-clip: padding-box;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

/* Unchecked styles */

[type="checkbox"].dcs_checkrad:not(:checked) + label:before {
    top: 0px;
    width: 18px;
    height: 18px;
    border: 2px solid #5a5a5a;
}

/* Checked styles */

[type="checkbox"].dcs_checkrad:checked + label:before {
    left: -3px;
    top: -4px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right-width: 2px;
    border-right-style: solid;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    -webkit-transform: rotateZ(40deg);
    -moz-transform: rotateZ(40deg);
    -ms-transform: rotateZ(40deg);
    -o-transform: rotateZ(40deg);
    transform: rotateZ(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

/* disabled checkbox */

[type="checkbox"].dcs_checkrad:disabled:not(:checked) + label:before {
    top: 0;
    left: 0;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.26);
    width: 18px;
    height: 18px;
    border: 2px solid rgba(0, 0, 0, 0.26);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

[type="checkbox"].dcs_checkrad:disabled:checked + label:before {
    left: -3px;
    top: -4px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid rgba(0, 0, 0, 0.26);
    border-bottom: 2px solid rgba(0, 0, 0, 0.26);
    -webkit-transform: rotateZ(40deg);
    -moz-transform: rotateZ(40deg);
    -ms-transform: rotateZ(40deg);
    -o-transform: rotateZ(40deg);
    transform: rotateZ(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].dcs_checkrad:disabled:checked + label {
    color: rgba(0, 0, 0, 0.26)
}

[type="checkbox"].dcs_checkrad:disabled:not(:checked) + label:hover:before {
    border-color: rgba(0, 0, 0, 0.26)
}

/* Selects */

select {
    width: 100% !important;
    padding: 0;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #9e9e9e;
    height: 3rem !important;
}

	select[multiple] {
		height: 100px !important;
		background-color:transparent;
	}
	
.custom_select_wrap {
	position: relative;
	width: 100%;
	height: 3rem;
}
	
.customSelect {
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	display: block;
	padding-right: 20px !important;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	overflow: hidden;
}

	.customSelect:after {
		content:"\f0d7";
		font-family: "FontAwesome";
		position: absolute;
		top:0;
		right:0;
		color: #757575;
	}
	
	.customSelect .customSelectInner {
		overflow: hidden;
	}

.hasCustomSelect option {
	padding: 10px;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

.woo-pagination {
	text-align: center;
	text-transform: uppercase;
}

	.woo-pagination > * {
		padding: 0 5px;
		display: inline-block !important;
	}

.paged_navigation,
.woocommerce-pagination {
	overflow: hidden;
	width: 100%;
	font-size: 1.2em;
	padding-bottom: 10px;
	margin-bottom: -10px;
	color: #757575;
}

	.paged_navigation ul,
	.woocommerce-pagination ul {
		float:left;
		position: relative;
		left:50%;
		padding: 0;
		margin: 0;
	}
	
		.paged_navigation ul li,
		.woocommerce-pagination ul li {
			float:left;
			position: relative;
			right:50%;
			padding:0 5px;
			list-style: none inside;
			margin:0;
			text-align: center;
		}
		
			.paged_navigation ul li a,
			.woocommerce-pagination ul li a,
			.woocommerce-pagination ul li span,
			.woo-pagination a,
			.woo-pagination span {
				color: #757575;
				width: 40px;
				height: 40px;
				line-height: 40px;
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				border-radius: 50%;
				display: block;
			}
			
				.paged_navigation ul li.active a,
				.woocommerce-pagination ul li span.current,
				.woo-pagination span.current {
					-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
					-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
					box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
				}
				
.ellipsis {
	height: 40px;
	line-height: 40px;
	width: 40px;
}

	.ellipsis .fa-ellipsis-h {
		font-size: .8em;
	}
	
.page-numbers.dots {
	line-height: 30px;
}
	
.page-template-index-php .infinite-scroll .paged_navigation {
	display: none;
}

.page-template-index-php .infinity-end.neverending .paged_navigation:nth-last-child(2) {
    display: block;
}

.infinite-loader {
	margin: auto;
	width: 33px;
}

.course-container .navigation {
	float: none;
	clear:both;
	zoom: 1
}
	
	.course-container .navigation:before,
	.course-container .navigation:after {
	    content: "";
	    display: table;
	    line-height: inherit;
	}
	
	.course-container .navigation:after {
	    clear: both
	}
	
.nav-next .meta-nav::before {
	font-family: "FontAwesome";
	content: "\f178"
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a {
	outline: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

	a.alt_link,
	a.more-link {
		color:#757575
	}
	
	a.button.alt_link {
		color:#212121
	}

a:hover,
a:active {
	outline: 0;
}

.sd-title {
	text-transform: uppercase;
}

div.sharedaddy, #content div.sharedaddy,
#main div.sharedaddy {
    margin: 2.5em 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

.site-branding {
	float: left;
	padding-left: 63px;
}

	h1.site-title {
		margin: 0;
		line-height: 40px;
		display: block;
		float: left;
	}

#secondary-navigation {
	margin-left: 40px;
	float: right;
	font-size: 14px;
	font-weight: 700;
}

	#secondary-navigation li {
		margin-right: 10px;
	}
	
		#secondary-navigation li:last-child {
			margin-right: 0;
		}

	#secondary-navigation a {
		color:#FFF;
	}
	
	#secondary-navigation .button {
		line-height: 40px;
		height: 40px;
		text-transform: none;
		padding: 0 15px;
	}
	
	#secondary-navigation i {
		display: inline-block;
		position: relative;
		top:-1px;
	}
	
#menu-sign-inout i {
	margin-right: 10px;
	top:0;
}

.search-form {
	position: relative;
	line-height: 39px;
}

.search-form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
    line-height: 40px;
    color:#757575;
    padding: 0 15px;
}

	.search-form:hover button {
		color:#404040;
	}

.search-form .search-field {
	padding-right: 43px !important;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.search-form label {
	margin: 0;
}

.search-form .search-field {
	height: 40px;
	line-height: 40px;
	margin-bottom: 0;
} 

#mobile-search {
	display: none;
	border-bottom: 1px solid #e0e0e0;
    margin: -20px -20px 20px;
    padding: 20px;
}

#menu-search .search-field {
	border-bottom: 1px solid rgba(255,255,255,.5);
	margin: 0;
	width: 0;
	opacity: 0;
}

	#menu-search:hover .search-field,
	#menu-search .search-field:focus {
		border-bottom: 1px solid rgba(255,255,255,.9);
		width: 300px;
		opacity: 1;
	}

.menu-navigation {
	display: block;
	width: auto;
}

.menu-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.menu-navigation li {
	float: left;
	margin-right: 30px;
	position: relative;
	line-height: 42px;
}

	.menu-navigation li:last-child {
		margin:0;
	}

/* Flyout Menu */

#open_menu {
	height: 40px;
	line-height: 38px;
	position: absolute;
	left: 20px;
	top:0;
	cursor: pointer;
	padding: 0 15px;
}

#nav_wrap {
	background-color:#FFFFFF;
	border-right:1px solid rgba(0, 0, 0, 0.14);
	color:#757575;
	position: fixed;
	left:-295px;
	top:0;
	height: 100%;
	width: 270px;
	z-index: 999999;
	font-size: .9em;
	text-transform: uppercase;
	max-width: calc(100% - 50px);
}

	#nav_wrap li span {
		display: block;
		padding: 10px;
		margin: 0 -10px;
		position: relative;
	}

	#nav_wrap .container {
		padding: 20px;
	}
	
	#nav_scroll {
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
	}
	
	#nav_wrap .menu-navigation ul {
		float: left;
		width: 100%;
	}
	
		#nav_wrap .menu-navigation ul.nav-menu {
			margin-top: -10px;
		}
		
		#nav_wrap .menu-navigation ul ul {
			display: none;
		}
	
	#nav_wrap .menu-navigation li {
		margin: 0;
		width: 100%;
		line-height: 1.4em;
		padding: 0;
		position: relative;
	}
	
		#nav_wrap .menu-navigation li.menu-item-has-children {
			position: relative;
			width: 100%;
			display: block;
		}
		
			#nav_wrap .menu-navigation li.menu-item-has-children > span {
				padding-right: 30px;
			}
	
				#nav_wrap .menu-navigation li.menu-item-has-children > span:after {
					content:"\f067";
					font-family: "FontAwesome";
					position: absolute;
					right: 10px;
					top:11px;
					font-weight: normal;
					cursor: pointer;
				}
	
		#nav_wrap .menu-navigation li:last-child {
			padding-bottom: 0;
		}
	
		#nav_wrap .menu-navigation li a {
			color:#757575;
			font-weight: 700;
		}
		
			#nav_wrap .menu-navigation li a:hover,
			#nav_wrap .menu-navigation .current-menu-item > a,
			#nav_wrap .menu-navigation .current-page-ancestor > span a,
			#nav_wrap .menu-navigation .current-menu-item > span a {
				color:#212121;
			}
		
			#nav_wrap .menu-navigation li li {
				padding-left: 10px;
			}
		
				#nav_wrap .menu-navigation li li a {
					font-weight: 300;
				}

	.admin-bar #nav_wrap {
		top:32px;
		height: calc( 100% - 32px );
	}
	
#close_menu.button {
	position: absolute;
	top:25px;
	right:-16px;
	height: 30px;
	width: 30px;
	line-height: 27px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding:0;
	font-size: 1.3em;
	z-index: 1000000;
	cursor: pointer;
}

#window_shade {
	position: fixed;
	z-index:999998;
	top:0;
	left:0;
	display: none;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.5); 
}

/* Primary Menu */

#header_nav {
	position: relative;
}

	#header_nav .container {
		padding: 0 20px;
	}
	
	#header_nav .menu-navigation li {
		line-height: 20px;
	}
	
		#header_nav .menu-navigation li a {
			font-weight: 100;
			padding-top: 10px;
			padding-bottom: 10px;
			display: inline-block;
		}
		
			#header_nav .menu-navigation li a:hover,
			#header_nav .menu-navigation .current-menu-item > a,
			#header_nav .menu-navigation .current-page-ancestor > span a,
			#header_nav .menu-navigation .current-menu-item > span a {
				opacity: .8;
			}
		
			#header_nav .menu-navigation li li {
				padding-left: 10px;
			}
		
				#header_nav .menu-navigation li li a {
					font-weight: 300;
				}
				
#header_menu_toggle {
	display: none;
	position: absolute;
	padding: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top:-20px;
	left: 50%;
	margin-left: -20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	z-index: 1;
}
		
/* Drop Down Menus */

#header_nav li li {
    padding: 0 !important;
    margin: 0;
    width: 170px;
    position: relative;
    display: none;
}

	#header_nav li li span {
		padding: 0 10px;
		display: block;
		position: relative;
		z-index: 2;
	}

	#header_nav li li a {
    	position: relative;
	}

#header_nav li:hover li a {
    border: none;
    background: none;
    width: auto;
}

#header_nav ul li {
    position: relative
}

    #header_nav ul li ul {
        width: auto;
        text-align:left;
        display: block;
        opacity: 0;
        margin: 0 0 0 -10px;
        padding: 0;
        z-index: 900;
        float: none;
        height: auto;
        position: absolute;
        top: 25px;
        -webkit-box-shadow: 0px 7px 6px -5px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 7px 6px -5px rgba(0,0,0,0.2);
		box-shadow: 0px 7px 6px -5px rgba(0,0,0,0.2);
    }
    
    	#header_nav ul.menu > li:hover > ul {
	    	top: 40px;
    	}
    
    	#header_nav ul li:hover > ul,
		#header_nav ul li:hover > ul li {
	    	display: block;
	    	opacity: 1;
	    	-webkit-transition: all .2s linear;
			-moz-transition: all .2s linear;
			-ms-transition: all .2s linear;
			-o-transition: all .2s linear;
			transition: all .2s linear;
		}

	    	#header_nav > div > ul > li > ul:after {
	    		bottom: 100%;
	    		left: 10px;
	    		content: " ";
	    		height: 0;
	    		width: 0;
	    		position: absolute;
	    		pointer-events: none;
	    	}

    	#header_nav ul ul ul {
        	top:0;
        	left: 50%;
        	z-index: 1;
        	margin-left: 0;
    	}

        #header_nav ul li ul > li:hover > ul {
            display: block;
            left: 170px;
        }

        #header_nav ul li ul li {
            position: relative;
            float: none;
        }

/* Other Menu Items */

.socnets_wrap {
	margin: 10px -5px 0;
}

.socnets a {
	float: left;
	display: block;
	position: relative;
	padding:5px;
	margin: 1px 1px 0 0;
	font-size: 1.5em;
	min-width: 35px;
	min-height: 35px;
	line-height: 25px;
	text-align: center;
	color: #757575;
}

	.socnets a:hover {
		color:#212121;
	}

	.socnets a i,
	.socnets a i:before {
		width: 100%;
		text-align: center;
	}

.site-main .comment-navigation,
.site-main .posts-navigation {
	margin: 0 0 3.5em;
	overflow: hidden;
}

.post-navigation {
	margin: -10px 0 3.5em;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.post-navigation .nav-next,
.post-navigation .nav-previous,
.nav-prev,
.nav-next {
	max-width: 49% !important;
	text-align: center;
	display: inline-block;
}

.post-navigation .nav-next {
	float: right;
}

.post-navigation .nav-previous {
	float: left; 
}

#post-entries {
	margin-top: -10px;
}
	
	#post-entries > div,
	.post-navigation .nav-links > div {
		margin-top: 10px;
	}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright,
.alignleft,
.aligncenter,
.alignnone  {
	padding:4px;
	background-color: #FFFFFF;
	width: auto;
	max-width: 100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.clearfix,
.testimonials-list,
.course-progress-navigation {
    zoom: 1
}

.clearfix:before,
.clearfix:after,
.testimonials-list:before,
.testimonials-list:after,
.course-progress-navigation:before,
.course-progress-navigation:after {
    content: "";
    display: table;
    line-height: inherit;
}

.clearfix:after,
.testimonials-list:after,
.course-progress-navigation:after {
    clear: both
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 60px;
}

	.widget ul {
		margin-left: 0;
		padding-left: 0;
	}
		    
		.widget ul.children {
			padding-top: 5px;
		}
	
		.widget:not(.gform_widget) ul li {
			margin: 0;
			list-style: none;
			padding-top: 5px;
			padding-bottom: 5px;
			padding-left: 15px;
			position: relative;
		}
		
			.widget:not(.gform_widget) ul li:before {
				content:"\f105";
				font-family: "FontAwesome";
				position: absolute;
				left: 0;
				top:5px;
				display: block;
				color:#BDBDBD;
			}
			
			.widget:not(.gform_widget) ul li:last-child {
				padding-bottom: 0;
			}
			
				.widget:not(.gform_widget) ul li li:first-child {
					margin-top: 5px;
				}
		
				.widget:not(.gform_widget) ul li li:last-child {
					padding-bottom: 0;
				}
				
.widget.widget_categories {
	color:#BDBDBD;
}

.widget-title {
	margin-top: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

#calendar_wrap,
#wp-calendar {
    width: 100%;
    text-align: center;
}

    #calendar_wrap caption {
        margin: 0 0 10px;   
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    #calendar_wrap tbody td {
	    padding: 3px 0;
    }

	    #calendar_wrap tbody td a {
			background-color: rgba(255,255,255,.5);
			color:#101010 !important;
			border-radius: 12px;
			display: block;
			height: 24px;
			margin: auto;
			width: 24px;
	    }
	    
	    	#calendar_wrap tbody td a:hover {
		    	border:none;
		    	background-color: rgba(255,255,255,.8);
	    	}
	    
	#calendar_wrap tfoot td {
		padding-top: 15px;
	}
	    
h2.widgettitle {
	margin-top: 0;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

header#masthead {
	-webkit-box-shadow: 0 -3px 5px 5px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 -3px 5px 5px rgba(0, 0, 0, 0.16);
	box-shadow: 0 -3px 5px 5px rgba(0, 0, 0, 0.16);
	position: relative;
}

.retina_logo {
	display: none;
}

#logo_wrap {
	padding: 20px 0;
	background:rgb(245,199,0); 

}

	#logo_wrap .container {
		padding-top: 0;
		padding-bottom: 0;
		position: relative;
	}
	
.the_logo {
	display: block;
	float: left;
}

#login_logo {
	text-align: center;
	margin-bottom: 40px;
}

#login_logo .site-title {
	float: none;
}

	#login_logo .the_logo,
	#login_logo .the_logo #logo {
		float: none;
		margin: auto;
	}

#header_cta,
#mid_cta_image,
#footer_cta,
.entry-title_wrap,
.card_image_link,
.event_half_image {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-color: #757575;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    position: relative;
    padding:0;
    margin:0;
    margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 18px;
}

	#header_cta.dark_text,
	#header_cta.dark_text h1,
	#header_cta.dark_text h2,
	#header_cta.dark_text h3,
	#header_cta.dark_text h4,
	#header_cta.dark_text h5,
	#header_cta.dark_text h6,
	#footer_cta.dark_text,
	#footer_cta.dark_text h1,
	#footer_cta.dark_text h2,
	#footer_cta.dark_text h3,
	#footer_cta.dark_text h4,
	#footer_cta.dark_text h5,
	#footer_cta.dark_text h6 {
		color: #404040;
	}

	#header_cta.light_text,
	#header_cta.light_text h1,
	#header_cta.light_text h2,
	#header_cta.light_text h3,
	#header_cta.light_text h4,
	#header_cta.light_text h5,
	#header_cta.light_text h6,
	#footer_cta.light_text,
	#footer_cta.light_text h1,
	#footer_cta.light_text h2,
	#footer_cta.light_text h3,
	#footer_cta.light_text h4,
	#footer_cta.light_text h5,
	#footer_cta.light_text h6 {
		color: #FEFEFE;
	}

        #header_cta.light_text {
		color:transparent !important; 
        }
	
	#header_cta .button,
	#footer_cta .button {
		float: none;
		display: inline-block;
	}
	
		#header_cta .container *:first-child,
		#footer_cta .container *:first-child {
			margin-top: 0;
		}
		
		#header_cta .container *:last-child,
		#footer_cta .container *:last-child {
			margin-bottom: 0;
		}
		
	#mid_cta {
		background-color: #FFF;
		padding: 0;
		margin: 0 0 60px;
		position: relative;
	}
	
		#mid_cta.no-mb {
			margin-bottom: 0;
		}
		
		#mid_cta.no_courses {
			margin-top: -120px;
		}

		#mid_cta.no_courses .container {
			padding-top:60px;
			padding-bottom:60px;
		}
	
	#mid_cta_content {
	    padding: 0 30px 0 0;
	    width: 70%;
	    margin:0 auto;
	}

	#mid_cta_content h1 {
		color:#E28432;
	}

	#mid_cta_content h3 {
		color:#555555;
    	line-height: 32px;
    	text-transform: inherit;
    	font-family: sans-serif;
    	font-weight: 300;
    	font-size: 19px;
	}
		
	#mid_cta_image {
		position: absolute;
		top:0;
		bottom:0;
		left: 0;
		margin-left: 50%;
		width: 50%;
		display: none; 
		background-position: center top;
	}
	
		#mid_cta_image img {
			display: none;
		}

#content {
	background-color: #F9F9F9;
}

#footer_cta {
	background-color:#ffffff !important;
        margin-bottom:20px;
}

	#content.home-content {
		padding-top: 5px;
                padding-bottom:20px;
	}

.container {
    margin: auto;
    max-width: 1180px;
    padding: 120px 20px; /* 120 / 1180 */ 
    width: 100%;
}

.col-row {
	margin: 40px 0;
}

.col-2 {
	float: left;
	width: 50%;
}

.widget.widget_nav_menu ul li {
	padding-left: 0;
	text-transform: uppercase;
}

	.widget.widget_nav_menu ul li li {
		padding-left: 10px;
	}
	
	.widget.widget_nav_menu ul li::before {
		content:none;
	}
	
	.widget.widget_nav_menu ul li a {
		border-bottom: none !important;
	}
	
.widget.widget_nav_menu ul li .fa {
	display: inline-block;
	width: 20px;
	margin-right: 5px;
	font-size: .9em;
	position: relative;
	top:-1px;
}

footer .container {
	padding: 60px 20px;
}

footer.site-footer {
	color:#929292;
}

footer.site-footer input[type="text"],
footer.site-footer input[type="email"],
footer.site-footer input[type="url"],
footer.site-footer input[type="password"],
footer.site-footer input[type="search"],
footer.site-footer select,
footer.site-footer select[multiple],
footer.site-footer textarea,
footer.site-footer [type="checkbox"].dcs_checkrad:not(:checked) + label::before,
footer.site-footer [type="radio"].dcs_checkrad:not(:checked) + label::before,
footer.site-footer label {
	color: #D3D3D3;
	border-color: #919191;
}

footer.site-footer input[type="text"]:focus,
footer.site-footer input[type="email"]:focus,
footer.site-footer input[type="url"]:focus,
footer.site-footer input[type="password"]:focus,
footer.site-footer input[type="search"]:focus,
footer.site-footer select[multiple]:focus,
footer.site-footer textarea:focus {
	color: #FFF;
}

#footer_copy a,
#footer_widgets a {
	color:#FFF !important;
	border-bottom: 1px dashed transparent;
}

	#footer_copy a:hover,
	#footer_widgets a:hover {
		border-color: #FFF;
	}
	
#footer_widgets {
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(0,0,0,.3);
}

	#footer_widgets .widget-title {
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	
#footer_widgets .widget-title {
	color: #F5F5F5;
}

.footer_widget {
    float: left;
    padding: 0;
    margin-right: 2.6785714285714284%;
}

.footer_widget_count1 .footer_widget {
    width: 100%;
    margin:0;
}

.footer_widget_count2 .footer_widget {
    width: 48.214285714285715%
}

.footer_widget_count3 .footer_widget,
.footer_widget_overflow .footer_widget {
    width: 30.701754385964913%; /* 350 / 1140 */ 
    margin-right: 3.9473684210526314%; /* 45 / 1140 */ 
}

	.footer_widget_count3.first_widget_wide .footer_widget {
		width: 23.24561403508772%; /* 265 / 1140 */ 
		margin-right: 3.508771929824561%; /* 40 / 1140 */
	}
	
		.footer_widget_count3.first_widget_wide .footer_widget.widget_text:first-child {
			width: 46.49122807017544%; /* 530 / 1140 */ 
		}

.footer_widget_count4 .footer_widget {
    width: 22.321428571428573%;
    margin-right: 3.571428571428571%;
}

	.footer_widget_count2 .footer_widget:nth-child(2),
	.footer_widget_count3 .footer_widget:nth-child(3),
	.footer_widget_overflow .footer_widget:nth-child(3n),
	.footer_widget_count4 .footer_widget:nth-child(4) {
		margin-right: 0;
	}
	
.footer_has_socnets {
	text-align: center;
}

.footer_has_socnets .socnets_wrap {
	overflow: hidden;
	width: 100%;
	margin: 0 -5px 40px;
}

.footer_has_socnets .socnets {
	float:left;
	position: relative;
	left:50%;
}

	.footer_has_socnets .socnets a {
		float:left;
		position: relative;
		right:50%;
		color:#929292;
	}
	
		.footer_has_socnets .socnets a:hover {
			color:#FFF;
		}
	
.site-footer table thead,
.site-footer table thead th {
	border-bottom:1px solid rgba(0,0,0,.3);
}

.site-footer table thead tr,
.site-footer table thead th,
.site-footer table tr:nth-child(2n) {
	background-color:rgba(0,0,0,.1)
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

#page {
	width: 100%;
}

#primary {
	float: left;
	width: 68.42105263157895%; /* 780 / 1140 */ 
}

	#primary.no-sidebar {
		width: 100%;
	}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 3.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-title_wrap {
	margin: -5.714285714285714% -5.714285714285714% 5.714285714285714%; /* 40 / 780 */
}

	.entry-title_wrap.module_header {
		margin-top: 5.714285714285714% !important;
	}

	.entry-title_wrap > .entry-title,
	.entry-title_wrap .event-title_wrap {
		padding: 5.128205128205128%; /* 40 / 780 */
		text-align: left;
		font-weight: 300;
		line-height: 1;
	}
	
		.entry-title_wrap.featured_image_title > .entry-title,
		.entry-title_wrap.featured_image_title .event-title_wrap {
			padding: 25.64102564102564% 5.128205128205128% 5.128205128205128%; /* 40 / 780 */
		}
		
		.entry-title_wrap > .entry-title.scrim,
		.entry-title_wrap .event-title_wrap.scrim {
			color: #FFF;
		}
	
#tribe-events-pg-template .entry-title_wrap {
	margin: -3.773584905660377% -3.773584905660377% 3.773584905660377%; /* 40 / 1060 */
}
	
	#tribe-events-pg-template .event-title_wrap {
		padding: 3.508771929824561%; /* 40 / 1140 */ 
	}
	
		#tribe-events-pg-template .featured_image_title .event-title_wrap {
			padding: 25.64102564102564% 3.508771929824561% 3.508771929824561%; /* 40 / 1140 */ 
		}
	
.entry-title_wrap .event-title_wrap * {
	margin: 0;
	color:#FFF;
}
	
.scrim {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 0.50)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.50));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.50));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.50));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.50));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.50));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#000000');
}

	.scrim,
	.scrim a {
		color:#FFFFFF;
	}
	
	.box_card .scrim {
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 0.70)));
		background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.70));
		background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.70));
		background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.70));
		background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.70));
		background-image: linear-gradient(top, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.70));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#000000');
	}
	
.has_read_more {
	position: relative;
	padding-bottom: 11.428571428571428%; /* 80 / 700 */ 
}

	.post.has_read_more .card_action {
		position: absolute;
		bottom:0;
		left:0;
		width: 100%;
		padding: 2.564102564102564% 5.128205128205128% !important; /* 20 and 40 / 780 */ 
	}
	
.search-results-wrap {
	margin-bottom: 80px;
}

.is_login_page #content {
	background-color: transparent;
}

.is_login_page .container {
	padding: 60px 20px;
	max-width: 720px;
}

.is_login_page article,
.is_login_page .entry-content {
	margin: 0;
}

.is_login_page form#loginform p.remember_me,
.is_login_page form p:last-child {
	margin-bottom: 0 !important;
}

.is_login_page div.sensei-message {
	margin-top: 0;
}

.is_login_page #customer_login .col-1,
.is_login_page #customer_login .col-2 {
	width: 100%;
	max-width: 320px;
	float: left;
	padding: 3.676470588235294%; /* 25 / 680 */ 
}

.is_login_page #customer_login .col-1 {
	margin-right: 40px;
}

	.is_login_page .no_registration #customer_login .col-1 {
		float: none;
		margin: auto !important
	}
	
.is_login_page .sharedaddy {
	display: none;
}

#loginform,
.register {
	margin-top: 40px;
}

	#loginform p,
	.register p {
		position: relative;
		margin: 0 0 25px !important;
	}
	
		#loginform p input,
		.register p input {
			margin: 0;
			-moz-box-sizing:border-box;
			-webkit-box-sizing:border-box;
			box-sizing:border-box;
		}
	
#customer_login h2 {
	margin-top: 0;
}
	
#loginform p.remember_me label {
	line-height: 1.4em;
}

.sensei form .form-row {
	padding: 3px 0;
}

.sensei-login-submit {
	margin: 20px 0 40px;
}

	.sensei-login-submit a {
		font-size: 0.9em;
	    margin-left: 20px;
	}

.error-404 {
	text-align: center;
}

	.error-404 h1 {
		margin-top: 0;
	}
	
	.error-404 .search-form {
		margin: 60px auto 0;
		max-width: 700px;
	}

#author-course-archive {
	margin:0 0 3.5em;
}

	#author-course-archive article.woo_card:last-child,
	#author-course-archive article.woo_card:nth-last-child(2) {
		margin-bottom: 0;
	}
	
.section_title {
	margin-top: 0;
	line-height: 26px;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
	
.comment-list {
	list-style: none outside;
	padding: 0;
	margin: 0;
}

.comment-list li.comment {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	list-style: none;
}

.comment-list .children {
	list-style: none outside;
	width: 100%;
	margin: 5% 0 0 0;
	padding: 0;
}
.comment-list .children li.comment {
	padding-bottom: 0;
	padding-left: 2.857142857142857%; /* 20 / 700 */ 
	list-style: none;
}
.comment-list .children li.comment:last-child {
	border-bottom: none;
}
.comment-body {
	position: relative;
	margin-bottom: 40px;
	min-height: 50px;
}

	.comment-body > footer,
	.comment-body > div {
		padding-left: 10%; /* 70 / 700 */ 
	}

	.comment-body .avatar,
	.comment_container .avatar {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		width: 7.142857142857142%; /* 50 / 700 */
		position: absolute;
		left: 0;
		top:0;
		border: none;
	}
	
.comment-author {
	margin-right: 40px;
}
	
.comment-author,
.comment-metadata,
.comment-body .reply {
	font-size: .75em;
	color:#bdbdbd;
	text-transform: uppercase;
	display: inline-block;
	float: left;
	clear: both;
}

.comment-body .reply {
	position: absolute;
	top:0;
	right:0;	
}

.comment-content {
	float: left;
	clear: both;
	display: block;
	margin: 15px 0;
}

	.comment-metadata a {
		color:#bdbdbd;
	}

.says {
	display: none;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Comment Form */

#respond {
	float: left;
	margin: 30px 0 0 0;
	width: 100%;
}

	#comments #respond:first-child,
	#comments #respond:first-child #reply-title {
		margin-top: 0;
	}
	
#commentform .form-submit {
	margin-bottom: 0;
}

#commentform {
	clear:both;
}

	#commentform p {
		position: relative;
	}
	
	#commentform input#submit {
		float: none;
		display: inline-block;
	}
	
	.comment-list li:not(:last-child) #commentform {
		margin-bottom: 60px;
	}
	
	.comment-notes,
	.logged-in-as {
		margin-bottom: 40px;
	}

#reply-title small {
	margin-left: 30px;
}

/*--------------------------------------------------------------
10.4 Sidebars
--------------------------------------------------------------*/

#sidebar {
	float: right;
	width: 26.31578947368421%; /* 300 / 1140 */ 
}

/*--------------------------------------------------------------
10.5 Home Page
--------------------------------------------------------------*/

header.home_header h3 {
	width: calc(100% - 100px);
	margin-top: 0px;
	line-height: 26px;
	text-transform: capitalize;
	color:#E28432;
	font-family: 'NokioLight',sans-serif;
       font-size: 3em;
      font-weight:300;
     text-align:center;
    margin-left: 20px;

}

header.home_header h3.partner-below {
	width: calc(100% - 100px);
	text-transform: uppercase;
	margin: 0 auto;
       margin-top:60px;
	float:none;
	color:#555555;
       font-size:18px;
}

header.home_header .button {
	float: right;
}

/* Featured Courses */

#featured_boxes {
	margin-bottom: 90px;
}

	#featured_boxes .container {
		padding-top: 0;
		padding-bottom: 0;
	}

.box_card {
	width: 31.57894736842105%; /* 360 / 1140 */
	height: 240px;
	margin-right: 2.631578947368421%; /* 30 / 1140 */
	margin-bottom: 2.631578947368421%; /* 30 / 1140 */
	float: left;
	color:#FFF;
	position: relative;
	overflow: hidden;
	padding: 0;
	background-color: #404040;
}

	.box_card:nth-child(4n) {
		margin-right: 0;
	}
	
	.box_card:nth-child(4n + 1) {
		clear:both;
	}
	
	.box_card .box_card_img,
	.event_featured_image {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	    background-position: center top;
	    position: absolute;
	    top:0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    display: block;
	    z-index: 1;
		transition-delay: 0s, 0s, 0s;
	    transition-duration: 2s;
	    transition-property: transform, filter;
	    transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
    }

		.box_card:hover .box_card_img,
		.box_card:hover .event_featured_image {
			-webkit-transform: scale(1.1);
			-moz-transform: scale(1.1);
			-ms-transform: scale(1.1);
			-o-transform: scale(1.1);
			transform: scale(1.1);
		}

	.box_card .post_content {
		padding: 5.555555555555555%; /* 20 / 360 */ 
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		position: relative;
		z-index: 2;
		min-height: 240px;
	}

	.box_card .box_card_content {
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		position: absolute;
		margin:5.555555555555555%; /* 20 / 360 */
		left: 0;
		bottom:0;
		width: 88.88888888888888%; /* 320 / 360 */ 
	}

	.box_card .box_card_title,
	.box_card a {
		color: #FFFFFF;
		float: left;
	}

.box_card_title {
	padding:0;
	position: relative;
	margin: 0;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}

	.box_card_title a {
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-ms-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
	}
	
.box_card_has_price {
	width: 100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position: relative;
}

.box_card_price {
	float: left;
	clear: both;
	margin: 5px 0 0 0;
	color: #FFF;
	background-color:#43a047;
	padding:3px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: .7em;
}

	.box_card_price del  {
		display: none;
	}
	
	.box_card_price ins {
		background-color: transparent;
		text-decoration: none;
		color:#FFF;
	}
		
/* Latest Courses */

#latest_boxes {
	margin-bottom: 90px;
}

	#latest_boxes .container {
		padding-top: 0;
		padding-bottom: 0;
	}

.woo_card,
.tribe_card {
	width: 23.026315789473684%; /* 262.5 / 1140 */ 
	margin-right: 2.631578947368421%; /* 30 / 1140 */
	margin-bottom: 2.631578947368421%; /* 30 / 1140 */
	float: left;
	color:#424242;
	position: relative;
	padding-bottom: 68px !important;
}

	.woo_card.card .post_desc p:last-child {
		margin-bottom: .5em;
	}
	
	.tribe_card.card .post_desc p:last-child {
		margin: 0;
	}
	
	.woo_card .card_action,
	.tribe_card .card_action {
		position: absolute;
		width: 100%;
		bottom:0;
		left:0;
	}
	
.card_title.post_title {
	margin-bottom: 10px;
}
.course_card .course-title {
	margin-bottom: 10px !important;
}

#latest_boxes .woo_card:nth-child(4n) {
		margin-right: 0;
	}
	
	#latest_boxes .woo_card:nth-child(4n + 1) {
		clear:both;
	}
	
.card_image_link {
	display: block;
	height: 250px; 
}
	
#primary:not(.no-sidebar) .woo_card,
#primary:not(.no-sidebar) .tribe_card {
	width: 48.07692307692308%; /* 375 / 780 */ 
	margin: 0 3.8461538461538464% 3.8461538461538464% 0; /* 30 / 780 */ 
}
	
	#primary.no-sidebar .card_image_link {
		height: 175px;
	}
	
.post_title,
.course_card .course-title {
	padding: 20px;
	margin:0;
}
	
.post_desc {
	padding: 10px 20px
}

	.post_desc.post_excerpt {
		padding-top: 0
	}

		.post_desc.post_excerpt p {
			margin: 0
		}

/* Latest Posts */

#home_latest_posts,#home_latest_post_sub {
	margin-bottom: 0px;
}

	#home_latest_posts .container {
		padding-top: 0;
		padding-bottom: 0;
	}

	#home_latest_post_sub .container {
		padding-top:60px;
		padding-bottom:60px;
	}

.latest_post {
	width: 31.57894736842105%; /* 360 / 1140 */
	margin-right: 2.631578947368421%; /* 30 / 1140 */
	margin-bottom: 2.631578947368421%; /* 30 / 1140 */
	float: left;
	position: relative;
	overflow: hidden;
	padding-bottom: 70px !important;
}

.latest_post_new {
	width: 22.99994736842105%;
    margin-right: 2.631578947368421%;
    margin-bottom: 2.631578947368421%;
    float: left;
    position: relative;
    overflow: hidden;
}
	
	.latest_post_new .post_desc.post_excerpt p {
		margin: 0;
		font-size:12px;
	}

	.latest_post_new.card{
		box-shadow: none !important;
		background:#F9F9F9;
	}

	.latest_post:nth-child(3n) {
		margin-right: 0;
	}

	.latest_post_new:nth-child(4n){
		margin-right:0px;
		float:right;
	}
	
	.latest_post:nth-child(3n+1) {
		clear:both
	}
	
	.latest_post img {
		width: 100%;
	}
	
	.latest_post .card_action {
		position: absolute;
		bottom:0;
		width: 100%;
	}
	
.latest_post_title {
	margin: 0;
	letter-spacing: 1px;
}

	.latest_post_title a {
		color: #404040;
	}
	
.card_action .read-more {
	line-height: 16px;
	display: block;
	font-size: .75em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
}

	.card_action .read-more .fa {
		text-align: right;
		float: right;
		line-height: 16px;
		font-size: 1.25em;
	}
	
	.entry-content .card_action,
	.entry-summary .card_action {
		margin: 5.714285714285714% -5.714285714285714% -5.714285714285714%; /* 40 / 700 */
		padding: 5.714285714285714%; /* 40 / 700 */
	}
	
.more-link {
	line-height: .8em;
	display: block;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
}

	.more-link .fa {
		text-align: right;
		float: right;
		line-height: .8em;
		font-size: 1.25em;
	}

/*--------------------------------------------------------------
11.0 Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
11.1 Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
11.2 Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
12.0 Plugins
--------------------------------------------------------------*/

.entry-content iframe {
	margin: 0 0 1.5em; /* for SoundCloud shortcode plugin */
}

/* Testimonials */

#testimonials {
	margin-top: 0;
	background-color:rgb(226,132,50) !important;
}
	
	#testimonials .container {
		padding-top: 0;
		padding-bottom:	0;
	}
	
		#testimonials .container .widget_woothemes_testimonials {
			padding: 10.16949152542373% 0; /* 120 / 1180 */ 
		}

	#testimonials .quote {
		width: 46.49122807017544%; /* 530 / 1140 */
		margin-top: 10.16949152542373% ; /* 120 / 1180 */;
		margin-right: 7.017543859649122%; /* 80 / 1140 */ 
		float: left;
		position: relative;
	}
	
		#testimonials .widget_woothemes_testimonials {
			margin-bottom: 0;
		}
	
		#testimonials .testimonials-list .quote:nth-child(1),
		#testimonials .testimonials-list .quote:nth-child(2) {
			margin-top: 0;
		}
	
		#testimonials .testimonials-list .quote:nth-child(2n) {
			margin-right: 0;
		}
		
		#testimonials .testimonials-list .quote:nth-child(2n + 1) {
			clear: both;
		}
	
	#testimonials blockquote {
		margin: 0 0 25px;
		border: 0;
		padding: 7.547169811320754%; /* 40 / 530 */ 
		background-color: #FFF;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		position: relative;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	
		#testimonials blockquote:after {
			top: 100%;
			left: 6.60377358490566%; /* 35 / 530 */ 
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
			border-color: rgba(255, 255, 255, 0);
			border-top-color: #ffffff;
			border-width: 10px;
			margin-left: -10px;
		}
	
		#testimonials blockquote > p:last-child {
			margin-bottom: 0;
		}
	
	#testimonials cite {
		opacity:1;
		float: left;
		width: 83.01886792452831%; /* 440 / 530 */
		margin-left: 3.773584905660377%; /* 20 / 530 */
	}
	
		#testimonials cite > * {
			display: block;
		}
	
	#testimonials .avatar-link,
	#testimonials .quote > .avatar {
		float: left;
		width: 13.20754716981132%; /* 70 / 530 */ 
	}
	
	#testimonials .avatar {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	}
	
/* GRAVITY FORMS */

.gform_button.button {
	float: none;
	display: inline-block;
	margin-left: 15px;
}

	.gform_button.button:first-child {
		margin-left: 0;
	}

.gform_wrapper {
	max-width: 100% !important;
	margin: 40px 0 10px !important;
}

	.gform_wrapper .gfield_checkbox li label,
	.gform_wrapper .gfield_radio li label {
		margin-left: 0 !important;
	}

.container .gform_body ul li.gfield {
	margin: 20px 0 0 0;
	position: relative;
}

.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
	margin: 0 0 9px !important;
}

.gform_wrapper ul.gfield_radio li input[type="radio"].dcs_checkrad:checked + label,
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"].dcs_checkrad:checked + label {
	font-weight: normal !important;
}

.container .gform_wrapper input[type="text"],
.container .gform_wrapper input[type="url"],
.container .gform_wrapper input[type="email"],
.container .gform_wrapper input[type="tel"],
.container .gform_wrapper input[type="number"],
.container .gform_wrapper input[type="password"],
.container .gform_wrapper input[type="password"],
.container .gform_wrapper .top_label input.medium,
.container .gform_wrapper .top_label select.medium {
    width: 350px;
    font-size: 15px;
    max-width: 100%;
    min-width: 50%;
    padding: 0;
}

.container .gform_wrapper .top_label input.large,
.container .gform_wrapper .top_label select.large,
.container .gform_wrapper .top_label textarea.textarea {
    width: 100%;
}

.container .gform_wrapper textarea {
	font-size: 15px;
}

.container .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.container .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.container .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield select {
	margin-left: 0;
}

.recaptchatable {
	background-color:#FFFFFF;
}

.recaptchatable #recaptcha_response_field {
	padding:0;
}

#sidebar .gform_wrapper input[type="text"],
#sidebar .gform_wrapper input[type="url"],
#sidebar .gform_wrapper input[type="email"],
#sidebar .gform_wrapper input[type="tel"],
#sidebar .gform_wrapper input[type="number"],
#sidebar .gform_wrapper input[type="password"],
#sidebar .gform_wrapper select,
#sidebar .gform_wrapper textarea {
	width: 100%;
}

.container .gform_wrapper .gform_heading {
	margin-bottom: 60px;
	width: 100%;
}

.container .gfield.gfield_error,
.container .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	background-color:transparent !important;
	border:none !important;
	padding: 0 !important;
	margin: 20px 0 0 !important;
	width: 100%;
}

.container .gform_wrapper .top_label .gfield_error .ginput_container {
	max-width: 100%;
}

	.gfield.gfield_error input,
	.gfield.gfield_error textarea {
	    border-bottom: 1px solid #F44336;
	    -webkit-box-shadow: 0 1px 0 0 #F44336;
	    -moz-box-shadow: 0 1px 0 0 #F44336;
	    box-shadow: 0 1px 0 0 #F44336;
	    border: none !important;
	}
	
.container .gform_wrapper .ginput_container + .gfield_description.validation_message {
	margin: -10px 0 0;
	padding: 0 !important;
	color: #b31206;
	text-transform: uppercase;
}

.container .gform_wrapper .gfield_description {
    color: #ADADAD;
    font-style: oblique;
    margin-top: -5px;
    padding: 0;
    width: 100%;
}

.site-footer .gform_wrapper label.gfield_label {
	color:#929292;
}
.gform_wrapper .field_sublabel_below .gfield_date_day label, 
.gform_wrapper .field_sublabel_below .gfield_date_month label, 
.gform_wrapper .field_sublabel_below .gfield_date_year label, 
.gform_wrapper .field_sublabel_below .gfield_time_ampm label, 
.gform_wrapper .field_sublabel_below .gfield_time_hour label, 
.gform_wrapper .field_sublabel_below .gfield_time_minute label, 
.gform_wrapper .field_sublabel_below .ginput_complex label,
.gform_wrapper .field_sublabel_below .instruction {
    margin-top:-15px !important;
}
.gform_wrapper .field_sublabel_below .address_country label {
		margin-top: 0 !important;
}
/*--------------------------------------------------------------
12.1 The Events Calendar
--------------------------------------------------------------*/

#tribe-events-footer::after,
#tribe-events-footer::before,
#tribe-events-header::after,
#tribe-events-header::before {
	background-color: transparent;
}

.events-archive .entry-content,
.events-archive .entry-header {
	width: 100%;
}

h2.tribe-events-page-title {
	text-transform: uppercase;
	margin: -20px 0 40px;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	background-color:#FFF;
	padding: 20px !important; /* 40 / 1140 */  
}

.event-title_wrap .tribe-events-schedule {
	margin-top: 8px !important;
}

	.event-title_wrap .tribe-events-schedule > * {
		margin-right: 20px !important;
	}
	
		.event-title_wrap .tribe-events-schedule > *:last-child {
			margin-right: 0 !important;
		}

#tribe-events-pg-template {
	max-width: none
}

	#tribe-events-pg-template .tribe-events-single-section {
		border:none;
		margin: 30px 0;
	}
	
	#tribe-events-pg-template .tribe-events-event-meta .column,
	#tribe-events-pg-template .tribe-events-event-meta .tribe-events-meta-group {
		padding-left: 0; 
		padding-right: 3.508771929824561%; /* 40 / 1140 */
		margin-bottom: 0;
	}
	
	#tribe-events-pg-template .tribe-events-venue-map {
		margin: 0;
	}
	
	#tribe-events-pg-template .tribe-events-single-section-title,
	#tribe-events-pg-template .tribe-events-tickets-title {
		margin-top: 0;
	}
	
#tribe-events-content,
#tribe-events-content.tribe-events-list {
	padding: 0 !important;
	margin: 0 !important;
}
	
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
	margin-bottom: 20px;
}

.single-tribe_events .tribe-events-cal-links {
	margin: 0;
}

#tribe-events-content .tribe-events-button {
	float: none !important;
	display: inline-block !important;
}

	#tribe-events-content .tribe-events-button:hover {
		background-color: inherit;
	}	

.events-archive .entry-content {
	margin-top: 0;
}

.tribe-events-notices {
	text-shadow: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #FFFFFF;
    border: 1px solid #BEBEBE;
    color: #404040;
    position: relative;
	padding-left: 65px !important;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

	.tribe-events-notices:before {
		content: "\f12a";
		font-family: "FontAwesome";
		display: block;
		position: absolute;
		left:0;
		top:0;
		color: #404040;
		background-color:#ffd95e;
		z-index: 2;
		width: 42px;
		height: 100%;
		line-height: 44px;
		text-align: center;
	}
	
.tribe-events-divider {
	display: none;
}

.tribe-events-cost,
.tribe-events-list .tribe-events-event-cost span {
	background-color: #43a047;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    padding: 5px 10px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	color: #FFF;
	border:none;
	font-weight: 300;
}

.tribe-events-list .tribe-events-loop .tribe-events-event-meta .recurringinfo {
	display: block;
	margin-top: 8px;
}

.event-title_wrap .tribe-events-cost {
	padding: 0 7px;
}

.tribe-events-user-recurrence-toggle {
	margin-bottom: 40px;
}

.type-tribe_events.card {
	position: relative;
}

.tribe-events-list .tribe-events-venue-details,
.tribe-events-loop .tribe-events-event-meta,
.tribe-events-list .time-details {
	padding: 0;
	border: none;
	margin-top: 10px;
}

#tribe-geo-results {
	margin-top: 40px;
}

.card.event_card_np {
	padding: 0 !important;
}

.event_half_image {
	position: absolute;
	top:0;
	bottom:0;
	left: 0;
	width: 50%;
	background-position: center top;
}

	.event_half_image img {
		display: none;
	}
	
.event_half_info {
	margin-left: 50%;
	padding: 3.508771929824561%; /* 40 / 1140 */
}

.event_full_info {
	padding: 3.508771929824561%; /* 40 / 1140 */
}

.tribe-events-list h2.tribe-events-list-event-title.has_cost,
.tribe-events-map-event-title.has_cost {
	width: calc(100% - 100px);
	clear: none;
    display: block;
    float: left;
}

.tribe-events-photo-event-wrap.card {
	padding: 0 !important;
	border: none !important;
}

.tribe-events-list .tribe-events-photo-event .tribe-events-event-details {
	padding: 20px;
}

span.tribe-events-distance {
	float: left;
	background-color: #404040;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    padding: 2px 10px;
    font-size: 1em;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	color: #FFF;
	border:none;
	font-weight: 300;
	margin: 10px 0 0;
}

#tribe-events-content {
	overflow: visible;
}

.entry-title_wrap .event-title_wrap .recurring-info-tooltip.tribe-events-tooltip,
.recurring-info-tooltip.tribe-events-tooltip,
.tribe-events-tooltip {
	padding-bottom: 0;
	color: #404040 !important;
}

	.entry-title_wrap .event-title_wrap .recurring-info-tooltip.tribe-events-tooltip .tribe-events-event-body {
		color: #404040 !important;
	}

	.event-title_wrap .event-is-recurring a {
		font-size: .8em;
		margin-left: 5px;
	} 

/* Home Events */

#home_events {
	background-color: #FFF;
}

	#home_events .home_header {
		text-align: center;
	}

		#home_events .home_header h2 {
			text-align: center;
			margin: 40px 0 40px 130px;
			width: calc(100% - 260px);
			text-transform: capitalize;
			float: left;
			color:#e3853b;
		}
		
		#home_events .home_header .button {
			margin-right: 20px;
			margin-top: 45px;
		}

	#home_events .container {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	#home_events .box_card {
		margin: 0;
		width: 25%;
		height: 350px;
		background-color: #404040;
	}
	
		#home_events.event_count1 .box_card {
			width: 100%;
		}
		
		#home_events.event_count2 .box_card {
			width: 50%;
		}
	
		#home_events .box_card .post_content {
			min-height: 400px;
			display: flex;
			justify-content: center;
			align-items: center;
		}
	
		#home_events .box_card .box_card_content {
			width: 100%;
			text-align: center;
			display: inline-block;
			vertical-align: middle;
			position: relative;
			margin: 0;
			z-index: 1;
		}
		
		#home_events .box_card .box_card_title {
			line-height: 1em;
			float: none;
		}
		
			#home_events .box_card h2 a {
				float: none;
			}
		
		#home_events .box_card h3 {
			margin-top: 10px;
		}
		
/* Events Cart */

.single-tribe_events #tribe-events-content div.cart,
.single-tribe_events #tribe-events-content form.cart {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	background-color:#FFF;
	padding: 3.508771929824561%; /* 40 / 1140 */  
}

	.single-tribe_events #tribe-events-content div.cart td,
	.single-tribe_events #tribe-events-content form.cart td {
		padding: 20px 20px 20px 0;
	}
	
		.single-tribe_events #tribe-events-content div.cart td:last-child,
		.single-tribe_events #tribe-events-content form.cart td:last-child {
			padding-right: 0;
		}
	
		.single-tribe_events #tribe-events-content div.cart td.woocommerce,
		.single-tribe_events #tribe-events-content form.cart td.woocommerce {
			width: 70px;
			min-width: 70px;
		}
		
		.single-tribe_events #tribe-events-content .cart .woocommerce input.qty {
			margin-bottom: 0;
		}
	
		.single-tribe_events #tribe-events-content div.cart td.woocommerce.add-to-cart,
		.single-tribe_events #tribe-events-content form.cart td.woocommerce.add-to-cart {
			padding-bottom: 0;
		}
		
	#tribe-events-content .cart table tr {
		background-color: transparent;
	}
	
.tribe-events-back {
	margin: -1.7em 0 0;
}

.woocommerce.add-to-cart {
	width: 100% !important;
	padding-right: 0 !important;
}
	
/* Events Nav */

.tribe-events-sub-nav {
	overflow: visible !important;
	width: 100%;
}

	#tribe-events-header .tribe-events-sub-nav {
		margin: -10px 0 0 !important;
	}

	.tribe-events-sub-nav li {
		margin-top: 10px !important;
	}

	#tribe-events-footer .tribe-events-sub-nav a,
    #tribe-events-content .tribe-events-button,
    .tribe-events-sub-nav a,
    #tribe-bar-form .tribe-bar-submit input[type=submit]{
		-webkit-border-radius: 18px;
		-moz-border-radius: 18px;
		border-radius: 18px;
	}

		#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a {
			float: right;
		}
		
.tribe-events-single ul.tribe-related-events .tribe-related-events-thumbnail {
	width: 100%;
	float: none;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
	padding: 5.555555555555555%; /* 20 / 360 */ 
	width: 100%;
}
		
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next a,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a {
    float: right;
}

#tribe-events-header, #tribe-events-footer {
    zoom: 1;
}

#tribe-events-header:before,
#tribe-events-header:after,
#tribe-events-footer:before,
#tribe-events-foter:after {
    content: "";
    display: table;
    line-height: inherit;
}

#tribe-events-header:after,
#tribe-events-footer:after{
    clear: both
}

/* Related Events */

h3.tribe-events-related-events-title {
	margin-top: 60px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 26px;
	font-size: 1.2em;
}
	
.tribe-related-events li {
	width: 31.57894736842105% !important; /* 360 / 1140 */ 
	margin-right: 2.631578947368421% !important; /* 30 / 1140 */
	margin-bottom: 2.631578947368421% !important; /* 30 / 1140 */
	position: relative;
	border: none !important;
    float: left !important;
    padding: 0 !important;
}

	.tribe-related-events li:nth-child(3n) {
		margin-right: 0 !important;
	}
	
	.tribe-related-events li:nth-child(3n + 1) {
		clear:both;
	}
	
	.tribe-related-events li .post_desc p {
		margin: 0;
	}
	
	.tribe-related-events li .card {
		padding: 0 !important;
	}
	
.post .tribe-events-single ul.tribe-related-events,
.tribe-events-single ul.tribe-related-events {
	margin: 0;
}

/* events bar */

#tribe-bar-form,
#tribe-bar-collapse-toggle {
    background: none;
}

#tribe-events-bar.card {
    padding: 0 !important;
    overflow: visible;
}

.tribe-bar-filters {
    padding: 10px 15px;
}

.tribe-bar-views-inner {
    padding:28px 0 47px;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover {
    background: rgba(255,255,255,.15);
    color: #fff;
}

#tribe-bar-views .tribe-bar-views-list {
    left: 5px;
    right: 0;
    padding: 0;
    width: auto !important;
}

/* events list view */

.tribe-events-list .type-tribe_events {
    margin-bottom: 2.5em;
}

.tribe-events-user-recurrence-toggle [type="checkbox"]:not(:checked),
.tribe-events-user-recurrence-toggle [type="checkbox"]:checked {
    position: initial;
    left: auto;
}

/* events month view */

.tribe-events-list-separator-month,
.tribe-events-day .tribe-events-day-time-slot h5{
    background: none;
    text-align: center;
    margin: 1em 0;
    font-size: 2em;
}

.tribe-events-calendar tr:nth-child(2n) {
    background: none;
}

.tribe-grid-allday .type-tribe_events>div,
.tribe-grid-body .type-tribe_events .tribe-events-week-hourly-single {
    opacity: .75;
    color: #ffffff;
}

.tribe-grid-allday .type-tribe_events>div a,
.tribe-grid-body .type-tribe_events .tribe-events-week-hourly-single a {
    color: #ffffff;
}

.tribe-grid-allday .type-tribe_events>div:hover,
.tribe-grid-body .type-tribe_events .tribe-events-week-hourly-single:hover {
    opacity: 1;
}

/* events map view */

#tribe-geo-map-wrapper {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
    margin-left: 0;
}

/* events photo view */

.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap {
	background-color: #FFF !important;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

/*--------------------------------------------------------------
12.2 WooCommerce
--------------------------------------------------------------*/

.woocommerce {
    zoom: 1
}

.woocommerce:before,
.woocommerce:after {
    content: "";
    display: table;
    line-height: inherit;
}

.woocommerce:after {
    clear: both
}

.woocommerce .images img,
.woocommerce-page .images img {
	box-shadow: none;
    display: block;
    height: auto;
    width: 100%;
    border: 1px solid #EFEFEF;
}

.woocommerce-breadcrumb {
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #EFEFEF;
}

.woocommerce div.product div.images div.thumbnails {
	padding-top: 1em;
}

/* Cart */

.woocommerce .shop_table.cart .wp-post-image {
	width: 90px;
}

.woocommerce .shop_table.cart input[type="number"] {
	width: 70px
}

.woocommerce .shop_table.cart .coupon {
	width: 48% !important;
}

	.woocommerce .shop_table.cart .coupon #coupon_code {
		float: left;
		margin: 0;
		width: calc(100% - 170px) !important;
		height: 35px;
	}
	
	.woocommerce .shop_table.cart .button {
		float: right;
		margin: 0;
	}
	
	td.actions {
		background: #FFF;
		padding: 75px 0 0;
	}
	
.checkout_coupon {
	margin-top: 20px;
}
	
.checkout_coupon #coupon_code {
	margin: 0;
	height: 35px;
}	
.cart_totals table tr,
.cart_totals table td,
.cart_totals table th {
	background-color:transparent !important;
	border: none;
	padding-left: 0;
	padding-right: 0;
}

.cart-collaterals {
	padding-top: 25px;
}

#order_review table tfoot th {
	border:none;
}

#order_review .cart-subtotal * {
	background-color:transparent;
}

ul.payment_methods {
	padding:0;
}

	ul.payment_methods li {
		list-style: none;
	}
	
	ul.payment_methods .about_paypal {
		font-size: .8em;
		text-transform: none;
	}
	
/* Forms */

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	margin: 20px 0;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	padding: 2.564102564102564%; /* 20 / 780 */
	z-index: 2;
	position: relative;
}

	.woocommerce-message {
		background-color:#FFFAD9;
	}
	
	.woocommerce-message .button {
		margin-right: 20px;
	}
	
	.woocommerce-message:first-child {
		margin-top: 0;
	}
	
	body.woocommerce-cart .woocommerce-message,
	body.woocommerce-cart .woocommerce-error,
	body.woocommerce-cart .woocommerce-info {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		margin: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

.woocommerce p {
	position: relative;
}

#billing_country_field,
#shipping_country_field,
.woocommerce-billing-fields.has_state_drop #billing_state_field,
.woocommerce-billing-fields.has_state_drop #shipping_state_field {
	margin-top: -26px;
}

#billing_state_field .select2-container .select2-choice,
#shipping_state_field .select2-container .select2-choice {
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	display: block;
	padding-right: 20px !important;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	overflow: hidden;
	border-width: 0 0 1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding-left: 0;
	background-color: transparent;
}

.select2-dropdown-open .select2-choice {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

body .select2-drop {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3), 0 2px 10px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3), 0 2px 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3), 0 2px 10px 0 rgba(0, 0, 0, 0.3);
	padding: 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border:none;
}

	body .select2-drop #s2id_autogen2_search {
		margin: 5px 0; 
	}
	
	body .select2-drop .select2-results {
		margin: 0 -5px -5px;
	}

#billing_country_field,
#shipping_country_field {
	margin-bottom: 37px;
}

.woocommerce-billing-fields h3 {
	margin: 50px 0;
}

#ship-to-different-address {
	margin: 10px 0 50px;
}

label[for='ship-to-different-address-checkbox'] {
	cursor: pointer;
}

/* Products (Archive-Products) Page */

.woocommerce ul.products,
.woocommerce-page ul.products {
	padding: 0;
}

.results-meta {
	width: 100%;
	margin: 0 0 1.5em 0;
}

.results-meta p {
	margin: 0;
}

.woocommerce-result-count {
	color: #ababab;
    font-size: 0.8em;
    padding-top: 14px;
}

/* Single Product Page */

.woocommerce.single-product .woocommerce-message {
	margin: 0 0 3em 0;
	text-align: left;
	line-height: 2.5em;
	padding: 20px;
	background: #FFF;
	border:1px solid #EFEFEF;
}

.woocommerce.single-product .woocommerce-message .button {
	margin: 0;
	float: right;
}

.woocommerce.single-product #primary {
	width: 100%;
}

.woocommerce.single-product .woocommerce-breadcrumb {
	margin-bottom: 1.67em;
}

.woocommerce.single-product .entry-summary {
	margin-top: 0;
}

.product {
	position: relative;
}

.product .price {
	font-size: 2em;
	font-weight: 700;
	letter-spacing: .5px;
	margin: 0 0 .5em 0;
}

.product.sale .price {
	font-size: inherit;
	line-height: normal;
}

.product.sale .price del {
	font-size: 1em;
	color: #9e9e9e;
	float: left;
}

.product.sale .price ins {
	font-size: 2em;
	background: transparent;
	text-decoration: none;
	float: left;
	clear: both;
}

.product .product_meta {
	font-size: .75em;
	line-height: 25px;
	float: left;
	clear: both;
	margin: .55em 0;
}

.meta_block.block-sku {
	padding-left: 0;
}

.product table th, 
.product table td {
	padding: 5px 10px 5px 0;
}

.onsale {
	color: white;
	display: block;
	position: absolute;
	top: 60px;
	left: 0;
	padding: .8771929824561403% 3.508771929824561%; /* 10 and 40 / 1140 */
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}

.box_card .onsale {
	z-index: 99;
	font-size: 1em;
	padding: 5px 15px 5px 15px;
	top: 25px;
}

#primary:not(.no-sidebar) .woocommerce-tabs.woo_card {
	width: 100%;
	margin: 3.5em 0;
	padding: 0 !important;
}

.woo-tabs-wrap {
	height: 60px;
	line-height: 60px;
	padding: 0;
}

.woo-tabs-wrap .tabs {
	float: right;
	margin: 0;
	padding: 0;
}

.woo-tabs-wrap .tabs li {
	float: left;
	padding: 0;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-ms-transition: background-color .3s;
	transition: background-color .3s;
}

.woo-tabs-wrap .tabs li a {
	display: block;
	padding: 0 25px;
	color: #ffffff;
}

.woo-tabs-wrap .tabs li:hover, 
.woo-tabs-wrap .tabs li.active {
	background: rgba(0, 0, 0, 0.2);
}

.woocommerce-tabs .panel.entry-content {
	padding: 3.508771929824561%; /* 40 / 1140 */ 
	margin: 0;
}

	.woocommerce-tabs .panel.entry-content > h2:first-child,
	.woocommerce-tabs .panel.entry-content #comments h2 {
		margin-top: 0;
	}
	
.product .reset_variations {
	display: inline-block;
	margin-top: 10px;
}

.product .quantity  {
	width: 50px;
	float: left;
	margin: 0 1.5em 0 0;
	clear: both;
}

.product .single_add_to_cart_button.button {
	margin: 0.5em 0;
}

.woocommerce-tabs table th {
	background-color: transparent;
	border-bottom: none;
}

/* Reviews/Ratings */

#commentform .comment-form-rating {
	margin-bottom: 40px;
}

	#commentform .comment-form-rating label {
		position: static;
		top: auto;
		left: auto;
		margin: auto !important;
	}

.comment_container {
	padding-left: 10%;
	position: relative;
}

#reviews .comment-list .comment {
	padding: 20px 0;
}

/* Star Ratings */

label[for="rating"] {
	position: relative !important;
	top:0 !important;
}

p.stars {
	position: relative;
	font-size: 1em;
}

	p.stars a {
		display: inline-block;
		font-weight: 700;
		margin-right: 1em;
		text-indent: -9999px;
		position: relative;
		border-bottom: 0 !important;
		outline: 0;
	}
	
		p.stars a:last-child {
			border-right: 0;
		}

		p.stars a.star-1,
		p.stars a.star-2,
		p.stars a.star-3,
		p.stars a.star-4,
		p.stars a.star-5 {
			border-right: 1px solid #ccc;
		}
		
			p.stars a.star-1:after,
			p.stars a.star-2:after,
			p.stars a.star-3:after,
			p.stars a.star-4:after,
			p.stars a.star-5:after {
				font-family: "FontAwesome";
				text-indent: 0;
				position: absolute;
				top: 0;
				left: 0;
			}

		p.stars a.star-1 {
			width: 2em;
		}
		
			p.stars a.star-1:after {
				content: "\f006";
			}

				p.stars a.star-1:hover:after,
				p.stars a.star-1.active:after {
					content: "\f005"
				}

		p.stars a.star-2 {
			width: 3em;
		}
		
			p.stars a.star-2:after {
				content: "\f006\f006";
			}

				p.stars a.star-2:hover:after,
				p.stars a.star-2.active:after {
					content: "\f005\f005"
				}

		p.stars a.star-3 {
			width: 4em;
		}
		
			p.stars a.star-3:after {
				content: "\f006\f006\f006";
			}

				p.stars a.star-3:hover:after,
				p.stars a.star-3.active:after {
					content: "\f005\f005\f005"
				}

		p.stars a.star-4 {
			width: 5em;
		}
		
			p.stars a.star-4:after {
				content: "\f006\f006\f006\f006";
			}

				p.stars a.star-4:hover:after,
				p.stars a.star-4.active:after {
					content: "\f005\f005\f005\f005"
				}

		p.stars a.star-5 {
			width: 6em;
			border: 0;
		}
		
			p.stars a.star-5:after {
				content: "\f006\f006\f006\f006\f006";
			}

				p.stars a.star-5:hover:after,
				p.stars a.star-5.active:after {
					content: "\f005\f005\f005\f005\f005"
				}


.star-rating {
	float: right;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 4.65em;
	font-family: 'FontAwesome';
}

	.star-rating:before {
		content: "\f005\f005\f005\f005\f005";
		float: left;
		top: 0;
		left: 0;
		position: absolute;
		color: #c1c1c1;
	}

		.star-rating span {
			overflow: hidden;
			float: left;
			top: 0;
			left: 0;
			position: absolute;
			padding-top: 1.5em;
		}
	
			.star-rating span:before {
				content: "\f005\f005\f005\f005\f005";
				top: 0;
				position: absolute;
				left: 0;
			}


.woocommerce-product-rating {
	margin-bottom: 10px;
	overflow: hidden;
}

.woocommerce-product-rating .star-rating,
.comment-text .star-rating {
	float: left;
}

.comment-text .meta,
.woocommerce-product-rating .woocommerce-review-link {
	float: left;
	width: 100%;
	clear: both;
}

/* Cart */

.woocommerce-cart .entry-title_wrap,
.woocommerce-cart .entry-title,
.woocommerce-cart .entry-content {
	margin: 0;
}

.woocommerce-cart .shop_table.cart,
.woocommerce-checkout .woocommerce-checkout-review-order-table,
.woocommerce-checkout .order_details.bacs_details,
.woocommerce-checkout .customer_details {
	border: 1px solid #e3e3e3;
}

.woocommerce-cart .shop_table.cart th,
.woocommerce-cart .shop_table.cart td {
	padding: 20px 10px;
}

.woocommerce-cart .shop_table.cart td.actions {
	padding: 30px 20px;
}

.woocommerce-cart .shop_table.cart td.product-remove {
	text-align: center;
}

	.woocommerce-cart .shop_table.cart td.product-remove a.remove {
		font-size: 0;
		color:#CD3131;
		text-indent: -9999px;
	}
	
		.woocommerce-cart .shop_table.cart td.product-remove a.remove:hover {
			color: #EE0D0D;
		}
		
		.woocommerce-cart .shop_table.cart td.product-remove a.remove:before {
			content:"\f057";
			font-family: "FontAwesome";
			font-size: 20px;
		}
		
.woocommerce-cart .shop_table.cart .product-name .variation {
	font-size: 13px;
}

.woocommerce-cart .shop_table.cart .variation dd,
.woocommerce-checkout .woocommerce-checkout-review-order-table .variation dd,
.woocommerce-checkout .shop_table.order_details .variation dd {
	margin: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals {
	margin-right: 0 !important;
	width: 100% !important;
	padding: 0 0 20px 0 !important;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
	margin: 0 0 0.67em 0;
	padding: 0.67em;
	color: #ffffff;
	font-weight: 300;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
	margin: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
	padding: 1em ;
	font-size: 1.2em;
	vertical-align: top;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td .amount {
	font-size: 1.5em;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
	padding: 20px 20px 0;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.wc-forward {
	float: right;
}

.woocommerce-cart .woocommerce-error,
.woocommerce-cart .woocommerce-info,
.woocommerce-checkout .woocommerce-error {
	list-style: none;
	margin: 0 0 3em 0;
	padding: 20px;
	background: rgba(253, 250, 25, 0.5);
	border: 1px solid #fffa19;
}

/* Checkout */

.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td,
.woocommerce-checkout .shop_table.order_details th,
.woocommerce-checkout .shop_table.order_details td,
.woocommerce-checkout .customer_details th,
.woocommerce-checkout .customer_details td {
	padding: 20px;
}

.woocommerce-checkout tfoot tr,
.woocommerce-checkout tfoot th,
.woocommerce-checkout tfoot td,
.woocommerce-checkout .shop_table.order_details,
.woocommerce-checkout .customer_details td,
.woocommerce-checkout .customer_details th { 
	background: #ffffff !important; 
}

.woocommerce-checkout tfoot {
	border-top: 1px solid #e3e3e3;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
	padding: 10px 20px;
}

.page-template-default.woocommerce-checkout .col-1,
.page-template-default.woocommerce-checkout .col-2 {
	width: 100%;
}

.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
	float: right;
	padding: 0;
	margin: 20px 0;
	clear: both;
}

.woocommerce-checkout ::-webkit-input-placeholder { /* WebKit browsers */
	color: #fff;
	font-size: 0;
}

.woocommerce-checkout :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #fff;
	opacity: 1;
	font-size: 0;
}

.woocommerce-checkout ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #fff;
	opacity: 1;
	font-size: 0;
}

.woocommerce-checkout :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #fff;
	font-size: 0;
}

/* Order Details */

.woocommerce-checkout .order_details {
	list-style: none;
	margin: 0 0 3em 0;
	padding: 20px;
	background: rgba(67, 160, 71, 0.3);
	border: 1px solid #10a416;
}

.woocommerce-checkout .order_details.bacs_details {
	list-style: none;
	padding: 20px;
	background: #ffffff;
}

.woocommerce-checkout .shop_table.order_details {
	border: 1px solid #e3e3e3;
}

.woocommerce-checkout .shop_table.order_details td,
.woocommerce-checkout .shop_table.order_details th,
.woocommerce-checkout .customer_details td,
.woocommerce-checkout .customer_details th {
	border-bottom: none;
}

.woocommerce .cart-empty {
	padding: 10.256410256410256% 5.128205128205128%; /* 80 and 40 / 780 */
	text-align: center;
	font-size: 1.2em;
	font-weight: 300;
	color: #404040;
	font-family: 'Roboto', sans-serif;	
}

.empty-cart-card {
	margin-bottom: 40px;
}

.return-to-shop .button:before {
	font-family: "FontAwesome";
	content:"\f177";
	margin-right: 5px;
}

/* Demo Bar */

.demo_store {
	margin: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #FFF7C3;
	z-index: 999999999;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .8em;
}

/*--------------------------------------------------------------
12.3 Sensei
--------------------------------------------------------------*/

#main .course-container.card {
	padding: 5.128205128205128%; /* 40 / 780 */ 
}

.sensei #primary button,
.sensei #primary .button,
.sensei #primary a.button,
.sensei #primary input[type="submit"] {
	font-size: 15px;
	font-weight: normal;
	float: none;
	display: inline-block;
}

.sensei header h1 {
	margin-top: 0;
}

.course-container .archive-header h1 {
	border: none;
}

div:not(.card) .course-container:not(.all-lessons) .archive-header h1 {
	padding:0;
	position: relative;
	margin:0 0 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: none;
}

.send-message-button {
	float: none !important;
	display: inline-block !important;
	text-transform: capitalize !important;
}

	.send-message-button:before {
		content:"\f0e0";
		font-family: "FontAwesome";
		margin-right: 5px;
	}
	
#primary #main .course-container,
#primary #main .content-no-permissions > .course {
	border: none;
	margin: 0;
	padding: 0;
}

	#primary #main .course-container:not(:first-child) .archive-header {
		margin-top: 40px;
	}

#main-course .woo_card.card,
#sensei-search-results .woo_card,
#author-course-archive .woo_card,
#event-search-results .tribe_card,
.page-template-page-courses #primary.courses_page_template .course-container .woo_card.card {
	float: left;
	width: 47.435897435897434%; /* 370 / 780 */ 
	margin-right: 5.128205128205128%; /* 40 / 780 */ 
}

	#main-course .course_cat_archive_cards .woo_card.card:nth-child(2n),
	.courses_page_template #main-course .woo_card.card:nth-child(2n+2),
	#sensei-search-results .woo_card:nth-child(2n),
	#author-course-archive .woo_card:nth-child(2n),
	#event-search-results .tribe_card:nth-child(2n),
	.page-template-page-courses #primary.courses_page_template .course-container .woo_card.card:nth-child(2n)  {
		margin-right: 0;
	}
	.courses_page_template #main-course {
		padding-top: 40px !important;
	}
	
.course-price {
	color: #FFF;
	background-color:#43a047;
	padding:0 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

	.course-price del,
	.button del {
		margin-right: 5px;
		opacity: .5;
	}
	
	.course-price ins,
	.button ins {
		color:#FFFFFF;
		background-color:transparent;
		text-decoration: none;
	}
	
.course-price,
.course-lesson-count {
	margin-right: 10px;
}

.course-category .fa {
	margin-right: 5px;
}

.course-meta:empty {
	display: none;
}

#main .course .sensei-course-meta > span,
#main .course-container .sensei-course-meta > span,
#main .course .course-lessons .lesson p.lesson-meta span,
#main .course .module-lessons .lesson p.lesson-meta span,
#main .course-container .course-lessons .lesson p.lesson-meta span,
#main .course-container .module-lessons .lesson p.lesson-meta span {
	display: inline-block;
	padding-right: 15px;
	padding-left: 0;
}
	
	#main .course .sensei-course-meta > span:last-child,
	#main .course-container .sensei-course-meta > span:last-child,
	#main .course .course-lessons .lesson p.lesson-meta span:last-child,
	#main .course .module-lessons .lesson p.lesson-meta span:last-child,
	#main .course-container .course-lessons .lesson p.lesson-meta span:last-child,
	#main .course-container .module-lessons .lesson p.lesson-meta span:last-child {
		padding-right: 0;
	}

.woo-image-wrap .woo-image {
	margin: 0;
	width: 100%;
	height: auto;
	max-width: 100%;
}

.sensei-breadcrumb {
	/* 	Fallback */
	padding: 0;
	margin-bottom: 3.5em;	
}

	.sensei-breadcrumb.card {
		padding: 2.564102564102564% 5.128205128205128%; /* 20 and 40 / 780 */
		margin: 3.5em 0 20px;
	}
	
		.sensei-breadcrumb.card {
			padding: 1.9230769230769232% 3.8461538461538464%; /* 20 and 40 / 1040 */
			margin: 3.5em 0 20px;
		}

	.sensei-breadcrumb:before {
		content:"\f177";
		font-family: "FontAwesome";
	}
	
.sensei-message {
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
}

	.sensei-message p {
		display: inline-block;
	}
	
		.sensei-message p:last-child {
			margin-bottom: 0;
		}
		
.video {
	margin-bottom: 20px;
}

.page-template-page-courses-php #main > article > .entry-content,
.page-template-page-courses-php #main > article > .entry-content > p:first-child {
	margin: 0
}

#primary #main .course-container.all-lessons {
	margin-bottom: 3.5em;
}

#my-courses form#loginform input[type="text"],
#my-courses form#loginform input[type="password"] {
	width: 100%;
}

.skillfully_no_messages {
	text-align: center
}

	.skillfully_no_messages h3 {
		font-weight: 300;
		color: #404040;
		margin: 40px 0;
	}
	
.sensei-message.restricted-message {
	color: #A3A3A3;
	font-size: .9em;
	font-style: oblique;
	background-color: #373737 !important;
	margin: 0 0 30px !important;
}

	.sensei-message.restricted-message:before {
		color:#e73f3f !important;
		font-style: normal;
	}
	
	.sensei-message.restricted-message.restricted-course {
		margin: -5.714285714285714% -5.714285714285714% 5.714285714285714% !important; /* 40 / 700 */
		padding: 2.857142857142857% 5.714285714285714% !important; /* 20 and 40 / 700 */
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
	}

/* Courses */

article.course > .entry-title,
article.lesson > .entry-title {
	margin: -5.714285714285714% -5.714285714285714% 5.714285714285714%; /* 40 / 700 */
	padding: 5.714285714285714%;
}

	article.course .entry-title_wrap .entry-title,
	article.lesson .entry-title_wrap .entry-title {
		margin: 0;
	}

#main .course .course-lessons > header,
#main .course .module-lessons > header,
#main .course-container .course-lessons > header,
#main .course-container .module-lessons > header {
	margin: 0;
	padding: 0;
	border:none;
}

	#main .course .course-lessons > header h2,
	#main .course .module-lessons > header h2,
	#main .course-container .course-lessons > header h2,
	#main .course-container .module-lessons > header h2 {
		margin: 5.714285714285714% -5.714285714285714% 30px; /* 40 / 780 */
	}

	#main .course .course-lessons > header h2,
	#main .course .module-lessons > header h2,
	#main .course-container .course-lessons > header h2,
	#main .course-container .module-lessons > header h2,
	#main .course-container .module-lessons > header h1,
	.type-quiz header h1 {
		padding: 5.128205128205128%; /* 40 / 780 */	
	}
	
header h2:empty {
	display: none;
}
	
#main #main-course > .module-lessons header.archive-header,
.type-quiz header {
	margin: -5.714285714285714% -5.714285714285714% 5.714285714285714%; /* 40 / 700 */
}
	
.lesson .lesson-meta {
	margin-top: 5px;
}
	
.lesson-length .fa {
	position: relative;
	top: -.5px;
}

.lesson-author .avatar {
	height: 16px;
	width: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-right: 5px;
	display: inline-block;
	position: relative;
	top: 2px;
}


.contact-teacher .sensei form .form-row {
	padding: 0;
	margin-bottom: 15px;
}

.course-meta > form,
.course-meta > .status.register {
	background-color: #f9f9f9;
    display: block;
    margin: -5.714285714285714% -5.714285714285714% 2.857142857142857%; /* 40 and 20 / 700 */
	padding: 5.714285714285714%; /* 40 / 700 */
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}

#main .course .course-meta .course-start,
#main .course .course-meta .single_add_to_cart_button,
.course-meta > .status.register > a:first-child {
    font-size: 1.3em;
    letter-spacing: 2px;
    margin-top: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    display: block;
    white-space: normal;
}

.course-meta .single_add_to_cart_button {
	background-color: #43a047 !important;
}

.add-to-cart-login {
	display: block;
	margin: -2.142857142857143% 0 0; /* 15 / 700 */
	font-size: .8em;
	font-style: oblique;
	position: relative;
}
	
#main .course .course-meta .in-progress,
#main-course > .module-lessons > .in-progress {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0, .25);
	font-size: .6em;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 5px 10px;
}

article .course-meta .status.completed {
	font-size: .7em;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 10px 5.714285714285714%;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	width: 100%;
	margin: -5.714285714285714% -5.714285714285714% 2.857142857142857% !important; /* 40 and 20 / 700 */ 
}

article:not(.learner-info) > .course-completion-rate,
article:not(.learner-info) > .meter {
	display: none;
}

.course-completion-wrap {
	background-color: #f9f9f9;
    display: block;
    margin: 0;
    margin: -5.714285714285714% -5.714285714285714% 5.714285714285714%; /* 40 / 700 */ 
	padding: 2.857142857142857% 5.714285714285714% 3.571428571428571%; /* 20, 40, 25 / 700 */
}

	.course-completion-wrap .course-completion-rate {
		width: 100%;
		text-align: center;
		display: block;
		font-style: oblique;
	}

	.course-completion-wrap .meter {
		margin-bottom: 0 !important;
		display: block;
	}
	
	.meter > span {
		padding: 0 12px !important;
		font-weight: 300 !important;
	}
	
		.meter.red > span {
			background-color: #b52929;
		}
		
		.meter.orange > span {
			background-color: #EA7426;
		}
	
.status.in-progress::before {
	content:"" !important;
	display: none !important;
}

article.module:last-child {
	margin-bottom: 0 !important;
}

article.module .module-lessons ul {
	margin-bottom: 0 !important;
}

input.course-delete {
	color: #b52929 !important;
}

.course-archive-header {
	margin-bottom: 40px;
	padding: 2.564102564102564%; /* 20 / 780 */
	word-wrap: break-word;
}

	.course-archive-header h1 {
		margin: 0;
		text-align: center;
		font-weight: 300;
	}
	
#main .course-results-lessons article.course {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

	.course-results-lessons article h2 {
		font-size: 1.25em;
	}

/* Lessons */

#main .course-lessons article.lesson:last-child,
#main .module-lessons article.loop-lesson:last-child,
#main #active-courses article:last-child,
#main #completed-courses article:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#completed-courses .meter {
	margin-bottom: 0;
}

ul.answers label {
	margin: 0;
}

.quiz form ol#sensei-quiz-list {
	margin-bottom: 60px;
	padding-left: 20px;
}

.gapfill-answer {
	color: #828282;
	padding-left: 18px;
	border-left: 2px solid #9e9e9e;
}

input.gapfill-answer-gap {
	max-width: 50%;
	margin: 0 5px;
	height: 1.6em;
}

#lesson_complete {
	margin-bottom: 0;
}
	
	#lesson_complete .button,
	#lesson_complete input {
		float: left !important;
		margin: 15px 15px 0 0;
	}
	
	#lesson_complete > p {
		float: left;
		margin: 0;
	}
	
#lesson_complete #private_message {
	float: left;
	width: 100%;
	padding-top: 40px;
	margin-top: 40px;
	border-top: 1px solid #EFEFEF;
}
	
.lesson-tags {
	margin-bottom: 0;
}
	
/* Modules */

#main-course > .module-lessons .archive-header h1 {
	font-size: 3em;
	font-weight: 300;
}

.module-lessons .archive-description.module-description {
	border-bottom: 1px solid #e2e2e2;
	margin: 0 0 1.618em;
	padding: 0 0 2em;
}

.module header h2 {
	font-weight: 300;
	padding: 2.857142857142857%; /* 20 / 700 */ 
}

.module .module-description {
	padding: 2.857142857142857%; /* 20 / 700 */ 
}

.module .module-lessons > header {
	padding: 1.4285714285714285% 2.857142857142857% !important; /* 10 and 20 / 700 */
}

.module .module-lessons ul li a {
	padding: 10px 2.857142857142857% 10px calc(5.714285714285714% + 20px); /* 10 and 20 / 700 */ 
}

	.module .module-lessons ul li a::before {
		left: 2.857142857142857%;
		top: 12px;
	}

.module .module-status {
	background-color: rgba(0,0,0, .1) !important;
	font-size: .6em !important;
	position: relative !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 100%;
	left: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	padding: 5px 2.857142857142857% !important; /* 20 / 700 */ 
	top: -3px !important;
	margin-bottom: -4px !important;
	color: #404040 !important;
}



/* My Courses */

.my-messages-link:before {
	content:"\f0e0";
	font-family: "FontAwesome";
	margin-right: 5px;
}

#main #my-courses article {
	padding-bottom: 1.618em;
}
	
#my-courses article > a {
	display: none;
}

#my-courses.ui-tabs .ui-tabs-nav {
	padding: 0;
	margin: 0 0 10px !important;
	border-top: 1px solid #EFEFEF;
}

	#my-courses.ui-tabs .ui-tabs-nav li {
		margin: 0;
		top:0;
		width: 50%;
	}
	
		#my-courses.ui-tabs .ui-tabs-nav li a {
			-webkit-border-radius: 0 !important;
			-moz-border-radius: 0 !important;
			border-radius: 0 !important;
			font-size: 1em;
		    font-weight: 300;
		    padding: 20px 0;
		    width: 100%;
		    text-align: center;
		    text-transform: uppercase;
		    border-bottom-style: solid;
		    border-bomttom-width: 3px;
		    border-bottom-color: #F5F5F5;
		    background-color: transparent;
		    color:#A9A9A9;
		}
			
		#my-courses.ui-tabs .ui-tabs-nav li.ui-state-active a {
			background-color: transparent;
		}
	
#my-courses .meter {
	margin-bottom: 20px;
}
	
/* Learner Profile */

article.learner-info,
header.learner-info {
	overflow: visible;
}

	header.learner-info {
		margin-bottom: 3.5em;
	}

header.learner-info #learner-info .learner-content {
	margin: -5.714285714285714%;
}

	header.learner-info #learner-info .learner-content .user_desc {
		margin-top: 20px;
	}

#learner-info {
	position: relative;
}

	#learner-info .learner-avatar,
	.about_the_author-avatar {
		float: none;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		overflow: hidden;
		position: absolute;
		top: -60px; 
		left: 50%;
		margin: 0 0 0 -60px;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		width: 120px;
	}
	
	#learner-info .learner-content {
		width: 100%;
		float: none;
		text-align: center;
		padding: calc(5.714285714285714% + 40px) 5.714285714285714% 5.714285714285714%; /* 40 / 700 */
		margin: -5.714285714285714% -5.714285714285714% 40px; /* 40 / 700 */
		-moz-box-sizing:content-box;
		-webkit-box-sizing:content-box;
		box-sizing:content-box;
	}
	
		#learner-info .learner-content .description p {
			margin: 1.5em 0 0;
		}
		
	#learner-info .learner-content h2 {
		font-weight: 300;
		text-transform: uppercase;
		margin: 0;
	}

.learner-profile #learner-info .learner-content .description {
	display: none;
}
/* Messages */

.single-message-page header h1 {
	margin-top: 0;
	color: #CCCCCC;
}

/* Course Progress Widget */

.widget_sensei_course_progress header {
	padding-top: 0;
}
	
	.widget_sensei_course_progress header h3 {
	    margin-bottom: 0.618em !important;
	}

.widget_sensei_course_progress.widget {
	padding: 0;
	background-color: #FFF !important;
}

	.widget_sensei_course_progress.widget ul li::before {
		content: none;
	}
	
	.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson a,
	.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson span {
		background-color: #FFF;
		font-weight: 300;
		line-height: 1.65em;
	}
	
		.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson.current span {
			background-color: #FFF;
			border-top: 0;
		}

			.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson.current span,
			.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson.current span:before {
				color: #404040;
			}
	
.widget ul.course-progress-navigation {
	border-color: #DDD;
	border-style: solid;
	border-width: 1px 0;
	margin-bottom: 0;
}

	.widget ul.course-progress-navigation a:hover {
		color: #404040;
	}
	
.widget ul.course-progress-navigation li.prev,
.widget ul.course-progress-navigation li.next {
	display: inline-block;
	padding: 0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width: 50%;
}

/* Sensei Widgets */

.widget.widget_sensei_course_component ul,
.widget.widget_sensei_category_courses ul,
.widget.widget_sensei_lesson_component ul {
	margin-bottom: -15px;
}

	.widget.widget_sensei_course_component ul li:not(.my-account),
	.widget.widget_sensei_category_courses ul li:not(.my-account),
	.widget.widget_sensei_lesson_component ul li:not(.my-account) {
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		overflow: hidden;
		-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
		background-color:#FFF;
		padding: 20px !important;
		margin-bottom: 15px;
		font-size: .8em;
	}
	
		.widget.widget_sensei_course_component ul li:before,
		.widget.widget_sensei_category_courses ul li:before,
		.widget.widget_sensei_lesson_component ul li:before {
			content: none !important;
		}
		
		.widget.widget_sensei_course_component ul li img,
		.widget.widget_sensei_category_courses ul li img,
		.widget.widget_sensei_lesson_component ul li img {
			max-width: 115.38461538461537%; /* 300 / 260 */
			width: 115.38461538461537%; /* 300 / 260 */ 
			margin: -20px -20px 20px; /* 20 / 260 */ 
			padding: 0;
			border: none;
		}
		
			.widget.widget_sensei_course_component ul li:not(.my-account) > a,
			.widget.widget_sensei_category_courses ul li:not(.my-account) > a,
			.widget.widget_sensei_lesson_component ul li:not(.my-account) > a {
				font-weight: 700;
				text-transform: uppercase;
				letter-spacing: 1px;
				font-size: 1.3em;
				line-height: .9em;
			}

	.widget.widget_sensei_course_component ul li.my-account,
	.widget.widget_sensei_category_courses ul li.my-account,
	.widget.widget_sensei_lesson_component ul li.my-account {
		padding: 0;
		text-align: right;
	}
	
		.widget.widget_sensei_course_component ul li.my-account a.button,
		.widget.widget_sensei_category_courses ul li.my-account a.button,
		.widget.widget_sensei_lesson_component ul li.my-account a.button {
			width: 100%;
			float: none;
			text-align: center;
			display: block;
		}
		
		.widget.widget_sensei_course_component ul li.my-account a:not(.button):after,
		.widget.widget_sensei_category_courses ul li.my-account a:not(.button):after,
		.widget.widget_sensei_lesson_component ul li.my-account a:not(.button):after {
			content: "\f178";
			font-family: "FontAwesome";
			display: inline-block;
			margin-left: 5px;
		}
		
/* Category listings */

#course_cat_list {
	margin:-20px 0 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

	#course_cat_list ul {
		float: left;
		padding: 0;
		margin: 0 0 -5px -5px;
	}
	
		#course_cat_list ul li {
			float: left;
			list-style: none;
			margin-right: 5px;
		}
		
			#course_cat_list ul li:first-child {
				padding: 0 5px;
			}
		
			#course_cat_list ul li:last-child {
				margin-right: 0;
			}
			
			#course_cat_list ul li a {
				padding: 0 5px;
				color:#757575;
				margin-bottom: 4px;
				display: block;
				border-bottom: 2px solid transparent;
			}
			
			#course_cat_list ul li.current-cat a {
				border-bottom: none;
			}
			
	#course_cat_list.courses-overview-cat-list {
		padding: 1.9230769230769232% 2.564102564102564%; /* 15 and 20 / 780 */
		clear: both;
	}
	
	/* Sensei Course Filters */
	.sensei-course-filters {
		margin-bottom: 0;
		margin-top: 10px;
		float: left;
	}
	.sensei-course-filters li a {
		border: 1px solid #ddd;
		border-bottom: none;
	}
	.sensei-ordering .orderby {
		border-bottom: none !important;
		-webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
	}
	
		
/*--------------------------------------------------------------
12.4 Sensei Add Ons
--------------------------------------------------------------*/

.sensei-course-participants {
	font-size: .7em;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 10px 5.714285714285714%;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	width: 100%;
	margin: -5.714285714285714% -5.714285714285714% 5.714285714285714%; /* 40 / 700 */ 
	background-color: #3E3E3E; /* slightly lighter than .restricted-message */
	color:#a3a3a3;
}

input.certificates-submit {
	float: none;
	margin-top: 10px;
}
		
/*--------------------------------------------------------------
12.5 BuddyPress
--------------------------------------------------------------*/

/* Just some slight fixes */
		
#buddypress .dir-search input[type="search"],
#buddypress .dir-search input[type="text"],
#buddypress .groups-members-search input[type="search"],
#buddypress .groups-members-search input[type="text"],
#buddypress .standard-form input[type="color"],
#buddypress .standard-form input[type="date"],
#buddypress .standard-form input[type="datetime-local"],
#buddypress .standard-form input[type="datetime"],
#buddypress .standard-form input[type="email"],
#buddypress .standard-form input[type="month"],
#buddypress .standard-form input[type="number"],
#buddypress .standard-form input[type="password"],
#buddypress .standard-form input[type="range"],
#buddypress .standard-form input[type="search"],
#buddypress .standard-form input[type="tel"],
#buddypress .standard-form input[type="text"],
#buddypress .standard-form input[type="time"],
#buddypress .standard-form input[type="url"],
#buddypress .standard-form input[type="week"],
#buddypress .standard-form select,
#buddypress .standard-form textarea {
	background-color: transparent;
	border-left: none;
	border-right:none;
	border-top: none;
	padding: 0;
}

#buddypress .comment-reply-link, #buddypress a.button, #buddypress button, #buddypress div.generic-button a, #buddypress input[type="button"], #buddypress input[type="reset"], #buddypress input[type="submit"], #buddypress ul.button-nav li a, a.bp-title-button {
    background: inherit;
    border: 1px solid #ccc;
    color: #777;
    cursor: pointer;
    font-size: small;
    outline: 0 none;
    padding: 4px 10px;
    text-align: center;
    text-decoration: none;
}

/*--------------------------------------------------------------
13.0 Theme Options
--------------------------------------------------------------*/

#of_is_required {
	text-align: center;
	padding: 10px;
	background-color: #C60A0A;
	color:#FFF;
	z-index: 1;
	position: relative;
}

	#of_is_required a {
		color: #ffffff;
		text-decoration: underline;
	}

.content_right #sidebar {
	float: left;
}

.content_right #primary {
	float: right;
}

.about_the_author {
	margin: 7em 0 3.5em;
	position: relative;
	text-align: center;
	overflow: visible;
	padding: calc(5.714285714285714% + 40px) 5.714285714285714% 5.714285714285714%; /* 40 / 700 */
}

	.about_the_author .author_title {
		font-weight: 300;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin-top: 0;
	}

.course.card .about_the_author {
	background-color: #F2F2F2;
	margin: 7em -5.714285714285714% -5.714285714285714% -5.714285714285714%;
}

.course_by {
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#939393;
	font-size: .8em;
}

/*--------------------------------------------------------------
14.0 Responsiveness
--------------------------------------------------------------*/

/* Media for anything larger than 768px, mostly no-sidebar layouts */
@media
only screen and (min-width: 768px) {
	
	.no-sidebar > .card,
	.no-sidebar #main > .card,
	.no-sidebar #main-course > .module-lessons,
	#tribe-events-pg-template .card {
		padding: 3.508771929824561%; /* 40 / 1140 */ 
	}

	.no-sidebar .entry-title_wrap {
		margin: -3.773584905660377% -3.773584905660377% 3.773584905660377%; /* 40 / 1060 */
	}
		
		.no-sidebar .entry-title_wrap > .entry-title {
			padding: 3.508771929824561%; /* 40 / 1140 */ 
		}
		
			.no-sidebar .entry-title_wrap.featured_image_title > .entry-title {
				padding: 25.64102564102564% 3.508771929824561% 3.508771929824561%; /* 40 / 1140 */ 
			}
			
		.no-sidebar	.entry-title_wrap.module_header {
			margin-top: 3.773584905660377% !important;
		}

	#main .no-sidebar .course-container.card {
		padding: 3.508771929824561%; /* 40 / 1140 */ 
	}

	.no-sidebar .sensei-message.restricted-message.restricted-course {
		margin: -3.773584905660377% -3.773584905660377% 3.773584905660377% !important; /* 40 / 1060 */
		padding: 1.8867924528301886% 3.773584905660377% !important; /* 20 and 40 / 1060 */
	}

	.no-sidebar article.course > .entry-title,
	.no-sidebar article.lesson > .entry-title {
		margin: -3.773584905660377% -3.773584905660377% 3.773584905660377%; /* 40 / 1060 */
		padding: 3.773584905660377%; /* 40 / 1060 */
	}

	.no-sidebar #main .course .course-lessons > header h2,
	.no-sidebar #main .course .module-lessons > header h2,
	.no-sidebar #main .course-container .course-lessons > header h2,
	.no-sidebar #main .course-container .module-lessons > header h2 {
		margin: 3.773584905660377% -3.773584905660377% 30px; /* 40 / 1060 */
	}
	
		.no-sidebar #main .course .course-lessons > header h2,
		.no-sidebar #main .course .module-lessons > header h2,
		.no-sidebar #main .course-container .course-lessons > header h2,
		.no-sidebar #main .course-container .module-lessons > header h2,
		.no-sidebar #main .course-container .module-lessons > header h1,
		.no-sidebar #main.type-quiz header h1 {
			padding: 3.773584905660377%; /* 40 / 1060 */	
		}

	.no-sidebar #main #main-course > .module-lessons header.archive-header,
	.no-sidebar .type-quiz header {
		margin: -3.773584905660377% -3.773584905660377% 3.773584905660377%; /* 40 / 1060 */
	}

	.no-sidebar .course-meta > form,
	.no-sidebar .course-meta > .status.register {
		margin: -3.773584905660377% -3.773584905660377% 1.8867924528301886%; /* 40 / 1060 */
		padding: 3.773584905660377%; /* 40 / 1060 */
	}
	
	.no-sidebar .add-to-cart-login {
		margin: -1.4150943396226415% 0 0; /* 15 / 1060 */
	}

	.no-sidebar .course-completion-wrap {
		margin: -3.773584905660377% -3.773584905660377% 3.773584905660377%; /* 40 / 1060 */
		padding: 1.8867924528301886% 3.773584905660377% 2.358490566037736%; /*  20, 40, 25 / 1060 */
	}

	.no-sidebar .course.card .about_the_author {
		margin: 7em -3.773584905660377% -3.773584905660377%; /* 40 / 1060 */
		padding: calc(3.773584905660377% + 40px) 3.773584905660377% 3.773584905660377%; /* 40 / 1060 */
	}
	
	.no-sidebar #main-course .woo_card.card,
	.no-sidebar #main-course .course_cat_archive_cards .woo_card.card:nth-child(2n) {
		width: 23.026315789473684%; /* 262.5 / 1140 */ 
		margin-right: 2.631578947368421%; /* 30 / 1140 */
		margin-bottom: 2.631578947368421%; /* 30 / 1140 */	
	}
	
		.no-sidebar #main-course:not(.course_cat_archive) .woo_card.card:nth-child(4n),
		.no-sidebar #main-course.course_cat_archive .woo_card.card:nth-child(4n) {
			margin-right: 0;
		}
		
		.no-sidebar #main-course:not(.course_cat_archive) .woo_card.card:nth-child(5n),
		.no-sidebar #main-course.course_cat_archive .woo_card.card:nth-child(4n+1) {
			clear:both;
		}
		
	.no-sidebar #learner-info .learner-content {
		padding: calc(3.773584905660377% + 40px) 3.773584905660377% 3.773584905660377%; /* 40 / 700 */
		margin: -3.773584905660377% -3.773584905660377% 40px; /* 40 / 1060 */
	}
	
		.no-sidebar header.learner-info #learner-info .learner-content {
			margin: -3.773584905660377%; /* 40 / 1060 */
		}
		
	.no-sidebar article .course-meta .status.completed,
	.no-sidebar article .sensei-course-participants {
		margin: -3.773584905660377% -3.773584905660377% 3.773584905660377% !important; /* 40 / 1060 */
		padding-left: 3.773584905660377%;
		padding-right: 3.773584905660377%;
	}
	
	.no-sidebar .woocommerce-message {
		padding: 1.8867924528301886%; /* 20 / 1060 */ 
	}
		
}

/* Media for anything with a min width of 0 and max width of 1023px. Portrait iPad and larger mobile devices */
@media
only screen and (min-width: 0) and (max-width: 1023px) {
	
	#primary {
		width: 100%;
		float: left;
	}
	
	#sidebar {
		width: 100%;
		float: left;
		clear: both;
		margin: 60px -20px -120px;
		padding: 60px 20px;
		-moz-box-sizing:content-box;
		-webkit-box-sizing:content-box;
		box-sizing:content-box;
		background-color: #FFF;
	}

	/* Footer */

	.footer_widget_count4 .footer_widget {
	    width: 48.214285714285715%;
	    margin-right: 2.6785714285714284%;
	}

		.footer_widget_count4 .footer_widget:nth-child(2n) {
			margin-right: 0;
		}
		
	/* Home */
	
	#home_events .box_card,
	.latest_post {
		width: 100% !important;
	}
	
	#latest_boxes .course_card {
		width: 47.39583333333333%; /* 364 / 768 */ 
		margin: 0 5.2083333333333336% 5.2083333333333336% 0; /* 40 / 768 */ 
	}
	
		#latest_boxes .course_card:nth-child(2n) {
			margin-right: 0;
		}
		
		#latest_boxes .course_card:last-child,
		#latest_boxes .course_card:nth-last-child(2) {
			margin-bottom: 0;
		}
	
	#mid_cta .container {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	#mid_cta_image,
	#mid_cta_content {
		width: 100%;
		position: relative;
		float: left;
		padding: 0;
	}
	
	#mid_cta_image {
		margin: 60px 0 -60px -20px;
		width: calc(100% + 40px);
		background-image:none;
	}
	
		#mid_cta_image img {
			width: 100%;
			height: auto;
			display: block;
		}

    .tribe-events-loop .tribe-events-event-meta,.tribe-events-list .time-details {
        background: none;
        padding: 0;
        border: none;
    }
    
    #tribe-events-pg-template .type-tribe_events.card {
        padding: 30px;
    }
    
    .tribe-events-sub-nav li a {
		padding: 8px 15px !important;
		margin-bottom: 0 !important;
    }
    
    /* Posts */

	.post.has_read_more {
		padding-bottom: 25%; /* 80 / 320 */ 
	}
	
		.post.has_read_more .card_action {
			padding: 5.128205128205128% !important; /* 40 / 780 */ 
		}
	
	
	/* WooCommerce */
	 .woocommerce.single-product .summary {
	 		width: 48% !important;
	 		float: right !important;
	 }
	 .woocommerce.single-product .images {
	 		width: 48% !important;
	 		float: left !important;
	 }
	 
	 /* Learner Profile */
	 #learner-info .learner-avatar,
	 .about_the_author-avatar {
		 margin-left: -50px;
		 width: 100px;
		 top:-50px;
	 }

}

/* Media for anything smaller than 782px - This is when the Mobile WP Admin Bar kicks in */
@media
only screen and (min-width: 0) and (max-width: 782px) {

	.admin-bar #nav_wrap {
		top:46px;
	}
	
	.col-2 {
		width: 100%;
		clear: both;
		margin-bottom: 30px;
	}
	
	.is_login_page #customer_login .col-1,
	.is_login_page #customer_login .col-2 {
		max-width: 100%;
		margin-right: 0;
	}
	
	.is_login_page #customer_login .col-2 {
		margin-bottom: 0;
		margin-top: 20px;
	}
	
	/* Events Cal */
	
	#tribe-events-pg-template {
		padding: 0;
	}
	
	#tribe-events-pg-template .tribe-events-event-meta .column,
	#tribe-events-pg-template .tribe-events-event-meta .tribe-events-meta-group {
		padding: 0;
	}
	
	.single-tribe_events .tribe-events-venue-map {
		width: 100%;
	}
	
	.single-tribe_events .tribe-events-schedule {
		background-color: transparent;
		padding: 0;
		border: none;
	}
	
	.single-tribe_events .tribe-events-schedule .tribe-events-cost,
	.single-tribe_events .tribe-events-schedule h3 {
		display: inline-block;
		font-size: inherit;
		line-height: 1.4em;
	}
	
	.single-tribe_events .tribe-events-schedule h3 {
		font-weight: 700;
	}
	
}

/* Media for anything smaller than 768px */
@media
only screen and (min-width: 0) and (max-width: 768px) {
	
	.tribe-events-list h2.tribe-events-list-event-title.has_cost,
	.tribe-events-map-event-title.has_cost {
		width: 100%;
		float: none;
	}
	.no-sidebar #main-course:not(.course_cat_archive) .woo_card.card:nth-child(2n),
		.no-sidebar #main-course.course_cat_archive .woo_card.card:nth-child(4n) {
			margin-right: 0;
		}
		
		.no-sidebar #main-course:not(.course_cat_archive) .woo_card.card:nth-child(3n),
		.no-sidebar #main-course.course_cat_archive .woo_card.card:nth-child(4n+1) {
			clear:both;
		}
	
}

/* Media for anything smaller than 767px */
@media
only screen and (min-width: 0) and (max-width: 767px) {
	
	.container {
		padding: 10.16949152542373% 20px; /* 120 / 1180 */ 
	}
	
	/* Products Page/Grid */
	
	.woo-wrap .products .box_card:nth-child(4n + 1) {
		clear: none;
	}
	
	.woo-wrap .products .box_card {
		width: 100%;
	}
	
	#primary,
	#sidebar {
		width: 100%;
		float: none;
	}
	
	.site-branding {
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
	}
	
	#open_menu {
		position: relative;
		left: 0;
	}
	
	.the_logo,
	.site-title {
	    width: 100%;
	    text-align: center;
	}
	
	#logo {
		margin: auto;
	}
	
	.woocommerce.single-product .onsale {
		position: relative;
		width: 100%;
		margin-bottom: 20px;
		top:0;
	}
	
	.woocommerce.single-product .images,
	.woocommerce.single-product .summary {
		float: none !important;
		width: 100% !important;
		margin: 0 0 40px;
	}
	
	/* Woo Cart */
	
	.woocommerce-cart .shop_table td.actions .coupon {
		width: 100% !important;
		float: left !important;
	}
	
	.woocommerce-cart .shop_table td.actions .coupon input#coupon_code,
	.woocommerce-cart .shop_table td.actions .coupon input.apply_coupon {
		width: 48% !important;
	}
	
	.woocommerce-cart .shop_table td.actions input[name="update_cart"].button {
		width: 100% !important;
		clear: both;
		margin: 3em 0 0 0;
		float: right !important;
	}
	
	.woocommerce-cart .cart_totals {
		width: 100% !important;
	}
	
	/* Navigation */
	
	#secondary-navigation {
		margin-left: 0;
	}
	
	#menu-search {
		display: none;
	}
	
	#mobile-search {
		display: block;
	}
	
	.paged_navigation,
	.woocommerce-pagination {
		font-size: 1em;
	}
	
		.paged_navigation ul li,
		.woocommerce-pagination ul li {
			padding: 0;
		}

	/* Footer */

	#footer_widgets .footer_widget {
	    width: 	46.936114732724904% !important; /* 360 / 767 */ 
	    margin-right: 6.1277705345501955% !important; /* 47 / 767 */
	}
	
		#footer_widgets.footer_widget_count1 .footer_widget,
		#footer_widgets.footer_widget_count3.first_widget_wide .footer_widget:first-child {
			width: 100% !important;
			margin-right:0 !important;
		}

		#footer_widgets .footer_widget:nth-child(2n),
		#footer_widgets.footer_widget_count3.first_widget_wide .footer_widget:nth-child(2n + 3) {
			margin-right: 0 !important;
		}
		
		#footer_widgets.footer_widget_count3.first_widget_wide .footer_widget:nth-child(2n + 2) {
			margin-right: 6.1277705345501955% !important; /* 47 / 767 */
		} 
	
	/* Home */
	
	#featured_boxes .box_card {
		width: 100%;
	}
	
	#latest_boxes .course_card {
		width: 100%;
		margin: 0 0 5.2083333333333336% 0 !important; /* 40 / 768 */ 
	}
	
		#latest_boxes .course_card:last-child {
			margin: 0 !important;
		}
		
	#home_events .home_header h2 {
		width: 100%;
		margin: 40px 0 10px;
		float:none;
	}
	
	#home_events .home_header .button {
		margin: 0 auto 20px;
		float: none;
		display: inline-block;
	}
	
	/* Courses */
	
	/* Header Menu */
	
	.mobile_menu_bump #logo_wrap {
		padding-bottom: 30px;
	}
	
	#header_menu_toggle {
		display: block;
	}
	
	#header-navigation {
		display: none;
		padding: 25px 0 15px;
		overflow: hidden;
		width: 100%;
	}
	
	#header-navigation > div {
		float:left;
		position: relative;
		left:50%;
	}
	
		#header_nav #header-navigation > div > ul {
			float:left !important;
			position: relative;
			right:50%;
			left: auto !important;
		}
	
		#header_nav #header-navigation ul,
		#header_nav #header-navigation li {
			width: auto;
			float: none;
			text-align: center;
			position: relative !important;
			opacity: 1 !important;
			display: block;
			-webkit-box-shadow: none !important;
			-moz-box-shadow: none !important;
			box-shadow: none !important;
			left: 0 !important;
			top:inherit;
			margin: 0;
		}
		
}

/* Media for anything smaller than 500px */
@media
only screen and (min-width: 0) and (max-width: 500px) {

	/* Home */

	#footer_widgets .footer_widget {
	    width: 100% !important;
	    margin-right:0 !important;
	}
	
	/* Archives */
	
	.course-archive-header {
		font-size: .6em;
	}
	
	/* Testimonials */
	
	#testimonials .quote {
		width: 100%;
		margin: 0 0 80px;
		text-align: center;
	}	
	
		#testimonials .quote:last-child {
			margin-bottom: 0;
		}
	
	#testimonials blockquote:after {
		left: 50%;
	}
	
	#testimonials .avatar-link,
	#testimonials .quote > .avatar {
		width: 70px;
		float: none;
		margin: auto;
		display: block;
		margin-bottom: 10px;
	}
	
	#testimonials cite {
		text-align: center;
		margin: 0;
		width: 100%;
	}
	
	/* Courses */
	
	#main .course .course-meta .course-start {
	    font-size: 1.1em;
	    letter-spacing: 0;
	}
	
	#main .course .course-meta .in-progress {
		width: 100%;
		text-align: center;
	}
	
	article.course > .entry-title,
	article.lesson > .entry-title {
		padding-top: calc(5.714285714285714% + 25px); /* 40 / 700 */
	}
	
	article .course-meta .status.completed {
		margin-bottom: 5.714285714285714% !important;
	}
	
	/* Course Cards */
	
	#main-course .woo_card.card,
	#sensei-search-results .woo_card,
	#author-course-archive .woo_card,
	#event-search-results .tribe_card {
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 20px !important;
	}
	
	/* Login */
	
	.is_login_page #customer_login .col-1,
	.is_login_page #customer_login .col-2 {
		padding: 7.8125%; /* 25 / 320 */
	}
	
	/* Learner Profile */
	
	#learner-info .learner-avatar,
	.about_the_author-avatar {
		margin-left: -40px;
		width: 80px;
		top: -40px;
	}
	
	#my-courses.ui-tabs .ui-tabs-nav li a {
		font-size: .7em;
		padding: 15px 0;
	}

	
	/* Prev/Next Navs */
	
	#post-entries > div,
	#post-entries > div > a,
	.post-navigation .nav-next,
	.post-navigation .nav-previous,
	.post-navigation .nav-next a,
	.post-navigation .nav-previous a,
	.tribe-events-sub-nav > li,
	.tribe-events-sub-nav > li a {
		width: 100% !important;
		max-width: 100% !important;
	}
	
	/* Specific Button Tweaks */
	
	.button.send-message-button,
	.lesson-meta header .button {
		width: 100% !important;
		margin-right: 0 !important;
	}
	
	/* Comments */
	
	.comment-body > footer,
	.comment-body > div {
		padding-left: 0;
	}
	
	.comment-body .avatar,
	.comment_container .avatar {
		display: none;
	}
	
	/* WooCommerce */
	
	#product-search-results .box_card,
	.results-meta .woocommerce-result-count,
	.woocommerce-ordering {
		width: 100%;
		margin:0 0 20px;
		display: block;
	}
	
	/* Events Cal */
	
	.tribe-events-back {
		margin-top: 0;
	}
	
	.tribe-events-single ul.tribe-related-events li {
		width: 100% !important;
		margin: 0 0 20px !important;
	}
	
	.woocommerce.add-to-cart button {
		width: 100% !important;
	}
	
	.single-tribe_events #tribe-events-content div.cart td,
	.single-tribe_events #tribe-events-content form.cart td {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	.single-tribe_events #tribe-events-content div.cart td.woocommerce,
	.single-tribe_events #tribe-events-content form.cart td.woocommerce {
		width: 50%;
		padding-right: 5%;
	}
	
	.single-tribe_events #tribe-events-content div.cart td.tickets_name,
	.single-tribe_events #tribe-events-content form.cart td.tickets_name {
		width: 50%;
		padding-right: 0;
		padding-left: 5%;
	}
	
	.single-tribe_events #tribe-events-content div.cart td.tickets_price,
	.single-tribe_events #tribe-events-content form.cart td.tickets_price,
	.single-tribe_events #tribe-events-content div.cart td.tickets_description,
	.single-tribe_events #tribe-events-content form.cart td.tickets_description {
		width: 100%;
		padding-right: 0;
	}
	
	.tribe-events-event-meta .time-details, 
	.tribe-events-event-meta .tribe-events-venue-details {
		line-height: 1.5;
	}
	
	.event_half_image,
	.event_half_info {
		float: none;
		position: relative;
		width: 100%;
		margin: 0;
	}
	
	.event_half_image img {
		display: block;
	}
	
}

/* Media for anything smaller than 320px - iPhone Portait and smaller */
@media
only screen and (min-width: 0) and (max-width: 320px) {

	/* Posts */
	
	.post.has_read_more {
		padding-bottom: 25%; /* 80 / 320 */ 
	}
	
}


/*
*
* Accordion
*/

h2.resp-accordion {
    border-top: 1px solid #c1c1c1 !important;
    color: #000 !important;
    font-weight: bolder !important;
    font-family: 'NokioBold',sans-serif !important; 
}	

.page-id-1318 #sidebar, .page-id-1334 #sidebar, .page-id-1422 #sidebar{
display:none!important;
}
.page-id-1318 #primary, .page-id-1334 #primary, .page-id-1422 #primary{
width:100%!important;
}