/*
Theme Name: Pro Coach
Author: Razor Edge Media
Version: 3.1.5
*/
/*
============================================================
	?0 Contents:
============================================================
	Use finder tool to search for section keys
	Eg: ?6 will take you to the Navigation Section 

	1 - Initial Styles
		1.1 - Screen Reader Text
	2 - Form Fields General Styles
	3 - Clearfix
	4 - Basic Structure
	5 - Header
	6 - Navigation
	7 - Content
		7.1 - Entry Header
		7.2 - Entry Meta
		7.3 - Entry Content
		7.4 - Page links
		7.5 - Mediaelements
		7.6 - WordPress Galleries
		7.7 - Attachments
		7.8 - Post/Paging Navigation
		7.9 - Author Bio
		7.10 - Archives
		7.11 - Search Results/No posts
		7.12 - 404
		7.13 - Comments
			7.13.1 - Comment form
		7.14 - Multisite
	8 - REM Image Hover
	9 - REM Posts Loop
	10 - REM Cols
	11 - REM Mega Menu
	12 - REM User Guide/Change Log
	13 - REM Strike
	14 - REM Custom/Repeatable Classes
	15 - REM Contact Form 7
	16 - Sidebar
		16.1 - Widgets
			16.1.1 - Search widget
			16.1.2 - RSS Widget
			16.1.3 - Calendar Widget
	17 - REM Footer
	18 - REM Woocommerce
	19 - REM Video
	20 - REM Content Serve
	21 - REM Content Tabs
	22 - REM Accordian
	23 - Responsive Queries
	24 - Print
============================================================
============================================================*/

/* ----------------------------------------------------------------------------*\
| ?1 ----------------------------- Initial Styles ------------------------------|
\*-----------------------------------------------------------------------------*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	-moz-hyphens:none;
	-ms-hyphens:none;
	-webkit-hyphens: none;
	hyphens:none;
	word-break:keep-all;
}

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

audio,
canvas,
video {
	display: inline-block;
}

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

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: Lato, Helvetica, sans-serif;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
	overflow-x:hidden;
}

a {
	color: #E64D2B;
	text-decoration: none;
	transition: color 0.5s;
}

a:visited {
	color: #E64D2B;
}

a:focus {
	outline: 0;
}

a:active,
a:hover {
	color: #1f1f1f;
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: Lato, Georgia, serif;
	font-weight: 400;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: Lato, monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}
pre {
	background: #3a3a3a;
	color: #ECDC16;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white.space: pre;
	white.space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

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

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

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

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white.space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

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

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

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

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

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border.spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

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

hr {
	border:0;
	clear:both;
	display:block;
	padding:0;
	margin:0;
}

/* WP - Not to use during development */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}
/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* ------------------------------------------------------------------------*\
| ?1.1 ---------------------- Screen Reader Text ---------------------|
\*-------------------------------------------------------------------------*/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	margin:0;
	position: absolute !important;
}

.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-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* --------------------------------------------------------------------------------*\
| ?2 --------------------- Form Fields General Styles ------------------------|
\*---------------------------------------------------------------------------------*/

button,
input,
textarea {
	border: 2px solid #003020;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background-color: #cb9914;
	border: none;
	color: #fff;
	cursor:pointer;
	display: inline-block;
	padding: 14px 26px 14px;
	text-decoration: none;
	transition:all 0.3s;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background-color:rgba(0,0,0,0.8);
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background-color:rgba(0,0,0,1);
	border: none;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*--------------------------------------------*\
| ?3 --------------- Clear Fix ----------------|
\*---------------------------------------------*/
.rem-group:before,
.rem-group:after {
    content: "";
    display: table;
} 
.rem-group:after {
    clear: both;
}
.rem-group {
    zoom: 1; /* For IE 6/7 */
}

/* ------------------------------------------------------------------------*\
| ?4 ------------------------- Basic Structure ---------------------------|
\*-------------------------------------------------------------------------*/

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

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

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}

.site {
	background-color: #efefef;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.site-main {
	position: relative;
	transition:all 0.3s;
}

/* --------------------------------------------------------------------------------*\
| ?5 -------------------------------- Header -------------------------------------|
\*---------------------------------------------------------------------------------*/

.site-header {
	background-color:#003221;
	position: relative;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px Lato, Helvetica, sans-serif;
	margin: 0;
}
.site-header .home-link {
	display: block;
	margin: 0 auto;
	max-width: 300px;
	padding: 10px;
	text-decoration: none;
	width: 100%;
}
#rem-site-logo {
	display:block;
	margin:0 auto;
	overflow:hidden;
	padding:0;
}
#rem-site-logo img {
	display:block;
	width: 50%;
    margin: 0 auto;
}
#rem-site-logo h1 {
	color:#ffffff;
	display:block;
	font-size: 40px;
	margin:0;
	text-align:center;
	width:100%;
}

/* --------------------------------------------------------------------------------*\
| ?6 ------------------------------ Navigation -----------------------------------|
\*---------------------------------------------------------------------------------*/

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 100%;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	border: 0;
	margin: 0;
	padding: 0;
}
.nav-menu {
	text-align:center;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #fff;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
	transition:all 0.3s;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	color: #003221;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color:transparent;
	border: 0;
	border-bottom: 0;
	display:block;
	height: 0;
	left: -2px;
	overflow:hidden;
	padding:0 2% 0 2%;
	position: absolute;
	text-align: left;
	transition:all 0.3s;
	width: auto;
	z-index: 99999;
}
ul.nav-menu ul a:hover, .nav-menu ul ul a:hover {
	color: #CF9D1A;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	font-size: 15px;
	margin: 0;
	padding:10px 20px;
	width: 200px;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	background-color:#1f1f1f;
	border-bottom: 3px solid #CF9D1A;
	height:auto;
	overflow: visible;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: transparent;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #fff;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	background-color: #cf9d1a;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 3%;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 1px;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}

/* ---------------------------------------------------------------------------------*\
| ?7 -------------------------------- Content -------------------------------------|
\*----------------------------------------------------------------------------------*/

 .rem-widget-title a {
	color:#ffffff;
	font-size:24px;
 }
.hentry {
	margin:0;
	padding:0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	padding:0;
	width: 100%;
}

/* ------------------------------------------------------------------------*\
| ?7.1 ----------------------  Entry Header-----------------------------|
\*-------------------------------------------------------------------------*/

.entry-header {
	background-color:#1f1f1f;
	padding:20px 3%;
	text-align:center;
}

.entry-title {
	color:#ffffff;
	font-weight: normal;
	margin: 0 0 5px 0;
}
.entry-title a {
	color: #ffffff;
}

.entry-title a:hover {
	color: #E64D2B;
}

/* ------------------------------------------------------------------------*\
| ?7.2 -----------------------  Entry Meta -------------------------------|
\*-------------------------------------------------------------------------*/

.entry-meta {
	clear: both;
	font-size: 14px;
	margin: 0 0 5px 0;
}

.entry-meta a {
	color: #E64D2B;
	display: inline !important;
}

.entry-meta a:hover {
	color: #ffffff;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.entry-meta .tags-links {
	display:none;
}
.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}

/* ------------------------------------------------------------------------*\
| ?7.3 ----------------------  Entry Content-----------------------------|
\*-------------------------------------------------------------------------*/

.entry-thumbnail {
	max-height:450px;
	overflow:hidden;
	position:relative;
	width:100%;
}
.entry-thumbnail img {
	display: block;
	margin: 0;
	width:100%;
}

.entry-content a,
.comment-content a {
	color: #E64D2B;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #1f1f1f;
}

.entry-content .more-link {
	white.space: nowrap;
}

.entry-content blockquote {
	background-image: url('images/quote-trans.png');
	background-origin:padding-box;
	background-repeat:no-repeat;
	margin:20px;
	padding:10px 30px;
	font-size: 24px;
}
.entry-content blockquote p {
	margin:0;
}
.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left:0;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: 0;
}

footer.entry-meta {
	margin:0;
	padding: 10px 3%;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* ------------------------------------------------------------------------*\
| ?7.4 ------------------------ Page Links -------------------------------|
\*-------------------------------------------------------------------------*/

.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* ------------------------------------------------------------------------*\
| ?7.5 ---------------------- Mediaelements ---------------------------|
\*-------------------------------------------------------------------------*/

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.entry-content h3 {
	margin-top:0;
}

/* ------------------------------------------------------------------------*\
| ?7.6 -------------------- WordPress Galleries -----------------------|
\*-------------------------------------------------------------------------*/

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* ------------------------------------------------------------------------*\
| ?7.7 ----------------------- Attachments -----------------------------|
\*-------------------------------------------------------------------------*/

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	color:#efefef;
	margin-bottom: 0;
	max-width: 100%;
	padding: 30px 3%;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 30px Lato, Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/* ---------------------------------------------------------------------------------*\
| ?7.8 --------------------- Post/Paging Navigation ---------------------------|
\*----------------------------------------------------------------------------------*/
.post-navigation #rem-pagination {
	padding: 0;
}
.paging-navigation {}

