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; }

.ht-grid {
  *zoom: 1; }
  .ht-grid.ht-grid-gutter-10 {
    margin: 0 -10px; }
    .ht-grid.ht-grid-gutter-10 .ht-grid-col {
      padding: 0 10px; }
  .ht-grid.ht-grid-gutter-20 {
    margin: 0 -20px; }
    .ht-grid.ht-grid-gutter-20 .ht-grid-col {
      padding: 0 20px; }
  .ht-grid.ht-grid-gutter-30 {
    margin: 0 -30px; }
    .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-5 {
    width: 41.666%; }
  .ht-grid .ht-grid-4 {
    width: 33.333%; }
  .ht-grid .ht-grid-3 {
    width: 25%; }
    @media screen and (max-width: 720px) {
      .ht-grid .ht-grid-3 {
        width: 50%; } }
    @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: 13px;
  /* 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: 1px solid #979899;
    color: #6e6c6c;
    padding: 10px 12px;
    -webkit-appearance: none;
    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: #888888;
    cursor: default; }
  form input::-webkit-input-placeholder,
  form textarea::-webkit-input-placeholder {
    color: #888888; }
  form input:-moz-placeholder,
  form textarea:-moz-placeholder {
    color: #888888; }
  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: none;
    border: 2px solid #222222;
    padding: 12px 14px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    color: #222222;
    -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;
    text-shadow: none;
    -webkit-appearance: 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: 40px;
  margin-bottom: 20px; }

.alignright {
  display: inline;
  float: right;
  margin-left: 40px;
  margin-bottom: 20px; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.wp-caption {
  max-width: 100%;
  margin: 0 0 20px;
  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: 20px; }
  .wp-caption.alignright {
    margin-left: 20px; }
  .wp-caption.aligncenter {
    margin: 0 auto 20px; }
  .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: 20px;
  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; }
.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 _.scss
*/
body {
  background: #cccccc;
  color: #484848;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-size-adjust: auto;
  -webkit-backface-visibility: hidden; }

/* 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", sans-serif;
  font-weight: normal;
  color: #222222;
  line-height: 1; }

/* Containers */
.ht-container-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 15px; }

/* Structure */
#site-container {
  background: #fff;
  max-width: 1500px;
  margin: 0 auto;
  overflow: hidden; }

#main.ht-post-list-homepage {
  min-height: 600px; }

/**
* @file _site-header.scss
*/
#site-header {
  position: relative;
  border-bottom: 1px solid #f3f3f3; }
  #site-header .ht-container {
    display: table;
    width: 100%;
    padding: 0 0 0 15px;
    overflow-y: hidden; }
    @media screen and (min-width: 720px) {
      #site-header .ht-container {
        padding: 0 20px; } }
    @media screen and (min-width: 1100px) {
      #site-header .ht-container {
        padding: 0 30px; } }
  #site-header #logo {
    display: table-cell;
    vertical-align: middle; }
    #site-header #logo h1 {
      display: none; }
    #site-header #logo a {
      display: block;
      line-height: 0;
      font-weight: 300;
      font-size: 42px;
      line-height: 0;
      letter-spacing: -2px; }
    #site-header #logo img {
      max-width: 100%;
      height: auto; }
  #site-header #header-search {
    display: inline-block;
    border-left: 1px solid #f3f3f3; }
    @media screen and (min-width: 920px) {
      #site-header #header-search {
        margin: 0 0 0 25px; } }
    #site-header #header-search a {
      display: block;
      color: #b4b4b4;
      font-family: "Montserrat", sans-serif;
      font-size: 15px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      padding: 37px 15px 35px; }
      @media screen and (min-width: 720px) {
        #site-header #header-search a {
          padding: 37px 0 35px 15px; } }
      #site-header #header-search a:after {
        content: "\f002";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 16px;
        position: relative;
        margin: 0 0 0 10px; }
        @media screen and (max-width: 600px) {
          #site-header #header-search a:after {
            margin: 0;
            top: -2px; } }
      #site-header #header-search a span {
        display: none; }
        @media screen and (min-width: 600px) {
          #site-header #header-search a span {
            display: inline; } }
    #site-header #header-search .hs-dropdown {
      display: none;
      padding: 30px;
      position: absolute;
      left: 0;
      right: 0;
      top: 98px;
      z-index: 99999; }
      #site-header #header-search .hs-dropdown .search-field {
        background: none;
        border: none;
        color: #fff;
        width: 100%;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        letter-spacing: 0.5px;
        text-transform: uppercase; }
        #site-header #header-search .hs-dropdown .search-field::-webkit-input-placeholder {
          color: #fff; }
        #site-header #header-search .hs-dropdown .search-field:-moz-placeholder {
          color: #fff; }
        #site-header #header-search .hs-dropdown .search-field::-moz-placeholder {
          color: #fff; }
        #site-header #header-search .hs-dropdown .search-field:-ms-input-placeholder {
          color: #fff; }
      #site-header #header-search .hs-dropdown .search-submit {
        display: none; }
  #site-header #logo {
    padding: 30px 0; }

/**
* @file _site-footer.scss
*/
#site-footer {
  background: #202224;
  color: #fff;
  padding: 80px 0 30px;
  font-size: 14px;
  line-height: 20px; }
  #site-footer a, #site-footer a:visited {
    color: #fff; }
  #site-footer a:hover {
    color: #fff; }
  #site-footer .ht-container {
    padding: 0 30px; }
  #site-footer .widget {
    position: relative; }
    #site-footer .widget .widget-title {
      font-weight: bold;
      font-size: 16px;
      color: #fff;
      margin: 0 0 25px; }
    #site-footer .widget ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #site-footer .widget ul > li {
        margin-bottom: 5px; }

