/*!
 * Hotyoga42 main stylesheets.
 *
 * @package 	Hotyoga42
 * @copyright   Copyright (c) 2015, Ohjooi
 * @since  		1.0
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*
* Resetting and rebuilding styles have been helped along thanks to the fine
* work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
* 
* http://necolas.github.com/normalize.css/
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.social-navigation a:before,
.main-navigation li a:not(:last-child):after,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.comment-reply-link:before,
.tags-links:before,
.comments-link:before,
.sticky-post:before,
.article-format:before,
.edit-link:before,
.pagination .prev:before,
.pagination .next:before,
.posts-navigation .nav-previous a:before,
.posts-navigation .nav-next a:after,
.format-link .article-title a:after,
.post-password-required .article-title:before,
.article-content .more-link:after,
.article-summary .more-link:after,
.author-link:after,
.social--icons a:before,
.single-testimonials .article-content blockquote:before,
.single-testimonials .article-content blockquote:after,
.testimonials--section .article-content blockquote:before,
.testimonials--section .article-content blockquote:after,
#scrooooooooooooooooooooooooooooooooooooooooooooooool__to_top________please:after {
  font-size: inherit;
  -moz-transition: color .1s ease-in 0;
  -webkit-transition: color .1s ease-in 0;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: inherit;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  vertical-align: middle;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Merriweather", Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  line-height: 1.85;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
  -webkit-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  -moz-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  -ms-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  -o-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hind", "Helvetica", "Helvetica Neue", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  -moz-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  -ms-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  -o-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.5px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  word-wrap: break-word;
}

h1,
h2,
h3 {
  margin: 20px 0 10px;
}

h4,
h5,
h6 {
  margin: 15px 0px 10px;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  margin-bottom: 1.5em;
  -webkit-font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
  -moz-font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
  -ms-font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
  -o-font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
  font-feature-settings: 'kern' 1, 'onum' 1, 'liga' 1;
  -webkit-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  -moz-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  -ms-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  -o-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
}

b,
strong {
  font-weight: 700;
}

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

em {
  color: #404040;
}

blockquote {
  margin: 0 1.5em;
  padding-left: 15px;
  border-left: 5px solid #fc0;
}
blockquote cite,
blockquote small {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.6;
}
blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}
blockquote strong,
blockquote b {
  font-weight: 400;
}

address {
  font-style: italic;
  margin: 0 0 1.5em;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background: #f8f8f8;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

:not(pre) > code,
:not(pre) > kbd,
:not(pre) > tt,
:not(pre) > var,
:not(pre) > samp {
  font-size: 12px;
  color: #D05;
  white-space: nowrap;
  padding: 3px 5px;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  background: #FAFAFA none repeat scroll 0% 0%;
}

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

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

big {
  font-size: 125%;
}

hr {
  background-color: #e5e5e5;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dl dt {
  font-weight: bold;
}
dl dt:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #e5e5e5;
}
dl dd {
  color: #ababab;
  font-size: 14px;
  line-height: 1.25;
  margin: 0;
  padding: 3px 0;
}

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

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  margin-bottom: 30px;
}
table thead > tr > th {
  vertical-align: bottom;
}
table tbody > tr:nth-of-type(2n+1) {
  background: #fafafa;
}
table tbody > tr:nth-of-type(2n+1):hover {
  background-color: #fcfcfc;
}
table th {
  text-align: left;
}
table th {
  vertical-align: top;
}
table td,
table th {
  padding: 8px;
  border-bottom: 1px solid #e5e5e5;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-family: "Hind", "Helvetica", "Helvetica Neue", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background-color: #000;
  border: 1px solid #000;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  line-height: 38px;
  letter-spacing: .1rem;
  padding: 0 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
button:hover, button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  background-color: #ababab;
  border-color: #ababab;
  color: #fff;
  outline: 0;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
select {
  height: 40px;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  padding: 0px 10px;
  border-radius: 0px;
  box-shadow: none;
  box-sizing: border-box;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  height: auto;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  background-color: #fff;
  border-color: #e5e5e5;
  outline: 0;
}

legend {
  display: block;
  margin-bottom: .5rem;
}

label,
legend {
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label {
  display: inline-block;
  margin-left: 0;
  font-weight: normal;
}

.button {
  background-color: #000;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #c8332f;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ababab;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 38px;
  letter-spacing: .1rem;
  padding: 0 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.button:hover, .button:focus {
  background-color: #ababab;
  border-color: #ababab;
  color: #fff;
  outline: 0;
  text-decoration: none;
}

.primary-btn {
  background-color: #c8332f;
  color: #fff;
}
.primary-btn:hover, .primary-btn:focus {
  background-color: #b61e10;
  border-color: #b61e10;
  color: #fff;
}

.cform input[type="email"],
.cform input[type="number"],
.cform input[type="search"],
.cform input[type="text"],
.cform input[type="tel"],
.cform input[type="url"],
.cform input[type="password"],
.cform textarea,
.cform select,
.cform .wpcf7-form-control {
  border-width: 0px 0px 1px 0px !important;
  border-style: solid !important;
  border-color: #ddd !important;
  font-family: "Open Sans", Helvetica, Helvetica Neue, Arial, sans-serif !important;
}
.cform input[type="email"]:focus,
.cform input[type="number"]:focus,
.cform input[type="search"]:focus,
.cform input[type="text"]:focus,
.cform input[type="tel"]:focus,
.cform input[type="url"]:focus,
.cform input[type="password"]:focus,
.cform textarea:focus,
.cform select:focus,
.cform .wpcf7-form-control:focus {
  background-color: #fff !important;
  border-color: #939393 !important;
  outline: 0;
}
.cform .field-control {
  margin-bottom: 15px !important;
}
.cform .field-control .text-field {
  font-family: "Hind", "Helvetica", "Helvetica Neue", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}
.cform #bo-recaptcha {
  padding: 0px 0 11px !important;
  border: 0px !important;
}

.business-opportunity-form {
  margin-top: 80px;
}
.business-opportunity-form .text-description em {
  color: #ababab;
}
.business-opportunity-form span.wpcf7-not-valid-tip {
  color: #C8332F;
  display: block;
  font-size: 10px;
  font-style: italic;
}

.gswu-form {
  margin-bottom: 50px;
  margin-top: 50px;
}
.gswu-form #gswu-recaptcha {
  padding: 0px 0 11px !important;
  border: 0px !important;
}

/*--------------------------------------------------------------
# Menu Navigation
--------------------------------------------------------------*/
.metabar {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  text-align: left;
  z-index: 999;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .metabar {
    text-align: center;
  }
}
.metabar .metabar-brand {
  color: #fff;
  box-sizing: border-box;
  display: block;
  padding: 0px 15px;
}
.metabar .navigation-list {
  float: none;
  display: none;
}
@media (min-width: 768px) {
  .metabar .navigation-list {
    display: block;
  }
}
.metabar .navigation-list > li {
  float: none;
  display: block;
}
@media (min-width: 768px) {
  .metabar .navigation-list > li {
    display: inline-block;
  }
}
.metabar .navigation-list > li > a {
  border: 0px;
  border-image: none;
  font-family: "Hind", "Helvetica", "Helvetica Neue", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-weight: 700;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0px 15px;
  margin-top: 0px;
  margin-left: -4px;
  text-transform: uppercase;
  text-shadow: none;
}
.metabar .navigation-list > li .uk-dropdown-navbar {
  margin-top: 0px;
}
.metabar .navigation-list > li .uk-dropdown {
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  border-color: transparent;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Hind", "Helvetica", "Helvetica Neue", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  margin-top: 0px;
  position: absolute;
  left: -4px;
  top: 100%;
  width: 200px;
  padding: 0 15px;
  vertical-align: top;
  z-index: 1020;
}
@media (max-width: 30em) {
  .metabar .navigation-list > li .uk-dropdown {
    position: relative;
    width: 100%;
  }
}
.metabar .navigation-list > li .uk-dropdown .uk-nav-navbar > li {
  text-align: left;
}
.metabar .navigation-list > li .uk-dropdown .uk-nav-navbar > li > a {
  font-size: 12px;
  font-weight: 700;
  text-shadow: none;
  text-transform: uppercase;
}
.metabar .navigation-list > li .uk-dropdown .uk-nav-navbar > li > a:hover, .metabar .navigation-list > li .uk-dropdown .uk-nav-navbar > li > a:focus {
  box-shadow: none;
  outline: medium none;
  text-shadow: none;
}
.metabar .navigation-list > li.uk-active > a {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
}
@media (min-width: 768px) {
  .metabar .nav-header {
    display: none;
  }
}
.metabar .site-title {
  font-size: 14px;
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
}
.metabar .toggle-button {
  display: block;
  padding: 0px 30px;
  width: 100%;
}