.post-navigation {
	background-color:#3a3a3a;
	clear:both;
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
	padding: 20px 3%;
}
.post-navigation #rem-pagination  #rem-prev-posts-link a,
.post-navigation #rem-pagination  #rem-next-posts-link a {
	background-color:rgba(100,100,100, 1);
}
.post-navigation #rem-pagination  #rem-prev-posts-link a:hover,
.post-navigation #rem-pagination  #rem-next-posts-link a:hover {
	background-color:rgba(100,100,100, 0.7);
}

/* -------------------------------------------------------------------*\
| ?7.9 --------------------- Author Bio ---------------------------|
\*--------------------------------------------------------------------*/

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px Lato, Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}

/* -------------------------------------------------------------------*\
| ?7.10 ----------------------- Archives ----------------------------|
\*--------------------------------------------------------------------*/

.archive-header {
	background-color: #FF5A40;
    color: #ffffff;
    margin: 0;
	padding: 10px 20px;
}

.archive-title,
.archive-meta {
	font: 300 40px Lato, Helvetica, sans-serif;
	margin: 0;
	max-width: 1040px;
	padding:0;
	width: 100%;
}
.archive-title span,
.archive-meta span {
	font-weight: 400;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

/* ------------------------------------------------------------------------------------*\
| ?7.11 --------------------- Search Results/No posts ---------------------------|
\*-------------------------------------------------------------------------------------*/

.page-header {    
	background-color: #FF5A40;
    color: #ffffff;
    margin: 0 0 20px 0;
	padding: 10px 20px;
}

.page-header .page-title {
	font: 300 40px Lato, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}


.page-title {
	font: 300 30px Lato, Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 100%;
	padding: 20px;
	width: 100%;
}



/* ----------------------------------------------------------*\
| ?7.12 --------------------- 404 ---------------------------|
\*-----------------------------------------------------------*/

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: rgb(255, 237, 233);
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: auto;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #E64D2B;
}

.error404 .page-header,
.error404 .page-content {
	color: #fff;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

/* -------------------------------------------------------------------*\
| ?7.13 --------------------- Comments ---------------------------|
\*--------------------------------------------------------------------*/
 #comments {
	 background-color: #FFDCCF;
	 clear:both;
 }
.comments-area .comments-title, .comments-area .comment-list  {
	margin:0;
	padding:20px 3%;
} 
.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 100%;
}

.comments-title {
	background-color:#F9EBE6;
	font: 300 28px Lato, Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	background-color: rgba(255,255,255,0.2);
	border-left: 5px solid rgb(255, 195, 173);
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 20px;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* ------------------------------------------------------------------------------------*\
| ?7.13.1 ------------------------- Comment Form --------------------------------|
\*-------------------------------------------------------------------------------------*/

.comment-respond {
	background-color: #F9EBE6;
	padding: 20px 3%;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 28px Lato, Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

/* ------------------------------------------------------------------------*\
| ?7.14 ------------------------- Multisite -------------------------------|
\*-------------------------------------------------------------------------*/

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}

/*-----------------------------------------------------------*\
| ?8 --------------- REM Image Hover -------------------|
\*-----------------------------------------------------------*/

.rem-img-hover {
	display:block;
}
.rem-img-hover.light {
	color:#1f1f1f;
}
.rem-img-hover.dark {
	color:#ffffff;
}
.rem-img-hover.light:hover a {
	background-color:rgba(255,255,255,0.7); 
}
.rem-img-hover.dark:hover a {
	background-color:rgba(0, 73, 49,0.7);
}
.rem-img-hover h1,
.rem-img-hover h2,
.rem-img-hover h3,
.rem-img-hover h4,
.rem-img-hover h5,
.rem-img-hover h6 {
	font-size: 30px;  
	font-weight: 300;
	opacity:0;
	margin:0;
	padding:5px 10px;
	pointer-events:none;
	text-align: center;
	transition:all 0.3s;
	z-index:20 !important;
}
.rem-img-hover.light h1,
.rem-img-hover.light h2,
.rem-img-hover.light h3,
.rem-img-hover.light h4,
.rem-img-hover.light h5,
.rem-img-hover.light h6 {  
	color:#1f1f1f;
}
.rem-img-hover.dark h1,
.rem-img-hover.dark h2,
.rem-img-hover.dark h3,
.rem-img-hover.dark h4,
.rem-img-hover.dark h5,
.rem-img-hover.dark h6 {
	color:#ffffff;
}
.rem-img-hover:hover h1,
.rem-img-hover:hover h2,
.rem-img-hover:hover h3,
.rem-img-hover:hover h4,
.rem-img-hover:hover h5,
.rem-img-hover:hover h6,
.rem-img-hover:hover .rem-img-hover-content {
	opacity:1;
}
.rem-img-hover a {
	background-color:transparent;
	transition:all 0.3s;
	z-index:15;
}
.rem-img-hover img {
	display:block;
}
.rem-img-hover .rem-img-hover-content {
	font-weight: 300;
	opacity:0;
	margin:0;
	padding:5px 10px;
	pointer-events:none;
	text-align: center;
	transition:all 0.3s;
	z-index:20 !important;
}
.rem-img-hover .rem-img-hover-content h1,
.rem-img-hover .rem-img-hover-content h2,
.rem-img-hover .rem-img-hover-content h3,
.rem-img-hover .rem-img-hover-content h4,
.rem-img-hover .rem-img-hover-content h5,
.rem-img-hover .rem-img-hover-content h6 {
	background-color:transparent;
}
.rem-img-hover .rem-img-hover-content a {
	background-color:transparent !important;
	color: #e94d1d;
}
.rem-img-hover.dark .rem-img-hover-content a:hover {
	color: #ffffff;
}
.rem-img-hover.light .rem-img-hover-content a:hover {
	color: #1f1f1f;
}

/*---------------------------------------------------------------------*\
| ?9 --------------------- REM Posts Loop -------------------------|
\*---------------------------------------------------------------------*/

#rem-filters {
	padding:0 0 20px 0;
}
.blog #rem-filters form {
	text-align:right;
}
.blog #rem-filters form #rem-order,
.blog #rem-filters form #rem-category {
	display:inline-block;
	margin-left:10px;
}
#rem-filters form #rem-category {
	text-align:right;
}
#rem-filters form #rem-order {
	text-align:left;
}
#rem-filters form #rem-show {
	text-align:center;
}
#rem-pagination  #rem-prev-posts-link {
	text-align:left;
}
#rem-pagination  #rem-next-posts-link {
	text-align:right;
}
#rem-pagination {
	padding:20px 0;
}
#rem-pagination  #rem-prev-posts-link,
#rem-pagination  #rem-next-posts-link {
	min-height:1px;
}
#rem-pagination  #rem-prev-posts-link a,
#rem-pagination  #rem-next-posts-link a {
	background-color:rgba(60,60,60, 1);
	color:#ffffff;
	display:inline-block;
	padding:10px 20px;
	transition:all 0.3s;
}
#rem-pagination  #rem-prev-posts-link a:hover,
#rem-pagination  #rem-next-posts-link a:hover {
	background-color:rgba(60,60,60, 0.7);
}