/*--------------------------------------------------------------
= Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
== Menus
--------------------------------------------------------------*/
#nav-primary {
  font-family: "Montserrat", sans-serif;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
  /* Responsive Nav */ }
  #nav-primary ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left; }
    #nav-primary ul a {
      display: block; }
  #nav-primary #ht-nav-toggle {
    font-size: 18px;
    display: inline-block;
    background: #fff;
    border: 2px solid #fff;
    color: #b4b4b4;
    padding: 39px 15px 35px 20px;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    outline: none;
    position: relative; }
    @media screen and (max-width: 920px) {
      #nav-primary #ht-nav-toggle {
        border-left: 1px solid #f3f3f3;
        margin: 0 0 0 15px; } }
    #nav-primary #ht-nav-toggle:after {
      content: "\f0c9";
      display: inline-block;
      font-family: FontAwesome;
      font-size: 16px;
      position: relative;
      margin: 0 0 0 10px; }
      @media screen and (max-width: 600px) {
        #nav-primary #ht-nav-toggle:after {
          margin: 0; } }
    #nav-primary #ht-nav-toggle span {
      display: none; }
      @media screen and (min-width: 600px) {
        #nav-primary #ht-nav-toggle span {
          display: inline; } }
  @media screen and (max-width: 920px) {
    #nav-primary #nav-primary-menu {
      display: none;
      clear: both;
      position: absolute;
      left: 0;
      right: 0;
      top: 97px;
      z-index: 9999;
      text-align: left; }
      #nav-primary #nav-primary-menu ul a {
        display: block;
        padding: 15px 30px;
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase; }
        #nav-primary #nav-primary-menu ul a, #nav-primary #nav-primary-menu ul a:visited {
          color: #fff; }
        #nav-primary #nav-primary-menu ul a:hover {
          background: #0288a3;
          background: rgba(2, 136, 163, 0.95); }
      #nav-primary #nav-primary-menu ul ul {
        background: #0288a3; }
        #nav-primary #nav-primary-menu ul ul a:before {
          content: "-";
          margin: 0 10px 0 0; }
        #nav-primary #nav-primary-menu ul ul ul a {
          padding-left: 55px; } }
  @media screen and (min-width: 920px) {
    #nav-primary #ht-nav-toggle {
      display: none; }
    #nav-primary #nav-primary-menu {
      display: inline-block !important;
      padding: 38px 0 0 0; }
    #nav-primary div > ul > li {
      display: inline-block;
      position: relative; }
      #nav-primary div > ul > li > a {
        color: #b4b4b4;
        font-size: 15px;
        font-weight: normal;
        margin: 0 0 37px 25px;
        line-height: 20px;
        text-transform: uppercase;
        letter-spacing: 0.5px; }
      #nav-primary div > ul > li:hover > ul {
        opacity: 1;
        max-height: 500px;
        visibility: visible;
        margin: 0 0 2px; }
      #nav-primary div > ul > li.menu-item-has-children > a {
        padding-right: 5px !important; }
        #nav-primary div > ul > li.menu-item-has-children > a:after {
          content: "\f078";
          font-family: FontAwesome;
          display: inline-block;
          font-size: 16px;
          position: relative;
          right: -6px;
          top: -2px; }
    #nav-primary div > ul ul.sub-menu {
      color: #fff;
      margin: 0;
      opacity: 0;
      max-height: 0;
      visibility: hidden;
      top: 58px;
      left: 15px;
      z-index: 999999;
      width: 230px;
      position: absolute;
      -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 div > ul ul.sub-menu li {
        display: block;
        position: relative; }
        #nav-primary div > ul ul.sub-menu li.menu-item-has-children > a:after {
          content: "\f054";
          font-family: FontAwesome;
          font-size: 12px;
          position: absolute;
          right: 15px; }
        #nav-primary div > ul ul.sub-menu li a {
          display: block;
          padding: 10px 15px;
          font-size: 13px;
          letter-spacing: 1px;
          text-transform: uppercase;
          -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: 0;
          -moz-transition-delay: 0;
          -o-transition-delay: 0;
          transition-delay: 0; }
          #nav-primary div > ul ul.sub-menu li a, #nav-primary div > ul ul.sub-menu li a:visited {
            color: #fff; }
          #nav-primary div > ul ul.sub-menu li a:hover {
            color: #fff; }
        #nav-primary div > ul ul.sub-menu li:hover > ul {
          opacity: 1;
          max-height: 500px;
          visibility: visible;
          margin: 0 0 2px; }
      #nav-primary div > ul ul.sub-menu ul {
        position: absolute;
        top: 0;
        left: 230px; } }

/**
* @file _.scss
*/
#page-header {
  background: #f3f3f3;
  color: #b4b4b4;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  padding: 25px 10px 0;
  position: relative; }
  @media screen and (min-width: 720px) {
    #page-header {
      padding: 35px 20px 0; } }
  @media screen and (min-width: 1100px) {
    #page-header {
      padding: 45px 30px 0; } }
  #page-header .ph-title,
  #page-header .ph-filter,
  #page-header .ph-category,
  #page-header .ph-subscribe {
    display: block; }
  #page-header .ph-title {
    float: left;
    margin-right: 20px;
    margin-bottom: 25px; }
    @media screen and (min-width: 720px) {
      #page-header .ph-title {
        margin-bottom: 35px; } }
    @media screen and (min-width: 1100px) {
      #page-header .ph-title {
        margin-bottom: 44px; } }
    #page-header .ph-title h1 {
      display: inline-block;
      font-size: 18px;
      margin: 0 0 0 5px; }
  #page-header .ph-filter {
    float: left; }
  #page-header .ph-category {
    float: left;
    margin: 0 0 0 20px; }
  #page-header .ph-subscribe {
    float: right;
    display: none; }
    @media screen and (min-width: 880px) {
      #page-header .ph-subscribe {
        display: block; } }
    #page-header .ph-subscribe:after {
      font-family: FontAwesome;
      display: inline-block;
      content: "\f09e";
      margin: 0 0 0 10px; }
    #page-header .ph-subscribe a {
      color: #222; }

