/**
* @file _theme_vars.scss
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, 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: 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 {
  -moz-box-sizing: content-box;
  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; }

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; }

/* apply a natural box layout model to all elements */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*	Clearfix */
.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: ""; }

.clearfix:after {
  clear: both; }

/* Screen readers only */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* Core table styling */
table {
  line-height: 2;
  width: 100%; }
  table td,
  table th {
    padding: 8px;
    vertical-align: top;
    line-height: 1.42; }

.ht-grid {
  *zoom: 1; }
  @media screen and (min-width: 400px) {
    .ht-grid.ht-grid-gutter-10 {
      margin: 0 -10px; } }
  @media screen and (min-width: 400px) {
    .ht-grid.ht-grid-gutter-10 .ht-grid-col {
      padding: 0 10px; } }
  @media screen and (min-width: 400px) {
    .ht-grid.ht-grid-gutter-20 {
      margin: 0 -20px; } }
  @media screen and (min-width: 400px) {
    .ht-grid.ht-grid-gutter-20 .ht-grid-col {
      padding: 0 20px; } }
  @media screen and (min-width: 400px) {
    .ht-grid.ht-grid-gutter-30 {
      margin: 0 -30px; } }
  @media screen and (min-width: 400px) {
    .ht-grid.ht-grid-gutter-30 .ht-grid-col {
      padding: 0 30px; } }
  .ht-grid.ht-grid-gutter-bottom-10 .ht-grid-col {
    margin-bottom: 10px; }
  .ht-grid.ht-grid-gutter-bottom-20 .ht-grid-col {
    margin-bottom: 20px; }
  .ht-grid.ht-grid-gutter-bottom-30 .ht-grid-col {
    margin-bottom: 30px; }
  .ht-grid.ht-grid-gutter-bottom-40 .ht-grid-col {
    margin-bottom: 40px; }
  .ht-grid:before, .ht-grid:after {
    display: table;
    content: ""; }
  .ht-grid:after {
    clear: both; }
  .ht-grid .ht-grid-col {
    float: left; }
  .ht-grid .ht-grid-12 {
    width: 100%; }
  .ht-grid .ht-grid-11 {
    width: 91.666%; }
  .ht-grid .ht-grid-10 {
    width: 83.333%; }
  .ht-grid .ht-grid-9 {
    width: 75%; }
  .ht-grid .ht-grid-8 {
    width: 66.666%; }
  .ht-grid .ht-grid-7 {
    width: 58.333%; }
  .ht-grid .ht-grid-6 {
    width: 50%; }
    .ht-grid .ht-grid-6:nth-child(2n+3) {
      clear: left; }
  .ht-grid .ht-grid-5 {
    width: 41.666%; }
  .ht-grid .ht-grid-4 {
    width: 33.333%; }
    .ht-grid .ht-grid-4:nth-child(3n+4) {
      clear: left; }
  .ht-grid .ht-grid-3 {
    width: 25%; }
    .ht-grid .ht-grid-3:nth-child(4n+5) {
      clear: left; }
    @media screen and (max-width: 720px) {
      .ht-grid .ht-grid-3 {
        width: 50%; }
        .ht-grid .ht-grid-3:nth-child(2n+3) {
          clear: left; } }
    @media screen and (max-width: 480px) {
      .ht-grid .ht-grid-3 {
        width: 100%; } }
  .ht-grid .ht-grid-2 {
    width: 16.666%; }
    @media screen and (max-width: 800px) {
      .ht-grid .ht-grid-2 {
        width: 33.333%; } }
    @media screen and (max-width: 600px) {
      .ht-grid .ht-grid-2 {
        width: 50%; } }
    @media screen and (max-width: 400px) {
      .ht-grid .ht-grid-2 {
        width: 100%; } }
  .ht-grid .ht-grid-1 {
    width: 8.333%; }
    @media screen and (max-width: 800px) {
      .ht-grid .ht-grid-1 {
        width: 16.666%; } }
    @media screen and (max-width: 600px) {
      .ht-grid .ht-grid-1 {
        width: 25%; } }
    @media screen and (max-width: 400px) {
      .ht-grid .ht-grid-1 {
        width: 33.333%; } }
  @media screen and (max-width: 620px) {
    .ht-grid .ht-grid-11,
    .ht-grid .ht-grid-10,
    .ht-grid .ht-grid-9,
    .ht-grid .ht-grid-8,
    .ht-grid .ht-grid-7,
    .ht-grid .ht-grid-6,
    .ht-grid .ht-grid-5,
    .ht-grid .ht-grid-4 {
      width: 100%; } }

form {
  font-size: 16px;
  /* Inputs */
  /* Buttons */ }
  form textarea,
  form select,
  form input[type="date"],
  form input[type="datetime"],
  form input[type="datetime-local"],
  form input[type="email"],
  form input[type="month"],
  form input[type="number"],
  form input[type="password"],
  form input[type="search"],
  form input[type="tel"],
  form input[type="text"],
  form input[type="time"],
  form input[type="url"],
  form input[type="week"] {
    background: #fff;
    border: 0;
    color: #6e6c6c;
    padding: 10px 12px;
    outline: 0;
    margin: 0;
    text-align: left;
    vertical-align: top;
    max-width: 100%;
    *padding-top: 2px;
    *padding-bottom: 1px;
    *height: auto; }
  form textarea[disabled],
  form select[disabled],
  form input[type="date"][disabled],
  form input[type="datetime"][disabled],
  form input[type="datetime-local"][disabled],
  form input[type="email"][disabled],
  form input[type="month"][disabled],
  form input[type="number"][disabled],
  form input[type="password"][disabled],
  form input[type="search"][disabled],
  form input[type="tel"][disabled],
  form input[type="text"][disabled],
  form input[type="time"][disabled],
  form input[type="url"][disabled],
  form input[type="week"][disabled] {
    color: #eee; }
  form input[disabled],
  form select[disabled],
  form select[disabled] option,
  form select[disabled] optgroup,
  form textarea[disabled],
  form a.button_disabled {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    color: #888;
    cursor: default; }
  form input::-webkit-input-placeholder,
  form textarea::-webkit-input-placeholder {
    color: #888; }
  form input:-moz-placeholder,
  form textarea:-moz-placeholder {
    color: #888; }
  form textarea {
    min-height: 40px;
    overflow: auto;
    resize: vertical;
    width: 100%;
    max-width: 600px; }
  form button,
  form input[type="reset"],
  form input[type="submit"],
  form input[type="button"] {
    background: #222;
    border: none;
    padding: 10px 22px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    color: #fff;
    -moz-transition: all 0 0.3s ease-out;
    -o-transition: all 0 0.3s ease-out;
    -webkit-transition: all 0 0.3s ease-out;
    -ms-transition: all 0 0.3s ease-out;
    transition: all 0 0.3s ease-out;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -ms-border-radius: 99px;
    border-radius: 99px;
    text-shadow: none;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    overflow: visible;
    margin: 0;
    text-decoration: none;
    vertical-align: top;
    width: auto; }
  form button,
  form input[type="submit"],
  form input[type="button"],
  form input[type="reset"] {
    cursor: pointer; }
  form button[disabled],
  form input[disabled] {
    cursor: default; }
  form button:hover,
  form input[type="reset"]:hover,
  form input[type="submit"]:hover,
  form input[type="button"]:hover {
    text-decoration: none; }
  form form button:active,
  form form input[type="reset"]:active,
  form form input[type="submit"]:active,
  form form input[type="button"]:active {
    position: relative;
    top: 1px; }
  form input[type="reset"]::-moz-focus-inner,
  form input[type="submit"]::-moz-focus-inner,
  form input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0; }
  form textarea, form select[size], form select[multiple] {
    height: auto; }
  form input[type="search"]::-webkit-search-decoration {
    display: none; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 52px;
  margin-bottom: 26px; }

.alignright {
  display: inline;
  float: right;
  margin-left: 52px;
  margin-bottom: 26px; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.wp-caption {
  max-width: 100%;
  margin: 0 0 26px;
  position: relative;
  font-style: italic;
  font-size: 90%; }
  .wp-caption > a {
    display: block;
    border: 0 !important;
    line-height: 0; }
  .wp-caption img {
    max-width: 100%;
    height: auto; }
  .wp-caption.alignleft {
    margin-right: 26px; }
  .wp-caption.alignright {
    margin-left: 26px; }
  .wp-caption.aligncenter {
    margin: 0 auto 26px; }
  .wp-caption .wp-caption-text {
    font-style: italic; }

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
  max-width: 100%; }

.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
  /* Override the Twitter embed fixed width */ }

.entry-content .cards-multimedia img {
  height: auto; }

/*------------------------------------------------------------------------------
== WP Gallery
------------------------------------------------------------------------------*/
.entry-content .gallery {
  list-style: none;
  margin-bottom: 26px;
  padding: 0;
  overflow: hidden; }

.gallery .gallery-item {
  float: left;
  margin: 0;
  padding: 0; }
.gallery .gallery-item a {
  display: block;
  line-height: 0;
  text-align: center; }
.gallery .gallery-item img {
  height: auto;
  max-width: 100%;
  width: auto;
  margin: 0 auto; }
.gallery .gallery-caption {
  font-size: 13px;
  margin: 5px 0 10px;
  color: #666d73; }
.gallery .gallery-item {
  position: relative; }
.gallery.gallery-columns-1 .gallery-item {
  width: 100%; }
.gallery.gallery-columns-2 .gallery-item {
  width: 50%; }
.gallery.gallery-columns-3 .gallery-item {
  width: 33%; }
.gallery.gallery-columns-4 .gallery-item {
  width: 25%; }
.gallery.gallery-columns-5 .gallery-item {
  width: 20%; }
.gallery.gallery-columns-6 .gallery-item {
  width: 16.5%; }
.gallery.gallery-columns-7 .gallery-item {
  width: 14%; }
.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%; }
.gallery.gallery-columns-9 .gallery-item {
  width: 11%; }

/**
* @file _site-struction.scss
*/
/* Body */
html {
  height: 100%;
  overflow-x: hidden; }

body {
  background: #F1F4F5;
  color: #333;
  font-family: "PT Serif", serif;
  font-size: 18px;
  line-height: 26px;
  font-size-adjust: auto;
  -webkit-backface-visibility: hidden;
  height: 100%; }

/* Links */
a, a:visited {
  text-decoration: none;
  outline: 0;
  -moz-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  -webkit-transition: color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out; }
a:hover {
  cursor: pointer; }

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: bold;
  color: #222222;
  line-height: 1; }