.rem-post-list {
	background:transparent no-repeat scroll center center;
	background-size:cover;
	margin:0 0 20px 0;
	padding:20px;
}
.rem-post-list-underlay {
	transition:all 0.3s;
}
.rem-post-list:hover .rem-post-list-underlay {
    background-color:rgba(0,0,0,0.5);
}
.rem-post-list-content {
	background-color:rgba(255,255,255,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	color:#1f1f1f;
	min-height:250px !important;
	padding:20px;
	position: relative;
}

/*-----------------------------------------------------------*\
| ?10 ------------------- REM Cols ------------------------|
\*-----------------------------------------------------------*/

.blog .rem-feature {
	display:none;
}
.col-last {
	margin-right:0 !important;
}
.col-center {
	float:none !important;
	margin:0 auto !important;
}
.sp {
	margin-right:1%;
	margin-bottom: 20px;
}
.nrb.sp {
	margin-right:1% !important;
}
.nrb.sp.col-last {
	margin-right:0 !important;
}
.col-half,
.col-third,
.col-fourth,
.col-fifth,
.col-two-fifth,
.col-three-fifth,
.col-four-fifth,
.col-two-third,
.col-three-fourth,
.col-sixth,
.col-five-sixth,
.col-seventh,
.col-two-seventh,
.col-three-seventh,
.col-four-seventh,
.col-five-seventh,
.col-six-seventh,
.col-eighth,
.col-three-eighth,
.col-five-eighth,
.col-seven-eighth {
	float:left;
	min-height:1px;
	overflow:hidden;
	transition:all 0.3s;
}

.col-half a,
.col-third a,
.col-fourth a,
.col-fifth a,
.col-two-fifth a,
.col-three-fifth a,
.col-four-fifth a,
.col-two-third a,
.col-three-fourth a,
.col-sixth a,
.col-five-sixth a,
.col-seventh a,
.col-two-seventh a,
.col-three-seventh a,
.col-four-seventh a,
.col-five-seventh a,
.col-six-seventh a,
.col-eighth a,
.col-three-eighth a,
.col-five-eighth a,
.col-seven-eighth a {
	display:block;
}
.col-half p a,
.col-third p a,
.col-fourth p a,
.col-fifth p a,
.col-two-fifth p a,
.col-three-fifth p a,
.col-four-fifth p a,
.col-two-third p a,
.col-three-fourth p a,
.col-sixth p a,
.col-five-sixth p a,
.col-seventh p a,
.col-two-seventh p a,
.col-three-seventh p a,
.col-four-seventh p a,
.col-five-seventh p a,
.col-six-seventh p a,
.col-eighth p a,
.col-three-eighth p a,
.col-five-eighth p a,
.col-seven-eighth p a {
	display:inline-block;
}
.col-half.nrb,
.col-third.nrb,
.col-fourth.nrb,
.col-fifth.nrb,
.col-two-fifth.nrb,
.col-three-fifth.nrb,
.col-four-fifth.nrb,
.col-two-third.nrb,
.col-three-fourth.nrb,
.col-sixth.nrb,
.col-five-sixth.nrb,
.col-seventh.nrb,
.col-two-seventh.nrb,
.col-three-seventh.nrb,
.col-four-seventh.nrb,
.col-five-seventh.nrb,
.col-six-seventh.nrb,
.col-eighth.nrb,
.col-three-eighth.nrb,
.col-five-eighth.nrb,
.col-seven-eighth.nrb,
.rem-cf7-wrap .col-half.nrb,
.rem-cf7-wrap .col-third.nrb,
.rem-cf7-wrap .col-fourth.nrb,
.rem-cf7-wrap .col-fifth.nrb,
.rem-cf7-wrap .col-two-fifth.nrb,
.rem-cf7-wrap .col-three-fifth.nrb,
.rem-cf7-wrap .col-four-fifth.nrb,
.rem-cf7-wrap .col-two-third.nrb,
.rem-cf7-wrap .col-three-fourth.nrb,
.rem-cf7-wrap .col-sixth.nrb,
.rem-cf7-wrap .col-five-sixth.nrb,
.rem-cf7-wrap .col-seventh.nrb,
.rem-cf7-wrap .col-two-seventh.nrb,
.rem-cf7-wrap .col-three-seventh.nrb,
.rem-cf7-wrap .col-four-seventh.nrb,
.rem-cf7-wrap .col-five-seventh.nrb,
.rem-cf7-wrap .col-six-seventh.nrb,
.rem-cf7-wrap .col-eighth.nrb,
.rem-cf7-wrap .col-three-eighth.nrb,
.rem-cf7-wrap .col-five-eighth.nrb,
.rem-cf7-wrap .col-seven-eighth.nrb {
	clear:none !important;
	float:left !important;
	margin:0;
}
.col-full {
	clear:both;
	margin:0;
	max-width:100%;
	width:100%;
}

.col-half,
.col-half.nrb,
.rem-cf7-wrap .col-half.nrb {
	max-width:50%;
	width:50%;
}

.col-third,
.col-third.nrb,
.rem-cf7-wrap .col-third.nrb {
	max-width:33.3%;
	width:33.3%;
}
.col-two-third,
.col-two-third.nrb,
.rem-cf7-wrap .col-two-third.nrb {
	max-width:66.6%;
	width:66.6%;
}


.col-fourth,
.col-fourth.nrb,
.rem-cf7-wrap .col-fourth.nrb {
	max-width:25%;
	width:25%;
}
.col-three-fourth,
.col-three-fourth.nrb,
.rem-cf7-wrap .col-three-fourth.nrb {
	max-width:75%;
	width:75%;
}

.col-fifth,
.col-fifth.nrb,
.rem-cf7-wrap .col-fifth.nrb {
	max-width:20%;
	width:20%;
}
.col-two-fifth,
.col-two-fifth.nrb,
.rem-cf7-wrap .col-two-fifth.nrb {
	max-width:40%;
	width:40%;
}
.col-three-fifth,
.col-three-fifth.nrb,
.rem-cf7-wrap .col-three-fifth.nrb {
	max-width:60%;
	width:60%;
}
.col-four-fifth,
.col-four-fifth.nrb,
.rem-cf7-wrap .col-four-fifth.nrb {
	max-width:80%;
	width:80%;
}

.col-sixth,
.col-sixth.nrb,
.rem-cf7-wrap .col-sixth.nrb {
	max-width:16.6%;
	width:16.6%;
}
.col-five-sixth,
.col-five-sixth.nrb,
.rem-cf7-wrap .col-five-sixth.nrb {
	max-width:83.3%;
	width:83.3%;
}

.col-seventh,
.col-seventh.nrb,
.rem-cf7-wrap .col-seventh.nrb {
	max-width:14.25%;
	width:14.25%;
}
.col-two-seventh,
.col-two-seventh.nrb,
.rem-cf7-wrap .col-two-seventh.nrb {
	max-width:28.5%;
	width:28.5%;
}
.col-three-seventh,
.col-three-seventh.nrb,
.rem-cf7-wrap .col-three-seventh.nrb {
	max-width:42.75%;
	width:42.75%;
}
.col-four-seventh,
.col-four-seventh.nrb,
.rem-cf7-wrap .col-four-seventh.nrb {
	max-width:57%;
	width:57%;
}
.col-five-seventh,
.col-five-seventh.nrb,
.rem-cf7-wrap .col-five-seventh.nrb {
	max-width:71.25%;
	width:71.25%;
}
.col-six-seventh,
.col-six-seventh.nrb,
.rem-cf7-wrap .col-seventh.nrb {
	max-width:85.5%;
	width:85.5%;
}

.col-eighth,
.col-eighth.nrb,
.rem-cf7-wrap .col-eighth.nrb {
	max-width:12.5%;
	width:12.5%;
}
.col-three-eighth,
.col-three-eighth.nrb,
.rem-cf7-wrap .col-three-eighth.nrb {
	max-width:37.5%;
	width:37.5%;
}
.col-five-eighth,
.col-five-eighth.nrb,
.rem-cf7-wrap .col-five-eighth.nrb {
	max-width:62.5%;
	width:62.5%;
}
.col-seven-eighth,
.col-seven-eighth.nrb,
.rem-cf7-wrap .col-eighth.nrb {
	max-width:87.5%;
	width:87.5%;
}

.col-half.sp,
.col-half.sp.nrb,
.rem-cf7-wrap .col-half.sp.nrb {
	max-width:49.5%;
	width:49.5%;
}

.col-third.sp,
.col-third.sp.nrb,
.rem-cf7-wrap .col-third.sp.nrb {
	max-width:32.6%;
	width:32.6%;
}
.col-two-third.sp,
.col-two-third.sp.nrb,
.rem-cf7-wrap .col-two-third.sp.nrb {
	max-width:66.2%;
	width:66.2%;
}

.col-fourth.sp,
.col-fourth.sp.nrb,
.rem-cf7-wrap .col-fourth.sp.nrb {
	max-width:24.25%;
	width:24.25%;
}
.col-three-fourth.sp,
.col-three-fourth.sp.nrb,
.rem-cf7-wrap .col-three-fourth.sp.nrb {
	max-width:74.7%;
	width:74.7%;
}

.col-fifth.sp,
.col-fifth.sp.nrb,
.rem-cf7-wrap .col-fifth.sp.nrb {
	max-width:19.2%;
	width:19.2%;
}
.col-two-fifth.sp,
.col-two-fifth.sp.nrb,
.rem-cf7-wrap .col-two-fifth.sp.nrb {
	max-width:39.4%;
	width:39.4%;
}
.col-three-fifth.sp,
.col-three-fifth.sp.nrb,
.rem-cf7-wrap .col-three-fifth.sp.nrb {
	max-width:59.6%;
	width:59.6%;
}
.col-four-fifth.sp,
.col-four-fifth.sp.nrb,
.rem-cf7-wrap .col-four-fifth.sp.nrb {
	max-width:79.8%;
	width:79.8%;
}

.col-sixth.sp,
.col-sixth.sp.nrb,
.rem-cf7-wrap .col-sixth.sp.nrb {
	max-width:15.83%;
	width:15.83%;
}
.col-five-sixth.sp,
.col-five-sixth.sp.nrb,
.rem-cf7-wrap .col-five-sixth.sp.nrb {
	max-width:83.15%;
	width:83.15%;
}

.col-seventh.sp,
.col-seventh.sp.nrb,
.rem-cf7-wrap .col-seventh.sp.nrb {
	max-width:13.4%;
	width:13.4%;
}
.col-two-seventh.sp,
.col-two-seventh.sp.nrb,
.rem-cf7-wrap .col-two-seventh.sp.nrb {
	max-width:27.8%;
	width:27.8%;
}
.col-three-seventh.sp,
.col-three-seventh.sp.nrb,
.rem-cf7-wrap .col-three-seventh.sp.nrb {
	max-width:42.2%;
	width:42.2%;
}
.col-four-seventh.sp,
.col-four-seventh.sp.nrb,
.rem-cf7-wrap .col-four-seventh.sp.nrb {
	max-width:56.6%;
	width:56.6%;
}
.col-five-seventh.sp,
.col-five-seventh.sp.nrb,
.rem-cf7-wrap .col-five-seventh.sp.nrb {
	max-width:71%;
	width:71%;
}
.col-six-seventh.sp,
.col-six-seventh.nrb.sp,
.rem-cf7-wrap .col-seventh.sp.nrb {
	max-width:85.4%;
	width:85.4%;
}

.col-eighth.sp,
.col-eighth.sp.nrb,
.rem-cf7-wrap .col-eighth.sp.nrb {
	max-width:11.6%;
	width:11.6%;
}
.col-three-eighth.sp,
.col-three-eighth.sp.nrb,
.rem-cf7-wrap .col-three-eighth.sp.nrb {
	max-width:36.8%;
	width:36.8%;
}
.col-five-eighth.sp,
.col-five-eighth.sp.nrb,
.rem-cf7-wrap .col-five-eighth.sp.nrb {
	max-width:62%;
	width:62%;
}
.col-seven-eighth.sp,
.col-seven-eighth.sp.nrb,
.rem-cf7-wrap .col-eighth.sp.nrb {
	max-width:87.2%;
	width:87.2%;
}

.rem-cf7-wrap .col-half.nrb,
.rem-cf7-wrap .col-third.nrb,
.rem-cf7-wrap .col-fourth.nrb,
.rem-cf7-wrap .col-fifth.nrb,
.rem-cf7-wrap .col-two-fifth.nrb,
.rem-cf7-wrap .col-three-fifth.nrb,
.rem-cf7-wrap .col-four-fifth.nrb,
.rem-cf7-wrap .col-two-third.nrb,
.rem-cf7-wrap .col-three-fourth.nrb,
.rem-cf7-wrap .col-sixth.nrb,
.rem-cf7-wrap .col-five-sixth.nrb,
.rem-cf7-wrap .col-seventh.nrb,
.rem-cf7-wrap .col-two-seventh.nrb,
.rem-cf7-wrap .col-three-seventh.nrb,
.rem-cf7-wrap .col-four-seventh.nrb,
.rem-cf7-wrap .col-five-seventh.nrb,
.rem-cf7-wrap .col-six-seventh.nrb,
.rem-cf7-wrap .col-eighth.nrb,
.rem-cf7-wrap .col-three-eighth.nrb,
.rem-cf7-wrap .col-five-eighth.nrb,
.rem-cf7-wrap .col-seven-eighth.nrb,
.rem-cf7-wrap .col-half.sp.nrb,
.rem-cf7-wrap .col-third.sp.nrb,
.rem-cf7-wrap .col-fourth.sp.nrb,
.rem-cf7-wrap .col-fifth.sp.nrb,
.rem-cf7-wrap .col-two-fifth.sp.nrb,
.rem-cf7-wrap .col-three-fifth.sp.nrb,
.rem-cf7-wrap .col-four-fifth.sp.nrb,
.rem-cf7-wrap .col-two-third.sp.nrb,
.rem-cf7-wrap .col-three-fourth.sp.nrb,
.rem-cf7-wrap .col-sixth.sp.nrb,
.rem-cf7-wrap .col-five-sixth.sp.nrb,
.rem-cf7-wrap .col-seventh.sp.nrb,
.rem-cf7-wrap .col-two-seventh.sp.nrb,
.rem-cf7-wrap .col-three-seventh.sp.nrb,
.rem-cf7-wrap .col-four-seventh.sp.nrb,
.rem-cf7-wrap .col-five-seventh.sp.nrb,
.rem-cf7-wrap .col-six-seventh.sp.nrb,
.rem-cf7-wrap .col-eighth.sp.nrb,
.rem-cf7-wrap .col-three-eighth.sp.nrb,
.rem-cf7-wrap .col-five-eighth.sp.nrb,
.rem-cf7-wrap .col-seven-eighth.sp {
	margin-bottom:10px;
}
.loop-col-sp {
	margin-bottom:20px;
}

/*-------------------------------------------------------------------------- *\
| ?11 ---------------------- REM Mega Menu ----------------------------|
\*-------------------------------------------------------------------------- */

#site-navigation .nav-menu .rem-mega-menu .level-one-menu, 
#site-navigation .nav-menu .rem-mega-menu .level-one-menu .level-one-item,
#site-navigation .nav-menu .rem-mega-menu .level-one-menu .level-one-item a,
#site-navigation .nav-menu .rem-mega-menu .level-one-menu .level-one-item .level-two-menu,
#site-navigation .nav-menu .rem-mega-menu .level-one-menu .level-one-item .level-two-menu .level-two-item,
#site-navigation .nav-menu .rem-mega-menu .level-one-menu .level-one-item .level-two-menu .level-two-item a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background:none;
}
#site-navigation .nav-menu .rem-mega-menu {
	display:inline-block;
	position:static;
	text-align:left;
}
#site-navigation .nav-menu .rem-mega-menu .level-one-menu {
	background-color:transparent;
	border-bottom: 0;
	clip:auto;
	display:block;
	height:0;
	left:0;
	min-width:96%;
	overflow:hidden;
	padding:0 2% 0 2%;
	width:100%;
	z-index:9999999;
	transition:all 0.3s;
}
#site-navigation .nav-menu .rem-mega-menu:hover .level-one-menu {
	background-color:#1f1f1f;
	border-bottom: 3px solid #dc5528;
	height:auto;
	padding:20px 3%;
}
#site-navigation .nav-menu .rem-mega-menu .level-one-menu .level-one-item {
	position:static;
}
#site-navigation .nav-menu .rem-mega-menu .level-one-menu .level-one-item a {
	border-bottom:1px dotted #ffffff;
	color:#ffffff;
	display:block;
	font-size:20px;
	font-weight:400;
	padding: 10px 10px 10px 0;
	pointer-events:none;
	width:100%;
}
#site-navigation .nav-menu .rem-mega-menu .level-one-menu .level-one-item .level-two-menu {
	border:0;
	display:block;
	float: none;
	height:auto;
    left: auto;
	margin-top:10px;
	padding:0;
    position: relative;
    top: auto;
    width: 100%;
}
#site-navigation .nav-menu .rem-mega-menu .level-one-menu .level-one-item .level-two-menu .level-two-item {
	display:block;
	float: none;
    width: 100%;
}
#site-navigation .nav-menu .rem-mega-menu .level-one-menu .level-one-item .level-two-menu .level-two-item a {
	border:0;
	font-size:16px;
	font-weight:normal;
	padding:5px 10px 5px 0;
	pointer-events:all;
	width:100%;
}
#site-navigation .nav-menu .rem-mega-menu .level-one-menu .level-one-item .level-two-menu .level-two-item a:hover {
	color:#dc5528;
}