.filter-dd {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0; }
  .filter-dd > li {
    color: #222;
    margin: 0 0 0 5px;
    padding: 0 0 25px;
    cursor: pointer; }
    @media screen and (min-width: 720px) {
      .filter-dd > li {
        padding-bottom: 35px; } }
    @media screen and (min-width: 1100px) {
      .filter-dd > li {
        padding-bottom: 44px; } }
    .filter-dd > li:after {
      font-family: FontAwesome;
      content: "\f078";
      display: inline-block;
      margin: 0 0 0 10px; }
    .filter-dd > li:hover > ul {
      opacity: 1;
      max-height: 500px;
      visibility: visible;
      margin: 0 0 2px; }
  .filter-dd ul {
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 74px;
    z-index: 999999;
    -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;
    color: #fff; }
    @media screen and (min-width: 720px) {
      .filter-dd ul {
        top: 93px; } }
    @media screen and (min-width: 1100px) {
      .filter-dd ul {
        top: 113px; } }
    .filter-dd ul li {
      float: left;
      width: 100%;
      padding: 30px;
      cursor: pointer;
      font-size: 16px;
      -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: 0;
      -moz-transition-delay: 0;
      -o-transition-delay: 0;
      transition-delay: 0; }
      @media screen and (min-width: 500px) {
        .filter-dd ul li {
          width: 50%; } }
      @media screen and (min-width: 800px) {
        .filter-dd ul li {
          width: 33.33%; } }
      @media screen and (min-width: 1100px) {
        .filter-dd ul li {
          width: 25%; } }

.ht-m-block {
  width: 100%; }
  .ht-m-block:hover .ht-m-block-thumb a {
    opacity: 1; }

.ht-m-block-thumb {
  background-color: #f3f3f3;
  background-image: url("../images/preloader.gif");
  height: 300px;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .ht-m-block-thumb a {
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -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; }

.ht-m-block-content {
  background: #fff;
  padding: 30px;
  position: relative;
  z-index: 9999; }
  .ht-m-block-content:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute; }

@media screen and (min-width: 600px) {
  .ht-post-list .ht-m-block-content,
  .ht-post-list-homepage .ht-m-block-content {
    height: 300px; } }
@media screen and (min-width: 600px) {
  .ht-post-list .ht-m-block .ht-m-block-thumb,
  .ht-post-list .ht-m-block .ht-m-block-content {
    width: 50%; }
  .ht-post-list .ht-m-block:nth-child(even) .ht-m-block-thumb {
    float: right; }
  .ht-post-list .ht-m-block:nth-child(even) .ht-m-block-content {
    float: left; }
  .ht-post-list .ht-m-block:nth-child(odd) .ht-m-block-thumb {
    float: left; }
  .ht-post-list .ht-m-block:nth-child(odd) .ht-m-block-content {
    float: right; } }
@media screen and (min-width: 1100px) {
  .ht-post-list .ht-m-block {
    float: left;
    width: 50%;
    height: 300px; }
    .ht-post-list .ht-m-block:nth-child(4n+3) .ht-m-block-content, .ht-post-list .ht-m-block:nth-child(4n+4) .ht-m-block-content {
      float: right; }
    .ht-post-list .ht-m-block:nth-child(4n+3) .ht-m-block-thumb, .ht-post-list .ht-m-block:nth-child(4n+4) .ht-m-block-thumb {
      float: left; }
    .ht-post-list .ht-m-block:nth-child(4n+1) .ht-m-block-content, .ht-post-list .ht-m-block:nth-child(4n+2) .ht-m-block-content {
      float: left; }
    .ht-post-list .ht-m-block:nth-child(4n+1) .ht-m-block-thumb, .ht-post-list .ht-m-block:nth-child(4n+2) .ht-m-block-thumb {
      float: right; } }
@media screen and (min-width: 600px) and (max-width: 1099px) {
  .ht-post-list .ht-m-block:nth-child(odd) .ht-m-block-content:after {
    top: 30px;
    left: -20px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
    border-left: none; }
  .ht-post-list .ht-m-block:nth-child(even) .ht-m-block-content:after {
    top: 30px;
    right: -20px;
    border-top: 20px  solid transparent;
    border-bottom: 20px  solid transparent;
    border-left: 20px  solid #fff;
    border-right: none; } }
@media screen and (min-width: 1100px) {
  .ht-post-list .ht-m-block:nth-child(4n+4) .ht-m-block-content:after, .ht-post-list .ht-m-block:nth-child(4n+2) .ht-m-block-content:after {
    top: 30px;
    right: -20px;
    border-top: 20px  solid transparent;
    border-bottom: 20px  solid transparent;
    border-left: 20px  solid #fff;
    border-right: none; }
  .ht-post-list .ht-m-block:nth-child(4n+3) .ht-m-block-content:after, .ht-post-list .ht-m-block:nth-child(4n+4) .ht-m-block-content:after {
    top: 30px;
    left: -20px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
    border-left: none; } }

@media screen and (min-width: 600px) {
  .ht-post-list-homepage .ht-m-block .ht-m-block-thumb,
  .ht-post-list-homepage .ht-m-block .ht-m-block-content {
    width: 50%; }
  .ht-post-list-homepage .ht-m-block:nth-child(even) .ht-m-block-thumb {
    float: right; }
  .ht-post-list-homepage .ht-m-block:nth-child(even) .ht-m-block-content {
    float: left; }
  .ht-post-list-homepage .ht-m-block:nth-child(odd) .ht-m-block-thumb {
    float: left; }
  .ht-post-list-homepage .ht-m-block:nth-child(odd) .ht-m-block-content {
    float: right; } }
@media screen and (min-width: 1100px) {
  .ht-post-list-homepage .ht-m-block {
    float: left;
    width: 50%;
    height: 300px; }
    .ht-post-list-homepage .ht-m-block:nth-child(3) .ht-m-block-content, .ht-post-list-homepage .ht-m-block:nth-child(4n+4) .ht-m-block-content, .ht-post-list-homepage .ht-m-block:nth-child(4n+5) .ht-m-block-content {
      float: right; }
    .ht-post-list-homepage .ht-m-block:nth-child(3) .ht-m-block-thumb, .ht-post-list-homepage .ht-m-block:nth-child(4n+4) .ht-m-block-thumb, .ht-post-list-homepage .ht-m-block:nth-child(4n+5) .ht-m-block-thumb {
      float: left; }
    .ht-post-list-homepage .ht-m-block:nth-child(4n+6) .ht-m-block-content, .ht-post-list-homepage .ht-m-block:nth-child(4n+7) .ht-m-block-content {
      float: left; }
    .ht-post-list-homepage .ht-m-block:nth-child(4n+6) .ht-m-block-thumb, .ht-post-list-homepage .ht-m-block:nth-child(4n+7) .ht-m-block-thumb {
      float: right; } }
.ht-post-list-homepage .ht-m-block:nth-child(1) .ht-m-block-content:after {
  top: -20px;
  border-bottom: 20px  solid #202224;
  border-right: 20px  solid transparent;
  border-left: 20px  solid transparent; }
@media screen and (min-width: 600px) and (max-width: 1099px) {
  .ht-post-list-homepage .ht-m-block:nth-child(2n+3) .ht-m-block-content:after {
    top: 30px;
    left: -20px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
    border-left: none; }
  .ht-post-list-homepage .ht-m-block:nth-child(even) .ht-m-block-content:after {
    top: 30px;
    right: -20px;
    border-top: 20px  solid transparent;
    border-bottom: 20px  solid transparent;
    border-left: 20px  solid #fff;
    border-right: none; } }
@media screen and (min-width: 1100px) {
  .ht-post-list-homepage .ht-m-block:nth-child(2) .ht-m-block-content:after, .ht-post-list-homepage .ht-m-block:nth-child(4n+6) .ht-m-block-content:after, .ht-post-list-homepage .ht-m-block:nth-child(4n+7) .ht-m-block-content:after {
    top: 30px;
    right: -20px;
    border-top: 20px  solid transparent;
    border-bottom: 20px  solid transparent;
    border-left: 20px  solid #fff;
    border-right: none; }
  .ht-post-list-homepage .ht-m-block:nth-child(3) .ht-m-block-content:after, .ht-post-list-homepage .ht-m-block:nth-child(4) .ht-m-block-content:after, .ht-post-list-homepage .ht-m-block:nth-child(4n+5) .ht-m-block-content:after, .ht-post-list-homepage .ht-m-block:nth-child(4n+8) .ht-m-block-content:after {
    top: 30px;
    left: -20px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
    border-left: none; } }

@media screen and (min-width: 600px) {
  .ht-m-block.ht-count-1 {
    height: 600px; } }
.ht-m-block.ht-count-1 .ht-m-block-content {
  float: none;
  background: #202224;
  width: 100%; }
  .ht-m-block.ht-count-1 .ht-m-block-content .entry-title {
    font-size: 34px; }
    .ht-m-block.ht-count-1 .ht-m-block-content .entry-title,
    .ht-m-block.ht-count-1 .ht-m-block-content .entry-title a {
      line-height: 42px; }
    .ht-m-block.ht-count-1 .ht-m-block-content .entry-title a {
      color: #fff; }
  .ht-m-block.ht-count-1 .ht-m-block-content .entry-footer,
  .ht-m-block.ht-count-1 .ht-m-block-content .entry-category,
  .ht-m-block.ht-count-1 .ht-m-block-content .entry-date {
    color: #fff; }
.ht-m-block.ht-count-1 .ht-m-block-thumb {
  float: none;
  width: 100%; }

.ht-m-block-content .entry-header {
  margin: 0 0 20px;
  font-size: 13px; }
.ht-m-block-content .entry-category {
  float: left;
  text-transform: uppercase;
  width: 50%;
  line-height: 18px; }
  .ht-m-block-content .entry-category a {
    color: #b4b4b4; }
.ht-m-block-content .entry-date {
  float: right;
  color: #b4b4b4;
  text-transform: uppercase;
  line-height: 18px; }
  .ht-m-block-content .entry-date:before {
    font-family: FontAwesome;
    display: inline-block;
    padding: 0 2px 0 0;
    content: "\f017"; }
.ht-m-block-content .entry-title {
  clear: both;
  font-size: 26px;
  max-height: 130px;
  margin: 20px 0 0;
  overflow: hidden; }
  .ht-m-block-content .entry-title,
  .ht-m-block-content .entry-title a {
    color: #222222;
    line-height: 32px;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    -webkit-transition: color 0.5s ease-out;
    -ms-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out; }
.ht-m-block-content .entry-tags {
  font-size: 12px;
  line-height: 16px; }
  .ht-m-block-content .entry-tags a {
    margin: 0 5px 0 0; }
.ht-m-block-content .entry-footer {
  color: #b4b4b4; }
  @media screen and (min-width: 600px) {
    .ht-m-block-content .entry-footer {
      position: absolute;
      bottom: 25px;
      left: 30px;
      right: 30px; } }
  .ht-m-block-content .entry-footer ul {
    list-style: none;
    border-top: 1px solid #b4b4b4;
    margin: 10px 0 0;
    padding: 10px 0 0;
    font-family: "Montserrat", sans-serif; }
    .ht-m-block-content .entry-footer ul li {
      float: left;
      width: 33.333%;
      font-size: 16px; }
      .ht-m-block-content .entry-footer ul li:nth-child(2) {
        text-align: center; }
      .ht-m-block-content .entry-footer ul li:nth-child(3) {
        text-align: right; }
      .ht-m-block-content .entry-footer ul li.entry-footer-shares a:before {
        content: "\f064"; }
      .ht-m-block-content .entry-footer ul li.entry-footer-likes a:before {
        content: "\f004"; }
      .ht-m-block-content .entry-footer ul li.entry-footer-comments a:before {
        content: "\f086"; }
      .ht-m-block-content .entry-footer ul li a {
        color: #b4b4b4; }
        .ht-m-block-content .entry-footer ul li a:before {
          font-family: FontAwesome;
          display: inline-block;
          padding: 0 5px 0 0; }

.ht-post-list .ht-m-block:nth-child(2),
.ht-post-list-homepage .ht-m-block:nth-child(2) {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s; }
.ht-post-list .ht-m-block:nth-child(3),
.ht-post-list-homepage .ht-m-block:nth-child(3) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s; }
.ht-post-list .ht-m-block:nth-child(4),
.ht-post-list-homepage .ht-m-block:nth-child(4) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s; }
.ht-post-list .ht-m-block:nth-child(5),
.ht-post-list-homepage .ht-m-block:nth-child(5) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s; }
.ht-post-list .ht-m-block:nth-child(6),
.ht-post-list-homepage .ht-m-block:nth-child(6) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; }
.ht-post-list .ht-m-block:nth-child(7),
.ht-post-list-homepage .ht-m-block:nth-child(7) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s; }
.ht-post-list .ht-m-block:nth-child(8),
.ht-post-list-homepage .ht-m-block:nth-child(8) {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s; }
.ht-post-list .ht-m-block:nth-child(9),
.ht-post-list-homepage .ht-m-block:nth-child(9) {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s; }
.ht-post-list .ht-m-block:nth-child(10),
.ht-post-list-homepage .ht-m-block:nth-child(10) {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s; }
.ht-post-list .ht-m-block:nth-child(11),
.ht-post-list-homepage .ht-m-block:nth-child(11) {
  animation-delay: 1s;
  -webkit-animation-delay: 1s; }
.ht-post-list .ht-m-block:nth-child(12),
.ht-post-list-homepage .ht-m-block:nth-child(12) {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s; }
.ht-post-list .ht-m-block:nth-child(13),
.ht-post-list-homepage .ht-m-block:nth-child(13) {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s; }
.ht-post-list .ht-m-block:nth-child(14),
.ht-post-list-homepage .ht-m-block:nth-child(14) {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s; }
.ht-post-list .ht-m-block:nth-child(15),
.ht-post-list-homepage .ht-m-block:nth-child(15) {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s; }
.ht-post-list .ht-m-block:nth-child(16),
.ht-post-list-homepage .ht-m-block:nth-child(16) {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s; }
.ht-post-list .ht-m-block:nth-child(17),
.ht-post-list-homepage .ht-m-block:nth-child(17) {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s; }
.ht-post-list .ht-m-block:nth-child(18),
.ht-post-list-homepage .ht-m-block:nth-child(18) {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s; }
.ht-post-list .ht-m-block:nth-child(19),
.ht-post-list-homepage .ht-m-block:nth-child(19) {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s; }
.ht-post-list .ht-m-block:nth-child(20),
.ht-post-list-homepage .ht-m-block:nth-child(20) {
  animation-delay: 1.9s;
  -webkit-animation-delay: 1.9s; }

/* Entry Thumb */
.entry-thumb {
  background: #f3f3f3;
  position: relative;
  margin: 0 0 20px;
  min-height: 200px; }
  @media screen and (min-width: 720px) {
    .entry-thumb {
      margin: 0 0 30px; } }
  .entry-thumb > a {
    position: relative;
    display: block; }
  .entry-thumb img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
    position: relative; }
  .entry-thumb .ht-container-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 15px; }
  .entry-thumb .et-inner {
    bottom: 20%;
    left: 0;
    margin: 0 auto;
    max-width: 680px;
    padding: 0 20px;
    position: absolute;
    right: 0;
    color: #fff;
    z-index: 9999; }
  .entry-thumb .et-inner-wrap {
    max-width: 600px; }
  .entry-thumb .et-overlay {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(51, 51, 51, 0.4) 80%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(80%, rgba(51, 51, 51, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(51, 51, 51, 0.4) 80%, rgba(0, 0, 0, 0.4) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(51, 51, 51, 0.4) 80%, rgba(0, 0, 0, 0.4) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(51, 51, 51, 0.4) 80%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(51, 51, 51, 0.4) 80%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#80000000',GradientType=0 );
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9; }
  .entry-thumb .et-overlay2 {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(51, 51, 51, 0.2) 80%, rgba(0, 0, 0, 0.2) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(80%, rgba(51, 51, 51, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(51, 51, 51, 0.2) 80%, rgba(0, 0, 0, 0.2) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(51, 51, 51, 0.2) 80%, rgba(0, 0, 0, 0.2) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(51, 51, 51, 0.2) 80%, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(51, 51, 51, 0.2) 80%, rgba(0, 0, 0, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#33000000',GradientType=1 );
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9; }
  .entry-thumb .entry-title {
    clear: both;
    color: #fff;
    font-size: 42px;
    line-height: 46px;
    margin: 0 0 40px;
    padding: 30px 0 0; }
  .entry-thumb .entry-category,
  .entry-thumb .entry-date {
    text-transform: uppercase; }
  .entry-thumb .entry-category {
    float: left; }
    .entry-thumb .entry-category a {
      color: #fff; }
  .entry-thumb .entry-date {
    float: right; }
    .entry-thumb .entry-date:before {
      content: "\f017";
      display: inline-block;
      font-family: FontAwesome;
      margin: 0 5px 0 0; }

.single .hentry .entry-thumb, .page .hentry .entry-thumb {
  /* Entry Header  */
  /* Entry Title */ }
  .single .hentry .entry-thumb .entry-header, .page .hentry .entry-thumb .entry-header {
    position: relative; }
    .single .hentry .entry-thumb .entry-header,
    .single .hentry .entry-thumb .entry-header .ht-container, .page .hentry .entry-thumb .entry-header,
    .page .hentry .entry-thumb .entry-header .ht-container {
      position: relative; }
    .single .hentry .entry-thumb .entry-header .entry-title, .page .hentry .entry-thumb .entry-header .entry-title {
      font-size: 34px;
      font-weight: normal;
      line-height: 1.3;
      letter-spacing: 1px;
      margin: 0 0 10px;
      position: absolute;
      left: 0;
      bottom: 80px;
      max-width: 720px; }
      .single .hentry .entry-thumb .entry-header .entry-title,
      .single .hentry .entry-thumb .entry-header .entry-title a,
      .single .hentry .entry-thumb .entry-header .entry-title .entry-title a:visited, .page .hentry .entry-thumb .entry-header .entry-title,
      .page .hentry .entry-thumb .entry-header .entry-title a,
      .page .hentry .entry-thumb .entry-header .entry-title .entry-title a:visited {
        color: #fff; }
  .single .hentry .entry-thumb .entry-title, .page .hentry .entry-thumb .entry-title {
    font-size: 34px;
    line-height: 1.2;
    margin: 0 0 20px;
    letter-spacing: inherit;
    max-width: inherit;
    padding-left: 0;
    padding-right: 0; }
    .single .hentry .entry-thumb .entry-title a, .page .hentry .entry-thumb .entry-title a {
      text-decoration: none;
      outline: none; }
      .single .hentry .entry-thumb .entry-title a, .single .hentry .entry-thumb .entry-title a:visited, .page .hentry .entry-thumb .entry-title a, .page .hentry .entry-thumb .entry-title a:visited {
        color: #1a1a1a; }
.single .entry-title, .page .entry-title {
  font-size: 36px;
  letter-spacing: -0.5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  max-width: 700px;
  padding-left: 15px;
  padding-right: 15px; }

/* Sticky */
.sticky {
  position: relative; }

/* Entry Content */
.entry-content {
  margin: 0 0 60px; }

.entry-content {
  /**
  * @file _entry-content.scss
  */ }
  .entry-content::selection {
    background: #fcff99; }
  .entry-content::-moz-selection {
    background: #fcff99; }
  .entry-content > * {
    max-width: 700px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px;
    padding-right: 15px; }
  .entry-content > div {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .entry-content > p,
  .entry-content > ul,
  .entry-content > ol {
    margin-bottom: 20px; }
  .entry-content > ul,
  .entry-content > ol {
    padding-left: 40px; }
  .entry-content blockquote {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    margin: 30px auto;
    padding: 0 45px;
    text-align: center;
    position: relative;
    display: table;
    max-width: 920px;
    position: relative; }
    .entry-content blockquote:before, .entry-content blockquote:after {
      font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
      position: absolute;
      font-size: 80px;
      line-height: 0;
      color: #b0b0b0; }
    .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; }
    .entry-content blockquote p {
      padding-bottom: 20px;
      margin: 0; }
      .entry-content blockquote p:last-of-type {
        padding-bottom: 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-top: 35px;
    margin-bottom: 20px; }
  .entry-content h1 {
    font-size: 36px;
    margin-top: 65px; }
  .entry-content h2 {
    font-size: 28px;
    margin-top: 65px; }
  .entry-content h3 {
    font-size: 22px; }
  .entry-content h4 {
    font-size: 18px; }
  .entry-content h5 {
    font-size: 16px; }
  .entry-content h6 {
    font-size: 15px; }
  .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 > ul li,
  .entry-content > ol li {
    padding-left: 5px; }
  .entry-content code, .entry-content pre {
    background: #f5f8fa;
    display: block;
    padding: 15px 20px;
    font-family: Consolas, monaco, monospace;
    font-size: 15px;
    line-height: 24px; }
  .entry-content .ht-intro {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
    margin-top: 40px; }
  .entry-content .wp-caption {
    max-width: 820px;
    width: auto !important; }
    .entry-content .wp-caption .wp-caption-text {
      text-align: center; }
  .entry-content .gallery {
    max-width: 820px; }
  @media screen and (min-width: 820px) {
    .entry-content iframe {
      max-width: 820px;
      margin-left: -60px; } }
  .entry-content .entry-content dl,
  .entry-content .comment-content dl {
    margin: 0 20px; }
  .entry-content .entry-content dt,
  .entry-content .comment-content dt {
    font-weight: bold; }
  .entry-content .entry-content dd,
  .entry-content .comment-content dd {
    margin-bottom: 20px; }
  .entry-content .entry-content table,
  .entry-content .comment-content table {
    border-bottom: 1px solid #ededed;
    color: #757575;
    font-size: 12px;
    line-height: 2;
    padding-bottom: 20px;
    width: 100%; }
  .entry-content .entry-content table caption,
  .entry-content .comment-content table caption {
    font-size: 15px;
    margin: 20px 0; }
  .entry-content .entry-content td,
  .entry-content .comment-content td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0; }

/**
* @file _entry-author.scss
*/
#entry-author {
  background: #f3f3f3; }
  #entry-author .ea-container {
    display: table-cell;
    vertical-align: middle; }
  #entry-author .ea-avatar {
    height: 500px;
    position: relative; }
    #entry-author .ea-avatar .avatar {
      background-size: cover;
      background-position: center center;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
  #entry-author .ea-info {
    text-align: center;
    display: table;
    height: 500px; }
  #entry-author .ea-info-wrapper {
    display: table-cell;
    vertical-align: middle;
    padding: 0 40px; }
  #entry-author .ea-name {
    text-transform: uppercase;
    margin: 0 0 20px;
    font-size: 18px;
    letter-spacing: 0.5px; }
    #entry-author .ea-name a, #entry-author .ea-name a:visited {
      color: #222222; }
  #entry-author .ea-desc {
    margin: 0 0 30px; }
  #entry-author .ea-more {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #222222;
    border: 1px solid #101010;
    padding: 10px 15px;
    letter-spacing: 0.5px; }

/**
* @file _entry-realted.scss
*/
#entry-related {
  background: #f3f3f3; }
  #entry-related .er-header {
    padding: 40px 0;
    text-align: center; }
  #entry-related .er-title {
    font-size: 18px;
    letter-spacing: 0.5px;
    margin: 0; }
  #entry-related .entry-title {
    font-size: 26px;
    margin: inherit;
    letter-spacing: inherit;
    margin-left: inherit;
    margin-right: inherit;
    margin-top: 20px;
    max-width: inherit;
    padding-left: 0;
    padding-right: 0; }