h1,
h2 {
  letter-spacing: 0; }

/* Containers */
#site-container {
  margin: 130px auto auto;
  max-width: 1200px; }

.ht-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }

/* Site Structure */
#content,
#sidebar {
  position: relative; }

#sidebar {
  font-size: 15px;
  line-height: 22px; }
  @media screen and (max-width: 1200px) {
    #sidebar {
      left: auto !important;
      top: auto !important; } }
  @media screen and (min-width: 1200px) {
    #sidebar {
      position: absolute;
      right: 0;
      top: 100%; } }

.ht-perfect-center {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.ht-box-perfect {
  width: 100%;
  padding: 0 6%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999; }
  @media all and (max-width: 1150px) {
    .ht-box-perfect {
      padding: 0;
      width: 80%; } }
  @media all and (max-width: 768px) {
    .ht-box-perfect {
      padding: 0 65px;
      width: 100%; } }
  @media all and (max-width: 600px) {
    .ht-box-perfect {
      padding: 0 30px;
      width: 100%; } }

#ht-hero-header {
  text-align: center;
  height: 85vh;
  position: relative;
  z-index: 9; }
  #ht-hero-header:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  #ht-hero-header .hh-title,
  #ht-hero-header .hh-tagline {
    color: #fff;
    display: block;
    padding: 0 20px; }
  #ht-hero-header .hh-title {
    font-size: 38px;
    margin: 0; }
  #ht-hero-header .hh-tagline {
    font-size: 18px;
    margin: 15px 0 0; }
  #ht-hero-header .skip-down {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    color: #fff;
    cursor: pointer;
    z-index: 9999; }
  #ht-hero-header .search-form {
    margin: 30px 0 0; }
    #ht-hero-header .search-form .search-field {
      max-width: 320px;
      width: 100%; }
    #ht-hero-header .search-form .search-submit {
      display: none; }

.ht-post-grid .post {
  height: 65vh;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden; }
  .ht-post-grid .post.has-post-thumbnail:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(60%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.3) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.3) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#4d000000',GradientType=0 );
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 100px 10px rgba(0, 0, 0, 0.5) inset; }
  .ht-post-grid .post:after {
    background: #fff;
    font-family: 'dashicons';
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 24px;
    z-index: 999999; }
    @media all and (max-width: 320px) {
      .ht-post-grid .post:after {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px; } }
  .ht-post-grid .post.format-standard:after {
    content: "\f478"; }
  .ht-post-grid .post.format-quote:after {
    content: "\f122"; }
  .ht-post-grid .post.format-audio:after {
    content: "\f482"; }
  .ht-post-grid .post.format-aside:after {
    content: "\f464"; }
  .ht-post-grid .post.format-chat:after {
    content: "\f125"; }
  .ht-post-grid .post.format-gallery:after {
    content: "\f161"; }
  .ht-post-grid .post.format-image:after {
    content: "\f128"; }
  .ht-post-grid .post.format-link:after {
    content: "\f103"; }
  .ht-post-grid .post.format-video:after {
    content: "\f236"; }
  .ht-post-grid .post.format-video.has-post-thumbnail:before {
    background: rgba(0, 0, 0, 0.6);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.6)) color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 1%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#b3000000',GradientType=0 ); }
  .ht-post-grid .post.format-status:after {
    content: "\f130"; }
  .ht-post-grid .post .post-content-wrap {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999;
    padding: 40px 6%; }
  .ht-post-grid .post .entry-title {
    font-weight: normal;
    margin: 0;
    font-size: 20px;
    line-height: 24px; }
    .ht-post-grid .post .entry-title,
    .ht-post-grid .post .entry-title a,
    .ht-post-grid .post .entry-title a:visited {
      color: #fff; }
  .ht-post-grid .post.format-quote blockquote {
    font-family: "Montserrat", Helvetica, sans-serif;
    font-weight: normal;
    margin: 0;
    font-size: 20px;
    line-height: 24px; }
    .ht-post-grid .post.format-quote blockquote,
    .ht-post-grid .post.format-quote blockquote a,
    .ht-post-grid .post.format-quote blockquote a:visited {
      color: #fff; }
  .ht-post-grid .post.format-quote cite {
    color: #fff;
    font-size: 14px; }
  .ht-post-grid .post.format-audio iframe {
    height: 160px;
    margin: 0 auto; }
  .ht-post-grid .post.format-audio .audio-title {
    margin: 0 auto 15px;
    text-align: center;
    padding: 0 45px; }
  .ht-post-grid .post.format-status .avatar {
    float: left; }
  .ht-post-grid .post.format-status iframe {
    margin: 0 auto !important;
    height: 150px; }
  .ht-post-grid .post.format-status .status-title {
    margin: 0 auto 15px;
    text-align: center;
    padding: 0 45px; }
  .ht-post-grid .post.format-video iframe {
    margin: 0 auto;
    display: block;
    height: 38vh; }
  .ht-post-grid .post.format-video .video-title {
    margin: 0 auto 15px;
    text-align: center;
    padding: 0 45px; }
@media all and (min-width: 1200px) {
  .ht-post-grid .post {
    height: 66vh;
    float: left;
    width: 50%; }
    .ht-post-grid .post:nth-child(7n+2), .ht-post-grid .post:nth-child(7n+3), .ht-post-grid .post:nth-child(7n+5), .ht-post-grid .post:nth-child(7n+7) {
      height: 33vh; }
    .ht-post-grid .post:nth-child(7n+4) {
      width: 100%;
      text-align: center; }
    .ht-post-grid .post:nth-child(7n+6) {
      float: right; }
    .ht-post-grid .post:nth-child(7n+8) {
      clear: left; } }
@media all and (min-width: 1200px) {
  .ht-post-grid .post.format-video:nth-child(7n+2) iframe,
  .ht-post-grid .post.format-video:nth-child(7n+2) .wp-video, .ht-post-grid .post.format-video:nth-child(7n+3) iframe,
  .ht-post-grid .post.format-video:nth-child(7n+3) .wp-video, .ht-post-grid .post.format-video:nth-child(7n+5) iframe,
  .ht-post-grid .post.format-video:nth-child(7n+5) .wp-video, .ht-post-grid .post.format-video:nth-child(7n+7) iframe,
  .ht-post-grid .post.format-video:nth-child(7n+7) .wp-video {
    height: 20vh !important;
    display: block;
    margin: 0 auto;
    width: 88% !important; }
  .ht-post-grid .post.format-video:nth-child(7n+1) iframe,
  .ht-post-grid .post.format-video:nth-child(7n+1) .wp-video, .ht-post-grid .post.format-video:nth-child(7n+6) iframe,
  .ht-post-grid .post.format-video:nth-child(7n+6) .wp-video {
    height: 45vh !important;
    display: block;
    margin: 0 auto;
    width: 88% !important; }
  .ht-post-grid .post:nth-child(7n+1) .entry-title, .ht-post-grid .post:nth-child(7n+6) .entry-title {
    font-size: 26px;
    line-height: 30px; }
  .ht-post-grid .post:nth-child(7n+4) .entry-title {
    font-size: 28px;
    line-height: 32px; } }

.ht-read-more {
  display: inline-block;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-size: 10px;
  padding: 6px 14px;
  letter-spacing: 2px;
  margin: 15px 5px 0 0;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: normal;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (min-width: 480px) {
    .ht-read-more {
      font-size: 11px;
      padding: 8px 22px; } }
  @media screen and (min-width: 1400px) {
    .ht-read-more {
      font-size: 12px;
      padding: 10px 28px;
      letter-spacing: 3px; } }
  .ht-read-more, .ht-read-more:visited {
    color: #fff; }
  .ht-read-more:hover {
    background: #fff;
    color: #19191A; }

/**
* @file _header.scss
*/
#site-header {
  padding: 0 3%;
  background: #0f0f0f;
  z-index: 99999;
  height: 80px;
  display: table;
  width: 100%; }
  @media screen and (min-width: 580px) {
    #site-header {
      height: 100px; } }
  @media screen and (min-width: 720px) {
    #site-header {
      height: 130px; } }
  #site-header.sticky {
    position: fixed !important;
    left: 0;
    top: 0;
    right: 0; }
    #site-header.sticky,
    #site-header.sticky #ht-nav-toggle,
    #site-header.sticky .nav-primary-label {
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    #site-header.sticky.scrolled {
      background: #0F0F0F;
      border-bottom: none; }
      @media screen and (min-width: 720px) {
        #site-header.sticky.scrolled {
          height: 100px; } }
      @media screen and (min-width: 720px) {
        #site-header.sticky.scrolled #ht-nav-toggle {
          height: 100px;
          width: 100px; } }
      #site-header.sticky.scrolled .nav-primary-label {
        line-height: 100px;
        height: 100px;
        width: 100px; }
      #site-header.sticky.scrolled #nav-primary > ul {
        top: 100px; }
  #site-header #logo {
    display: table-cell;
    vertical-align: middle;
    padding-right: 55px; }
    #site-header #logo a {
      display: block;
      line-height: 1; }
    #site-header #logo img {
      max-width: 100%;
      height: auto; }
  #site-header #ht-nav-toggle {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    outline: none;
    position: relative;
    height: 80px;
    width: 60px; }
    @media screen and (min-width: 580px) {
      #site-header #ht-nav-toggle {
        height: 100px;
        width: 100px; } }
    @media screen and (min-width: 720px) {
      #site-header #ht-nav-toggle {
        height: 130px;
        width: 130px; } }
    #site-header #ht-nav-toggle:after {
      content: "\f333";
      font-family: dashicons;
      color: #fff;
      font-size: 28px;
      line-height: 28px; }
      @media screen and (min-width: 580px) {
        #site-header #ht-nav-toggle:after {
          font-size: 36px;
          line-height: 36px; } }
    #site-header #ht-nav-toggle:hover {
      background: #0f0f0f; }