.uk-sticky-init {
  z-index: 999;
}

.metabar.secondary-navigation.uk-sticky-init {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0% 0%;
}

.metabar-primary {
  border: 0px;
  background: #c8332f;
  color: #fff;
  font-family: "Hind", "Helvetica", "Helvetica Neue", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}
.metabar-primary .navigation-list > li > a {
  color: #fff;
  font-family: "Hind", "Helvetica", "Helvetica Neue", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}
.metabar-primary .navigation-list > li > a:hover, .metabar-primary .navigation-list > li > a:focus {
  background-color: #b61e10;
}
.metabar-primary .navigation-list > li .uk-dropdown-navbar {
  margin-top: 0px;
  background: #939393;
  color: #fff;
}
.metabar-primary .navigation-list > li .uk-dropdown {
  background: #3D4045;
  border: 0px solid #939393;
  color: #fff;
}
.metabar-primary .navigation-list > li .uk-dropdown .uk-nav-navbar > li {
  text-align: left;
}
.metabar-primary .navigation-list > li .uk-dropdown .uk-nav-navbar > li > a {
  color: #fff;
}
.metabar-primary .navigation-list > li .uk-dropdown .uk-nav-navbar > li > a:hover, .metabar-primary .navigation-list > li .uk-dropdown .uk-nav-navbar > li > a:focus {
  background: #333;
  color: #fff;
}
.metabar-primary .navigation-list > li.uk-active > a {
  background-color: #b61e10;
}
.metabar-primary .navigation-list > li.uk-active > a:hover {
  background-color: #b61e10;
}
.metabar-primary .navigation-list > li:hover > a,
.metabar-primary .navigation-list > li > a:focus,
.metabar-primary .navigation-list > li.uk-open > a {
  background-color: #b61e10;
  color: #fff;
}
.metabar-primary .site-title a {
  color: #fff;
}

.metabar-inverse {
  background: #fff;
  color: #404040;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.06);
}
.metabar-inverse .navigation-list > li > a {
  color: #404040;
}
.metabar-inverse .navigation-list > li > a:hover, .metabar-inverse .navigation-list > li > a:focus {
  background-color: #fafafa;
}
.metabar-inverse .navigation-list > li .uk-dropdown-navbar {
  background: #939393;
  color: #fff;
}
.metabar-inverse .navigation-list > li .uk-dropdown {
  background: #3D4045;
  border-color: #939393;
  color: #fff;
}
.metabar-inverse .navigation-list > li .uk-dropdown .uk-nav-navbar > li > a {
  color: #fff;
}
.metabar-inverse .navigation-list > li .uk-dropdown .uk-nav-navbar > li > a:hover, .metabar-inverse .navigation-list > li .uk-dropdown .uk-nav-navbar > li > a:focus {
  background: #333;
  color: #fff;
}
.metabar-inverse .navigation-list > li.uk-active > a {
  background-color: #fafafa;
}
.metabar-inverse .navigation-list > li.uk-active > a:hover {
  background-color: #fafafa;
}
.metabar-inverse .navigation-list > li:hover > a,
.metabar-inverse .navigation-list > li > a:focus,
.metabar-inverse .navigation-list > li.uk-open > a {
  background-color: #fafafa;
  color: #ababab;
}
@media (max-width: 30em) {
  .metabar-inverse .navigation-list .menu-home {
    border-top: 1px solid #e5e5e5;
  }
}
.metabar-inverse .nav-header .site-title a {
  color: #000;
}
.metabar-inverse .nav-header .toggle-button:hover, .metabar-inverse .nav-header .toggle-button:focus {
  background-color: #424242;
  border-color: #424242;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #c8332f;
  text-decoration: none;
}
a:visited {
  color: #c8332f;
}
a:hover, a:focus, a:active {
  color: #404040;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Paginations
--------------------------------------------------------------*/
.comment-navigation,
.posts-navigation,
.post-navigation {
  margin: 40px 0px;
  overflow: hidden;
  padding: 25px 0;
}
.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
  width: 100%;
}
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a,
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a,
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  color: #404040;
  font-family: "Open Sans", Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: 700;
}
.comment-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover,
.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  color: #939393;
  text-decoration: none;
}

.posts-navigation .nav-next a,
.posts-navigation .nav-previous a {
  background-color: #fff;
  border: 1px solid #ababab;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  color: #ababab;
  display: inline-block;
  font-size: 14px;
  padding: 3px 15px;
  font-weight: 400;
}
.posts-navigation .nav-next a:hover,
.posts-navigation .nav-previous a:hover {
  background-color: #fff;
  border-color: #939393;
  color: #939393;
}

