@charset "UTF-8";
/*!
Theme Name: GlobalFitness
Theme URI: bso.net.au
Author: BSO
Author URI: bso.net.au
Description: GlobalFitness WordPress Theme.
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mild
*/
/* =Imports
-------------------------------------------------------------- */
/* =Variables
-------------------------------------------------------------- */
/* Site Layout */
/* Site Font */
/* Site Styles */
/* Site Break Points */
/* Site Colors */
/* Social Colors */
/* =Functions
----------------------------------------------- */
/* Layout */
/* Font */
/* Color */
/* Style */
/* Break */
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("assets/fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("assets/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("assets/fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("assets/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: 0;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* =Extends
----------------------------------------------- */
/* GFI Tile */
.gfi-tile, .woocommerce #content ul.products li.product, .woocommerce-page #content ul.products li.product, .sabai-directory-listings-grid .sabai-directory-images,
.sabai-directory-listings-grid .sabai-directory-title, .sabai .sabai-directory-categories .sabai-directory-category {
  color: #303037;
  background: #d4ccc7 url("assets/images/course-bg.png") no-repeat bottom right;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.5);
  padding: 0 0 0.75em 0;
  vertical-align: top;
}
.gfi-tile a, .woocommerce #content ul.products li.product a, .woocommerce-page #content ul.products li.product a, .sabai-directory-listings-grid .sabai-directory-images a,
.sabai-directory-listings-grid .sabai-directory-title a, .sabai .sabai-directory-categories .sabai-directory-category a {
  color: #303037;
}
.gfi-tile a:hover, .woocommerce #content ul.products li.product a:hover, .woocommerce-page #content ul.products li.product a:hover, .sabai-directory-listings-grid .sabai-directory-images a:hover,
.sabai-directory-listings-grid .sabai-directory-title a:hover, .sabai .sabai-directory-categories .sabai-directory-category a:hover {
  color: #484852;
}

/* =Grid
----------------------------------------------- */
.container {
  max-width: 1240px;
  padding: 1em;
  margin: 0 auto;
  position: relative;
}
.container-thin {
  padding: 0 1em;
}

.row {
  width: 100%;
  margin: 0 auto 1.5em;
}
.row-thin {
  margin-bottom: 0;
}

.col, [class*=col-] {
  display: inline-block;
  margin: 0 -2px;
  vertical-align: top;
  min-height: 1px;
  padding: 1em;
}
.col-thin {
  padding: 0 1em;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

/* Media Queries */
@media screen and (max-width: 60em) {
  [class*=col-] {
    width: 100%;
    margin: 0 0 0.75em 0;
  }

  [class*=md-] {
    vertical-align: top;
    display: inline-block;
    margin-right: -4px;
  }

  .md-1 {
    width: 8.3333333333%;
  }

  .md-2 {
    width: 16.6666666667%;
  }

  .md-3 {
    width: 25%;
  }

  .md-4 {
    width: 33.3333333333%;
  }

  .md-5 {
    width: 41.6666666667%;
  }

  .md-6 {
    width: 50%;
  }

  .md-7 {
    width: 58.3333333333%;
  }

  .md-8 {
    width: 66.6666666667%;
  }

  .md-9 {
    width: 75%;
  }

  .md-10 {
    width: 83.3333333333%;
  }

  .md-11 {
    width: 91.6666666667%;
  }

  .md-12 {
    width: 100%;
  }
}
@media screen and (max-width: 40em) {
  [class*=md-] {
    width: 100%;
  }
}
/* =Global
----------------------------------------------- */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

::selection {
  background-color: #010101;
  color: #FFFFFF;
}

/* Elements */
hr {
  background-color: rgba(255, 255, 255, 0.3);
  margin: 1.5em 0;
  height: 1px;
  border: 0;
  clear: both;
}

ul, ol {
  margin: 0 0 1.5em 1.5em;
  padding: 0 0 0 1em;
  list-style-position: inside;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

b, strong {
  font-weight: 700;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark {
  background: none;
}

mark, ins {
  text-decoration: none;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 0.75em;
}

big {
  font-size: 1.25em;
}

figure {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
}

a img {
  border: none;
}

/* Tables */
table {
  margin: 0 0 1.5em;
  width: 100%;
}
table th {
  font-weight: bold;
}
table th, table td {
  padding: 0.75em;
}
table tr {
  background-color: #927e71;
}
table tr:nth-child(odd) {
  background-color: #978478;
}
table thead tr:nth-child(odd) {
  background-color: #8b786b;
}

/* Form Elements */
button, input, select, textarea {
  font-size: 100%;
  margin: 0 0 0.5em 0;
  vertical-align: baseline;
  *vertical-align: middle;
  line-height: normal;
  max-width: 100%;
}

input, textarea, select {
  padding: 0.25em;
  color: #303037;
  background: #FFFFFF;
  border: 1px solid #76767a;
  border-radius: 3px;
}
input[type=checkbox], input[type=radio], textarea[type=checkbox], textarea[type=radio], select[type=checkbox], select[type=radio] {
  padding: 0;
}
input[type=search], textarea[type=search], select[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-decoration, textarea[type=search]::-webkit-search-decoration, select[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=file], textarea[type=file], select[type=file] {
  padding: 8px;
}

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

button, input[type=button], input[type=reset], input[type=submit] {
  line-height: 1;
  cursor: pointer;
  color: #303037;
  border-radius: 3px;
  padding: 0.4em 0.8em;
  transition: all 0.2s ease;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-appearance: button;
}
button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  color: #010101;
  box-shadow: 0 -0.075em 0.1em rgba(255, 255, 255, 0.25) inset;
}
button:focus, button:active, input[type=button]:focus, input[type=button]:active, input[type=reset]:focus, input[type=reset]:active, input[type=submit]:focus, input[type=submit]:active {
  color: #010101;
  box-shadow: 0 -0.075em 0.1em rgba(255, 255, 255, 0.3) inset, 0 -0.1em 0.25em rgba(0, 0, 0, 0.15) inset;
}

/* =Typography
----------------------------------------------- */
body {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0.25em 0 0.75em 0;
  line-height: 1.4;
  font-weight: 700;
}

h1 {
  font-size: 2em;
  line-height: 1.2;
  text-transform: uppercase;
}

h2 {
  font-size: 1.7em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.3em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 0.9em;
  text-transform: uppercase;
}

/* General */
p {
  margin: 0 0 1.25em;
}

/* Links */
a {
  color: #acdee9;
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover, a:focus, a:active {
  color: #d4eef4;
}

h1 a, h2 a, h3 a {
  color: #fff;
}

/* =Content
----------------------------------------------- */
.hentry {
  margin: 0 0 1.5em;
}

.sticky {
  font-size: 1.1em;
}

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

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

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

.article-excerpt {
  border-bottom: 1px solid #76767a;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
}

/* Blog */
.blog .entry-title, .archive .entry-title {
  font-size: 1.4em;
  margin-bottom: 0.25em;
}

.blog-categories {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.blog.paged .blog-categories {
  display: none;
}

.blog-category-image {
  height: 300px;
  overflow: hidden;
  text-align: center;
}
.blog-category-image img {
  width: 100%;
}

.blog-category-title {
  margin: 0;
  font-size: 1.1rem;
  padding: 0.5em 0.5em 0 0.5em;
}

header h1 {
  margin-top: 0;
}

.entry-meta, .entry-footer, a.more {
  font-size: 0.8em;
  font-style: italic;
  color: #b6e2ec;
  margin: 0.25em 0 0.5em;
}
.entry-meta span, .entry-footer span, a.more span {
  padding-right: 0.5em;
}

/* Media */
embed, iframe, object {
  max-width: 100%;
}

img.wp-smiley {
  border: none;
  margin: 0 0.5em;
  padding: 0;
}

.wp-caption {
  border: 1px solid #76767a;
  margin-bottom: 1.5em;
  max-width: 100%;
  background-color: #7c7c80;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

.wp-caption-text {
  padding: 0.3em 0.5em;
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  width: 100%;
  margin-right: -4px;
  padding-right: 0.25em;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  padding: 0.1em;
  border: 1px solid #76767a;
}

.wp-video br {
  display: none;
}

/* Breadcrumbs */
.breadcrumbs {
  padding: 0;
  margin: 1.5em 0;
  font-size: 0.8em;
}

.breadcrumb {
  float: left;
  position: relative;
  list-style: none;
  padding: 0.25em 0.5em;
}
.breadcrumb:after {
  content: "/";
  font-size: 0.8em;
  position: absolute;
  bottom: 18%;
  right: 0;
}
.breadcrumb:last-child:after {
  content: "";
}

/* Pagination */
.pagination {
  padding: 0;
  margin: 1.5em 0;
  list-style-type: none;
}
.pagination .page-numbers {
  display: inline-block;
  color: #FFFFFF;
  margin: 0.2em 0.1em;
  padding: 0.2em 0.5em;
  border-radius: 3px;
}
.pagination .page-numbers:hover {
  background-color: #76767a;
}
.pagination .current {
  color: #FFFFFF;
  background-color: #9d8b7f;
}
.pagination .current:hover {
  background-color: #a8988d;
}

/* Navigation */
.navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.navigation .nav-previous {
  float: left;
  width: 50%;
}
.navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.navigation .nav-next .meta-nav:before {
  display: none;
}

/* Comments */
.comments-area {
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 0.9em;
  padding: 0.2em 0.75em;
}
.comments-area a {
  word-wrap: break-word;
}

.comment {
  border-left: 1px dotted #76767a;
  list-style: none outside none;
  margin-top: 1.5em;
  padding-left: 1em;
}

.comment-respond {
  padding: 0.25em 0.75em;
}
.comment-respond label {
  display: inline-block;
  padding-right: 0.5em;
  width: 7.5em;
}

.form-allowed-tags code {
  font-size: 0.9em;
}

.bypostauthor {
  text-decoration: underline;
}

/* Widgets */
.widget {
  margin: 0 0 1.5em;
}

/* Media Queries */
@media (max-width: 80em) {
  .blog-category-image img {
    width: auto;
  }
}
/* =Menu
----------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  font-weight: 700;
  z-index: 9;
}
.main-navigation a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0.5em 0.75em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation .menu-item {
  display: inline-block;
  position: relative;
}
.main-navigation .menu-item:hover > a, .main-navigation .menu-item.current_page_item > a, .main-navigation .menu-item.current-menu-item > a {
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}
.main-navigation .menu-item:hover > ul {
  display: block;
}
.main-navigation .sub-menu {
  background-color: #FFFFFF;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  left: 0;
  position: absolute;
  top: 100%;
  z-index: 9999;
  font-size: 0.9em;
  text-align: left;
}
.main-navigation .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
.main-navigation .sub-menu a {
  width: 300px;
  color: #010101;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* Secondary Navigation */
.secondary-navigation {
  text-transform: uppercase;
  display: inline-block;
}
.secondary-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.secondary-navigation a {
  padding-left: 0.75em;
}
.secondary-navigation .menu-item {
  display: inline-block;
  padding: 0 0.25em;
}
.secondary-navigation .menu-item:before {
  content: "|";
}
.secondary-navigation .menu-item:first-child:before {
  display: none;
}

/* Aside Navigation */
.aside-navigation {
  bottom: 20em;
  position: fixed;
  right: -8.9em;
}
.aside-navigation .menu {
  transform: rotate(90deg);
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.aside-navigation .menu-item {
  float: left;
}
.aside-navigation .menu-item a {
  display: block;
  padding: 0.5em 1em;
  color: #FFFFFF;
  background-color: #9d8b7f;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.aside-navigation .menu-item a:hover {
  background-color: #927e71;
}
.aside-navigation .current-menu-item a {
  background-color: #8b786b;
}

/* Small Menu */
.menu-toggle {
  cursor: pointer;
  display: none;
  font-size: 1.5em;
  padding: 0.5em;
  z-index: 9;
  position: relative;
}

/* Media Queries */
@media screen and (max-width: 60em) {
  .menu-toggle {
    display: block;
  }

  .main-navigation .menu {
    display: none;
    float: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 3px;
  }
  .main-navigation .menu a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
  .main-navigation .menu .menu-item {
    float: none;
    width: 100%;
  }
  .main-navigation .menu .menu-item:hover ul {
    display: none;
  }
  .main-navigation .menu .menu-item:last-child {
    border-bottom: none;
  }
  .main-navigation .menu .sub-menu {
    font-size: 0.9em;
    float: none;
    position: relative;
    box-shadow: none;
  }
  .main-navigation .menu .sub-menu a {
    width: 100%;
    padding-left: 1.5em;
  }
  .main-navigation .menu .sub-menu .sub-menu {
    left: 1em;
  }

  .aside-navigation {
    display: none;
  }
}
@media screen and (min-width: 60em) {
  .main-navigation .menu {
    display: block !important;
  }
}
/* =Social
-------------------------------------------------------------- */
.social-links {
  font-size: 1.25em;
}
.social-links a {
  width: 2em;
  height: 2em;
  margin: 0.25em;
  padding: 0.5em;
  text-align: center;
}

.social-tiles {
  /* Background Colors */
}
.social-tiles a {
  color: #FFFFFF;
}
.social-tiles a:hover {
  color: #f2f2f2;
}
.social-tiles .fa-facebook {
  background-color: #3b5998;
}
.social-tiles .fa-twitter {
  background-color: #55acee;
}
.social-tiles .fa-google-plus {
  background-color: #dd4b39;
}
.social-tiles .fa-linkedin {
  background-color: #0976b4;
}
.social-tiles .fa-pinterest {
  background-color: #cc2127;
}
.social-tiles .fa-flickr {
  background-color: #ff0084;
}
.social-tiles .fa-instagram {
  background-color: #3f729b;
}
.social-tiles .fa-youtube {
  background-color: #e52d27;
}
.social-tiles .fa-vimeo {
  background-color: #1ab7ea;
}

.social-hovers {
  /* Hover Colors */
}
.social-hovers .fa-facebook:hover {
  color: #3b5998;
}
.social-hovers .fa-twitter:hover {
  color: #55acee;
}
.social-hovers .fa-google-plus:hover {
  color: #dd4b39;
}
.social-hovers .fa-linkedin:hover {
  color: #0976b4;
}
.social-hovers .fa-pinterest:hover {
  color: #cc2127;
}
.social-hovers .fa-flickr:hover {
  color: #ff0084;
}
.social-hovers .fa-instagram:hover {
  color: #3f729b;
}
.social-hovers .fa-youtube:hover {
  color: #e52d27;
}
.social-hovers .fa-vimeo:hover {
  color: #1ab7ea;
}

/* =Shortcodes
-------------------------------------------------------------- */
/* Buttons */
.button {
  color: #FFFFFF;
  padding: 0.75em 2.5em;
  margin: 0.5em 0 1em 0;
  display: inline-block;
  background-color: #acdee9;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  box-shadow: 0 1.5em 0.1em rgba(255, 255, 255, 0.1) inset, 0 1em 0.5em rgba(0, 0, 0, 0.25) inset, 0 -0.15em 0 rgba(0, 0, 0, 0.3) inset;
}
.button:hover {
  color: #FFFFFF;
  box-shadow: 0 1.5em 0.1em rgba(255, 255, 255, 0.1) inset, 0 0.75em 0.5em rgba(0, 0, 0, 0.25) inset, 0 -0.3em 0 rgba(0, 0, 0, 0.3) inset;
}
.button:active, .button:focus {
  color: #FFFFFF;
  box-shadow: 0 1.5em 0.1em rgba(255, 255, 255, 0.1) inset, 0 1em 0.5em rgba(0, 0, 0, 0.25) inset, 0 -0.1em 0 rgba(0, 0, 0, 0.3) inset;
}

/* Panels */
.panel {
  color: #FFFFFF;
  padding: 1em 2em;
  margin: 0.5em 0 2em 0;
  background-color: #76767a;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Background Colors */
.bg-brown {
  background-color: #9d8b7f;
}

.bg-blue {
  background-color: #acdee9;
}

.bg-green {
  background-color: #00b429;
}

.bg-orange {
  background-color: #E8A362;
}

.bg-yellow {
  background-color: #FFDF78;
}

.bg-red {
  background-color: #FF5756;
}

.bg-silver {
  background-color: #76767a;
}

.bg-grey {
  background-color: #303037;
}

.bg-black {
  background-color: #010101;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-yellow, .bg-silver, .bg-white {
  color: #010101;
}
.bg-yellow:hover, .bg-yellow:active, .bg-yellow:visited, .bg-yellow:focus, .bg-silver:hover, .bg-silver:active, .bg-silver:visited, .bg-silver:focus, .bg-white:hover, .bg-white:active, .bg-white:visited, .bg-white:focus {
  color: #272727;
}

/* Text Colors */
.text-brown {
  color: #9d8b7f;
}

.text-blue {
  color: #acdee9;
}

.text-green {
  color: #00b429;
}

.text-orange {
  color: #E8A362;
}

.text-yellow {
  color: #FFDF78;
}

.text-red {
  color: #FF5756;
}

.text-silver {
  color: #76767a;
}

.text-grey {
  color: #303037;
}

.text-black {
  color: #010101;
}

.text-white {
  color: #FFFFFF;
}

/* Sizes */
.small {
  font-size: 0.75em;
}

.medium {
  font-size: 1em;
}

.large {
  font-size: 1.5em;
}

.huge {
  font-size: 2.5em;
}

/* Tabs */
.tabs {
  margin-bottom: 1.5em;
}
.tabs .tabs-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabs .tab-item {
  float: left;
  cursor: pointer;
  padding: 0.5em 0.75em;
  margin: 0 0.25em -2px 0;
  border: 1px solid #76767a;
  border-bottom-color: #FFFFFF;
  background-color: #7c7c80;
  border-radius: 3px 3px 0 0;
}
.tabs .tab-active {
  background-color: #FFFFFF;
}
.tabs .tab-panes {
  clear: both;
}
.tabs .tab {
  padding: 1em 1.25em;
  border: 1px solid #76767a;
}

/* Accordion */
.accordion {
  margin: 0.5em 0;
}
.accordion .fa {
  padding: 0.2em 0.5em;
  font-size: 0.75em;
}
.accordion .fa-plus {
  float: right;
}
.accordion .accordion-title {
  margin-bottom: 0.5em;
  line-height: 1;
  cursor: pointer;
  border-bottom: 1px solid #76767a;
}
.accordion .accordion-content {
  display: none;
}

/* Show */
.posts .post {
  margin: 0 calc(2.45% - 2px) 1.5em -2px;
  display: inline-block;
  vertical-align: top;
  width: 31%;
}
.posts .post-title {
  margin-bottom: 0;
}
.posts .post-date {
  font-size: 0.75em;
  font-style: italic;
  margin-bottom: 1.5em;
}

.carousel .posts .post {
  display: inline-block;
  color: #303037;
  width: 31%;
  margin: 0 3% 2em 0 !important;
  background: #d4ccc7 url("assets/images/course-bg.png") no-repeat bottom right;
  vertical-align: top;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.5);
  padding: 0 0 0.75em 0;
}
.carousel .posts .post a {
  color: #303037;
}
.carousel .posts .post:nth-child(3n+4) {
  margin-right: 0 !important;
}
.carousel .posts .post .post-title, .carousel .posts .post .post-content {
  padding: 0 15px;
  clear: both;
}
.carousel .posts .post h4 {
  margin: 0.25em 0 0.75em 0;
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.1;
  min-height: 1.2em;
}
.carousel .posts .post p {
  margin: 0;
}
.carousel .posts .post .wp-post-image {
  width: 100%;
  margin: 0 2.5em 1em 0;
}
.carousel .posts .post .post-content {
  font-size: 13px;
  min-height: 58px;
}
.carousel .posts .post .post-content a.more {
  font-size: 1em;
}

/* Login */
.login-style-inline br {
  display: none;
}
.login-style-inline .login-username,
.login-style-inline .login-password {
  color: #303037;
  position: relative;
}
.login-style-inline label {
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  transition: all 0.2s ease;
}
.login-style-inline .is-hidden {
  opacity: 0;
  top: -0.3em;
}
.login-style-inline input {
  width: 100%;
}
.login-style-inline .login-remember {
  font-size: 0.9em;
}

/* General */
.button .fa, .panel .fa, .tab-item .fa {
  margin-right: 0.5em;
}

.text-toggle {
  display: none;
}

/* Media Queries */
@media screen and (max-width: 60em) {
  .posts .post {
    width: 47%;
  }
}
@media screen and (max-width: 40em) {
  .posts .post {
    width: 100%;
    margin-right: 0;
  }
  .posts .post .post-image {
    float: none;
  }
}
/* =Plugins
----------------------------------------------- */
.woocommerce-loop-product__title, .woocommerce-loop-category__title {
  padding: 0.5em 10px !important;
}

/* Image Widget */
.image-widget-icon {
  display: block;
  font-size: 5em;
  margin-bottom: 0.25em;
}

.image-widget-image, .image-widget-description {
  margin-bottom: 1.5em;
}

/* Latest Posts Widget */
.posts-widget-post {
  clear: both;
  margin-bottom: 0.5em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.posts-widget-title {
  margin-bottom: 0.25em;
  font-size: 1.2em;
}

.posts-widget-image {
  float: left;
  margin: 0 1em 1em 0;
  width: 40%;
}

.posts-widget-time {
  color: dakren(#FFFFFF, 5%);
  font-size: 0.8em;
  font-style: italic;
}

.posts-widget-more {
  display: block;
  font-size: 0.75em;
  text-align: right;
  font-style: italic;
}

.posts-widget-link {
  display: block;
  font-size: 0.9em;
  padding: 0.25em;
  text-align: center;
}

/* Gravity Forms */
.gform_wrapper li.gsection.gf_scroll_text {
  background-color: transparent !important;
  height: auto !important;
  max-height: 250px !important;
}

.gform_wrapper {
  max-width: 100%;
  margin-top: 0;
}
.gform_wrapper br {
  display: none;
}
.gform_wrapper form .gform_body ul > li {
  margin-bottom: 10px;
}
.gform_wrapper form .gform_body button, .gform_wrapper form .gform_body input, .gform_wrapper form .gform_body select, .gform_wrapper form .gform_body textarea {
  margin-bottom: 8px;
}
.gform_wrapper form .gform_body input[type=text], .gform_wrapper form .gform_body input[type=url], .gform_wrapper form .gform_body input[type=email], .gform_wrapper form .gform_body input[type=tel], .gform_wrapper form .gform_body input[type=number], .gform_wrapper form .gform_body input[type=password], .gform_wrapper form .gform_body select, .gform_wrapper form .gform_body textarea {
  font-size: 13px;
  padding: 10px 15px;
  border: 0;
}
.gform_wrapper form .gform_body select {
  padding-left: 12px;
}
.gform_wrapper form .gform_body .gfield_description {
  padding-top: 2px;
  opacity: 0.8;
}
.gform_wrapper form .gform_body .gsection {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-top: 24px;
  padding-bottom: 4px;
}
.gform_wrapper form .gform_body .gfield_html h4 {
  padding-top: 13px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 1.1em;
}
.gform_wrapper form .gform_body .gfield_html h5, .gform_wrapper form .gform_body .gfield_html h6 {
  margin-top: 1.5em;
}
.gform_wrapper form .gform_body .hide_label .gfield_label {
  display: none;
}
.gform_wrapper form .gform_body .ginput_complex span > label {
  margin: -3px 0 8px;
}
.gform_wrapper form .gform_body li.gsection.gf_scroll_text {
  height: 280px;
  background: rgba(255, 255, 255, 0.1);
}
.gform_wrapper form .gform_body li.gsection h5 {
  margin-top: 1.5em;
  font-size: 1.3em;
}
.gform_wrapper form .gform_body li.gsection h6 {
  margin-top: 1.5em;
  font-size: 1.1em;
}
.gform_wrapper form .gform_body li.gsection p {
  margin-bottom: 0.75em;
}
.gform_wrapper form .gform_body li.gsection p br + br {
  display: none;
}
.gform_wrapper form .gform_body li.gsection ul {
  margin-bottom: 0.75em !important;
  list-style: disc;
  padding-left: 20px !important;
}
.gform_wrapper form .gform_body li.gsection ul li {
  margin-bottom: 5px;
  list-style: inherit !important;
}
.gform_wrapper form .gform_body li.gsection ul li p {
  margin-bottom: 5px;
}
.gform_wrapper form .gform_body .gf_list_3col label.gfield_label, .gform_wrapper form .gform_body .gf_list_4col label.gfield_label, .gform_wrapper form .gform_body .gf_list_5col label.gfield_label, .gform_wrapper form .gform_body .gf_list_inline label.gfield_label {
  margin-bottom: 4px !important;
}
.gform_wrapper form .gform_body .gfield_checkbox, .gform_wrapper form .gform_body .gfield_radio {
  margin-top: 10px !important;
}
.gform_wrapper form .gform_body .gfield_checkbox li, .gform_wrapper form .gform_body .gfield_radio li {
  margin-right: 15px;
}
.gform_wrapper form .gform_body .gfield_checkbox li input, .gform_wrapper form .gform_body .gfield_radio li input {
  margin-top: 2px !important;
  margin-bottom: 1px;
}
.gform_wrapper form .gform_body .gfield_checkbox li label, .gform_wrapper form .gform_body .gfield_radio li label {
  margin-right: 20px;
  line-height: 1.1;
}
.gform_wrapper form .gform_body .gf_left_half .datepicker, .gform_wrapper form .gform_body .gf_left_half .datepicker.medium, .gform_wrapper form .gform_body .gf_right_half .datepicker, .gform_wrapper form .gform_body .gf_right_half .datepicker.medium {
  width: 97% !important;
}
.gform_wrapper form .gform_body .gf_left_third .datepicker, .gform_wrapper form .gform_body .gf_left_third .datepicker.medium, .gform_wrapper form .gform_body .gf_medium_third .datepicker, .gform_wrapper form .gform_body .gf_medium_third .datepicker.medium, .gform_wrapper form .gform_body .gf_right_third .datepicker, .gform_wrapper form .gform_body .gf_right_third .datepicker.medium {
  width: 95% !important;
}
.gform_wrapper form .gform_body .ginput_container + p {
  display: none;
}
.gform_wrapper form .gform_body .datepicker.medium {
  width: 47% !important;
}
.gform_wrapper .gform_footer br {
  display: none;
}

/* Social Auth */
#commentform .wp-social-login-widget {
  display: none;
}

.wp-social-login-connect-with {
  font-weight: 700;
}

.wp-social-login-provider-list {
  padding: 0;
}
.wp-social-login-provider-list p {
  margin: 0;
  padding-right: 10px;
  float: left;
}
.wp-social-login-provider-list:before, .wp-social-login-provider-list:after {
  content: "";
  display: table;
  clear: both;
}

/* Testimonials */
.testimonials-list .quote {
  padding: 1.25em;
  margin-bottom: 1.25em;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
.testimonials-list .quote p {
  margin: 0;
}
.testimonials-list .quote blockquote {
  font-size: 0.925em;
  line-height: 1.6;
  margin: 0 0 1em;
}
.testimonials-list .quote img.avatar {
  width: auto;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  margin-right: 7px;
  vertical-align: middle;
}
.testimonials-list .quote cite {
  font-weight: 700;
  opacity: 0.8;
}

/* Team Member */
.team-members {
  margin: 0 -1em 0.5em;
}
.team-members .team-member {
  width: 33.33333%;
  display: inline-block;
  margin-right: -4px;
  padding: 0 1em 2em;
  vertical-align: top;
}
.team-members .team-member figure {
  height: 280px;
  overflow: hidden;
  text-align: center;
  background-color: #d4ccc7;
}
.team-members .team-member figure img {
  width: 100%;
}
.team-members p {
  margin: 0;
}
.team-members h3.member {
  margin: 0 0 0.4em;
  padding: 0.5em 0.5em 0.4em;
  background: rgba(255, 255, 255, 0.25);
  text-align: center;
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: 400;
}
.team-members h3.member br {
  display: none;
}
.team-members p.role {
  margin-bottom: 0.5em;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
}

/* Sabai Directory */
.sabai-entity-bundle-name-directory_listing .entry-title {
  margin-bottom: 5px;
}

.sabai-directory-search {
  color: #222;
}
.sabai-directory-search .sabai-row > div {
  padding-top: 0;
}

.sabai-nav-tabs > li > a:hover {
  color: #000;
}

.sabai .sabai-directory-categories .sabai-directory-category {
  width: 31%;
  display: inline-block;
  margin: 0 2.5% 2em 0;
  text-align: center;
}
.sabai .sabai-directory-categories .sabai-directory-category:nth-child(3n+3) {
  margin-right: 0;
}
.sabai .sabai-directory-categories a {
  color: #303037;
  display: block;
}
.sabai .sabai-directory-categories img {
  width: auto;
  height: auto;
  margin: 0 0 0.75em 0 !important;
}

.sabai-directory-listings-grid .sabai-directory-images,
.sabai-directory-listings-grid .sabai-directory-title {
  padding: 0.5em;
}
.sabai-directory-listings-grid .sabai-directory-images {
  margin-bottom: 0;
  padding-bottom: 0;
}
.sabai-directory-listings-grid .sabai-directory-title {
  padding-top: 0.6em;
}

/* Facebook Like Box */
.fb-like-box {
  display: block !important;
  background: #d4ccc7 url(assets/images/footer-bg.png) no-repeat bottom right;
}
.fb-like-box span, .fb-like-box iframe {
  width: 100% !important;
}

/* AddToAny */
.single-post .addtoany_share_save_container {
  margin: 10px 0 20px;
}

.single-product .addtoany_share_save_container {
  margin: -15px 0 30px;
}

/* Events */
.page-template-eventbrite-index-php iframe, .page-template-eventbrite-single-php iframe {
  max-height: 320px;
}

.gform_wrapper span.ginput_total {
  color: #fff !important;
}

/* Media Queries */
@media (max-width: 80em) {
  .cart-tab {
    display: none;
  }

  .team-members .team-member figure img {
    width: auto;
  }
}
@media screen and (max-width: 60em) {
  .team-members .team-member {
    width: 50%;
  }
}
@media screen and (max-width: 40em) {
  .team-members .team-member {
    width: 100%;
  }

  .sabai-directory-categories .sabai-directory-category {
    width: 48%;
  }
  .sabai-directory-categories .sabai-directory-category:nth-child(3n+3) {
    margin-right: 2.5%;
  }
  .sabai-directory-categories .sabai-directory-category:nth-child(2n+2) {
    margin-right: 0;
  }
}
/* =WooCommerce
-------------------------------------------------------------- */
.woocommerce .woocommerce-tabs .panel, .woocommerce-page .woocommerce-tabs .panel {
  border: none;
  color: #303037;
  background-color: transparent;
}
.woocommerce #content .woocommerce-message:before, .woocommerce #content .woocommerce-error:before, .woocommerce #content .woocommerce-info:before, .woocommerce-page #content .woocommerce-message:before, .woocommerce-page #content .woocommerce-error:before, .woocommerce-page #content .woocommerce-info:before {
  padding-top: 0;
}
.woocommerce #content .woocommerce-message a, .woocommerce #content .woocommerce-error a, .woocommerce #content .woocommerce-info a, .woocommerce-page #content .woocommerce-message a, .woocommerce-page #content .woocommerce-error a, .woocommerce-page #content .woocommerce-info a {
  color: #4e9cc6;
}
.woocommerce #content .woocommerce-breadcrumb, .woocommerce-page #content .woocommerce-breadcrumb {
  color: #FFFFFF;
}
.woocommerce #content .woocommerce-breadcrumb a, .woocommerce-page #content .woocommerce-breadcrumb a {
  color: #FFFFFF;
}
.woocommerce #content .added_to_cart, .woocommerce-page #content .added_to_cart {
  display: block;
  clear: both;
  padding: 0 1.5em;
}
.woocommerce #content ul.products li.product, .woocommerce-page #content ul.products li.product {
  display: inline-block;
  width: 31% !important;
  margin: 0 3% 2em 0;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.5);
  clear: none;
}
.woocommerce #content ul.products li.product a + p, .woocommerce #content ul.products li.product a > br:first-child, .woocommerce #content ul.products li.product a > img + p, .woocommerce-page #content ul.products li.product a + p, .woocommerce-page #content ul.products li.product a > br:first-child, .woocommerce-page #content ul.products li.product a > img + p {
  display: none;
}
.woocommerce #content ul.products li.product img, .woocommerce-page #content ul.products li.product img {
  box-shadow: none;
}
.woocommerce #content ul.products li.product:nth-child(3n+3), .woocommerce-page #content ul.products li.product:nth-child(3n+3) {
  margin-right: 0;
}
.woocommerce #content ul.products li.product:nth-child(3n+3) + li, .woocommerce-page #content ul.products li.product:nth-child(3n+3) + li {
  clear: both;
}
.woocommerce #content ul.products li.product h3, .woocommerce #content ul.products li.product .price, .woocommerce #content ul.products li.product .button, .woocommerce-page #content ul.products li.product h3, .woocommerce-page #content ul.products li.product .price, .woocommerce-page #content ul.products li.product .button {
  margin: 0 1em;
}
.woocommerce #content ul.products li.product h3, .woocommerce-page #content ul.products li.product h3 {
  min-height: 80px;
}
.woocommerce #content ul.products li.product .price, .woocommerce-page #content ul.products li.product .price {
  float: right;
  background-color: #84cede;
  color: #FFFFFF;
  border-radius: 3px;
  padding: 0.25em 0.5em;
}
.woocommerce #content ul.products li.product .button, .woocommerce-page #content ul.products li.product .button {
  float: left;
  font-weight: 400;
  text-transform: none;
  box-shadow: 0px 1.5em 0.1em rgba(255, 255, 255, 0.1) inset, 0px 0.05em 0.15em rgba(0, 0, 0, 0.25) inset, 0px -0.1em 0px rgba(0, 0, 0, 0.2) inset;
}
.woocommerce #content .entry-summary > .button, .woocommerce-page #content .entry-summary > .button {
  margin: 0 0.5em 0.5em 0;
  color: #acdee9;
  text-shadow: none;
  padding: 0.7em 1em;
  background: #343434;
  box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25) inset, 0px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px -2px 0px rgba(0, 0, 0, 0.5) inset, 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.woocommerce #content .entry-summary > .button:hover, .woocommerce-page #content .entry-summary > .button:hover {
  background: #4e4e4e;
}
.woocommerce #content .product_extras, .woocommerce-page #content .product_extras {
  margin-bottom: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.woocommerce #content .product_extras hr, .woocommerce-page #content .product_extras hr {
  margin-bottom: 15px;
}
.woocommerce #content .product_extras .button, .woocommerce-page #content .product_extras .button {
  font-size: 14px;
  background: #fff;
  border: 0;
  opacity: 0.8;
}
.woocommerce #content .product_extras .button:hover, .woocommerce #content .product_extras .button:focus, .woocommerce #content .product_extras .button:active, .woocommerce-page #content .product_extras .button:hover, .woocommerce-page #content .product_extras .button:focus, .woocommerce-page #content .product_extras .button:active {
  opacity: 1;
}
.woocommerce #content div.product, .woocommerce-page #content div.product {
  position: relative;
}
.woocommerce #content div.product .images > div[itemprop=offers], .woocommerce-page #content div.product .images > div[itemprop=offers] {
  top: 1em;
  position: initial;
  font-size: 1.25em;
  background-color: rgba(17, 17, 17, 0.75);
  padding: 0.75em 1.25em;
  color: #FFFFFF;
}
.woocommerce #content div.product .images > div[itemprop=offers] .price, .woocommerce-page #content div.product .images > div[itemprop=offers] .price {
  margin: 0;
}
.woocommerce #content div.product .images > div[itemprop=offers] span.amount, .woocommerce-page #content div.product .images > div[itemprop=offers] span.amount {
  color: #acdee9;
}
.woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price {
  color: #f1ec65;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
  margin: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
  color: #010101;
}
.woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
  padding: 1em;
  background-color: #FFFFFF;
}
.woocommerce #content div.product div[itemprop=offers], .woocommerce-page #content div.product div[itemprop=offers] {
  background-color: #acdee9;
  padding: 5px;
  margin-bottom: 5px;
}
.woocommerce #content div.product div[itemprop=offers] p.price, .woocommerce #content div.product div[itemprop=offers] span, .woocommerce-page #content div.product div[itemprop=offers] p.price, .woocommerce-page #content div.product div[itemprop=offers] span {
  color: #FFFFFF !important;
  margin-bottom: 0;
}
.woocommerce #content div.product .product_meta, .woocommerce-page #content div.product .product_meta {
  display: none;
}
.woocommerce #content #payment, .woocommerce-page #content #payment {
  background-color: #978478;
}
.woocommerce #content .chosen-results, .woocommerce-page #content .chosen-results {
  color: #303037;
}
.woocommerce #content form.login, .woocommerce-page #content form.login {
  border: 2px solid rgba(255, 255, 255, 0.3);
  max-width: 600px;
}
.woocommerce #content label + br, .woocommerce #content input[type=checkbox] + br, .woocommerce #content input[type=radio] + br, .woocommerce-page #content label + br, .woocommerce-page #content input[type=checkbox] + br, .woocommerce-page #content input[type=radio] + br {
  display: none;
}
.woocommerce #content .reset_variations, .woocommerce-page #content .reset_variations {
  display: none !important;
}
.woocommerce #content a.button, .woocommerce #content input.button, .woocommerce #content button.button, .woocommerce #content ul.products li.product .button, .woocommerce #content div.product form.cart .button, .woocommerce-page #content a.button, .woocommerce-page #content input.button, .woocommerce-page #content button.button, .woocommerce-page #content ul.products li.product .button, .woocommerce-page #content div.product form.cart .button {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px rgba(255, 255, 255, 0.2);
}
.woocommerce #content a.button.alt, .woocommerce #content input.button.alt, .woocommerce #content #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce #content button.button.alt, .woocommerce-page #content a.button.alt, .woocommerce-page #content input.button.alt, .woocommerce-page #content #respond input#submit.alt, .woocommerce-page #content input.button.alt, .woocommerce-page #content button.button.alt {
  box-shadow: inset 0 1.5em 0.1em rgba(255, 255, 255, 0.1), inset 0 1em 0.5em rgba(0, 0, 0, 0.25), inset 0 -0.15em 0 rgba(0, 0, 0, 0.3) !important;
  background: #555;
  border-color: rgba(0, 0, 0, 0.1) !important;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.2) !important;
}
.woocommerce #content a.button.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce #content #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce #content button.button.alt:hover, .woocommerce-page #content a.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #content #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #content button.button.alt:hover {
  background: #777;
}
.woocommerce #content .col-1.address, .woocommerce-page #content .col-1.address {
  width: 50%;
}

.woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
  float: left !important;
  width: 100% !important;
}

.woocommerce div.product div.images {
  margin-bottom: 0 !important;
}

.woocommerce div.product div.images img {
  display: block;
  width: auto;
  height: auto;
  box-shadow: none;
}

/* Bundled Products */
.bundle_form .bundled_product_summary {
  padding-left: 0;
  padding-bottom: 20px;
}
.bundle_form .bundled_product_summary .bundled_product_title {
  float: right;
  width: 75%;
  font-size: 1.1em;
}
.bundle_form .bundled_product_summary .bundled_product_images {
  float: left;
  width: 25%;
  padding-right: 15px;
  text-align: right;
}
.bundle_form .bundled_product_summary .bundled_product_images a {
  margin-right: 0;
}
.bundle_form .bundled_product_summary .bundled_product_images img {
  width: 90px;
}
.bundle_form .bundled_product_summary .details {
  overflow: visible;
}

.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n), .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
  float: left !important;
}

.woocommerce #content ul.products li.product img, .woocommerce-page #content ul.products li.product img {
  max-height: 224px;
}

.woocommerce-page form.variations_form table.shop_table_responsive tr td {
  display: inline-block;
  text-align: left !important;
}
.woocommerce-page form.variations_form table.shop_table_responsive tr td.label {
  padding-left: 10px;
}
.woocommerce-page form.variations_form table.shop_table_responsive tr td:before {
  content: none;
}