.home #site-header,
.blog #site-header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #cbcbcb;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

#nav-primary {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99999; }
  #nav-primary .nav-primary-label {
    float: left;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    font-style: italic;
    font-size: 14px;
    line-height: 130px;
    height: 130px;
    width: 130px;
    text-align: center;
    display: none; }
    @media screen and (min-width: 720px) {
      #nav-primary .nav-primary-label {
        display: block; } }
  #nav-primary #ht-nav-toggle {
    float: right;
    text-align: center; }
    #nav-primary #ht-nav-toggle:hover + ul {
      opacity: 1;
      max-height: 100vh;
      visibility: visible; }
  #nav-primary > ul {
    position: absolute;
    right: 0;
    width: 260px;
    top: 80px; }
    @media screen and (min-width: 580px) {
      #nav-primary > ul {
        top: 100px; } }
    @media screen and (min-width: 720px) {
      #nav-primary > ul {
        top: 130px; } }
  #nav-primary ul {
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #0f0f0f;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s; }
    #nav-primary ul:hover {
      opacity: 1;
      max-height: 9999px;
      visibility: visible; }
    #nav-primary ul a {
      display: block;
      color: #fff;
      padding: 20px 35px 20px 25px;
      text-transform: uppercase;
      font-size: 12px;
      font-family: "Montserrat", Helvetica, sans-serif;
      border-bottom: 1px solid #272727; }
    #nav-primary ul li:hover > ul {
      opacity: 1;
      max-height: 9999px;
      visibility: visible;
      margin: 0 0 2px; }
    #nav-primary ul li:last-child a {
      border-bottom: 0; }
    #nav-primary ul li.menu-item-has-children > a:after {
      content: "\f347";
      font-family: dashicons;
      float: right;
      font-size: 18px; }
    #nav-primary ul ul {
      opacity: 0;
      max-height: 0;
      visibility: hidden;
      background: #2a2a2a; }
      #nav-primary ul ul a {
        border-bottom: 1px solid #303030; }
      #nav-primary ul ul li:last-child a {
        border-bottom: 0; }

/**
* @file _footer.scss
*/
#site-footer {
  padding: 10px 6%;
  background: #191919;
  width: 100%;
  clear: both;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden; }
  #site-footer,
  #site-footer a,
  #site-footer a:visited,
  #site-footer a:hover {
    color: #fff; }
  @media screen and (min-width: 480px) {
    #site-footer {
      padding: 30px 0 0; } }
  #site-footer .ht-grid.ht-grid-gutter-10 {
    width: 99.9%;
    overflow: hidden;
    margin: 0; }
  #site-footer #footer-logo {
    max-width: 200px;
    margin: 1em auto; }
  #site-footer .widget {
    margin: 0 0 20px; }
  #site-footer .widget-title {
    color: #fff;
    margin: 0 0 20px;
    font-weight: normal; }
  #site-footer .widget_meta a {
    font-size: 15px; }