.post-navigation {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
  padding-top: 10px;
}
.post-navigation .nav-next a,
.post-navigation .nav-previous a {
  color: #404040;
  display: block;
  font-family: "Open Sans", Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  padding: 10px 0;
}
.post-navigation .nav-next a .meta-nav,
.post-navigation .nav-previous a .meta-nav {
  display: block;
  color: #ababab;
  font-family: "Merriweather", Georgia, Times, Times New Roman, serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.post-navigation .nav-next a .post-title,
.post-navigation .nav-previous a .post-title {
  font-size: 16px;
}

.posts-navigation .nav-previous a:before {
  content: "\f137";
  margin-right: 5px;
}

.posts-navigation .nav-next a:after {
  content: "\f138";
  margin-left: 5px;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.article-content:before,
.article-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.comment-navigation:before,
.comment-navigation:after,
.posts-navigation:before,
.posts-navigation:after,
.post-navigation:before,
.post-navigation:after {
  content: "";
  display: table;
}

.clear:after,
.article-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.comment-navigation:after,
.posts-navigation:after,
.post-navigation:after {
  clear: both;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  background-color: #670d1d;
  text-align: center;
  width: 100%;
}

.global--header {
  background-color: #fafafa;
  border-bottom: 1px solid #F3F3F3;
}
.global--header .article-header {
  margin-top: 30px;
}
.global--header .article-header .article-meta {
  color: #ababab;
}
.global--header .article-header .article-meta a {
  color: #ababab;
}
.global--header .article-header .article-meta a:hover {
  color: #939393;
}
.global--header .article-header .article-title {
  font-size: 28px;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .global--header .article-header .article-title {
    font-size: 44px;
  }
}
.global--header .article-header .article-subtitle {
  font-size: 18px;
  font-weight: 400;
  margin: 0px 10px;
}
@media (min-width: 768px) {
  .global--header .article-header .article-subtitle {
    font-size: 26px;
  }
}
.global--header .uk-overlay-background {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
}

.site-branding {
  padding: 40px;
}
.site-branding .site-title a {
  border: 3px solid;
  display: inline-block;
  padding: 10px;
}

.site-logo {
  max-width: 200px;
}

.site-title {
  font-size: 20px;
  font-family: "Hind", "Helvetica", "Helvetica Neue", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.site-title a {
  color: #fff;
  text-decoration: none;
}

.site-description {
  font-size: 14px;
  color: #fff;
  margin: 0px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.home .site-content {
  margin: 0px auto;
}

.single .hentry .article-header .article-meta a {
  color: #6F6969;
}
.single .hentry .article-header .article-title {
  font-size: 38px;
}

.site-content {
  margin: 20px auto 40px;
}
@media (min-width: 768px) {
  .site-content {
    margin: 40px auto 80px;
  }
}

.content-area {
  width: 100%;
}

.sticky {
  display: block;
}
.sticky .sticky-post:before {
  content: "\f061";
}

.hentry {
  margin: 10px auto;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .hentry {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.hentry:last-of-type {
  padding-bottom: 0px;
}

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

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

.article-header .article-title {
  font-size: 34px;
  letter-spacing: -0.025em;
  line-height: 1.125;
  margin: 0;
}
.article-header .article-title a {
  color: #404040;
}
.article-header .article-title a:hover {
  color: #ababab;
  text-decoration: none;
}
.article-header .article-subtitle {
  color: #ababab;
  font-weight: 400;
  margin-top: 10px;
}
.article-header .article-meta,
.article-header .category-links,
.article-header .tags-links,
.article-header .edit-link {
  color: #ababab;
  font-family: "Open Sans", Helvetica, Helvetica Neue, Arial, sans-serif;
}
.article-header .article-meta a,
.article-header .category-links a,
.article-header .tags-links a,
.article-header .edit-link a {
  color: #ababab;
}
.article-header .article-meta a:hover,
.article-header .category-links a:hover,
.article-header .tags-links a:hover,
.article-header .edit-link a:hover {
  color: #404040;
}

.page-header {
  text-align: center;
}
.page-header .page-title {
  font-size: 38px;
  color: #404040;
  margin-bottom: 0px;
}
.page-header .taxonomy-description {
  font-family: "Open Sans", Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #ababab;
}

.article-author,
.article-meta {
  color: #ababab;
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
}
.article-author a,
.article-meta a {
  color: #ababab;
}
.article-author a:hover,
.article-meta a:hover {
  color: #404040;
}

.article-meta {
  line-height: 1.25;
  margin-bottom: 10px;
}
.article-meta .meta-date {
  margin-right: 5px;
}

.article-header,
.article-content,
.article-thumbnail {
  margin: 0 auto 30px;
}

.article-thumbnail {
  display: block;
}

.single-article-header {
  padding: 30px;
  background-color: #fafafa;
  border-bottom: 1px solid #fafafa;
  border-top: 1px solid #fafafa;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.page-links a {
  background-color: #000;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  color: #fafafa;
  display: inline-block;
  text-align: center;
  height: 25px;
  width: 25px;
}
.page-links a:hover {
  background-color: #404040;
}

.article-footer {
  color: #ababab;
  font-family: "Open Sans", Helvetica, Helvetica Neue, Arial, sans-serif;
}
.article-footer .tags-links {
  border-bottom: 1px solid #EEE;
  display: block;
  padding: 10px 0px;
}
.article-footer a {
  color: #ababab;
}
.article-footer a:hover {
  color: #404040;
}

.more-link {
  border-bottom: 1px solid;
  color: #939393;
  display: table;
  margin-top: 10px;
}
.more-link:hover {
  text-decoration: none;
}

.category-links,
.tags-links,
.comments-link,
.edit-link {
  margin-right: 3px;
}
.category-links:before,
.tags-links:before,
.comments-link:before,
.edit-link:before {
  margin-right: 3px;
}

.comments-link {
  display: block;
}

.tags-links:before {
  content: "\f02b";
}

.comments-link:before {
  content: "\f086";
}

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

.edit-link:before {
  content: "\f044";
}

.post-password-required .article-title:before {
  content: "\f084";
  margin-right: 5px;
  color: #19b4cf;
}

.author-bio {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding-bottom: 30px;
  padding-top: 25px;
}
@media (min-width: 1200px) {
  .author-bio .author-bio-avatar {
    text-align: center;
  }
}
.author-bio .author-bio-avatar img {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  margin: 0 auto;
}
.author-bio .author-bio-details .author-name {
  font-size: 20px;
}
.author-bio .author-bio-details .author-name a {
  color: #404040;
}
.author-bio .author-bio-details .author-name a:hover {
  color: #939393;
  text-decoration: none;
}
.author-bio .author-bio-details .author-descriptions {
  font-size: 14px;
}

.related-post .page-header {
  margin-bottom: 20px;
  padding: 20px 0 40px;
}
.related-post .page-header .page-title {
  font-size: 22px;
}
.related-post .main-article {
  padding: 5px;
}
.related-post .main-article .article-header {
  margin: 10px 0 5px;
  text-align: center;
}
.related-post .main-article .article-title {
  font-size: 16px;
}
.related-post .uk-overlay-hover:hover .article-header {
  visibility: hidden;
  display: none;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.article-panel {
  background: #FFF none repeat scroll 0% 0%;
  color: #404040;
}
.article-panel .article-title {
  border-bottom: 1px solid #404040;
  font-family: "Merriweather", Georgia, Times, Times New Roman, serif;
  font-size: 18px;
}

.footer-section,
.homepage-section {
  padding-bottom: 40px;
  padding-top: 40px;
}
.footer-section .section-heading,
.footer-section .section-content,
.footer-section .section-footer,
.homepage-section .section-heading,
.homepage-section .section-content,
.homepage-section .section-footer {
  margin-bottom: 30px;
}
.footer-section .section-heading .section-title,
.homepage-section .section-heading .section-title {
  font-size: 26px;
  margin-bottom: 20px;
}
.footer-section .section-heading .section-title:after,
.homepage-section .section-heading .section-title:after {
  content: "";
  display: block;
  width: 70px;
  margin: 25px auto 0px;
  background-color: #F1F3F4;
  padding: 2px;
}
.footer-section .section-message,
.homepage-section .section-message {
  font-size: 14px;
}
.footer-section .section-footer .button,
.homepage-section .section-footer .button {
  font-size: 11px;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
}

.infobox--section a {
  color: #fff;
  display: block;
}
.infobox--section a:hover {
  text-decoration: none;
}

.infobox--1 {
  background-color: #670d1d;
  color: #fff;
}
.infobox--1 .section-title {
  color: #fff;
}

.infobox--2 {
  background-color: #c8332f;
  color: #fff;
}
.infobox--2 .section-title {
  color: #fff;
}
.infobox--2 .infobox-panel .image-box .info-image {
  width: 125px;
}
.infobox--2 .content-panel .small-heading {
  font-size: 20px;
}
.infobox--2 .content-panel .sub-head {
  font-size: 14px;
}

.video--section {
  padding-bottom: 0px;
  padding-top: 0px;
}
.video--section .video-container .play-video--link:hover {
  color: #b61e10;
}
.video--section .description-container {
  background-color: #b61e10;
  color: #fff;
  padding: 10px 10px;
  margin: 0 auto;
}
.video--section .description-container .section-heading {
  margin: 0 auto;
}
.video--section .description-container .section-heading .section-title {
  color: #fff;
  font-size: 18px;
  margin: 0px;
}
.video--section .description-container .section-heading .section-title:after {
  display: none;
}

.page-template-template-homepage .uk-modal {
  background: rgba(0, 0, 8, 0.6) none repeat scroll 0% 0%;
}
.page-template-template-homepage .uk-modal .uk-modal-dialog {
  box-shadow: none;
}

.carousel--section {
  padding-bottom: 0px;
  padding-top: 0px;
}
.carousel--section .carousel-meta .carousel-title {
  color: #fff;
  font-size: 32px;
}
.carousel--section .carousel-meta .carousel-subhead {
  color: #fff;
  font-family: "Merriweather", Georgia, Times, Times New Roman, serif;
  font-weight: 400;
  margin-bottom: 20px;
}
.carousel--section .carousel-meta .primary-btn {
  color: #fff;
  font-size: 12px;
  font-family: "Hind", "Helvetica", "Helvetica Neue", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

.news--section {
  padding-bottom: 90px;
  padding-top: 90px;
}
.news--section .page-header {
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.news--section .page-header .section-title {
  color: #c8332f;
  font-size: 28px;
}
.news--section .content-panel .article--submitted {
  display: block;
  margin-bottom: 15px;
}
.news--section .content-panel .article--submitted .uk-icon-circle {
  font-size: 12px;
  color: #ababab;
}
.news--section .content-panel .article--submitted .section-category .the-categories {
  font-family: "Open Sans", Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 10px;
}
.news--section .content-panel .article--submitted .section-category .the-categories a {
  color: #ababab;
}
.news--section .content-panel .article--submitted .section-category .the-categories a:hover {
  color: #ababab;
  text-decoration: none;
}
.news--section .content-panel .article--submitted .article-thumbnail {
  margin-bottom: 15px;
}
.news--section .content-panel .article--submitted .section-header {
  margin-bottom: 10px;
}
.news--section .content-panel .article--submitted .article-header {
  line-height: 1.25;
}
.news--section .content-panel .article--submitted .article-header .article-title {
  font-size: 24px;
  font-family: "Hind", "Helvetica", "Helvetica Neue", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  margin: 0;
}
.news--section .content-panel .article--submitted .article-header .article-title a {
  color: #404040;
}
.news--section .content-panel .article--submitted .article-header .article-title a:hover {
  border-color: #ababab;
  color: #939393;
  text-decoration: none;
}
.news--section .content-panel .article--submitted .article-header .article-meta {
  font-size: 12px;
}
.news--section .content-panel .overlay--text {
  color: #404040;
  border: 2px solid #404040;
  font-weight: 700;
  padding: 0 10px;
  font-family: "Hind", "Helvetica", "Helvetica Neue", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 12px;
}
.news--section .content-panel .uk-overlay-background {
  background-color: #fafafa;
}
.news--section .facebook-feed--panel {
  background-color: #fff;
  padding: 10px;
}

.dailyschedule--section {
  border-top: 1px solid #e5e5e5;
  padding-bottom: 100px;
  padding-top: 100px;
}
.dailyschedule--section .schedule-panel .section-content {
  margin-bottom: 0px;
}
.dailyschedule--section .schedule-panel .section-content .section-header {
  margin-bottom: 40px;
}
.dailyschedule--section .schedule-panel .section-content .section-header .article-title {
  font-size: 24px;
  margin: 0px;
}
.dailyschedule--section .schedule-panel .section-content .section-header .article-subtitle {
  color: #939393;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
.dailyschedule--section .spfcol .dailyschedule--link {
  text-decoration: none;
}
.dailyschedule--section .spfcol .dailyschedule--link .schedule-message {
  color: #fff;
}
.dailyschedule--section .spfcol .dailyschedule--link:hover .schedule-message {
  opacity: 0;
  filter: alpha(opacity=0);
}

.joinbox--section {
  background-image: url("../images/joinbox-background.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.joinbox--section .fw-container {
  padding: 20px 0;
}
.joinbox--section .text--box .section-title {
  color: #fff;
}
.joinbox--section .text--box .section-title:after {
  display: none;
}
.joinbox--section .text--box .section-message {
  color: #fff;
}
@media (min-width: 768px) {
  .joinbox--section .button--box .section-button {
    text-align: center;
  }
}
.joinbox--section .button--box .section-button .button {
  background-color: #fff;
  color: #c8332f;
}
.joinbox--section .button--box .section-button .button:hover {
  background-color: #670d1d;
  color: #fff;
}

.testimonials--section {
  background-color: #fafafa;
  border-top: 1px solid #f5f5f5;
}
.testimonials--section .section-content {
  padding-bottom: 40px;
  padding-top: 40px;
}
.testimonials--section .section-content .article-header {
  margin-top: 40px;
  margin-bottom: 20px;
}
.testimonials--section .section-content .article-header .article-title {
  font-size: 22px;
}
.testimonials--section .testimonial-image {
  margin-bottom: 20px;
}
.testimonials--section .testimonial-image .testimonial-avatar {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  width: 100px;
}
.testimonials--section .article-content {
  font-size: 14px;
}
.testimonials--section .article-content blockquote {
  margin: 0px auto;
  padding-left: 0px;
  border-left: 0px solid #FC0;
}
.testimonials--section .uk-slidenav-contrast {
  color: #E1E1E1;
}

.single-testimonials .article-header .article-title {
  font-size: 28px;
}
.single-testimonials .article-content blockquote {
  margin: 0px auto;
  padding-left: 30px;
  border-left: 0px solid #FC0;
  position: relative;
}
.single-testimonials .article-content blockquote:before {
  content: "\f10d";
  position: absolute;
  left: 0;
}

.testimonial-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.testimonial-details ul li {
  margin-right: 5px;
  display: inline-block;
}
.testimonial-details ul .testimonial-url {
  display: block;
}

.article-additional-meta {
  margin: 20px auto;
}
.article-additional-meta .hyt42-gallery-container .hyt42-gallery .hyt42-gallery-link {
  display: block;
}
.article-additional-meta .hyt42-gallery-container .hyt42-gallery .hyt42-gallery-caption {
  font-size: 12px;
  font-family: "Open Sans", Helvetica, Helvetica Neue, Arial, sans-serif;
  text-transform: normal;
  text-align: center;
}
.article-additional-meta .hyt42-video-container .hyt42-video .uk-overlay-hover {
  text-decoration: none;
}
.article-additional-meta .hyt42-video-container .hyt42-video .uk-overlay-hover:hover .hyt42-video-panel {
  opacity: 0;
}
.article-additional-meta .hyt42-video-container .hyt42-video .uk-overlay-hover:hover .uk-overlay-background {
  background-color: #fff;
  border-color: #ababab;
}
.article-additional-meta .hyt42-video-container .hyt42-video .uk-overlay-hover:hover .uk-icon-play-circle {
  color: #ababab;
}
.article-additional-meta .hyt42-video-container .hyt42-video .uk-overlay-hover .uk-overlay-background {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  border: 2px solid #ababab;
}
.article-additional-meta .hyt42-video-container .hyt42-video .hyt42-video-panel {
  background: #FAFAFA none repeat scroll 0% 0%;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  border: 2px solid #939393;
  color: #939393;
  font-family: "Hind", "Helvetica", "Helvetica Neue", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 15px;
}

.single__daily_schedule {
  max-width: 100%;
}
.single__daily_schedule:last-of-type {
  margin-bottom: 0px;
}

.single-daily-schedules .daily-schedules .daily_schedules__container .article-header {
  text-align: center;
}
.single-daily-schedules .daily-schedules .daily_schedules__container .article-header .article-title {
  font-size: 22px;
}
@media (min-width: 768px) {
  .single-daily-schedules .daily-schedules .daily_schedules__container .article-header .article-title {
    font-size: 38px;
  }
}
@media (min-width: 768px) {
  .single-daily-schedules .daily-schedules .daily_schedules__container .class-panel .uk-grid .content-panel {
    font-size: 14px;
  }
}
.single-daily-schedules .daily-schedules .daily_schedules__container .schedule-grid--row {
  margin-bottom: 30px;
}

.daily_schedules__container {
  margin: 0 auto 40px;
  text-align: center;
  font-family: "Open Sans", Helvetica, Helvetica Neue, Arial, sans-serif;
}
.daily_schedules__container .head-panel {
  background-color: #C8332F;
  color: #fff;
  font-family: "Open Sans", Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.daily_schedules__container .day-panel .uk-vertical-align {
  background-color: rgba(200, 200, 200, 0.4);
}
.daily_schedules__container .day-panel .uk-vertical-align .uk-vertical-align-middle {
  font-weight: 700;
}
@media (max-width: 30em) {
  .daily_schedules__container .day-panel .uk-vertical-align .uk-vertical-align-middle {
    font-size: 10px;
  }
}
.daily_schedules__container .class-panel .uk-grid .content-panel {
  font-size: 10px;
  border-top: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
  .daily_schedules__container .class-panel .uk-grid .content-panel {
    font-size: 12px;
  }
}
.daily_schedules__container .class-panel .uk-grid .content-panel:last-of-type {
  border-bottom: 1px solid #e5e5e5;
}
.daily_schedules__container .class-panel .uk-grid .content-panel:nth-of-type(2n+1) {
  background: #e5e5e5;
}
.daily_schedules__container .class-panel .uk-grid .content-panel:nth-of-type(2n+1):hover {
  background-color: #fcfcfc;
}

.post-type-archive-daily-schedules .article-header {
  text-align: center;
}

.image--schedule-fp .dailyschedule--section {
  padding-bottom: 0px;
  padding-top: 80px;
}

/*--------------------------------------------------------------
# Post Formats
--------------------------------------------------------------*/
.format-aside .article-format:before {
  content: "\f101";
  margin-right: 5px;
}

.format-image .article-format:before {
  content: "\f473";
  margin-right: 5px;
}

.format-gallery .article-format:before {
  content: "\f102";
  margin-right: 5px;
}

.format-video .article-format:before {
  content: "\f104";
  margin-right: 5px;
}

.format-status .article-format:before {
  content: "\f105";
  margin-right: 5px;
}

.format-quote .article-format:before {
  content: "\f106";
  margin-right: 5px;
}

.format-link .article-format:before {
  content: "\f107";
  margin-right: 5px;
}

.format-chat .article-format:before {
  content: "\f108";
  margin-right: 5px;
}

.format-audio .article-format:before {
  content: "\f109";
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-area {
  padding-top: 40px;
  background-color: #fff;
}
.comments-area .comments-title {
  font-size: 18px;
}
.comments-area .comments-title span {
  color: #ababab;
}
.comments-area a {
  text-decoration: none;
}

.comment-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.comment-list .bypostauthor .fn {
  position: relative;
}
.comment-list .bypostauthor .fn:after {
  background-color: #e5e5e5;
  color: #ababab;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  content: "\f509";
  margin-left: 5px;
  right: -70px;
  text-align: center;
  top: -5px;
  vertical-align: middle;
  width: 25px;
}
.comment-list .comment .children {
  list-style: none;
}
.comment-list .comment .comment-body {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
  padding-top: 40px;
}
.comment-list .comment .comment-body .comment-meta {
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 20px;
}
.comment-list .comment .comment-body .comment-meta .comment-author {
  position: relative;
}
.comment-list .comment .comment-body .comment-meta .comment-author .avatar {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 9999em;
  border-radius: 9999em;
  /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 40px;
  height: 40px;
}
.comment-list .comment .comment-body .comment-meta .comment-author .fn {
  padding-left: 60px;
}
.comment-list .comment .comment-body .comment-meta .comment-author .fn a {
  color: #404040;
}
.comment-list .comment .comment-body .comment-meta .comment-author .fn a:hover {
  color: #ababab;
}
.comment-list .comment .comment-body .comment-meta .comment-author .says {
  color: #ababab;
  font-style: italic;
  text-transform: lowercase;
}
.comment-list .comment .comment-body .comment-meta .comment-metadata {
  padding-left: 60px;
  font-size: 12px;
  color: #ababab;
}
.comment-list .comment .comment-body .comment-meta .comment-metadata a,
.comment-list .comment .comment-body .comment-meta .comment-metadata .comment-edit-link {
  color: #ababab;
}
.comment-list .comment .comment-body .comment-meta .comment-metadata a:hover,
.comment-list .comment .comment-body .comment-meta .comment-metadata .comment-edit-link:hover {
  color: #404040;
}
.comment-list .comment .comment-body .comment-meta .comment-metadata .edit-link {
  display: inline-block;
  margin-left: 5px;
}
.comment-list .comment .comment-body .comment-content {
  padding: 20px 0px;
}
.comment-list .comment .comment-body .comment-content a {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.comment-list .comment .comment-body .comment-content ul,
.comment-list .comment .comment-body .comment-content ol {
  margin: 0 0 34px 24px;
}
.comment-list .comment .comment-body .comment-content ul ul,
.comment-list .comment .comment-body .comment-content ol ol,
.comment-list .comment .comment-body .comment-content ul ol,
.comment-list .comment .comment-body .comment-content ol ul {
  margin-bottom: 0;
}
.comment-list .comment .comment-body .comment-content blockquote {
  margin: 0 20px;
}
.comment-list .comment .comment-body .comment-content blockquote p {
  line-height: 1.5;
}
.comment-list .comment .comment-body .comment-content blockquote cite {
  display: block;
  margin-top: 15px;
  font-weight: 700;
}
.comment-list .comment .comment-body .reply {
  font-size: 10px;
  letter-spacing: 1px;
}
.comment-list .comment .comment-body .reply .comment-reply-link {
  border: 1px solid #ababab;
  color: #ababab;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  display: block;
  line-height: 1.5;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  width: 90px;
}
.comment-list .comment .comment-body .reply .comment-reply-link:before {
  content: "\f412";
}
.comment-list .comment .comment-body .reply .comment-reply-link:hover {
  color: #404040;
  border-color: #404040;
  text-decoration: none;
}

.comment-respond {
  padding: 40px 0;
}
.comment-respond .comment-reply-title {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 10px;
}
.comment-respond .comment-reply-title small {
  display: inline;
}
.comment-respond #cancel-comment-reply-link {
  background-color: #000;
  border: 1px solid;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin: 10px;
  padding: 7px 12px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}
.comment-respond #cancel-comment-reply-link:hover {
  background-color: #ababab;
  color: #fff;
}
.comment-respond .comment-form {
  background: #fff;
  margin: 0 auto;
}
.comment-respond .comment-form .comment-form-author,
.comment-respond .comment-form .comment-form-email,
.comment-respond .comment-form .comment-form-url {
  margin-bottom: 20px;
}
.comment-respond .comment-form .comment-form-author label,
.comment-respond .comment-form .comment-form-email label,
.comment-respond .comment-form .comment-form-url label {
  font-family: "Open Sans", Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.comment-respond .comment-form .logged-in-as {
  font-size: 12px;
}
.comment-respond .comment-form p:last-child {
  margin-bottom: 0;
}
.comment-respond .comment-form input,
.comment-respond .comment-form input[type=text],
.comment-respond .comment-form input[type=submit],
.comment-respond .comment-form textarea {
  font-family: "Open Sans", Helvetica, Helvetica Neue, Arial, sans-serif;
  -webkit-border-radius: 0;
  border-radius: 0;
  /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  width: 100%;
}
.comment-respond .comment-form input,
.comment-respond .comment-form input[type=text],
.comment-respond .comment-form input[type=submit] {
  height: 54px;
}
.comment-respond .comment-form input,
.comment-respond .comment-form textarea {
  border-width: 1px 1px 1px 1px;
  border-color: #e5e5e5;
  background-color: inherit;
}
.comment-respond .comment-form input:focus,
.comment-respond .comment-form textarea:focus {
  border-color: #ababab;
}
.comment-respond .comment-form input[type=submit] {
  background-color: #000;
  border-color: #000;
  color: #fff;
  padding: 10px 20px;
  position: relative;
  height: 60px;
}
.comment-respond .comment-form input[type=submit]:hover {
  color: #fff;
  background-color: #ababab;
  border-color: #ababab;
}
.comment-respond .required {
  color: #fc0;
}

/*--------------------------------------------------------------
# Secondary
--------------------------------------------------------------*/
.footer-widget--section {
  background-color: #2A2C2F;
}
.footer-widget--section .widget {
  color: #D7DCE4;
  font-family: "Open Sans", Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 12px;
}
.footer-widget--section .widget a {
  color: #D7DCE4;
}
.footer-widget--section .widget a:hover {
  color: #fafafa;
}
.footer-widget--section .widget h1,
.footer-widget--section .widget h2,
.footer-widget--section .widget h3,
.footer-widget--section .widget h4,
.footer-widget--section .widget h5,
.footer-widget--section .widget h6,
.footer-widget--section .widget .widget-title,
.footer-widget--section .widget .wigettitle {
  color: #D7DCE4;
}
.footer-widget--section .widget_pages ul > li,
.footer-widget--section .widget_archive ul > li,
.footer-widget--section .widget_categories ul > li,
.footer-widget--section .widget_recent_comments ul > li,
.footer-widget--section .widget_recent_entries ul > li {
  border-bottom: 1px solid #3E4248;
}
.footer-widget--section .widget_pages ul > li .children,
.footer-widget--section .widget_archive ul > li .children,
.footer-widget--section .widget_categories ul > li .children,
.footer-widget--section .widget_recent_comments ul > li .children,
.footer-widget--section .widget_recent_entries ul > li .children {
  padding-left: 20px;
}
.footer-widget--section .widget_pages ul > li .children > li:last-child,
.footer-widget--section .widget_archive ul > li .children > li:last-child,
.footer-widget--section .widget_categories ul > li .children > li:last-child,
.footer-widget--section .widget_recent_comments ul > li .children > li:last-child,
.footer-widget--section .widget_recent_entries ul > li .children > li:last-child {
  border-bottom: 0px;
  margin: 0px;
  padding: 0px;
}

.sidebar--content {
  padding-bottom: 40px;
  padding-top: 40px;
}
.sidebar--content .widget {
  font-family: "Open Sans", Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 13px;
  color: #ababab;
}
.sidebar--content .widget a {
  color: #ababab;
}
.sidebar--content .widget a:hover {
  color: #404040;
}
.sidebar--content .widget h1,
.sidebar--content .widget h2,
.sidebar--content .widget h3,
.sidebar--content .widget h4,
.sidebar--content .widget h5,
.sidebar--content .widget h6,
.sidebar--content .widget .widget-title,
.sidebar--content .widget .wigettitle {
  color: #404040;
}
.sidebar--content .widget_archive li,
.sidebar--content .widget_recent_entries li,
.sidebar--content .widget_meta li,
.sidebar--content .widget_categories li {
  border-bottom: 1px solid #e5e5e5;
}

.boards--section {
  padding: 0px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  font-size: 14px;
  color: #ababab;
  margin-bottom: 25px;
}
.widget .widget-title,
.widget .wigettitle {
  color: #404040;
  font-size: 16px;
}
.widget ul,
.widget ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6,
.widget .widget-title,
.widget .wigettitle {
  text-transform: uppercase;
}
.widget li a {
  text-decoration: none;
}
.widget a {
  color: #ababab;
}
.widget a:hover {
  color: #404040;
}
.widget select {
  max-width: 100%;
}
.widget .hentry {
  padding-bottom: 10px;
}

.widget_pages ul > li,
.widget_archive ul > li,
.widget_categories ul > li,
.widget_recent_comments ul > li,
.widget_recent_entries ul > li {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 3px;
  padding-bottom: 3px;
}
.widget_pages ul > li .children,
.widget_archive ul > li .children,
.widget_categories ul > li .children,
.widget_recent_comments ul > li .children,
.widget_recent_entries ul > li .children {
  padding-left: 20px;
}
.widget_pages ul > li .children > li:last-child,
.widget_archive ul > li .children > li:last-child,
.widget_categories ul > li .children > li:last-child,
.widget_recent_comments ul > li .children > li:last-child,
.widget_recent_entries ul > li .children > li:last-child {
  border-bottom: 0px;
  margin: 0px;
  padding: 0px;
}

.widget_recent_comments a {
  border: 0px;
}

.widget_tag_cloud a {
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  display: inline-block;
  font-size: 12px !important;
  margin: 3px;
  padding: 0px 7px;
  text-decoration: none;
}
.widget_tag_cloud a:hover {
  border: 1px solid #ababab;
}

.widget_search .search-field {
  font-family: "Hind", "Helvetica", "Helvetica Neue", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif !important;
  font-size: 14px;
}
.widget_search .search-submit {
  display: none;
}

.widget_rss {
  font-size: 12px;
}
.widget_rss ul > li {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.widget_rss ul > li .rsswidget,
.widget_rss ul > li .rssSummary + cite {
  font-weight: 700;
}
.widget_rss ul > li .rsswidget {
  font-size: 14px;
}
.widget_rss ul > li .rss-date {
  display: block;
  margin-bottom: 5px;
}

.widget_calendar .calendar_wrap #wp-calendar caption {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.widget_calendar .calendar_wrap #wp-calendar thead > tr > th {
  font-weight: 700;
}
.widget_calendar .calendar_wrap #wp-calendar tfoot > tr td#prev a,
.widget_calendar .calendar_wrap #wp-calendar tfoot > tr td#next a {
  font-weight: 700;
  text-decoration: none;
}
.widget_calendar .calendar_wrap #wp-calendar tfoot > tr td#next {
  text-align: right;
}

.hyt42_widget_social_media_icons .icon-link {
  font-size: 24px;
  margin: 5px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.social--icons .social-links {
  list-style: none;
  padding: 0px;
  margin: 0;
}
.social--icons .social-links li {
  display: inline;
  text-align: center;
}
.social--icons .social-links li a {
  text-decoration: none;
  font-size: 23.2px;
  font-size: 1.45rem;
  color: #fafafa;
  padding: 5px;
}
.social--icons .social-links li a:hover {
  color: #939393;
  text-decoration: none;
}
.social--icons .social-links li a:before {
  line-height: 2;
}

.twitter-link a:before {
  content: "\f099";
}

.instagram-link a:before {
  content: "\f16d";
}

.facebook-link a:before {
  content: "\f09a";
}

.gplus-link a:before {
  content: "\f0d5";
}

.youtube-link a:before {
  content: "\f167";
}

.tumblr-link a:before {
  content: "\f173";
}

.pinterest-link a:before {
  content: "\f231";
}

.linkedin-link a:before {
  content: "\f08c";
}

.site-footer {
  background-color: #2A2C2F;
  border-top: 1px solid #3E4248;
  clear: both;
  padding-bottom: 40px;
  padding-top: 40px;
  width: 100%;
}

.site-info {
  color: #fafafa;
}
.site-info .footer-messages {
  color: #fafafa;
  margin-bottom: 40px;
}
.site-info .footer-messages h1, .site-info .footer-messages h2, .site-info .footer-messages h3, .site-info .footer-messages h4, .site-info .footer-messages h5, .site-info .footer-messages h6, .site-info .footer-messages em {
  color: #fafafa;
}
.site-info .footer-messages h1, .site-info .footer-messages h2, .site-info .footer-messages h3, .site-info .footer-messages h4, .site-info .footer-messages h5, .site-info .footer-messages h6 {
  line-height: 1.5;
}
.site-info .footer-messages:after {
  content: "";
  display: block;
  width: 70px;
  margin: 30px 0px;
  background-color: #939393;
  padding: 1px;
}
.site-info a {
  color: #939393;
}
.site-info a:hover {
  color: #ababab;
  text-decoration: none;
}
.site-info span {
  margin-right: 5px;
  font-size: 12px;
  font-family: "Open Sans", Helvetica, Helvetica Neue, Arial, sans-serif;
}

#scrooooooooooooooooooooooooooooooooooooooooooooooool__to_top________please {
  text-align: center;
  display: none;
  position: fixed;
  right: 25px;
  bottom: 15px;
  font-size: 14px;
  vertical-align: middle;
}
#scrooooooooooooooooooooooooooooooooooooooooooooooool__to_top________please:focus {
  outline: none;
  border: 0;
  color: #939393;
}
#scrooooooooooooooooooooooooooooooooooooooooooooooool__to_top________please:after {
  content: "\f139";
  margin: 0 auto;
}
#scrooooooooooooooooooooooooooooooooooooooooooooooool__to_top________please:hover {
  color: #ababab;
  text-decoration: none;
}
#scrooooooooooooooooooooooooooooooooooooooooooooooool__to_top________please:hover span {
  display: inline;
}
#scrooooooooooooooooooooooooooooooooooooooooooooooool__to_top________please span {
  vertical-align: middle;
  font-size: 10px;
  display: none;
  font-family: "Hind", "Helvetica", "Helvetica Neue", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-weight: 700;
}

#preloaderScreen {
  color: #fff;
  font-weight: bold;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: url("../images/ico_loading.gif") no-repeat center center #640F1B;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*! UIkit 2.21.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Create position context
 * 2. Create stacking context to prevent z-index issues with other components
 * 3. Set width because child elements are positioned absolute. Height is set via JS
 * 4. Reset list style
 * 5. Clip child elements
 * 6. Deactivate browser history navigation in IE11
 */
.uk-slideshow {
  /* 1 */
  position: relative;
  /* 2 */
  z-index: 0;
  /* 3 */
  width: 100%;
  /* 4 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 5 */
  overflow: hidden;
  /* 6 */
  touch-action: pan-y;
}

/*
 * Sub-object item
 * 1. Position items above each other
 * 2. Expand to parent container width
 * 3. Hide by default
 */
.uk-slideshow > li {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  opacity: 0;
}

/*
 * Active
 * 1. Stack at first
 * 2. Show slide
 */
.uk-slideshow > .uk-active {
  /* 1 */
  z-index: 10;
  /* 2 */
  opacity: 1;
}

/*
 * Hide default images which is only relevant to keep existing proportions
 */
.uk-slideshow > li > img {
  visibility: hidden;
}

/*
 * Pointer for controls
 */
[data-uk-slideshow-slide] {
  cursor: pointer;
}

/* Modifier: `uk-slideshow-fullscreen`
 ========================================================================== */
.uk-slideshow-fullscreen,
.uk-slideshow-fullscreen > li {
  height: 100vh;
}

/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-slideshow-fade-out {
  -webkit-animation: uk-fade 0.5s linear reverse;
  animation: uk-fade 0.5s linear reverse;
}

/*
 * Scroll
 */
.uk-slideshow-scroll-forward-in {
  -webkit-animation: uk-slide-right 0.5s ease-in-out;
  animation: uk-slide-right 0.5s ease-in-out;
}

.uk-slideshow-scroll-forward-out {
  -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
  animation: uk-slide-left 0.5s ease-in-out reverse;
}

.uk-slideshow-scroll-backward-in {
  -webkit-animation: uk-slide-left 0.5s ease-in-out;
  animation: uk-slide-left 0.5s ease-in-out;
}

.uk-slideshow-scroll-backward-out {
  -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
  animation: uk-slide-right 0.5s ease-in-out reverse;
}

/*
 * Scale
 */
.uk-slideshow-scale-out {
  -webkit-animation: uk-fade-scale-15 0.5s ease-in-out reverse;
  animation: uk-fade-scale-15 0.5s ease-in-out reverse;
}

/*
 * Swipe
 */
.uk-slideshow-swipe-forward-in {
  -webkit-animation: uk-slide-left-33 0.5s ease-in-out;
  animation: uk-slide-left-33 0.5s ease-in-out;
}

.uk-slideshow-swipe-forward-out {
  -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
  animation: uk-slide-left 0.5s ease-in-out reverse;
}

.uk-slideshow-swipe-backward-in {
  -webkit-animation: uk-slide-right-33 0.5s ease-in-out;
  animation: uk-slide-right-33 0.5s ease-in-out;
}

.uk-slideshow-swipe-backward-out {
  -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
  animation: uk-slide-right 0.5s ease-in-out reverse;
}

.uk-slideshow-swipe-forward-in:before,
.uk-slideshow-swipe-backward-in:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  -webkit-animation: uk-fade 0.5s ease-in-out reverse;
  animation: uk-fade 0.5s ease-in-out reverse;
}

/*! UIkit 2.21.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * 1. Required for `a` elements
 * 2. Dimension
 * 3. Style
 */
.uk-slidenav {
  /* 1 */
  display: inline-block;
  /* 2 */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  /* 3 */
  line-height: 60px;
  color: rgba(50, 50, 50, 0.4);
  font-size: 60px;
  text-align: center;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 * 4. Style
 */
.uk-slidenav:hover,
.uk-slidenav:focus {
  /* 2 */
  outline: none;
  /* 3 */
  text-decoration: none;
  /* 4 */
  color: rgba(50, 50, 50, 0.7);
  cursor: pointer;
}

/* Active */
.uk-slidenav:active {
  color: rgba(50, 50, 50, 0.9);
}

/*
 * Icons
 */
.uk-slidenav-previous:before {
  content: "\f104";
  font-family: FontAwesome;
}

.uk-slidenav-next:before {
  content: "\f105";
  font-family: FontAwesome;
}

/* Sub-object: `uk-slidenav-position`
 ========================================================================== */
/*
 * Create position context
 */
.uk-slidenav-position {
  position: relative;
}

/*
 * Center vertically
 */
.uk-slidenav-position .uk-slidenav {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -30px;
}

.uk-slidenav-position:hover .uk-slidenav {
  display: block;
}

.uk-slidenav-position .uk-slidenav-previous {
  left: 20px;
}

.uk-slidenav-position .uk-slidenav-next {
  right: 20px;
}

/* Modifier: `uk-slidenav-contrast`
 ========================================================================== */
.uk-slidenav-contrast {
  color: rgba(255, 255, 255, 0.5);
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 */
.uk-slidenav-contrast:hover,
.uk-slidenav-contrast:focus {
  color: rgba(255, 255, 255, 0.7);
}

/* Active */
.uk-slidenav-contrast:active {
  color: rgba(255, 255, 255, 0.9);
}

/*! UIkit 2.21.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Slider
 ========================================================================== */
/*
 * 1. Create position context
 * 2. Create stacking context to prevent z-index issues with other components
 * 3. Deactivate browser history navigation in IE11
 */
.uk-slider {
  /* 1 */
  position: relative;
  /* 2 */
  z-index: 0;
  /* 3 */
  touch-action: pan-y;
}

/*
 * 1. Reset list style without interfering with grid
 */
.uk-slider:not(.uk-grid) {
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Sub-object item
 * 1. Position items above each other
 */
.uk-slider > * {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
}

/*
 * Clip child elements
 */
.uk-slider-container {
  overflow: hidden;
}

/*
 * Dragged
 */
.uk-slider:not(.uk-drag) {
  -webkit-transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
}

/*
 * 1. Makes text unselectable
 */
.uk-slider.uk-drag {
  cursor: col-resize;
  /* 1 */
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
 * 1. Prevents images and links from being dragged (default browser behavior)
 * 2. Disables the default callout shown when you touch and hold a touch target
 * Currently only works in Webkit
 */
.uk-slider a,
.uk-slider img {
  /* 1 */
  -webkit-user-drag: none;
  user-drag: none;
  /* 2 */
  -webkit-touch-callout: none;
}

/*
 * 1. Prevents images and links from being dragged in Firefox
 */
.uk-slider img {
  pointer-events: none;
}

/* Modifier: `uk-slider-fullscreen`
 ========================================================================== */
.uk-slider-fullscreen,
.uk-slider-fullscreen > li {
  height: 100vh;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.article-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

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

/*--------------------------------------------------------------
# Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