#respond {
  padding: 40px 0; }
  #respond #commentform p {
    margin: 0 0 20px; }
  #respond #commentform .comment-form-author,
  #respond #commentform .comment-form-email,
  #respond #commentform .comment-form-url {
    float: left;
    width: 33.333%; }
  #respond #commentform .comment-form-author {
    padding-right: 15px; }
  #respond #commentform .comment-form-email {
    padding: 0 7px; }
  #respond #commentform .comment-form-url {
    padding-left: 15px; }
  #respond #commentform .form-submit {
    margin: 0; }
  #respond #commentform input,
  #respond #commentform textarea {
    padding: 15px;
    font-size: 13px; }
  #respond #commentform #comment {
    max-width: 100%; }
  #respond #commentform #submit {
    font-size: 16px;
    padding: 18px 24px 16px;
    width: 100%;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
  #respond #commentform .comment-notes {
    margin: 0 0 40px; }
  #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 40px; }
  #respond #commentform .required {
    color: #C4524A; }
  #respond #commentform .log-in-out {
    text-align: center; }
  #respond .form-allowed-tags {
    font-size: 13px; }
    #respond .form-allowed-tags code {
      font-size: 12px;
      line-height: 16px;
      margin: 0 0 40px; }
  #respond #cancel-comment-reply-link {
    font-size: 11px;
    float: right;
    border: 2px solid #C4524A;
    text-transform: uppercase;
    line-height: 1;
    padding: 15px 12px;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
    #respond #cancel-comment-reply-link, #respond #cancel-comment-reply-link:visited {
      color: #C4524A; }
    #respond #cancel-comment-reply-link:hover {
      background: #C4524A;
      color: #fff; }