/**
* @file _entry-content.scss
*/
/**
* @section Entry Content Styling
*/
.entry-content {
  /* Inputs */ }
  .entry-content::selection {
    background: #fcff99; }
  .entry-content::-moz-selection {
    background: #fcff99; }
  .entry-content p,
  .entry-content ul,
  .entry-content ol {
    margin: 0 0 26px; }
  .entry-content ul,
  .entry-content ol {
    margin-left: 60px;
    padding: 0; }
    @media screen and (max-width: 720px) {
      .entry-content ul,
      .entry-content ol {
        margin-left: 30px; } }
    .entry-content ul li,
    .entry-content ol li {
      padding-left: 10px; }
  .entry-content blockquote {
    font-family: "Montserrat", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    margin: 30px auto;
    padding: 0 60px;
    text-align: center;
    position: relative;
    display: table; }
    @media all and (max-width: 660px) {
      .entry-content blockquote {
        padding: 0 30px; } }
    .entry-content blockquote:before, .entry-content blockquote:after {
      font-family: "PT Serif", serif;
      position: absolute;
      font-size: 80px;
      line-height: 0;
      color: #b0b0b0; }
      @media all and (max-width: 480px) {
        .entry-content blockquote:before, .entry-content blockquote:after {
          font-size: 40px; } }
    .entry-content blockquote:before {
      content: "\201C";
      top: 30px;
      left: 0; }
    .entry-content blockquote:after {
      content: "\201D";
      bottom: 0;
      right: 0; }
    .entry-content blockquote p {
      display: table;
      margin: 0 auto 20px !important;
      padding: 0 0 26px;
      margin: 0; }
      .entry-content blockquote p:last-of-type {
        padding: 0; }
    .entry-content blockquote cite {
      display: block;
      font-size: 14px; }
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    margin: 52px 0 26px; }
  .entry-content h1 {
    font-size: 26px; }
  .entry-content h2 {
    font-size: 22px; }
  .entry-content h3 {
    font-size: 15px;
    text-transform: uppercase; }
  .entry-content h4 {
    font-size: 18px; }
  .entry-content h5 {
    font-size: 17px; }
  .entry-content h6 {
    font-size: 16px; }
  .entry-content img {
    max-width: 100%;
    height: auto; }
  .entry-content mark {
    background: #FDFFC7;
    color: #383838;
    padding: 0 5px; }
  .entry-content hr {
    height: 1px;
    color: #ccc;
    background: #ccc;
    font-size: 0;
    border: 0; }
  .entry-content code,
  .entry-content pre {
    background: #f5f8fa;
    display: block;
    padding: 15px 20px;
    font-family: Consolas, monaco, monospace;
    font-size: 18px;
    line-height: 26px; }
  .entry-content .ht-intro {
    font-family: "Montserrat", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 30px; }
  .entry-content p:first-child {
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 45px;
    font-weight: normal; }
    @media all and (max-width: 660px) {
      .entry-content p:first-child {
        font-size: 18px;
        line-height: 28px; } }
    @media all and (max-width: 500px) {
      .entry-content p:first-child {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px; } }
  .entry-content textarea,
  .entry-content select,
  .entry-content input[type="date"],
  .entry-content input[type="datetime"],
  .entry-content input[type="datetime-local"],
  .entry-content input[type="email"],
  .entry-content input[type="month"],
  .entry-content input[type="number"],
  .entry-content input[type="password"],
  .entry-content input[type="search"],
  .entry-content input[type="tel"],
  .entry-content input[type="text"],
  .entry-content input[type="time"],
  .entry-content input[type="url"],
  .entry-content input[type="week"] {
    background: #f1f2f2; }

.entry-content dl,
.comment-content dl {
  margin: 0 26px; }
.entry-content dt,
.comment-content dt {
  font-weight: bold; }
.entry-content dd,
.comment-content dd {
  margin-bottom: 26px; }
.entry-content table,
.comment-content table {
  border-bottom: 1px solid #ededed;
  color: #757575;
  font-size: 12px;
  line-height: 2;
  margin: 0 0 26px;
  width: 100%; }
.entry-content table caption,
.comment-content table caption {
  font-size: 15px;
  margin: 26px 0; }
.entry-content td,
.comment-content td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0; }

/**
* @file _media.scss
*/
.wp-caption .wp-caption-text {
  margin-top: 13px; }

/**
* @file _comments.scss
*/
/**
* @section Comments Styling
*/
#respond {
  margin-bottom: 100px;
  overflow: hidden;
  clear: both; }
  #respond .log-in-out {
    color: #dfdfdf; }
  #respond #commentform {
    background: #595a5a;
    width: 100%;
    height: auto;
    padding: 50px 150px;
    float: left;
    clear: both; }
    @media screen and (max-width: 800px) {
      #respond #commentform {
        padding-left: 40px;
        padding-right: 40px; } }
    @media screen and (max-width: 320px) {
      #respond #commentform {
        padding-left: 20px;
        padding-right: 20px; } }
    #respond #commentform p {
      margin: 0 0 10px; }
    #respond #commentform .comment-form-author,
    #respond #commentform .comment-form-email {
      width: 100%; }
      @media screen and (min-width: 400px) {
        #respond #commentform .comment-form-author,
        #respond #commentform .comment-form-email {
          float: left;
          width: 50%; } }
      #respond #commentform .comment-form-author input,
      #respond #commentform .comment-form-email input {
        width: 100%;
        min-width: 100%; }
    @media screen and (min-width: 400px) {
      #respond #commentform .comment-form-author {
        padding: 0 15px 0 0; } }
    #respond #commentform textarea {
      margin-bottom: 16px; }
    #respond #commentform input[type="text"],
    #respond #commentform input[type="email"],
    #respond #commentform textarea {
      padding: 15px;
      font-size: 13px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }
      #respond #commentform input[type="text"]:focus,
      #respond #commentform input[type="email"]:focus,
      #respond #commentform textarea:focus {
        border: solid 1px #8cdbda; }
    #respond #commentform #submit {
      background: #8cdbda; }
      #respond #commentform #submit:hover {
        background: #59ade0; }
    #respond #commentform .comment-notes {
      margin: 0 0 52px; }
    #respond #commentform label {
      font-size: 12px; }
    #respond #commentform .form-author label,
    #respond #commentform .form-email label,
    #respond #commentform .form-url label {
      display: inline-block;
      margin: 10px 0 0; }
    #respond #commentform .form-textarea label {
      display: block;
      margin: 0 0 5px; }
    #respond #commentform .logged-in-as {
      margin: 0 0 52px; }
    #respond #commentform .required {
      color: #C4524A; }
    #respond #commentform .form-author {
      width: 40%; }
    #respond #commentform .form-email {
      width: 60%;
      padding-left: 10px; }
    #respond #commentform .form-textarea {
      width: 100%; }
  @media all and (max-width: 938px) {
    #respond {
      margin-bottom: 30px; } }
  #respond .form-allowed-tags {
    font-size: 13px; }
    #respond .form-allowed-tags code {
      font-size: 12px;
      line-height: 16px;
      margin: 0 0 52px; }
  #respond .comment-reply-title {
    border-top: 1px solid #EEEEEE;
    background-color: #ffffff;
    padding: 40px 75px;
    margin: 0;
    display: none; }
  #respond #cancel-comment-reply-link {
    font-size: 11px;
    float: right;
    color: #C4524A;
    text-transform: uppercase;
    line-height: 22px; }
    #respond #cancel-comment-reply-link:hover {
      color: #a3453e; }
    #respond #cancel-comment-reply-link i {
      font-size: 22px;
      font-style: normal;
      position: relative;
      top: 2px; }

#reply-title
#comments-title {
  color: #222222;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: normal; }

#author-block {
  border-top: 1px solid #eeeeee; }

#comments {
  border-top: 1px solid #eeeeee; }
  #comments .comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /* Comment Actions  */
    /* Comment Content  */ }
    #comments .comment-list #respond {
      margin-left: 0;
      width: 100%;
      margin-bottom: 0; }
      #comments .comment-list #respond .comment-reply-title {
        display: block; }
    #comments .comment-list li {
      clear: both;
      position: relative;
      width: 100%; }
    #comments .comment-list .comment-block {
      position: relative;
      padding: 30px 75px 0px 75px;
      border-top: 1px solid #EEEEEE; }
      @media all and (max-width: 660px) {
        #comments .comment-list .comment-block {
          padding: 30px; } }
    #comments .comment-list .children {
      list-style: none;
      margin: 20px 0 0;
      clear: both;
      float: left;
      padding: 0;
      width: 100%; }
      #comments .comment-list .children li {
        width: 100%; }
        #comments .comment-list .children li .comment-block {
          padding: 30px 75px 0px 110px; }
          @media all and (max-width: 660px) {
            #comments .comment-list .children li .comment-block {
              padding: 30px 30px 30px 70px; } }
    #comments .comment-list .comment-author {
      display: inline-block;
      width: auto;
      float: left; }
      #comments .comment-list .comment-author .avatar {
        float: left;
        width: 10%;
        -webkit-border-radius: 99%;
        -moz-border-radius: 99%;
        -ms-border-radius: 99%;
        border-radius: 99%; }
      #comments .comment-list .comment-author .comment-author-name {
        display: inline-block;
        padding: 2px 15px 7px 15px;
        text-transform: uppercase; }
        #comments .comment-list .comment-author .comment-author-name cite {
          color: #333333 !important; }
        #comments .comment-list .comment-author .comment-author-name .fn {
          font-style: normal;
          display: block;
          font-size: 14px;
          font-family: "Montserrat", Helvetica, sans-serif;
          font-weight: bold;
          letter-spacing: 1px; }
          #comments .comment-list .comment-author .comment-author-name .fn a {
            color: #222222; }
    #comments .comment-list .comment-time {
      display: inline-block;
      font-size: 12px;
      vertical-align: top;
      text-decoration: none;
      padding: 2px 10px 7px 10px;
      font-family: "PT Serif", serif;
      font-style: italic; }
      #comments .comment-list .comment-time:before {
        float: left;
        content: "";
        margin: -2px 0 0 20px;
        font-size: 22px;
        color: #808080; }
      #comments .comment-list .comment-time a {
        padding-left: 5px;
        color: #808080; }
        #comments .comment-list .comment-time a:visited {
          color: #808080; }
        #comments .comment-list .comment-time a:hover {
          color: #808080; }
    #comments .comment-list .comment-action {
      font-size: 13px;
      line-height: 100%;
      float: left;
      padding: 0 15px;
      clear: both;
      margin-bottom: 30px;
      margin-top: -10px;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #808080 !important; }
      #comments .comment-list .comment-action a {
        color: #808080; }
        #comments .comment-list .comment-action a:visited {
          color: #808080; }
        #comments .comment-list .comment-action a:hover {
          color: #808080; }
    #comments .comment-list .comment-edit-link {
      margin: 0 5px 0 0; }
      #comments .comment-list .comment-edit-link:after {
        color: #cbcbcb;
        content: "|";
        font-size: 15px;
        margin: 0 2px 0 10px;
        position: relative;
        top: 0px; }
    #comments .comment-list .comment-content {
      padding: 0 0 20px 0;
      font-family: "PT Serif", serif;
      font-size: 16px;
      line-height: 24px;
      display: block;
      float: left;
      clear: left; }
      #comments .comment-list .comment-content p {
        margin-top: 0;
        padding: 0 0 0 15px; }
    #comments .comment-list .comment-awaiting-moderation {
      background: #FDFFC7;
      color: #383838;
      padding: 10px;
      float: left;
      clear: both;
      display: block;
      width: 100%;
      text-align: center; }
  #comments .ht-grid .ht-grid-6 {
    height: auto !important;
    text-align: center; }