/*-------------------------------------------------------------------------------------*\
| ?12 -------------------- REM User Guide / Change Log -----------------------|
\*-------------------------------------------------------------------------------------*/

/* User Guide */

#rem-user-guide {}
#rem-user-guide a img {
	opacity:1;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
#rem-user-guide a img:hover {
	opacity:0.7;
}
#rem-user-guide .output {
	background-color:#efefef;
	border: 10px solid #666666;
	margin-bottom:20px;
	padding:5px 20px;
}
#rem-user-guide .heading {
    background-color: #E94D1D;
    color: #fff;
	font-size:30px;
    padding: 20px 0;
	text-align: center;
}
#rem-user-guide .box {
	background-color:#3a3a3a;
	border:10px solid #1f1f1f;
}
#rem-user-guide #heading {
    background-color: #1DA0E9;
    color: #fff;
	font-size:30px;
    padding: 20px 0;
	text-align: center;
}

/* Change Log */

#rem-change-log {}
#rem-change-log .rem-accordian .active.rem-accordian-item .rem-accordian-content {
	padding:0 !important;
}
#rem-change-log .heading-critical,
#rem-change-log .heading-major,
#rem-change-log .heading-minor {    
	color: #fff;
	font-weight:300;
    margin: 0;
    text-align: center;
}
#rem-change-log .active > .heading-critical,
#rem-change-log .active > .heading-major {
	color: #1f1f1f !important;
}
#rem-change-log .active > .heading-minor {
	color: #CE3838 !important;
}
#rem-change-log .heading-critical {    
    background-color: #CE3838;
    padding: 20px;
}
#rem-change-log .heading-major{
    background-color: #E94D1D;
    padding: 10px;
}    
#rem-change-log .heading-minor {
    background-color: #3a3a3a;
    padding: 10px;
}    
#rem-change-log .change-log {
	padding: 0;
}
#rem-change-log .change-log ul {
	list-style:none;
	margin:0;
	padding: 20px;
}
#rem-change-log .change-log li {
	background-color: #ffffff;
    border-radius: 5px;
	color:#1f1f1f;
	margin:0 0 10px 0;
	padding: 5px;
}
#rem-change-log .change-log li span {
	background-color:#666666;
	border-radius:3px;
	color:#ffffff;
	display: inline-block;
	margin:0 10px 0 0;
	padding:5px 10px;
}
#rem-change-log .change-log li span.added {
	background-color:#62C34F;
}
#rem-change-log .change-log li span.major,
#rem-change-log .change-log li span.fixed {
	background-color:#E94D1D;
}
#rem-change-log .change-log li span.critical,
#rem-change-log .change-log li span.removed {
	background-color:#CE3838;
}
#rem-change-log .change-log li span.updated {
	background-color:#3399D2;
}