/* Media Queries */
@media screen and (max-width: 60em) {
  .woocommerce #content ul.products li.product, .woocommerce-page #content ul.products li.product {
    width: 48%;
  }
  .woocommerce #content ul.products li.product:nth-child(3n+3), .woocommerce-page #content ul.products li.product:nth-child(3n+3) {
    margin-right: 3% !important;
  }
  .woocommerce #content ul.products li.product:nth-child(2n+2), .woocommerce-page #content ul.products li.product:nth-child(2n+2) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 40em) {
  .woocommerce #content ul.products li.product, .woocommerce-page #content ul.products li.product {
    width: 100%;
    margin-right: 0;
  }
}
.related ul.products li.product a.button {
  display: none;
}

/* =Sensei
-------------------------------------------------------------- */
.sensei div.sensei-message, .sensei .site div.sensei-message, .course div.sensei-message, .course-results div.sensei-message {
  color: #303037;
}
.sensei .sensei-breadcrumb, .sensei .site .sensei-breadcrumb, .course .sensei-breadcrumb, .course-results .sensei-breadcrumb {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 3px;
}
.sensei .sensei-message p, .sensei .site .sensei-message p, .course .sensei-message p, .course-results .sensei-message p {
  margin: 0.2em 0 0.25em;
}
.sensei .col-full, .sensei .col-full > .col-left, .sensei .site .col-full, .sensei .site .col-full > .col-left, .course .col-full, .course .col-full > .col-left, .course-results .col-full, .course-results .col-full > .col-left {
  width: 100%;
  padding: 0;
}
.sensei #comments, .sensei .site #comments, .course #comments, .course-results #comments {
  display: none;
}