.comments-area {
  background: #fff; }
  .comments-area .comments-tabs {
    text-transform: uppercase;
    font-size: 11px; }
    .comments-area .comments-tabs h3 {
      cursor: pointer;
      padding: 40px 10px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .comments-area .comments-tabs span {
      color: #fff;
      padding: 5px 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      border-radius: 15px;
      margin-left: 10px; }
      @media all and (max-width: 768px) {
        .comments-area .comments-tabs span {
          margin-top: 10px;
          margin-bottom: -10px; } }
    @media all and (max-width: 768px) {
      .comments-area .comments-tabs .ht-grid-6:nth-of-type(7n+1) {
        width: 50% !important; }
      .comments-area .comments-tabs .ht-grid-6:nth-of-type(7n+2) {
        width: 50% !important; } }

.author-details-container {
  border-top: 1px solid #eee;
  padding: 30px 75px 30px 75px; }
  @media all and (max-width: 660px) {
    .author-details-container {
      padding: 30px 30px 15px; }
      .author-details-container .ht-grid-10 {
        width: 100%; } }
  .author-details-container .avatar {
    float: left; }
  .author-details-container .author-details-wrap {
    margin: 0px 0 0 75px; }
    @media all and (min-width: 580px) {
      .author-details-container .author-details-wrap {
        margin: 0 0 0 100px; } }
  .author-details-container h3 {
    margin: 5px 0 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px; }
  .author-details-container p {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 20px; }

.bypostauthor {
  background: inherit; }

.avatar-container,
.comment-userbox {
  float: left; }

.avatar-container {
  width: 10%; }

.comment-userbox {
  width: 90%; }

/**
* @file _widgets.scss
*/
#sidebar .widget {
  padding: 30px 30px;
  max-width: 400px; }
  @media all and (min-width: 1000px) {
    #sidebar .widget {
      padding: 30px 40px; } }
  @media all and (min-width: 1400px) {
    #sidebar .widget {
      padding: 30px 60px; } }
#sidebar .widget_search {
  background: #222;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 0 30px;
  max-width: 100%; }
  @media all and (min-width: 1000px) {
    #sidebar .widget_search {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media all and (min-width: 1400px) {
    #sidebar .widget_search {
      padding-top: 60px;
      padding-bottom: 60px; } }
  #sidebar .widget_search .widget-title {
    color: #fff; }
  #sidebar .widget_search .search-field {
    border-radius: 5px;
    border: none;
    width: 100%;
    max-width: 400px; }
  #sidebar .widget_search .search-submit {
    display: block;
    color: #ffffff;
    margin-top: 15px;
    font-size: 10px; }
    #sidebar .widget_search .search-submit:hover {
      background: #59ade0; }

/**
* @section Default WP Widgets
*/
.widget ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .widget ul li {
    margin: 0 0 10px; }
  .widget ul ul {
    margin: 5px 0 0 30px; }
.widget .widget-title {
  font-size: 14px;
  margin: 0px 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px; }
.widget img {
  max-width: 100%;
  height: auto; }

/* Calendar Widget */
.widget_calendar #wp-calendar {
  width: 100%; }
  .widget_calendar #wp-calendar a {
    color: #8ADCDA; }
  .widget_calendar #wp-calendar caption {
    color: #222;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-weight: bold;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .widget_calendar #wp-calendar thead {
    font-size: 10px; }
    .widget_calendar #wp-calendar thead th {
      padding-bottom: 10px; }
  .widget_calendar #wp-calendar tbody {
    color: #5a5a5a;
    font-size: 14px; }
    .widget_calendar #wp-calendar tbody td {
      background: rgba(0, 0, 0, 0.04);
      border: none;
      text-align: center;
      padding: 3%; }
      .widget_calendar #wp-calendar tbody td:hover {
        background: #fff; }
    .widget_calendar #wp-calendar tbody .pad {
      background: none; }
  .widget_calendar #wp-calendar tfoot #next {
    font-size: 11px;
    text-transform: uppercase;
    text-align: right; }
  .widget_calendar #wp-calendar tfoot #prev {
    font-size: 11px;
    text-transform: uppercase;
    padding-top: 10px; }

#site-footer .widget_calendar #wp-calendar {
  margin-bottom: 60px; }
  #site-footer .widget_calendar #wp-calendar caption,
  #site-footer .widget_calendar #wp-calendar thead {
    color: #fff; }
  #site-footer .widget_calendar #wp-calendar tbody {
    color: #fff;
    background: #202020; }
    #site-footer .widget_calendar #wp-calendar tbody td {
      background: #2f2f2f;
      border: 1px solid #262626 !important;
      color: #d0d0d0; }
      #site-footer .widget_calendar #wp-calendar tbody td:hover {
        background: #262626; }

/* RSS Widget */
.widget_rss .widget-title > a img {
  margin: 0 5px 0 0;
  position: relative;
  top: 2px; }
.widget_rss li {
  margin: 0 0 20px; }
  .widget_rss li > a {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 15px;
    color: #383838; }
  .widget_rss li .rss-date {
    display: block;
    color: #737980;
    margin: 0 0 10px;
    font-size: 13px; }
  .widget_rss li .rssSummary {
    margin: 0 0 10px; }

/* Recent Comments Widget */
.widget_recent_comments li {
  margin: 0 0 20px; }
.widget_recent_comments span {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: bold; }
  .widget_recent_comments span a {
    color: #222; }
.widget_recent_comments a {
  text-transform: none;
  color: #333; }

/* Categories */
.widget_categories ul li {
  margin-bottom: 5px; }
  .widget_categories ul li a {
    color: #222222; }
  .widget_categories ul li span {
    clear: right;
    float: right;
    font-size: 85%;
    line-height: 1;
    padding: 5px 10px;
    margin: 1px 0 0;
    background: #8ADCDA;
    color: #ffffff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px; }

/* Recent Posts */
.widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .widget_recent_entries ul li {
    margin-bottom: 15px; }
    .widget_recent_entries ul li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
    .widget_recent_entries ul li a {
      display: block;
      color: #222222; }
    .widget_recent_entries ul li span {
      text-transform: uppercase;
      color: #AAAAAA;
      font-size: 10px;
      display: block;
      width: 100%; }

/* Tags */
.widget_tag_cloud .tagcloud a {
  font-size: 10px !important;
  text-transform: uppercase;
  padding: 12px 21px;
  letter-spacing: 1px;
  font-family: "Montserrat", Helvetica, sans-serif; }

/**
* @section Hero Theme Widgets
*/
/* Heroic Posts Widget */
.HT_Posts_Widget_Plugin li {
  line-height: 16px;
  margin: 0 0 20px; }
.HT_Posts_Widget_Plugin .widget-entry-thumb {
  float: left;
  margin: 0 20px 0 0; }
  .HT_Posts_Widget_Plugin .widget-entry-thumb a {
    display: block;
    line-height: 0; }
.HT_Posts_Widget_Plugin .widget-entry-title {
  font-size: 14px; }

/* Heroic Sidebar Widget */
.HT_Sidebar_Widget_Plugin {
  font-family: "Montserrat", Helvetica, sans-serif; }
  @media all and (max-width: 920px) {
    .HT_Sidebar_Widget_Plugin .sub-widget ul li {
      width: 33.33%;
      float: left;
      text-align: center; } }
  @media all and (max-width: 640px) {
    .HT_Sidebar_Widget_Plugin .sub-widget ul li {
      padding: 0px 4px; }
      .HT_Sidebar_Widget_Plugin .sub-widget ul li:nth-child(4) {
        clear: left; } }
  @media all and (max-width: 480px) {
    .HT_Sidebar_Widget_Plugin .sub-widget ul li {
      width: 100%; } }
  @media all and (max-width: 920px) {
    .HT_Sidebar_Widget_Plugin .sub-widget ul li small {
      display: block;
      float: left;
      clear: both;
      width: 100%;
      text-align: center; }
      .HT_Sidebar_Widget_Plugin .sub-widget ul li small .post-categories li {
        float: none;
        text-align: center; } }
  @media all and (max-width: 640px) {
    .HT_Sidebar_Widget_Plugin .sub-widget {
      padding: 30px 0px 30px 0px !important; } }
  .HT_Sidebar_Widget_Plugin .sub-widget.tags-tab a {
    font-size: 10px !important;
    color: #ffffff;
    text-transform: uppercase;
    padding: 12px 21px;
    letter-spacing: 1px; }
  .HT_Sidebar_Widget_Plugin .sub-widget.comments-tab p {
    font-family: "PT Serif", serif;
    font-weight: normal;
    letter-spacing: 0;
    color: #333333;
    font-size: 16px; }

/* Heroic Social Widget */
.HT_Social_Widget_Display {
  position: relative;
  width: auto; }
  .HT_Social_Widget_Display ul.ht-social-media-list li {
    width: 50px;
    height: 50px;
    margin: 0 15px 0 0;
    padding: 0;
    font-size: 25px; }
    @media all and (max-width: 1175px) and (min-width: 917px) {
      .HT_Social_Widget_Display ul.ht-social-media-list li {
        width: 40px;
        height: 40px;
        font-size: 22px; } }
    @media all and (max-width: 1000px) and (min-width: 917px) {
      .HT_Social_Widget_Display ul.ht-social-media-list li {
        width: 35px;
        height: 35px;
        font-size: 20px; } }
    @media all and (max-width: 575px) and (min-width: 481px) {
      .HT_Social_Widget_Display ul.ht-social-media-list li {
        width: 35px;
        height: 35px;
        font-size: 20px; } }
    @media all and (max-width: 480px) {
      .HT_Social_Widget_Display ul.ht-social-media-list li {
        float: none !important; } }
    .HT_Social_Widget_Display ul.ht-social-media-list li:before {
      display: none; }
    .HT_Social_Widget_Display ul.ht-social-media-list li i {
      width: 50px;
      height: 50px;
      text-align: center;
      padding-top: 13px; }
      @media all and (max-width: 1175px) and (min-width: 917px) {
        .HT_Social_Widget_Display ul.ht-social-media-list li i {
          width: 40px;
          height: 40px;
          padding-top: 10px; } }
      @media all and (max-width: 1000px) and (min-width: 917px) {
        .HT_Social_Widget_Display ul.ht-social-media-list li i {
          width: 35px;
          height: 35px;
          padding-top: 8px; } }
      @media all and (max-width: 575px) and (min-width: 481px) {
        .HT_Social_Widget_Display ul.ht-social-media-list li i {
          width: 35px;
          height: 35px;
          padding-top: 8px; } }

/* Heroic Social Sharing Plugin */
#ht-social-sharing div .box {
  display: block;
  width: 80px;
  height: 80px; }
  @media all and (max-width: 939px) {
    #ht-social-sharing div .box {
      float: left; } }
  @media all and (max-width: 600px) {
    #ht-social-sharing div .box {
      width: 60px;
      height: 60px; } }
  @media all and (max-width: 480px) {
    #ht-social-sharing div .box {
      width: 40px;
      height: 40px; } }
  #ht-social-sharing div .box .count {
    display: none; }
  #ht-social-sharing div .box .share {
    display: block !important;
    width: 80px;
    height: 80px;
    margin: 0;
    text-align: center;
    overflow: hidden;
    position: relative; }
    #ht-social-sharing div .box .share:before {
      font-family: 'FontAwesome';
      display: block;
      color: #ffffff;
      font-size: 25px;
      -webkit-font-smoothing: antialiased;
      position: absolute; }
    @media all and (max-width: 600px) {
      #ht-social-sharing div .box .share {
        width: 60px;
        height: 60px; } }
    @media all and (max-width: 480px) {
      #ht-social-sharing div .box .share {
        width: 40px;
        height: 40px; } }