/* Contents */

#rem-contents {
	background:#E94D1D url('http://www.razoredge-media.co.uk/resources/plus.png') no-repeat scroll center center;
	background-size:40px;
	cursor:pointer;
	height:50px;
	right:-50px;
	position:fixed;
	top:50px;
	width:50px;
	transition:all 0.3s;
	z-index:40;
}
#rem-contents.active {
	min-width:50px;
	right:0;
	width:auto;
}
#rem-contents ul {
	height:0px;
	margin-top:50px;
	opacity:0;
	overflow:hidden;
	width:0px;
	transition:all 0.3s, opacity 0.7s 0.5s;
}
#rem-contents ul.show {
	background-color:#3a3a3a;
	color:#ffffff;
	list-style:none;
	height:auto;
	opacity:1;
	overflow:hidden;
	padding:10px 20px;
	width:250px;
}
#rem-contents ul.show a {
	color:#ffffff;
}
#rem-contents ul.show a:hover {
	color:#E94D1D;
}

/*-----------------------------------------------------------------*\
| ?13 --------------------- REM Strike ---------------------------|
\*-----------------------------------------------------------------*/

.rem-strike {
	display:inline-block;
	margin:0 auto;
	padding:20px;
	position:relative;
	z-index:10;
}
.rem-strike a {
	color:#ffffff;
	display:inline-block !important;
	transition:all 0.3s;
}
.rem-strike a:hover {
	color:#1f1f1f;
}
.rem-strike-container {
	margin:20px 0;
	position:relative;
	text-align:center;
}
.rem-strike-left,
.rem-strike-right {
	border-top:1px solid #6b806a;
	height:0;
	position:absolute;
	top:50%;
	transition:all 0.3s;
	width:100%;
	z-index:5;
}
.rem-strike-left {
	left:0;
}
.rem-strike-right {
	right:0;
}

/*------------------------------------------------------------------------------------------*\
| ?14 ------------------- REM Custom/Repeatable Classes -------------------------|
\*------------------------------------------------------------------------------------------*/
.rem-square,
.rem-landscape,
.rem-landscape-short,
.rem-portrait,
.rem-full-height,
.rem-full-overlay,
.rem-full-underlay {
	transition: all 0.3s;
}
.rotate {
	transition:transform 0.5s;
}
.rotate:hover {
	transform:rotate(20deg);
}
#rem-social-global {
	background-color:#111111;
	text-align:center;
}
.no-padding .rem-social {
	padding:0 !important;
}
.rem-social {
	display:block;
	max-width:100%;
	padding:10px 3%;
	width:100%;
}
.rem-social a {
	display:inline-block;
	height:32px;
	margin: 0 5px;
	opacity:1;
	transition: all 0.5s;
	width:32px;
}
.rem-social a:hover {
	opacity:0.8;
	transform:rotate(45deg);
}
.rem-social a img {
	width:100%;
}
#screen-width {
	background-color:rgba(0,0,0,0.8);
	color:#ffffff;
	font-size:16px;
	padding:10px 20px;
	position:fixed;
	right:10px;
	top:42px;
	z-index:9999999;
}
.rem-bg-img {
	display:block;
	height:auto;
	transition:all 0.3s;
	width:100%;
}
.rem-bg-content {
	left:0;
	position:absolute;
	top:0;
	width:100%
}
.rem-first-word span {
	color:#ff0000;
}
.rem-center,
.rem-horizontal-center,
.rem-vert-center {
	left:auto;
	max-width:100%;
	position:absolute !important;
	top:auto;
	transition:all 0.3s;
	z-index:5;
}
.rem-center-njs,
.rem-horizontal-center-njs,
.rem-vert-center-njs {
	bottom:0;
	left:0;
	margin:auto;
	max-width:100%;
	position:absolute !important;
	right:0;
	top:0;
	transition:all 0.3s;
	z-index:5;
}
.rem-horizontal-center-njs {
	bottom:auto;
	left:0;
	right:0;
	top:auto;
}
.rem-vert-center-njs {
	bottom:0;
	left:0;
	right:auto;
	top:0;
}
.section,
.section-tc,
.section-btt,
.section-full,
.rem-feature {
	max-width:100%;
	min-height:100vh;
	padding:20px 3%;
	position:relative;
	transition:height 0.3s;
	width:100%;
}
.section-tc,
.section-btt {
	padding:120px 3%;
}
.section {
	min-height:auto;
	min-height:initial;
}
.rem-feature {
	min-height:400px;
	padding:0;
}
.rem-bgr {
	background-attachment:scroll;
	background-repeat:repeat;
}
.rem-bg {
	background-attachment:scroll;
	background-position:50% 0;
	background-repeat:no-repeat;
	background-size:cover;
}
.rem-bgfix {
	background-attachment:fixed;
	background-position:50% 0;
	background-repeat:no-repeat;
	background-size:cover;
}
.rem-bg-contain {
	background-attachment:scroll;
	background-position:50% 0;
	background-repeat:no-repeat;
	background-size:contain;
}
#rem-to-content,
.rem-to-content {
	bottom: 20px;
    display: block;
    height: 70px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.3s;
    width: auto;
    z-index: 99;
}
#rem-to-content:hover,
.rem-to-content:hover {
	opacity:0.7;
}
#rem-to-content img,
.rem-to-content img {
	display:block;
	margin:0 auto;
	width:auto;
}
#rem-to-content h3,
.rem-to-content h3 {
	color:#ffffff;
	margin:0 auto 5px auto;
	text-transform:uppercase;
	transition:all 0.3s;
}
.section-btt #rem-to-content h3,
.section-btt .rem-to-content h3{
	margin:5px auto 0 auto;
}
.dark#rem-to-content h3,
.dark .rem-to-content h3 {
	color:#1f1f1f;
}
.rem-content-wrapper {
	margin:0 auto;
	max-width:1920px;
	position:relative;
	width:100%;
}
.rem-hidden {
	display:none;
}
.rem-clear {
	clear:both;
}
.tres {}
.lowercase {
	text-transform:lowercase;
}
.uppercase {
	text-transform:uppercase;
}
.tleft {
	text-align:left;
}
.tright {
	text-align:right;
} 
.tcenter {
	text-align:center;
}
.tjust {
	text-align:justify; 
}
.pagebutton a {
	width: 100%;
	color: #fff;
	background-color: #003020;
	padding: 20px;
	text-align: center;
}
.pagebutton a:hover {
	color:#CF9D1A;
}
.pagebutton p {
	width: 100%;
	color: #fff;
	background-color: #003020;
	padding: 20px;
	margin: 0;
	text-align: center;
}
.instructarticles a:hover {
	color: #fff;
}
.footerfeature {
	background-image: url(images/lower-feature.jpg);
	width:100%;
}
#footer {
	background-color: #003221;
	background-image: url(images/greenbanner.png);
}
#footerlinks a {
	color: #fff;
}
#footerlinks a:hover {
	color: #cf9d1a;
}
#contactpf.rem-cf7-wrap {
	width: 100%;
}
#lessonfees {
	border: none;
	width: 45%;
	font-size: 16px;
}
#lessonfees td {
	border: none;
}
.articlelink a {
	color: #003020;
}
.articlelink img {
	width:35%;
}
.menuimg img {
	width: 90%;
}
/*--------------------------------------------------------------------------*\
| ?15 ------------------- REM Contact Form 7 --------------------------|
\*--------------------------------------------------------------------------*/

.rem-cf7-wrap {
	max-width:100%;
	position:relative;
	width:100%;
}
.rem-cf7-wrap .ajax-loader {
	display:block;
}
.rem-cf7-wrap input,  
.rem-cf7-wrap select,  
.rem-cf7-wrap textarea {
	background-color:#cccccc;
	border:0;
	margin-bottom:10px;
	width:100%;
}
.rem-cf7-wrap input:focus,  
.rem-cf7-wrap select:focus,  
.rem-cf7-wrap textarea:focus {
	border:0;
	outline:0;
}
.rem-cf7-wrap textarea {
	max-height:100px;
}
.rem-cf7-submit {
}
.rem-cf7-captcha-float .rem-cf7-captcha-img {
	width:84px !important;
}
.rem-cf7-captcha-img {
	margin-bottom:10px;
}
.rem-cf7-wrap button,
.rem-cf7-wrap input[type="submit"], 
.rem-cf7-wrap input[type="button"], 
.rem-cf7-wrap input[type="reset"] {
	background-color:#003020;
    	color: #ffffff;
	width:auto;
}
.rem-cf7-wrap button:hover,
.rem-cf7-wrap input[type="submit"]:hover, 
.rem-cf7-wrap input[type="button"]:hover, 
.rem-cf7-wrap input[type="reset"]:hover {
	background-color:#3a3a3a;
}
#footercontact {
	background-color: rgba(0, 73, 49, 0.6);
	padding: 20px;
	margin: 0 auto;
}
#footercontact button,
#footercontact input[type="submit"], 
#footercontact input[type="button"], 
#footercontact input[type="reset"] {
	background-color: #cc9914;
}
#footercontact input,
#footercontact select,
#footercontact textarea {
	background-color: #003020;
	text-align: center;
	color: #fff;
}
#footercontact input [type="submit"] {
	margin: 0 auto;
}
#footercontact input::-webkit-input-placeholder,
#footercontact textarea::-webkit-input-placeholder {
	color: #fff;
}