.course-container #active-courses .course:nth-child(3n+3), .carousel .products #active-courses .course:nth-child(3n+3) {
  margin-right: 0 !important;
}
.course-container #active-courses .course:nth-child(3n+4), .carousel .products #active-courses .course:nth-child(3n+4) {
  margin-right: 3% !important;
}
.course-container .course, .course-container .product, .carousel .products .course, .carousel .products .product {
  display: inline-block;
  color: #303037;
  width: 31%;
  margin: 0 3% 2em 0 !important;
  background: #d4ccc7 url("assets/images/course-bg.png") no-repeat bottom right;
  vertical-align: top;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.5);
  padding: 0 0 0.75em 0;
}
.course-container .course a, .course-container .product a, .carousel .products .course a, .carousel .products .product a {
  color: #303037;
}
.course-container .course:nth-child(3n+4), .course-container .product:nth-child(3n+4), .carousel .products .course:nth-child(3n+4), .carousel .products .product:nth-child(3n+4) {
  margin-right: 0 !important;
}
.course-container .course header, .course-container .course section, .course-container .product header, .course-container .product section, .carousel .products .course header, .carousel .products .course section, .carousel .products .product header, .carousel .products .product section {
  padding: 0 15px;
  clear: both;
}
.course-container .course h2, .course-container .course h3, .course-container .product h2, .course-container .product h3, .carousel .products .course h2, .carousel .products .course h3, .carousel .products .product h2, .carousel .products .product h3 {
  font-size: 1.2em !important;
  font-style: italic;
  line-height: 1.1;
  margin-bottom: 5px !important;
  min-height: 3.2em;
  clear: both;
}
.course-container .course h3, .course-container .product h3, .carousel .products .course h3, .carousel .products .product h3 {
  padding: 0 15px !important;
}
.course-container .course p, .course-container .product p, .carousel .products .course p, .carousel .products .product p {
  margin: 0;
}
.course-container .course .course-excerpt, .course-container .product .course-excerpt, .carousel .products .course .course-excerpt, .carousel .products .product .course-excerpt {
  min-height: 4.2em;
}
.course-container .course .price, .course-container .course .add_to_cart_button, .course-container .product .price, .course-container .product .add_to_cart_button, .carousel .products .course .price, .carousel .products .course .add_to_cart_button, .carousel .products .product .price, .carousel .products .product .add_to_cart_button {
  display: none !important;
}
.course-container .course .course-price, .course-container .product .course-price, .carousel .products .course .course-price, .carousel .products .product .course-price {
  text-decoration: underline;
}
.course-container .course .thumbnail, .course-container .product .thumbnail, .carousel .products .course .thumbnail, .carousel .products .product .thumbnail {
  width: 100%;
}
.course-container .course .sensei-course-meta, .course-container .product .sensei-course-meta, .carousel .products .course .sensei-course-meta, .carousel .products .product .sensei-course-meta {
  margin-left: -10px;
  margin-bottom: 10px;
}
.course-container .course .sensei-course-meta .course-author, .course-container .course .sensei-course-meta .course-category, .course-container .product .sensei-course-meta .course-author, .course-container .product .sensei-course-meta .course-category, .carousel .products .course .sensei-course-meta .course-author, .carousel .products .course .sensei-course-meta .course-category, .carousel .products .product .sensei-course-meta .course-author, .carousel .products .product .sensei-course-meta .course-category {
  display: none;
}
.course-container .course .sensei-course-meta span.course-lesson-progress, .course-container .product .sensei-course-meta span.course-lesson-progress, .carousel .products .course .sensei-course-meta span.course-lesson-progress, .carousel .products .product .sensei-course-meta span.course-lesson-progress {
  font-weight: 700;
}
.course-container .course .course-lesson-count,
.course-container .course span + br, .course-container .product .course-lesson-count,
.course-container .product span + br, .carousel .products .course .course-lesson-count,
.carousel .products .course span + br, .carousel .products .product .course-lesson-count,
.carousel .products .product span + br {
  display: none;
}
.course-container .course .course-excerpt, .course-container .product .course-excerpt, .carousel .products .course .course-excerpt, .carousel .products .product .course-excerpt {
  font-size: 13px;
  min-height: 58px;
}
.course-container .course .course-excerpt a, .course-container .course .course-excerpt br, .course-container .product .course-excerpt a, .course-container .product .course-excerpt br, .carousel .products .course .course-excerpt a, .carousel .products .course .course-excerpt br, .carousel .products .product .course-excerpt a, .carousel .products .product .course-excerpt br {
  display: none;
}
.course-container .product, .carousel .products .product {
  width: 100%;
}
.course-container .archive-header h1, .carousel .products .archive-header h1 {
  color: #FFFFFF;
  margin-bottom: 1em;
}
.course-container .navigation, .carousel .products .navigation {
  float: none;
}