#ht-social-sharing div#facebook .box .share {
  background-color: #3C5A94;
  color: #3C5A94; }
  #ht-social-sharing div#facebook .box .share:before {
    content: "\f09a";
    top: 29px;
    left: 34px; }
    @media all and (max-width: 600px) {
      #ht-social-sharing div#facebook .box .share:before {
        top: 20px;
        left: 24px; } }
    @media all and (max-width: 480px) {
      #ht-social-sharing div#facebook .box .share:before {
        top: 10px;
        left: 16px; } }
#ht-social-sharing div#twitter .box .share {
  background-color: #53ADE9;
  color: #53ADE9; }
  #ht-social-sharing div#twitter .box .share:before {
    content: "\f099";
    top: 28px;
    left: 29px; }
    @media all and (max-width: 600px) {
      #ht-social-sharing div#twitter .box .share:before {
        top: 20px;
        left: 19px; } }
    @media all and (max-width: 480px) {
      #ht-social-sharing div#twitter .box .share:before {
        top: 10px;
        left: 9px; } }
#ht-social-sharing div#googleplus .box .share {
  background-color: #DF463E;
  color: #DF463E; }
  #ht-social-sharing div#googleplus .box .share:before {
    content: "\f0d5";
    top: 28px;
    left: 29px; }
    @media all and (max-width: 600px) {
      #ht-social-sharing div#googleplus .box .share:before {
        top: 20px;
        left: 19px; } }
    @media all and (max-width: 480px) {
      #ht-social-sharing div#googleplus .box .share:before {
        top: 10px;
        left: 9px; } }
#ht-social-sharing div#pinterest .box .share {
  background-color: #DF463E;
  color: #DF463E; }
  #ht-social-sharing div#pinterest .box .share:before {
    content: "\f0d2";
    top: 28px;
    left: 29px; }
    @media all and (max-width: 600px) {
      #ht-social-sharing div#pinterest .box .share:before {
        top: 20px;
        left: 19px; } }
    @media all and (max-width: 480px) {
      #ht-social-sharing div#pinterest .box .share:before {
        top: 10px;
        left: 9px; } }
#ht-social-sharing div#linkedin .box .share {
  background-color: #0976b4;
  color: #0976b4; }
  #ht-social-sharing div#linkedin .box .share:before {
    content: "\f0e1";
    top: 28px;
    left: 29px; }
    @media all and (max-width: 600px) {
      #ht-social-sharing div#linkedin .box .share:before {
        top: 20px;
        left: 19px; } }
    @media all and (max-width: 480px) {
      #ht-social-sharing div#linkedin .box .share:before {
        top: 10px;
        left: 9px; } }

@media all and (max-width: 768px) {
  .page #ht-social-sharing {
    margin-bottom: 50px;
    height: 60px; } }
/**
* @section Suggested Widgets
*/
.null-instagram-feed .instagram-pics {
  float: left;
  clear: both;
  width: 100%; }
  .null-instagram-feed .instagram-pics li {
    width: 50%;
    float: left;
    max-width: 75px; }
    .null-instagram-feed .instagram-pics li img {
      width: 100%;
      height: auto; }
  .null-instagram-feed .instagram-pics li:nth-child(1) {
    margin-right: 26px; }
.null-instagram-feed p.clear {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 25px;
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px; }
  .null-instagram-feed p.clear a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 10px; }

.widget_latest_tweets_widget .twitter-link {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 10px;
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px; }
.widget_latest_tweets_widget .tweet-text {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 22px; }
.widget_latest_tweets_widget .tweet-details {
  display: none; }

/**
* @file _tags.scss
*/
.tags {
  font-size: 13px; }

.tags a,
.tags-tab.sub-widget a,
.widget_tag_cloud a {
  display: inline-block;
  background: #89DCDA;
  color: #ffffff;
  line-height: 1;
  margin: 0 0 5px 5px;
  padding: 6px 12px 6px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  -moz-transition: background 0.15s ease-out;
  -o-transition: background 0.15s ease-out;
  -webkit-transition: background 0.15s ease-out;
  -ms-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out; }
  .tags a, .tags a:visited,
  .tags-tab.sub-widget a,
  .tags-tab.sub-widget a:visited,
  .widget_tag_cloud a,
  .widget_tag_cloud a:visited {
    color: #fff !important; }
  .tags a:hover,
  .tags-tab.sub-widget a:hover,
  .widget_tag_cloud a:hover {
    background: #0f0f0f; }

/**
* @file _404.scss
*/
/**
* @section 404 Error Styling
*/
body.error404 #her-header {
  height: 100vh; }

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0); }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent; }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url("../images/grab.png") 8 8, move; }

.grabbing-cursor {
  cursor: url("../images/grabbing.png") 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url("../images/blank.gif"); }

/*------------------------------------------------------------------------------
= RoyalSlider Skin 
------------------------------------------------------------------------------*/
/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder {
  background: #000;
  color: #FFF; }

.rsDefault {
  /* Bullets */ }
  .rsDefault .rsBullets {
    z-index: 35;
    line-height: 10px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 5%;
    left: 0; }
  .rsDefault .rsBullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 7px 0 0; }
    .rsDefault .rsBullet span {
      display: block;
      width: 10px;
      height: 10px;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s;
      -webkit-border-radius: 99%;
      -moz-border-radius: 99%;
      -ms-border-radius: 99%;
      border-radius: 99%;
      background: #fff;
      border: 0;
      cursor: pointer; }
    .rsDefault .rsBullet.rsNavSelected span {
      background: #8cdbda;
      cursor: auto; }

/**
* @file _single-post.scss
*/
/**
* @section Single Post Styling
*/
/**
.content-wrapper {
    display: table;
}
*/
.sidebar-off .entry-overlay,
.sidebar-off .content-wrapper {
  max-width: 900px;
  margin: 0 auto; }

.sidebar-right .entry-overlay,
.sidebar-right .content-wrapper {
  max-width: 900px; }
  @media screen and (min-width: 600px) {
    .sidebar-right .entry-overlay,
    .sidebar-right .content-wrapper {
      margin-left: 40px;
      margin-right: 40px; } }
  @media screen and (min-width: 800px) {
    .sidebar-right .entry-overlay,
    .sidebar-right .content-wrapper {
      margin-left: 65px;
      margin-right: 65px; } }
  @media screen and (min-width: 1400px) {
    .sidebar-right .entry-overlay,
    .sidebar-right .content-wrapper {
      margin-left: auto;
      margin-right: auto; } }

.entry-content-wrapper,
.post-navigation,
.newsletter-sub,
#comments,
#respond,
#author-block {
  background: #fff; }