#footercontact input:-moz-placeholder,
#footercontact textarea:-moz-placeholder {
	color: #fff;
}

#footercontact input::-moz-placeholder,
#footercontact textarea::-moz-placeholder {
	color: #fff;
}

#footercontact input:-ms-input-placeholder,
#footercontact textarea:-ms-input-placeholder {
	color: #fff;
}

/*-----------------------------------------------------------------*\
| ?16 ---------------------- Sidebar -----------------------------|
\*-----------------------------------------------------------------*/

#sidebar {
	padding:20px;
}

/*-----------------------------------------------------------------------*\
| ?16.1 ---------------------- Widgets --------------------------------|
\*-----------------------------------------------------------------------*/

.rem-sidebar-widget {
	background-color: #efefef;
	margin-bottom:20px;
    padding: 10px;
    position: relative;
}
.rem-sidebar-widget a {
	color:#1f1f1f;
	display:inline;
	display:initial;
}
.rem-sidebar-widget p {
	font-size: 20px;
    font-weight: 300;
}
.rem-sidebar-widget a:hover {
	color:#4e4e4e;
}
.rem-sidebar-widget .rem-widget-title {
	background-color: #FF5A40;
    color: #ffffff;
    font: 300 22px Lato, Helvetica, sans-serif;
    margin: 0;
    padding: 5px 10px;
}
.widget {
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 0;
	word-wrap: break-word;
}

.widget .widget-title {
	font: 300 20px Lato, Helvetica, sans-serif;
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #ea9629;
}

/*------------------------------------------------------------------------------------*\
| ?16.1.1 ---------------------- Search Widget -----------------------------------|
\*------------------------------------------------------------------------------------*/

.search-form .search-submit {
}
.search-form {
}

/*------------------------------------------------------------------------------*\
| ?16.1.2 ---------------------- RSS Widget ---------------------------------|
\*------------------------------------------------------------------------------*/

.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/*--------------------------------------------------------------------------------------*\
| ?16.1.3 ---------------------- Calendar Widget ----------------------------------|
\*--------------------------------------------------------------------------------------*/

.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border.spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}

/*------------------------------------------------------------------*\
| ?17 --------------------- REM Footer ---------------------------|
\*------------------------------------------------------------------*/

 #rem-footer-col-1 {
	 text-align: left;
 }
 #rem-footer-col-2 {
 }
 #rem-footer-col-3 {
	 text-align: right;
 }
 .rem-footer-col {
	padding:1%;
 }
 .rem-footer-widget {
	color:#dedede;
 }
.site-footer {
	background-color: #232323;
	color: #686758;
	font-size: 14px;
	text-align: center;
}

.site-footer .widget-area {
	text-align: center;
}

.site-footer a {
	color: #686758;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.site-footer .widget a {
	color: #e6402a;
} 

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	background-color: #1f1f1f;
	margin: 0 auto;
	max-width: 100%;
	padding: 10px 3%;
    text-align: center;
	width: 100%;
}
.rem-copyright p {
	text-align: center;
}
.site-info .rem-copyright {
	color:#bbbbbb;
	margin:0;
}
.site-info .rem-copyright a {
	color:#dddddd;
	text-decoration:none;
	transition: color 1s;
}
.site-info .rem-copyright a:hover {
	color:#bc360a;
}
#wpstats {
	display: block;
	margin: -10px auto 0;
}
/*------------------------------------------------------------------------------*\
| ?18--------------------- REM Woocommerce -----------------------------|
\*------------------------------------------------------------------------------*/
.woocommerce .page-title {
	background-color: #FF5A40;
	color:#ffffff;
	margin:0 0 20px 0;
	max-width: 100%;
	padding:10px 20px;
}
.woocommerce .products .loop-col-sp {
	background-color:#dedede;
    border: 3px dashed #cecece;
	margin-bottom:20px;
	overflow:visible;
	overflow:initial;
	padding:20px;
}
.woocommerce .products .rem-woo-thumbnail {
    display: block;
	max-height: none;
	max-height: initial;
    position: relative;
	transition:all 0.3s;
    border: 2px solid #F6BDB0;
}
.woocommerce .products .rem-woo-content h3 {
	margin: 20px 0;
}
.woocommerce .button {
    font-weight: 300;
    padding: 10px 20px;
	transition:all 0.3s;
}
.woocommerce .products .rem-woo-content .button,
.woocommerce .products .rem-woo-content .button:visited {
    background-color: #3a3a3a;
    color: #ffffff;
	margin: 20px auto 0 auto;
}
.woocommerce .products .rem-woo-content .button:hover,
.woocommerce .products .rem-woo-content .button:active {
    color: #E64D2B;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    color: #3A3A3A;
}
.woocommerce span.onsale {
    padding: 0;
    position: absolute;
    text-align: center;
    line-height: normal;
    line-height: initial;
    top: -15px;
    left: -15px;
    margin: 0;
    background: transparent url('images/sale.png') no-repeat scroll center center;
	background-size:contain;
    height:75px;
    width:75px;
	z-index:30;
}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: #3a3a3a;
    font-weight: 300;
    color: #fff;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
    background-color: #3a3a3a;
    color: #E64D2B;
}
.woocommerce #comments {
    background-color: transparent;
}
/*-----------------------------------------------------------------------------*\
| ?19 ---------------------------- REM Video --------------------------------|
\*-----------------------------------------------------------------------------*/ 
.rem-video-wrap {
	overflow:hidden;
	position:relative;
	transition:all 0.3s;
	width:100%;
}
#rem-video {
	display:block;
	height:auto;
	overflow:hidden;
	width:100%;
	z-index:1;
}
#rem-video video {
	display:block;
	height:auto;
	width:100%;
}
#rem-play {
	background-color: transparent;
	bottom:0;
	height:200px;
	left: 0;
	margin:auto;
	position:absolute;
	right:0;
	transition:all 0.3s;
    top: 0;
	width:200px;
	z-index:30;
}
#rem-play:hover {
	opacity:0.5;
}
.rem-hide {
	opacity:0 !important;
	pointer-events:none;
}
/*-------------------------------------------------------------------------*\
| ?20 -------------------- REM Content Serve -------------------------|
\*-------------------------------------------------------------------------*/