#my-courses.ui-tabs .ui-tabs-nav li a {
  color: #FFFFFF;
}
#my-courses.ui-tabs .ui-tabs-nav li a:hover {
  color: #f2f2f2;
}
#my-courses.ui-tabs .entry-actions .course-delete {
  display: none;
}
#my-courses.ui-tabs #customer_login .col-1 {
  width: 100%;
  padding: 0;
}

.carousel .navigation {
  display: none;
}

/* Misc Styling Fixes */
.course-lessons .lesson header h2, .module-lessons .lesson header h2, .course-container .course-lessons .lesson header h2, .course-results-lessons .type-course h2 {
  font-size: 1em;
  text-transform: none;
}

#main .course .course-lessons > header, #main .course .module-lessons > header, #main .course-container .course-lessons > header, #main .course-container .module-lessons > header {
  border-top-color: rgba(255, 255, 255, 0.3);
}

#main .course, #main .course-container {
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
#main .course .lesson-meta, #main .course-container .lesson-meta {
  margin-bottom: 0;
}

.sensei p.sensei-message.info::before, .sensei div.sensei-message.info::before, .course-container p.sensei-message.info::before, .course-container div.sensei-message.info::before, .course p.sensei-message.info::before, .course div.sensei-message.info::before, .lesson p.sensei-message.info::before, .lesson div.sensei-message.info::before, .quiz p.sensei-message.info::before, .quiz div.sensei-message.info::before, .learner-info p.sensei-message.info::before, .learner-info div.sensei-message.info::before {
  float: left;
}