.comment #respond {
  margin: 20px 0 0; }
  .comment #respond #reply-title {
    text-align: left;
    line-height: 44px; }

#comments-title {
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: normal;
  margin: 0 0 30px; }

#reply-title {
  color: #b4b4b4;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: normal;
  text-transform: normal;
  margin: 0 0 30px;
  text-align: center; }

#comments {
  /* Comment Actions  */
  /* Comment Content  */ }
  #comments .comment-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    #comments .comment-list li {
      position: relative;
      padding: 40px 0; }
      #comments .comment-list li:nth-child(odd) {
        background: #f3f3f3; }
    @media screen and (max-width: 520px) {
      #comments .comment-list .comment-author-name,
      #comments .comment-list .comment-time {
        padding-left: 85px; } }
    #comments .comment-list .comment-block {
      position: relative; }
      @media screen and (min-width: 520px) {
        #comments .comment-list .comment-block {
          padding: 0 0 0 85px; } }
    #comments .comment-list .children {
      list-style: none;
      margin: 20px 0 0; }
      #comments .comment-list .children li {
        padding-left: 80px; }
  #comments .comment-author {
    display: inline-block; }
    #comments .comment-author .avatar {
      position: absolute;
      top: 0;
      left: 0; }
    #comments .comment-author .comment-author-name {
      display: inline-block; }
      #comments .comment-author .comment-author-name .fn {
        font-style: normal;
        display: block;
        font-size: 18px;
        font-family: "Montserrat", sans-serif;
        font-weight: normal; }
        #comments .comment-author .comment-author-name .fn a {
          color: #222222; }
  #comments .comment-time {
    display: block;
    font-size: 12px;
    text-decoration: none; }
    #comments .comment-time a, #comments .comment-time a:visited {
      color: #484848; }
    #comments .comment-time a:hover {
      color: #484848; }
  #comments .comment-action {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 100%;
    text-transform: normal;
    padding-top: 5px; }
    #comments .comment-action a {
      -moz-transition: all 0.15s ease-out;
      -o-transition: all 0.15s ease-out;
      -webkit-transition: all 0.15s ease-out;
      -ms-transition: all 0.15s ease-out;
      transition: all 0.15s ease-out; }
      #comments .comment-action a, #comments .comment-action a:visited {
        color: #484848; }
      #comments .comment-action a.comment-reply-link, #comments .comment-action a.comment-edit-link {
        margin: 0 15px 0 0; }
        #comments .comment-action a.comment-reply-link:before, #comments .comment-action a.comment-edit-link:before {
          color: #484848;
          display: inline-block;
          font-family: FontAwesome;
          margin: 0 5px 0 0;
          -moz-transition: all 0.15s ease-out;
          -o-transition: all 0.15s ease-out;
          -webkit-transition: all 0.15s ease-out;
          -ms-transition: all 0.15s ease-out;
          transition: all 0.15s ease-out; }
  #comments .comment-reply-link:before {
    content: "\f112"; }
  #comments .comment-edit-link:before {
    content: "\f044"; }
  #comments .comment-content {
    font-size: 14px;
    line-height: 20px; }
    @media screen and (max-width: 520px) {
      #comments .comment-content {
        margin-top: 20px; } }
  #comments .comment-awaiting-moderation {
    background: #FDFFC7;
    color: #383838;
    padding: 0 5px; }