.entry-content-wrapper {
  padding: 60px 65px 0; }
  @media screen and (max-width: 800px) {
    .entry-content-wrapper {
      padding-left: 40px;
      padding-right: 40px;
      padding-top: 50px; } }
  @media screen and (max-width: 600px) {
    .entry-content-wrapper {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 30px; } }

.page .entry-content-wrapper {
  padding-bottom: 100px; }

.single .entry-header,
.page .entry-header {
  height: 85vh;
  overflow: hidden;
  z-index: 9;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
.single .entry-overlay,
.page .entry-overlay {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 50px 65px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  @media screen and (max-width: 800px) {
    .single .entry-overlay,
    .page .entry-overlay {
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (max-width: 600px) {
    .single .entry-overlay,
    .page .entry-overlay {
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (max-width: 320px) {
    .single .entry-overlay,
    .page .entry-overlay {
      padding: 40px 20px 20px 20px; } }
  .single .entry-overlay:before,
  .page .entry-overlay:before {
    background: #222;
    font-family: 'dashicons';
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 24px;
    z-index: 999999; }
.single .format-standard .entry-overlay:before,
.page .format-standard .entry-overlay:before {
  content: "\f478"; }
.single .format-quote .entry-overlay:before,
.page .format-quote .entry-overlay:before {
  content: "\f122"; }
.single .format-quote .entry-overlay h1,
.page .format-quote .entry-overlay h1 {
  margin: 20px 0 10px; }
.single .format-quote .entry-overlay blockquote,
.page .format-quote .entry-overlay blockquote {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 20px;
  line-height: 24px; }
  @media all and (min-width: 520px) {
    .single .format-quote .entry-overlay blockquote,
    .page .format-quote .entry-overlay blockquote {
      font-size: 26px;
      line-height: 32px; } }
  @media all and (min-width: 900px) {
    .single .format-quote .entry-overlay blockquote,
    .page .format-quote .entry-overlay blockquote {
      font-size: 42px;
      line-height: 46px; } }
  .single .format-quote .entry-overlay blockquote,
  .single .format-quote .entry-overlay blockquote a,
  .single .format-quote .entry-overlay blockquote a:visited,
  .page .format-quote .entry-overlay blockquote,
  .page .format-quote .entry-overlay blockquote a,
  .page .format-quote .entry-overlay blockquote a:visited {
    color: #222; }
.single .format-quote .entry-overlay cite,
.page .format-quote .entry-overlay cite {
  display: block;
  margin: 0 0 20px;
  color: #222;
  font-size: 14px; }
.single .format-audio .entry-overlay:before,
.page .format-audio .entry-overlay:before {
  content: "\f482"; }
.single .format-audio iframe,
.page .format-audio iframe {
  height: 160px;
  margin: 20px auto 0 !important;
  display: table; }
.single .format-aside .entry-overlay:before,
.page .format-aside .entry-overlay:before {
  content: "\f464"; }
.single .format-chat .entry-overlay:before,
.page .format-chat .entry-overlay:before {
  content: "\f125"; }
.single .format-gallery .entry-overlay:before,
.page .format-gallery .entry-overlay:before {
  content: "\f161"; }
.single .format-image .entry-overlay:before,
.page .format-image .entry-overlay:before {
  content: "\f128"; }
.single .format-link .entry-overlay:before,
.page .format-link .entry-overlay:before {
  content: "\f103"; }
.single .format-video .entry-overlay:before,
.page .format-video .entry-overlay:before {
  content: "\f236"; }
.single .format-video iframe,
.page .format-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 85vh;
  width: 100%; }
.single .format-status .entry-overlay:before,
.page .format-status .entry-overlay:before {
  content: "\f130"; }
.single .format-status .entry-header iframe,
.page .format-status .entry-header iframe {
  margin: 20px auto 0 !important;
  max-width: 900px; }
.single .format-status .status-content,
.page .format-status .status-content {
  background: rgba(255, 255, 255, 0.4);
  margin: 20px auto 0 !important;
  max-width: 900px;
  padding: 40px; }
  @media all and (min-width: 1200px) {
    .single .format-status .status-content,
    .page .format-status .status-content {
      padding: 20px; } }
  .single .format-status .status-content .avatar,
  .page .format-status .status-content .avatar {
    max-width: 60px;
    margin: 0 auto 10px;
    display: block; }
    @media all and (min-width: 600px) {
      .single .format-status .status-content .avatar,
      .page .format-status .status-content .avatar {
        float: left;
        margin: 0;
        max-width: 70px; } }
  .single .format-status .status-content h2,
  .page .format-status .status-content h2 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px; }
    @media all and (min-width: 600px) {
      .single .format-status .status-content h2,
      .page .format-status .status-content h2 {
        font-size: 22px;
        line-height: 28px;
        padding: 0 0 0 100px; } }
.single .entry-sub-header,
.page .entry-sub-header {
  background-color: #F7F8F9;
  padding: 50px 65px; }
  @media screen and (max-width: 800px) {
    .single .entry-sub-header,
    .page .entry-sub-header {
      padding: 40px; } }
  @media screen and (max-width: 600px) {
    .single .entry-sub-header,
    .page .entry-sub-header {
      padding: 40px; } }
  @media screen and (max-width: 320px) {
    .single .entry-sub-header,
    .page .entry-sub-header {
      padding: 30px 20px; } }
.single .entry-title,
.page .entry-title {
  color: #333;
  font-size: 42px;
  line-height: 46px;
  font-weight: bold;
  margin: 20px 0 30px 0;
  clear: both; }
  @media all and (max-width: 772px) {
    .single .entry-title,
    .page .entry-title {
      font-size: 22px;
      line-height: 33px; } }
  @media screen and (max-width: 320px) {
    .single .entry-title,
    .page .entry-title {
      margin: 15px 0 15px 0; } }
  .single .entry-title a,
  .single .entry-title a:visited,
  .page .entry-title a,
  .page .entry-title a:visited {
    color: #333; }
.single .entry-meta-category,
.single .entry-meta-category a,
.single .entry-meta-date,
.single .entry-meta-date a,
.page .entry-meta-category,
.page .entry-meta-category a,
.page .entry-meta-date,
.page .entry-meta-date a {
  color: #333; }
.single .entry-meta-category,
.page .entry-meta-category {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase; }
.single .entry-meta-date,
.page .entry-meta-date {
  font-size: 12px;
  font-style: italic; }
  .single .entry-meta-date:before,
  .page .entry-meta-date:before {
    content: "\f017";
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 18px;
    font-style: normal;
    float: left;
    margin: 0 7px 0 0; }
.single .post-navigation,
.page .post-navigation {
  background-color: #fff;
  max-width: 900px;
  overflow: hidden; }
  .single .post-navigation a,
  .page .post-navigation a {
    text-transform: uppercase;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-weight: bold;
    color: #222;
    letter-spacing: 2px;
    font-size: 12px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .single .post-navigation a:visited,
    .page .post-navigation a:visited {
      color: #222; }
  .single .post-navigation .nav-previous,
  .single .post-navigation .nav-next,
  .page .post-navigation .nav-previous,
  .page .post-navigation .nav-next {
    width: 50%; }
    .single .post-navigation .nav-previous a,
    .single .post-navigation .nav-next a,
    .page .post-navigation .nav-previous a,
    .page .post-navigation .nav-next a {
      display: block;
      clear: both;
      padding: 65px 65px;
      width: 100%;
      white-space: nowrap; }
      .single .post-navigation .nav-previous a:before,
      .single .post-navigation .nav-next a:before,
      .page .post-navigation .nav-previous a:before,
      .page .post-navigation .nav-next a:before {
        font-family: 'FontAwesome';
        color: #222;
        font-size: 20px;
        margin-top: -1px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  .single .post-navigation .nav-previous,
  .page .post-navigation .nav-previous {
    float: left;
    text-align: left; }
    .single .post-navigation .nav-previous a,
    .page .post-navigation .nav-previous a {
      float: left; }
      @media screen and (max-width: 800px) {
        .single .post-navigation .nav-previous a,
        .page .post-navigation .nav-previous a {
          padding-left: 40px; } }
      @media screen and (max-width: 320px) {
        .single .post-navigation .nav-previous a,
        .page .post-navigation .nav-previous a {
          padding-left: 20px; } }
      .single .post-navigation .nav-previous a:before,
      .page .post-navigation .nav-previous a:before {
        content: "\f104";
        margin-right: 30px;
        float: left; }
        @media all and (max-width: 550px) {
          .single .post-navigation .nav-previous a:before,
          .page .post-navigation .nav-previous a:before {
            margin-right: 15px !important; } }
  .single .post-navigation .nav-next,
  .page .post-navigation .nav-next {
    float: right;
    text-align: right; }
    .single .post-navigation .nav-next a,
    .page .post-navigation .nav-next a {
      float: right; }
      @media screen and (max-width: 800px) {
        .single .post-navigation .nav-next a,
        .page .post-navigation .nav-next a {
          padding-right: 40px; } }
      @media screen and (max-width: 320px) {
        .single .post-navigation .nav-next a,
        .page .post-navigation .nav-next a {
          padding-right: 20px; } }
      .single .post-navigation .nav-next a:before,
      .page .post-navigation .nav-next a:before {
        content: "\f105";
        margin-right: 0px;
        margin-left: 30px;
        float: right; }
        @media all and (max-width: 550px) {
          .single .post-navigation .nav-next a:before,
          .page .post-navigation .nav-next a:before {
            margin-right: 0px !important;
            margin-left: 15px !important; } }
.single .newsletter-sub,
.page .newsletter-sub {
  padding: 30px 65px; }
  @media screen and (max-width: 800px) {
    .single .newsletter-sub,
    .page .newsletter-sub {
      padding-left: 40px;
      padding-right: 40px; } }
  @media screen and (max-width: 320px) {
    .single .newsletter-sub,
    .page .newsletter-sub {
      padding-left: 20px;
      padding-right: 20px; } }
  .single .newsletter-sub h1,
  .single .newsletter-sub h2,
  .single .newsletter-sub h3,
  .single .newsletter-sub h4,
  .single .newsletter-sub h5,
  .single .newsletter-sub h6,
  .page .newsletter-sub h1,
  .page .newsletter-sub h2,
  .page .newsletter-sub h3,
  .page .newsletter-sub h4,
  .page .newsletter-sub h5,
  .page .newsletter-sub h6 {
    color: #fff; }
.single .author-block-title,
.page .author-block-title {
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
  padding: 30px 0; }

/**
* @file _pagination.scss
*/
/**
* @section ht pagination styling
*/
.ht-pagination {
  float: left;
  width: 100%;
  text-align: center;
  padding: 40px 0;
  border-top: 1px solid #eee;
  background-color: #fff;
  font-family: "Montserrat", Helvetica, sans-serif; }
  .ht-pagination ul {
    text-align: center;
    list-style: none;
    width: auto;
    padding: 0;
    display: inline-block; }
    @media all and (max-width: 768px) {
      .ht-pagination ul {
        padding: 0 10px; } }
    .ht-pagination ul li {
      list-style: none;
      width: auto;
      display: inline;
      height: 20px;
      width: 20px; }
    .ht-pagination ul li span {
      width: 50px;
      height: 50px;
      padding: 13px 0;
      margin: 0 5px;
      float: left; }
      @media all and (max-width: 768px) {
        .ht-pagination ul li span {
          margin: 5px 3px; } }
      .ht-pagination ul li span.current {
        border-radius: 100%;
        color: #ffffff; }
    .ht-pagination ul li a {
      width: 50px;
      height: 50px;
      padding: 13px 0;
      margin: 0 5px;
      float: left;
      border-radius: 100%;
      background-color: #e5e5e5;
      color: #191919;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media all and (max-width: 768px) {
        .ht-pagination ul li a {
          margin: 5px 3px; } }
      .ht-pagination ul li a:hover {
        background-color: #aaaaaa;
        color: #ffffff; }
      .ht-pagination ul li a.next, .ht-pagination ul li a.prev {
        width: auto !important;
        border-radius: 0px;
        background-color: transparent;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: bold;
        color: #191919;
        margin: 0 20px; }
        .ht-pagination ul li a.next:hover, .ht-pagination ul li a.prev:hover {
          color: #89DCD9; }
        @media all and (max-width: 768px) {
          .ht-pagination ul li a.next, .ht-pagination ul li a.prev {
            width: 100% !important;
            clear: both;
            text-align: center;
            margin: 0; } }

/**
* @file _loading-spinner.scss
*/
.ht-loading-spinner {
  width: 70px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50vh;
  z-index: 1; }
  .ht-loading-spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .ht-loading-spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .ht-loading-spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
.ht-animated-10 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-style: preserve-3d; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.ht-fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.ht-fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.ht-fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.ht-fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.ht-fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

html.js .home #site-header {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s; }
  html.js .home #site-header #logo {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s; }
  html.js .home #site-header #nav-primary {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s; }
html.js #site-header #logo {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; }
html.js #site-header #nav-primary {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; }
html.js #site-footer {
  opacity: 0; }
html.js #ht-hero-header .hh-tagline {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s; }
html.js #ht-hero-header .skip-down {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s; }
html.js .ht-post-grid .post {
  opacity: 0; }
html.js .ht-post-grid .post-content-wrap {
  opacity: 0;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s; }
html.js .entry-header .entry-overlay {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; }
html.js .entry-header .entry-meta-category {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s; }
html.js .entry-header .entry-title {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s; }
html.js .entry-header .entry-meta-date {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s; }
html.js #ht-social-sharing .sharrre {
  opacity: 0; }
html.js #ht-social-sharing #facebook {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s; }
html.js #ht-social-sharing #twitter {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s; }
html.js #ht-social-sharing #googleplus {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s; }
html.js #ht-social-sharing #linkedin {
  animation-delay: 1s;
  -webkit-animation-delay: 1s; }

body.iphone #site-footer,
body.ie #site-footer {
  opacity: 1 !important; }
body.iphone .ht-post-grid .post,
body.ie .ht-post-grid .post {
  opacity: 1 !important; }
body.iphone .ht-post-grid .post-content-wrap,
body.ie .ht-post-grid .post-content-wrap {
  opacity: 1 !important; }
body.iphone #ht-social-sharing .sharrre,
body.ie #ht-social-sharing .sharrre {
  opacity: 1 !important; }

.ht-post-grid:nth-child(1) .post-content-wrap, .ht-post-grid:nth-child(2) .post-content-wrap, .ht-post-grid:nth-child(3) .post-content-wrap {
  opacity: 1 !important; }

.wp-video {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important; }
  .wp-video .wp-video-shortcode {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important; }
    .wp-video .wp-video-shortcode:focus {
      outline: 0; }

.mejs-container {
  background: transparent !important; }
  .mejs-container .mejs-controls {
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -ms-border-radius: 99px;
    border-radius: 99px;
    background: rgba(0, 0, 0, 0.5) !important;
    padding: 0 10px !important;
    max-width: 500px;
    margin: 0 auto !important;
    right: 0; }

.royalSlider {
  width: 100%;
  height: 100%; }

@media all and (max-width: 799px) {
  #social-sidebar {
    background: #fff;
    left: auto !important;
    top: auto !important;
    padding: 20px 40px;
    overflow: hidden; }
    #social-sidebar #ht-social-sharing {
      margin: 0 auto; } }
@media all and (min-width: 800px) {
  #social-sidebar {
    position: absolute;
    top: 100%;
    left: 0;
    width: 80px; } }
@media all and (max-width: 1400px) {
  #social-sidebar {
    width: 50px; }
    #social-sidebar .box,
    #social-sidebar .share {
      width: 50px !important;
      height: 50px !important; }
    #social-sidebar .share:before {
      font-size: 20px !important; }
    #social-sidebar #facebook .share:before {
      top: 14px !important;
      left: 20px !important; }
    #social-sidebar #twitter .share:before {
      top: 12px !important;
      left: 18px !important; }
    #social-sidebar #googleplus .share:before {
      top: 12px !important;
      left: 18px !important; }
    #social-sidebar #linkedin .share:before {
      top: 12px !important;
      left: 18px !important; } }