.lesson-meta .lesson-author {
  display: none;
}

.sensei p.sensei-message.download, .sensei p.sensei-message.tick, .sensei div.sensei-message.download, .sensei div.sensei-message.tick, .course-container p.sensei-message.download, .course-container p.sensei-message.tick, .course-container div.sensei-message.download, .course-container div.sensei-message.tick, .course p.sensei-message.download, .course p.sensei-message.tick, .course div.sensei-message.download, .course div.sensei-message.tick, .lesson p.sensei-message.download, .lesson p.sensei-message.tick, .lesson div.sensei-message.download, .lesson div.sensei-message.tick, .quiz p.sensei-message.download, .quiz p.sensei-message.tick, .quiz div.sensei-message.download, .quiz div.sensei-message.tick, .learner-info p.sensei-message.download, .learner-info p.sensei-message.tick, .learner-info div.sensei-message.download, .learner-info div.sensei-message.tick {
  color: #000;
}

a.view-results, a.view-results-link, a.sensei-certificate-link {
  background: rgba(255, 255, 255, 0.3);
}

#main-course .my-messages-link-container a {
  margin-right: 15px;
}

/* Save reminder */
.save-quiz-reminder {
  position: fixed;
  width: 20em;
  left: -20em;
  top: 50%;
  opacity: 0;
  padding: 1em;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.25);
  border: 1px solid #c9bfb9;
  background-color: #9d8b7f;
  transition: all 0.2s ease;
}
.save-quiz-reminder.is-visible, .save-quiz-reminder:hover {
  left: 0;
  opacity: 1;
}
.save-quiz-reminder .quiz-reminder-save {
  font-weight: 400;
}
.save-quiz-reminder .quiz-reminder-close {
  position: absolute;
  right: -0.25em;
  top: -0.25em;
  background-color: #FF5756;
  font-size: 1.25em;
  border-radius: 50%;
  height: 1.25em;
  width: 1.25em;
  line-height: 1.2;
  cursor: pointer;
}