.rem-content-serve {
	display:block;
	cursor:pointer;
	margin-bottom:20px;
	position:relative;
	overflow:visible;
	text-align:center;
}
.rem-content-serve .rem-content-serve-item {
	display:none;
}
.rem-content-serve-content {
	background-color:#3a3a3a;
	clear:both;
	height:0;
	overflow:hidden;
	position:relative;
	transition:all 0.3s;
	width:100%;
}
.rem-content-serve-content .rem-content-serve-item-content {
	color:#efefef;
	margin:0;
	padding:20px;
	pointer-events:auto;
	pointer-events:initial;
}
.rem-content-serve-arrow {
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #3a3a3a;
	bottom:0;
	display:none;
	height: 0; 
	left:0;
	margin:auto;
	position:absolute;
	right:0;
	top:auto;
	width: 0; 
	z-index:20;
}
.rem-content-serve-content .rem-content-serve-item-content .rem-content-serve-list {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
.rem-content-serve-content .rem-content-serve-item-content .rem-content-serve-list li {
	color:#ffffff;
}
.rem-content-serve-content .rem-content-serve-item-content .rem-content-serve-list li a,
.rem-content-serve-content .rem-content-serve-item-content .rem-content-serve-list li a:visited {
	color:#ffffff;
	padding:10px 20px;
}
.rem-content-serve-content .rem-content-serve-item-content .rem-content-serve-list li a:hover,
.rem-content-serve-content .rem-content-serve-item-content .rem-content-serve-list li a:active {
	color:#E64D2B;
}

/*------------------------------------------------------------------------------------*\
| ?21 -------------------------- REM Content Tabs -------------------------------|
\*------------------------------------------------------------------------------------*/

.rem-content-tabs {}
.rem-tabs {
	clear:both;
	display:block;
}
.rem-tab {
	background-color:#ff5a40;
	color:#ffffff;
	cursor:pointer;
	display:inline-block;
	font-size:20px;
	font-weight:300;
	margin:5px 0 0 0;
	padding:10px 20px;
	text-transform:uppercase;
	transition:all 0.3s;
}
.rem-tab p,
.rem-tab h1,
.rem-tab h2,
.rem-tab h3,
.rem-tab h4,
.rem-tab h5,
.rem-tab h6 {
	font-size:20px;
	font-weight:300;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
.rem-tab.active,
.rem-tab:hover {
	color:#1f1f1f;
}
.rem-content-tabs-content {
	background-color:#dedede;
	padding:20px;
	transition:all 0.3s;
}
.rem-content-tabs-item {
	display:none;
	opacity:0;
	transition:all 0.3s;
	width:100%;
}
.rem-content-tabs-item.active {
	display:block;
}

/*------------------------------------------------------------------------------------*\
| ?22 ----------------------------- REM Accordian ---------------------------------|
\*------------------------------------------------------------------------------------*/

.rem-accordian,
.rem-accordian .rem-accordian-item {
	color:#ffffff;
	display:block;
	margin:0 auto 20px auto;
	padding:0;
	width:100%;
}
.rem-accordian .rem-accordian,
.rem-accordian .rem-accordian-item {
	margin:20px auto 0 auto;
}
.rem-accordian .rem-accordian-item .rem-accordian-title {
	background-color:#FF5A40;
	cursor:pointer;
	display:block;
	margin:0;
	padding:20px;
	transition:all 0.3s;
	width:100%;
}
.rem-accordian .active.rem-accordian-item > .rem-accordian-title,
.rem-accordian .rem-accordian-item .rem-accordian-title:hover {
	color:#1f1f1f;
}
.rem-accordian .rem-accordian-item .rem-accordian-content {
	background-color: #1f1f1f;
	height:0;
	opacity:0;
	margin:0;
	overflow:hidden;
	padding:0;
	transition:all 0.3s, opacity 0.3s 0.3s;
	width:100%;
}
.rem-accordian .active.rem-accordian-item > .rem-accordian-content {
	display: block;
	height: auto;
	opacity: 1;
	padding: 20px;
}

/* ------------------------------------------------------------------------------------*\
| ?23 -------------------------- Responsive Queries ------------------------------|
\*-------------------------------------------------------------------------------------*/

@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}
@media (max-width: 1320px) {
	#lessonfees {
		width:90%;
	}
}

@media (max-width: 1069px) {
	.nav-menu li a {
		font-size: 14px;
		padding: 15px 10px;
	}
	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.site-footer .widget-area {
		padding-left: 3%;
		padding-right: 3%;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 0;
	}
}

@media (max-width: 999px) {
	.rem-img-hover.dark h1, 
	.rem-img-hover.dark h2, 
	.rem-img-hover.dark h3, 
	.rem-img-hover.dark h4, 
	.rem-img-hover.dark h5, 
	.rem-img-hover.dark h6,
	.rem-img-hover.light h1, 
	.rem-img-hover.light h2, 
	.rem-img-hover.light h3, 
	.rem-img-hover.light h4, 
	.rem-img-hover.light h5, 
	.rem-img-hover.light h6,
	.rem-img-hover.light .rem-img-hover-content, 
	.rem-img-hover.dark .rem-img-hover-content {
		opacity:1;
	}
	.rem-img-hover.light a {
		background-color:rgba(255,255,255,0.7);
	}
	.rem-img-hover.dark a {
		background-color:rgba(0,0,0,0.7);
	}
	.rem-img-hover.dark:hover h1, 
	.rem-img-hover.dark:hover h2, 
	.rem-img-hover.dark:hover h3, 
	.rem-img-hover.dark:hover h4, 
	.rem-img-hover.dark:hover h5, 
	.rem-img-hover.dark:hover h6,
	.rem-img-hover.light:hover h1, 
	.rem-img-hover.light:hover h2, 
	.rem-img-hover.light:hover h3, 
	.rem-img-hover.light:hover h4, 
	.rem-img-hover.light:hover h5, 
	.rem-img-hover.light:hover h6,
	.rem-img-hover.light:hover .rem-img-hover-content, 
	.rem-img-hover.dark:hover .rem-img-hover-content {
		opacity:0;
	}
	.rem-img-hover a:hover  {
		background-color:transparent !important;
	}
	
	.nav-menu li a {
		font-size: 13px;
		padding: 15px 5px;
	}
	#rem-play {
		height:150px;
		width:150px;
	}
	.woocommerce .products .star-rating {
		margin: 0 auto 10px auto;
	}
	.tleft,
	.tright {
		text-align:center;
	}
	.tleft.tres {
		text-align:left;
	}
	.tright.tres {
		text-align:right;
	}
	.blog #rem-filters form {
		text-align:center;
	}
	#rem-filters form #rem-category,
	#rem-filters form #rem-order,
	#rem-filters form #rem-show {
		clear:both;
		float:none;
		margin:0 auto 20px auto;
		max-width:75%;
		text-align:center;
		width:75%;
	}
	#rem-filters form #rem-category label,
	#rem-filters form #rem-order label,
	#rem-filters form #rem-show label,
	#rem-filters form #rem-category select,
	#rem-filters form #rem-order select,
	#rem-filters form #rem-show select {
		display:block;
		width:100%;
	}
	.rem-footer-col {
		padding: 0 3%;
	}
	#site-navigation .nav-menu .rem-mega-menu .level-one-menu .level-one-item a {
		font-size:14px;
		padding: 5px 0;
	}
	#site-navigation .nav-menu .rem-mega-menu .level-one-menu .level-one-item .level-two-menu .level-two-item a {
		font-size:12px;
		padding: 3px 0;
	}
	.rem-cf7-wrap .col-half,
	.rem-cf7-wrap .col-third,
	.rem-cf7-wrap .col-fourth,
	.rem-cf7-wrap .col-fifth,
	.rem-cf7-wrap .col-two-fifth,
	.rem-cf7-wrap .col-three-fifth,
	.rem-cf7-wrap .col-four-fifth,
	.rem-cf7-wrap .col-two-third,
	.rem-cf7-wrap .col-three-fourth,
	.rem-cf7-wrap .col-sixth,
	.rem-cf7-wrap .col-five-sixth,
	.rem-cf7-wrap .col-seventh,
	.rem-cf7-wrap .col-two-seventh,
	.rem-cf7-wrap .col-three-seventh,
	.rem-cf7-wrap .col-four-seventh,
	.rem-cf7-wrap .col-five-seventh,
	.rem-cf7-wrap .col-six-seventh,
	.rem-cf7-wrap .col-eighth,
	.rem-cf7-wrap .col-three-eighth,
	.rem-cf7-wrap .col-five-eighth,
	.rem-cf7-wrap .col-seven-eighth,
	.rem-cf7-wrap .col-half.sp,
	.rem-cf7-wrap .col-third.sp,
	.rem-cf7-wrap .col-fourth.sp,
	.rem-cf7-wrap .col-fifth.sp,
	.rem-cf7-wrap .col-two-fifth.sp,
	.rem-cf7-wrap .col-three-fifth.sp,
	.rem-cf7-wrap .col-four-fifth.sp,
	.rem-cf7-wrap .col-two-third.sp,
	.rem-cf7-wrap .col-three-fourth.sp,
	.rem-cf7-wrap .col-sixth.sp,
	.rem-cf7-wrap .col-five-sixth.sp,
	.rem-cf7-wrap .col-seventh.sp,
	.rem-cf7-wrap .col-two-seventh.sp,
	.rem-cf7-wrap .col-three-seventh.sp,
	.rem-cf7-wrap .col-four-seventh.sp,
	.rem-cf7-wrap .col-five-seventh.sp,
	.rem-cf7-wrap .col-six-seventh.sp,
	.rem-cf7-wrap .col-eighth.sp,
	.rem-cf7-wrap .col-three-eighth.sp,
	.rem-cf7-wrap .col-five-eighth.sp,
	.rem-cf7-wrap .col-seven-eighth.sp {
		margin:0 auto;
		max-width:100%;
		width:100%;
	}
	.col-half.hs,
	.col-third.hs,
	.col-fourth.hs,
	.col-fifth.hs,
	.col-two-fifth.hs,
	.col-three-fifth.hs,
	.col-four-fifth.hs,
	.col-two-third.hs,
	.col-three-fourth.hs,
	.col-sixth.hs,
	.col-five-sixth.hs,
	.col-seventh.hs,
	.col-two-seventh.hs,
	.col-three-seventh.hs,
	.col-four-seventh.hs,
	.col-five-seventh.hs,
	.col-six-seventh.hs,
	.col-eighth.hs,
	.col-three-eighth.hs,
	.col-five-eighth.hs,
	.col-seven-eighth.hs {
		clear:none;
		float:left;
		margin:0;
		max-width:50%;
		width:50%;
	}
	.col-half,
	.col-third,
	.col-fourth,
	.col-fifth,
	.col-two-fifth,
	.col-three-fifth,
	.col-four-fifth,
	.col-two-third,
	.col-three-fourth,
	.col-sixth,
	.col-five-sixth,
	.col-seventh,
	.col-two-seventh,
	.col-three-seventh,
	.col-four-seventh,
	.col-five-seventh,
	.col-six-seventh,
	.col-eighth,
	.col-three-eighth,
	.col-five-eighth,
	.col-seven-eighth,
	.col-half.sp,
	.col-third.sp,
	.col-fourth.sp,
	.col-fifth.sp,
	.col-two-fifth.sp,
	.col-three-fifth.sp,
	.col-four-fifth.sp,
	.col-two-third.sp,
	.col-three-fourth.sp,
	.col-sixth.sp,
	.col-five-sixth.sp,
	.col-seventh.sp,
	.col-two-seventh.sp,
	.col-three-seventh.sp,
	.col-four-seventh.sp,
	.col-five-seventh.sp,
	.col-six-seventh.sp,
	.col-eighth.sp,
	.col-three-eighth.sp,
	.col-five-eighth.sp,
	.col-seven-eighth.sp {
		clear:both;
		float:none;
		margin:0 auto 20px auto;
		max-width:75%;
		width:75%;
	}
	.col-half.nrb,
	.col-third.nrb,
	.col-fourth.nrb,
	.col-fifth.nrb,
	.col-two-fifth.nrb,
	.col-three-fifth.nrb,
	.col-four-fifth.nrb,
	.col-two-third.nrb,
	.col-three-fourth.nrb,
	.col-sixth.nrb,
	.col-five-sixth.nrb,
	.col-seventh.nrb,
	.col-two-seventh.nrb,
	.col-three-seventh.nrb,
	.col-four-seventh.nrb,
	.col-five-seventh.nrb,
	.col-six-seventh.nrb,
	.col-eighth.nrb,
	.col-three-eighth.nrb,
	.col-five-eighth.nrb,
	.col-seven-eighth.nrb {
		margin:0 auto;
	}
	.col-last {
		margin-right:auto !important;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.site-main .sidebar-container {
		float:none;
		margin: 0 auto;
		max-width: 75%;
		padding: 20px 3%;
		width: 75%;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}
	
 #rem-footer-col-1,
 #rem-footer-col-3 {
	 text-align: center;
 }
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.nav-menu {
		text-align: left;
	}
	.navbar {
		padding: 0 3%;
	}
	.site-header .home-link {
		min-height: 0;
	}
	.site-title {
		font-size: 36px;
		padding: 8px 0 10px;
	}
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
}