.bypostauthor {
  background: inherit; }

/**
* @file _tags.scss
*/
.tags {
  color: #b4b4b4; }

.tags a,
.widget_tag_cloud a {
  display: inline-block;
  line-height: 1;
  margin: 0 5px 5px 0;
  text-decoration: none; }
  .tags a, .tags a:visited,
  .widget_tag_cloud a,
  .widget_tag_cloud a:visited {
    color: #b4b4b4; }
  .tags a:before,
  .widget_tag_cloud a:before {
    content: "#";
    padding: 0 2px 0 0; }

/* 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(blank.gif); }

/*------------------------------------------------------------------------------
= RoyalSlider Skin 
------------------------------------------------------------------------------*/
/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder {
  background: #000;
  color: #FFF; }

.rsDefault {
  /* Bullets */ }
  .rsDefault .rsBullets {
    z-index: 35;
    bottom: 12%;
    left: 0;
    line-height: 10px;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: absolute;
    right: 0; }
    @media screen and (min-width: 720px) {
      .rsDefault .rsBullets {
        line-height: 15px; } }
  .rsDefault .rsBullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 5px 0 0; }
    @media screen and (min-width: 720px) {
      .rsDefault .rsBullet {
        width: 15px;
        height: 15px; } }
    .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: 0.2s;
      -moz-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s;
      -webkit-border-radius: 99%;
      -moz-border-radius: 99%;
      -ms-border-radius: 99%;
      border-radius: 99%;
      background: none;
      border: 1px solid #fff;
      cursor: pointer; }
      @media screen and (min-width: 720px) {
        .rsDefault .rsBullet span {
          width: 15px;
          height: 15px;
          border: 2px solid #fff; } }
    .rsDefault .rsBullet.rsNavSelected span {
      border: 1px solid transparent;
      cursor: auto; }
      @media screen and (min-width: 720px) {
        .rsDefault .rsBullet.rsNavSelected span {
          border: 2px solid transparent; } }

/**
* @file _homepage-slider.scss
*/
#homepage-featured {
  max-width: 100%;
  width: 100%;
  height: auto; }
  #homepage-featured .rsImg-overlay {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(51, 51, 51, 0.4) 80%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(80%, rgba(51, 51, 51, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(51, 51, 51, 0.4) 80%, rgba(0, 0, 0, 0.4) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(51, 51, 51, 0.4) 80%, rgba(0, 0, 0, 0.4) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(51, 51, 51, 0.4) 80%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(51, 51, 51, 0.4) 80%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#80000000',GradientType=0 );
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  #homepage-featured .rsImg-overlay2 {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(51, 51, 51, 0.2) 80%, rgba(0, 0, 0, 0.2) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(80%, rgba(51, 51, 51, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(51, 51, 51, 0.2) 80%, rgba(0, 0, 0, 0.2) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(51, 51, 51, 0.2) 80%, rgba(0, 0, 0, 0.2) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(51, 51, 51, 0.2) 80%, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(51, 51, 51, 0.2) 80%, rgba(0, 0, 0, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#33000000',GradientType=1 );
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  #homepage-featured .rsContent-inner {
    bottom: 20%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    max-width: 1200px;
    padding: 0 20px; }
    #homepage-featured .rsContent-inner .rsContent-inner-wrap {
      max-width: 600px; }
  #homepage-featured .entry-category,
  #homepage-featured .entry-date {
    text-transform: uppercase; }
  #homepage-featured .entry-category {
    float: left; }
    #homepage-featured .entry-category a {
      color: #fff; }
  #homepage-featured .entry-date {
    float: right; }
    #homepage-featured .entry-date:before {
      content: "\f017";
      display: inline-block;
      font-family: FontAwesome;
      margin: 0 5px 0 0; }
  #homepage-featured .entry-title {
    clear: both;
    color: #fff;
    font-size: 38px;
    line-height: 42px;
    margin: 0 0 15px;
    padding: 15px 0 0; }
    @media screen and (min-width: 720px) {
      #homepage-featured .entry-title {
        font-size: 42px;
        line-height: 46px;
        margin: 0 0 40px;
        padding: 30px 0 0; } }
    #homepage-featured .entry-title a, #homepage-featured .entry-title a:visited {
      color: #fff; }
  #homepage-featured .readmore {
    display: none;
    text-transform: uppercase;
    font-size: 15px;
    border: 3px solid #fff;
    padding: 8px 12px;
    color: #fff;
    font-family: "Montserrat", sans-serif; }
    @media screen and (min-width: 620px) {
      #homepage-featured .readmore {
        display: inline-block; } }
    @media screen and (min-width: 720px) {
      #homepage-featured .readmore {
        font-size: 16px;
        border: 5px solid #fff;
        padding: 10px 15px; } }