/* Hacks */
.single-lesson #content #content #post-entries, .single-quiz #content #content #post-entries {
  display: none;
}

.single-lesson #content #content .quiz-submit {
  display: none;
}
.single-lesson .pdf-iframe {
  width: 100%;
  height: 76em;
  border: 2px solid rgba(0, 0, 0, 0.3);
}
.single-lesson .video {
  margin: 2em 0;
}
.single-lesson .video iframe {
  width: 100%;
  height: 500px;
}

/* Media Queries */
@media print {
  body.single-lesson .site-top, body.single-lesson #masthead, body.single-lesson .site-footer, body.single-lesson .aside-navigation, body.single-lesson .woocommerce-cart-tab-container, body.single-lesson .sensei-breadcrumb {
    display: none;
  }

  body.single-lesson.non-admin-user {
    display: none;
  }
}
@media screen and (max-width: 60em) {
  .course-container .course, .course-container .product, .carousel .products .course, .carousel .products .product {
    width: 48%;
  }
  .course-container .course:nth-child(3n+4), .course-container .product:nth-child(3n+4), .carousel .products .course:nth-child(3n+4), .carousel .products .product:nth-child(3n+4) {
    margin-right: 3% !important;
  }
  .course-container .course:nth-child(2n+3), .course-container .product:nth-child(2n+3), .carousel .products .course:nth-child(2n+3), .carousel .products .product:nth-child(2n+3) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 40em) {
  .course-container .course, .carousel .products .product {
    width: 100%;
    margin-right: 0 !important;
  }
}
/* =Main
-------------------------------------------------------------- */
body {
  background: url(assets/images/bg-logo.svg) no-repeat 0 0 #010101;
  background-attachment: fixed;
}