@media all and (max-width: 938px) {
  .social-sharing-append {
    background-color: #ffffff; }
    .social-sharing-append .social-sidebar {
      margin-top: 0;
      padding: 60px 65px 0; } }
    @media all and (max-width: 938px) and (max-width: 768px) {
      .social-sharing-append .social-sidebar {
        padding: 60px 25px 0; } }

.no-results {
  width: 70%;
  margin: 0 auto;
  padding: 46px 0 100px 0;
  float: none; }
  .no-results .search-form input {
    border: none;
    border-radius: 4px;
    width: 40%; }
    @media all and (max-width: 880px) {
      .no-results .search-form input {
        width: 60%; } }
    @media all and (max-width: 800px) {
      .no-results .search-form input {
        width: 100%; } }
  .no-results .search-form input[type="submit"] {
    width: 20%;
    margin-left: 10px;
    padding: 8px 20px;
    letter-spacing: 2px;
    border-radius: 20px; }
    @media all and (max-width: 880px) {
      .no-results .search-form input[type="submit"] {
        width: 38%;
        margin-left: 2%; } }
    @media all and (max-width: 800px) {
      .no-results .search-form input[type="submit"] {
        width: 60%;
        margin-left: 0;
        margin-top: 20px; } }
    @media all and (max-width: 500px) {
      .no-results .search-form input[type="submit"] {
        width: 100%; } }

.avatar {
  -webkit-border-radius: 99%;
  -moz-border-radius: 99%;
  -ms-border-radius: 99%;
  border-radius: 99%;
  margin-right: 15px;
  max-width: 50px;
  width: 100%;
  height: auto; }

/*# sourceMappingURL=style.css.map */