.ht-pagination {
  background: #f3f3f3;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #222222;
  text-transform: uppercase;
  padding: 15px 20px; }
  .ht-pagination:after {
    content: "";
    display: table;
    clear: both; }
  .ht-pagination ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .ht-pagination li {
    float: left; }
  .ht-pagination a,
  .ht-pagination span {
    border: 2px solid #222;
    display: block;
    line-height: 1;
    margin: 0 10px 0 0;
    padding: 10px;
    color: #222; }
  .ht-pagination a {
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
    .ht-pagination a, .ht-pagination a:visited {
      color: #222; }
  .ht-pagination span {
    color: #b4b4b4;
    border: 2px solid #b4b4b4; }

#ht-loading {
  background: #f3f3f3;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #222222;
  padding: 40px 20px;
  max-width: 100%; }
  #ht-loading:after {
    content: "";
    display: table;
    clear: both; }
  #ht-loading .ht-loading-title {
    border: 4px solid #222;
    display: table;
    font-size: 24px;
    margin: 0 auto;
    padding: 22px 130px;
    text-align: center;
    text-transform: uppercase; }
  #ht-loading span:before {
    background: url("../images/preloader.gif") no-repeat center center;
    content: "";
    height: 20px;
    width: 20px;
    float: left;
    margin: 0 10px 0 0; }

/**
* @file _wpwidgets.scss
*/
/*	Search Widget */
.widget_search .search-field {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 20px;
  width: 100%; }

.widget_search .search-submit {
  display: none; }

/*	Recent Posts */
.widget_recent_entries a {
  display: block; }
.widget_recent_entries .post-date {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4); }

/* Calendar Widget */
#wp-calendar {
  width: 100%; }
  #wp-calendar caption {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase; }
  #wp-calendar thead {
    font-size: 13px; }
    #wp-calendar thead th {
      padding-bottom: 10px; }
  #wp-calendar thead,
  #wp-calendar tbody {
    color: rgba(255, 255, 255, 0.9); }
  #wp-calendar tbody td {
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    padding: 3%; }
    #wp-calendar tbody td a {
      font-weight: bold; }
  #wp-calendar tbody .pad {
    background: none; }
  #wp-calendar tfoot {
    font-size: 11px;
    text-transform: uppercase; }
    #wp-calendar tfoot #next {
      text-align: right; }
    #wp-calendar tfoot #prev {
      padding-top: 10px; }