.site.container {
  padding: 0;
  background: #9d8b7f;
}

/* Site Top */
.site-top {
  font-size: 0.75em;
  text-align: right;
  background-color: #010101;
}
.site-top a {
  color: #FFFFFF;
}
.site-top .container {
  padding: 0.5em 1em;
}
.site-top .user-actions {
  padding-left: 1em;
}

/* Site Header */
.site-header {
  text-align: center;
  position: static;
  padding: 0;
  background: url("assets/images/header-bg.jpg") center top no-repeat;
  background-size: cover;
}
.site-header .row-thin {
  position: relative;
  z-index: 2;
}
.site-header .menu-bg {
  position: absolute;
  background: url("assets/images/menu-bg.png") no-repeat center center;
  bottom: -125px;
  left: 50%;
  height: 186px;
  width: 1021px;
  margin-left: -510px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .site-header .menu-bg {
    left: 0;
    width: 100%;
    margin-left: 0;
  }
}
.site-header .row-thin.row-nav {
  position: relative;
  z-index: 10;
}

.site-social {
  position: absolute;
  top: 0.75em;
  z-index: 9;
}
.site-social a {
  width: auto;
  height: auto;
  padding: 0.25em 0.5em;
  margin: 0;
  height: auto;
  font-size: 1.6em;
  display: block;
  color: #FFFFFF;
}
.site-social a:hover {
  color: #e6e6e6;
}

.site-phone {
  position: absolute;
  right: 1em;
  top: 0.4em;
  font-size: 2em;
  z-index: 9;
  text-align: right;
  color: #010101;
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
}
.site-phone span {
  font-size: 0.7em;
  line-height: 1;
  display: block;
}
.site-phone:hover {
  color: #FFFFFF;
  background-color: transparent;
}

.phone-number-header {
  position: absolute;
  right: 7.5em;
  top: 0.8em;
  font-size: 1.5em;
  z-index: 9;
  color: #FFFFFF;
}

.site-header + img {
  position: relative;
  z-index: 7;
  box-shadow: 0 75px 40px -70px rgba(0, 0, 0, 0.8);
}

.site-branding {
  z-index: 8;
  position: relative;
}

/* Site Content */
.site-content.container {
  z-index: 5;
  background: linear-gradient(#9d8b7f, #303037);
  padding: 2.5em;
}
.site-content.container > .row > .site-primary, .site-content.container > .row > .site-secondary {
  padding: 0;
}
.site-content.container > .row > .site-primary.col-8 {
  padding-right: 1em;
}
.site-content.container > .row > .site-secondary.col-4 {
  padding-left: 2em;
}

/* Contact */
.contact-icons .fa {
  font-size: 2rem;
  margin: 0 0.25em 0.5em;
  width: 1.5em;
  color: #FFFFFF;
}

.social-tiles .fa {
  font-size: 2.5rem;
  height: 3.5rem;
  text-align: center;
  line-height: 1.4;
}

/* Home Page */
.home .entry-header,
.home .archive-header,
.home .sensei-course-meta {
  display: none;
}
.home .entry-content {
  font-size: 1.25em;
  text-align: left;
}

.scroll-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  /* important:  dimensions or positioning here! */
}

#likebox-wrapper * {
  width: 100% !important;
}

._2p3a {
  width: 100% !important;
}

/* Site Content */
.site-content img {
  /* border: 1px solid lighten(color('brown'), 10%); */
}

.title-bar {
  margin-bottom: 2em;
  border-bottom: 1px solid;
  line-height: 1.25;
}
.title-bar .col-thin {
  padding: 0;
}
.title-bar .button {
  margin: 0;
}

/* Carousels */
.carousel .posts,
.carousel .course-container, .carousel .products {
  margin-bottom: 0;
}
.carousel .posts .post, .carousel .posts .course, .carousel .posts .product,
.carousel .course-container .post,
.carousel .course-container .course,
.carousel .course-container .product, .carousel .products .post, .carousel .products .course, .carousel .products .product {
  width: 100%;
  min-height: 380px;
}
.carousel .posts .owl-stage .owl-item,
.carousel .course-container .owl-stage .owl-item, .carousel .products .owl-stage .owl-item {
  float: left;
}
.carousel .posts .navigation,
.carousel .course-container .navigation, .carousel .products .navigation {
  display: none;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  top: 30%;
}
.owl-nav .owl-prev:before, .owl-nav .owl-next:before {
  font-family: "FontAwesome";
  padding: 1em;
  color: #FFFFFF;
}
.owl-nav .owl-prev {
  left: -2.5em;
}
.owl-nav .owl-prev:before {
  content: "";
}
.owl-nav .owl-next {
  right: -2.5em;
}
.owl-nav .owl-next:before {
  content: "";
}

a#sensei-user-courses-active-action {
  display: block !important;
}

/* Site Footer */
.site-footer {
  background-color: #76767a;
}
.site-footer .container {
  background: url("assets/images/footer-bg.png") no-repeat right -3em;
}
.site-footer .widget-title {
  font-size: 1.2em;
}
.site-footer .social-links a {
  border-radius: 50%;
}
.site-footer .textwidget {
  font-size: 0.75em;
}
.site-footer .secondary-navigation {
  text-align: right;
  font-size: 0.75em;
  text-transform: none;
}
.site-footer .secondary-navigation a {
  color: #FFFFFF;
}

/* Site Info */
.site-info {
  font-size: 0.75em;
}

.to-top {
  color: #FFFFFF;
}

#sabai-inline-nav {
  display: none;
}

/* Media Queries */
@media screen and (max-width: 40em) {
  body {
    background-position: center -6em;
  }

  .site-content.container {
    padding: 2em 1em;
  }

  .phone-number-header {
    right: 10px;
    top: 3.2em;
    font-size: 18px;
  }

  .site-branding {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .site-branding .site-logo {
    max-width: 125px;
  }

  .site-phone {
    right: 0.4em;
  }
  .site-phone span, .site-phone b {
    font-size: 0.5em;
  }

  .title-bar .text-right {
    text-align: left;
  }

  .site-footer .site-info, .site-footer .secondary-navigation {
    text-align: center;
  }
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
  width: 100% !important;
}

/* =Helpers
----------------------------------------------- */
/* Alignment */
.alignleft, .align-left {
  display: inline;
  float: left;
  margin: 0 2.5em 1em 0;
}

.alignright, .align-right {
  display: inline;
  float: right;
  margin: 0 0 1em 2.5em;
}

.aligncenter, .align-center {
  clear: both;
  display: block;
  margin: 0 auto 1em auto;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

/* Responsive iframes */
.fluid-iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.fluid-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Misc*/
.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.hidden {
  visibility: hidden;
}

.site .hide-if-logged-out {
  display: none;
}

.logged-in .hide-if-logged-in {
  display: none;
}
.logged-in .hide-if-logged-out {
  display: inline-block;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f9f9f9;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #acdee9;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Clearing */
.clear:before, .row:before, .article-excerpt:before, .bundle_form .bundled_product_summary:before, .site-top:before, .clear:after, .row:after, .article-excerpt:after, .bundle_form .bundled_product_summary:after, .site-top:after {
  content: "";
  display: table;
}

.clear:after, .row:after, .article-excerpt:after, .bundle_form .bundled_product_summary:after, .site-top:after {
  clear: both;
}