@media (max-width: 643px) {
	.rd {
		display:none !important;
	}
	#rem-play {
		height:100px;
		width:100px;
	}
	.blog #rem-filters form #rem-category,
	.blog #rem-filters form #rem-order,
	#rem-filters form #rem-category,
	#rem-filters form #rem-order,
	#rem-filters form #rem-show {
		max-width:100%;
		width:100%;
	}
	.nav-menu li a {
		font-size: 15px;
		padding: 10px 20px;
	}
	#site-navigation .nav-menu .rem-mega-menu {
		display: block;
	}
	#site-navigation .nav-menu .rem-mega-menu .level-one-menu {
		height: auto;
		left: auto;
		margin-left: 40px;
	}
	#site-navigation .nav-menu .rem-mega-menu:hover .level-one-menu {
		background-color: transparent;
		border-bottom: none;
		height: auto;
		padding: 0;
	}
	#site-navigation .nav-menu .rem-mega-menu .level-one-menu .level-one-item {
		float: none;
		margin: 0;
		max-width: 100%;
		width: 100%;
	}
	#site-navigation .nav-menu .rem-mega-menu .level-one-menu .level-one-item a {
		color: #1f1f1f;
	}
	#site-navigation .nav-menu .rem-mega-menu .level-one-menu .level-one-item .level-two-menu .level-two-item a {
		font-size: 14px;
	}
	#site-navigation .nav-menu .rem-mega-menu .level-one-menu .level-one-item .level-two-menu .level-two-item a {
		color: #1f1f1f;
	}
	#site-navigation .nav-menu .rem-mega-menu .level-one-menu .level-one-item .level-two-menu .level-two-item a:hover {
		color: #255554;
	}
	.col-half,
	.col-third,
	.col-fourth,
	.col-fifth,
	.col-two-fifth,
	.col-three-fifth,
	.col-four-fifth,
	.col-two-third,
	.col-three-fourth,
	.col-sixth,
	.col-five-sixth,
	.col-seventh,
	.col-two-seventh,
	.col-three-seventh,
	.col-four-seventh,
	.col-five-seventh,
	.col-six-seventh,
	.col-eighth,
	.col-three-eighth,
	.col-five-eighth,
	.col-seven-eighth,
	.col-half.sp,
	.col-third.sp,
	.col-fourth.sp,
	.col-fifth.sp,
	.col-two-fifth.sp,
	.col-three-fifth.sp,
	.col-four-fifth.sp,
	.col-two-third.sp,
	.col-three-fourth.sp,
	.col-sixth.sp,
	.col-five-sixth.sp,
	.col-seventh.sp,
	.col-two-seventh.sp,
	.col-three-seventh.sp,
	.col-four-seventh.sp,
	.col-five-seventh.sp,
	.col-six-seventh.sp,
	.col-eighth.sp,
	.col-three-eighth.sp,
	.col-five-eighth.sp,
	.col-seven-eighth.sp,
	.col-half.hs,
	.col-third.hs,
	.col-fourth.hs,
	.col-fifth.hs,
	.col-two-fifth.hs,
	.col-three-fifth.hs,
	.col-four-fifth.hs,
	.col-two-third.hs,
	.col-three-fourth.hs,
	.col-sixth.hs,
	.col-five-sixth.hs,
	.col-seventh.hs,
	.col-two-seventh.hs,
	.col-three-seventh.hs,
	.col-four-seventh.hs,
	.col-five-seventh.hs,
	.col-six-seventh.hs,
	.col-eighth.hs,
	.col-three-eighth.hs,
	.col-five-eighth.hs,
	.col-seven-eighth.hs {
		margin:0 auto 20px auto;
		max-width:100%;
		width:100%;
	}
	.col-half.nrb,
	.col-third.nrb,
	.col-fourth.nrb,
	.col-fifth.nrb,
	.col-two-fifth.nrb,
	.col-three-fifth.nrb,
	.col-four-fifth.nrb,
	.col-two-third.nrb,
	.col-three-fourth.nrb,
	.col-sixth.nrb,
	.col-five-sixth.nrb,
	.col-seventh.nrb,
	.col-two-seventh.nrb,
	.col-three-seventh.nrb,
	.col-four-seventh.nrb,
	.col-five-seventh.nrb,
	.col-six-seventh.nrb,
	.col-eighth.nrb,
	.col-three-eighth.nrb,
	.col-five-eighth.nrb,
	.col-seven-eighth.nrb {
		margin:0 auto;
	}
	.site-title {
		font-size: 30px;
	}

	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond {
		padding-left: 3%;
		padding-right: 3$;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 Lato, Helvetica, sans-serif;
		margin: 0;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
		border: none;
		color: #141412;
		max-width:100%;
		padding: 12px 0 12px 20px;
		text-align:left;
		width:100%;
	}

	.menu-toggle:focus {
		outline: 0;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}
	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
		text-align:left;
		text-align:initial;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}
	ul.nav-menu li:hover > ul, .nav-menu ul li:hover > ul, ul.nav-menu .focus > ul, .nav-menu .focus > ul {
		background-color:transparent;
		border-bottom: 0;
	}
	.toggled-on .nav-menu li > ul {
		border-bottom: 0;
		height: auto;
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 10px;
		padding:0;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #1f1f1f;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		color: #1f1f1f;
	}

	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		color: #E64D2B;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		color: #E64D2B;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
		#lessonfees {
		width:100%;
	}
}

@media (max-width: 450px) {
	#rem-play {
		height:50px;
		width:50px;
	}
}
/* Mobile devices */
@media (max-width: 359px) {
	.col-half.nrb,
	.col-third.nrb,
	.col-fourth.nrb,
	.col-fifth.nrb,
	.col-two-fifth.nrb,
	.col-three-fifth.nrb,
	.col-four-fifth.nrb,
	.col-two-third.nrb,
	.col-three-fourth.nrb,
	.col-sixth.nrb,
	.col-five-sixth.nrb,
	.col-seventh.nrb,
	.col-two-seventh.nrb,
	.col-three-seventh.nrb,
	.col-four-seventh.nrb,
	.col-five-seventh.nrb,
	.col-six-seventh.nrb,
	.col-eighth.nrb,
	.col-three-eighth.nrb,
	.col-five-eighth.nrb,
	.col-seven-eighth.nrb {
		font-size:13px;
	}
	.site-title {
		font-weight: normal;
	}
	.site-description {
	    clip: rect(1px, 1px, 1px, 1px);
	    position: absolute;
	}
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
}

/* -----------------------------------------------------------------------------------*\
| ?24 --------------------------------- Print -----------------------------------------|
\*------------------------------------------------------------------------------------*/

/* Retina.specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}