/* 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 .rss-date {
  display: block;
  color: #737980;
  margin: 0 0 10px;
  font-size: 13px; }
.widget_rss .rssSummary {
  margin: 0 0 10px; }

/* Recent Comments Widget */
.recentcomments a {
  color: inherit; }
  .recentcomments a:visited {
    color: inherit; }

/* Heroic Posts Widget */
.HT_Posts_Widget_Plugin li {
  margin-left: 0; }
  .HT_Posts_Widget_Plugin li:before {
    display: none; }
.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: 13px !important; }

/* Heroic Social Widget */
.HT_Social_Widget_Display li {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  font-size: 24px  !important;
  text-align: center;
  width: 36px; }

/**
* @file _404.scss
*/
.post.error404 {
  margin: 0 auto;
  text-align: center;
  padding: 80px 0; }
  .post.error404 .entry-title {
    font-size: 240px;
    letter-spacing: -6px;
    line-height: 1;
    margin: 0; }
  .post.error404 .entry-tagline {
    font-size: 30px; }

/**
* @file _attachment.scss
*/
.entry-attachment {
  position: relative;
  background: #f3f3f3;
  margin: 0 0 40px; }
  .entry-attachment img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
    position: relative; }

/**
* @file _ht-social-sharing.scss
*/
#entry-social-share {
  display: block;
  max-width: 700px;
  padding: 0 15px;
  margin: 0 auto 40px; }
  #entry-social-share .ess-title {
    text-align: center;
    text-transform: uppercase;
    color: #b4b4b4;
    font-size: 18px;
    margin: 0 0 30px; }

#ht-social-sharing {
  display: table;
  margin: 0 auto; }
  #ht-social-sharing .sharrre {
    float: left;
    margin: 0 20px 0 0; }
    #ht-social-sharing .sharrre .box a:hover {
      text-decoration: none; }
    #ht-social-sharing .sharrre .count {
      background: -moz-linear-gradient(center top, #fbfbfb 0%, #f6f6f6 100%) repeat scroll 0 0 transparent;
      border: 1px solid #b2c6cc;
      border-radius: 4px;
      color: #525b67;
      display: block;
      font-size: 18px;
      font-weight: bold;
      height: 40px;
      line-height: 40px;
      position: relative;
      text-align: center;
      width: 70px; }
      #ht-social-sharing .sharrre .count:before {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #b2c6cc transparent transparent;
        border-image: none;
        border-right: 7px solid transparent;
        border-style: solid;
        border-width: 7px;
        bottom: -14px;
        margin-left: -7px; }
      #ht-social-sharing .sharrre .count::after {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #fbfbfb transparent transparent;
        border-image: none;
        border-right: 6px solid transparent;
        border-style: solid;
        border-width: 6px;
        bottom: -12px;
        margin-left: -6px; }
      #ht-social-sharing .sharrre .count:before, #ht-social-sharing .sharrre .count:after {
        content: "";
        display: block;
        height: 0;
        left: 49%;
        position: absolute;
        width: 0; }
    #ht-social-sharing .sharrre .share {
      border-radius: 4px;
      color: #ffffff;
      display: block;
      font-size: 12px;
      font-weight: bold;
      height: 30px;
      line-height: 30px;
      margin-top: 8px;
      padding: 0;
      text-align: center;
      text-decoration: none;
      width: 70px; }
    #ht-social-sharing .sharrre:nth-child(2) {
      animation-delay: 0.1s;
      -webkit-animation-delay: 0.1s; }
    #ht-social-sharing .sharrre:nth-child(3) {
      animation-delay: 0.2s;
      -webkit-animation-delay: 0.2s; }
    #ht-social-sharing .sharrre:nth-child(4) {
      animation-delay: 0.3s;
      -webkit-animation-delay: 0.3s; }
    #ht-social-sharing .sharrre:nth-child(5) {
      animation-delay: 0.4s;
      -webkit-animation-delay: 0.4s; }
    #ht-social-sharing .sharrre:nth-child(6) {
      animation-delay: 0.5s;
      -webkit-animation-delay: 0.5s; }
  #ht-social-sharing #twitter .share {
    background: #0080d6; }
  #ht-social-sharing #facebook .share {
    background: #33539a; }
  #ht-social-sharing #googleplus .share {
    background: #434343; }
  #ht-social-sharing #linkedin .share {
    background: #434343; }

/**
* @file _ht-voting.scss
*/
.ht-voting-single {
  background: #f3f3f3;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative; }

.ht-voting {
  display: inline-block;
  margin: 0 30px 0 0; }
  .ht-voting .ht-voting-upvote,
  .ht-voting .ht-voting-downvote {
    display: block;
    -moz-transition: font-size 0.15s ease-out;
    -o-transition: font-size 0.15s ease-out;
    -webkit-transition: font-size 0.15s ease-out;
    -ms-transition: font-size 0.15s ease-out;
    transition: font-size 0.15s ease-out; }
    .ht-voting .ht-voting-upvote:before,
    .ht-voting .ht-voting-downvote:before {
      content: "\f004";
      font-family: FontAwesome;
      display: inline-block;
      margin: 0 5px 0 0; }
  .ht-voting .ht-voting-upvote {
    color: #b4b4b4; }
  .ht-voting .ht-voting-downvote {
    color: #e74c3c; }
  .ht-voting .ht-voting-how-helpful {
    display: none; }

.ht-voting-links {
  position: absolute;
  left: 15px;
  top: 5px; }
  .ht-voting-links:hover {
    font-size: 20px;
    left: 15px; }
  .ht-voting-links.ht-voting-down .ht-voting-upvote, .ht-voting-links.ht-voting-none .ht-voting-upvote {
    display: block; }
  .ht-voting-links.ht-voting-down .ht-voting-downvote, .ht-voting-links.ht-voting-none .ht-voting-downvote {
    display: none; }
  .ht-voting-links.ht-voting-up .ht-voting-upvote {
    display: none; }
  .ht-voting-links.ht-voting-up .ht-voting-downvote {
    display: block; }

.ht-animated-06 {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-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, 50%, 0);
    transform: translate3d(0, 50%, 0); }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.ht-fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
  animation-name: fadeInUp50; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.ht-fadeInDown50 {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.ht-fadeInLeft50 {
  -webkit-animation-name: fadeInLeft50;
  animation-name: fadeInLeft50; }

@-webkit-keyframes fadeInRight50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.ht-fadeInRight50 {
  -webkit-animation-name: fadeInRight50;
  animation-name: fadeInRight50; }
