/*!
 Theme Name: Severn
 Theme URI: https://ecko.me/themes/wordpress/severn/
 Description: Severn Theme for WordPress developed by EckoThemes.
 Author: EckoThemes
 Author URI: https://ecko.me/
 Version: 4.2.2
 License: Envato Split License
 License URI: https://themeforest.net/licenses/faq
 Tags: white
 Text Domain: severn
 */
/*------------------------------------------------------------------
 1. Normalize
 2. Vars
 3. Global
 4. FontAwesome
 5. WordPress
 6. Page Layout
 7. Sidebar
 8. Widgets
 9. Search Form
 10. Social
 11. Footer
 12. Post List
 13. Buttons
 14. Pagination
 15. Post Squares
 16. Post
 17. Author
 18. Comments
 19. Post Headers
 20. Post Formats
 21. Page Header
 22. Post Body
 23. Navigation
 24. Error
 25. Dark
 -------------------------------------------------------------------*/
/*------------------------------------------------------------------
 1. Normalize
 -------------------------------------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  color: #000;
  background: #ff0;
}
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 {
  font: inherit;
  margin: 0;
  color: inherit;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type='button'], input[type='reset'], input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 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-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td, th {
  padding: 0;
}
/*------------------------------------------------------------------
 2. Vars
 -------------------------------------------------------------------*/
/* PADDING */
/* SOCIAL */
/* Core colors */
/* COLORS */
/* FONTS */
/* MIXIN */
/* ANIMATIONS */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*------------------------------------------------------------------
 3. Global
 -------------------------------------------------------------------*/
.hide {
  display: none !important;
}
.invis {
  visibility: hidden !important;
}
/* GLOBAL STYLES */
* {
  box-sizing: border-box;
  transition: height 0.15s ease-out, width 0.15s ease-out;
}
body {
  font: 300 17px 'Helvetica', 'Helvetica', Sans-Serif;
  background-color: #f5f6f6;
  /* -webkit-font-smoothing: antialiased; */
  -moz-osx-font-smoothing: grayscale;
}
/* BLOCK */
h1 {
  font-family: 'Sharp Sans Bold', 'Helvetica', Sans-Serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 60px;
  margin: 45px 0;
  letter-spacing: -0.5px;
  color: #2d3031;
}
h1 a {
  display: block;
  color: #2d3031;
}
@media (max-width: 800px) {
  h1 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 580px) {
  h1 {
    font-size: 32px;
    line-height: 45px;
  }
}
@media (max-width: 400px) {
  h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
h2 {
  font-family: 'Sharp Sans Bold', 'Helvetica', Sans-Serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
  margin: 45px 0;
  letter-spacing: -0.5px;
  color: #2d3031;
}
h2 a {
  color: #2d3031;
  border-bottom: 2px solid transparent;
}
h2 a:hover {
  border-color: #eee;
}
@media (max-width: 800px) {
  h2 {
    font-size: 32px;
    line-height: 50px;
  }
}
@media (max-width: 580px) {
  h2 {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (max-width: 375px) {
  h2 {
    font-size: 26px;
    line-height: 38px;
  }
}
p {
  font-family: 'Helvetica', 'Helvetica', Sans-Serif;
  font-size: 17px;
  line-height: 38px;
  letter-spacing: -0.5px;
  color: #707679;
}
@media (max-width: 800px) {
  p {
    font-size: 16px;
    line-height: 34px;
  }
}
@media (max-width: 580px) {
  p {
    font-size: 15px;
    line-height: 30px;
  }
}
@media (max-width: 375px) {
  p {
    line-height: 28px;
  }
}
.notification, .comment-respond .logged-in-as {
  padding: 19px 32px 17px;
  border-radius: 3px;
  background: #f4f6f8;
}
.notification i, .comment-respond .logged-in-as i {
  margin-right: 10px;
}
.notification a, .comment-respond .logged-in-as a {
  color: #454545;
}
/* INLINE */
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #656770;
}
::selection {
  color: #fff;
  background: #373b43;
}
::-moz-selection {
  color: #fff;
  background: #373b43;
}
a {
  transition: color 0.2s ease-out, border 0.2s ease-out, opacity 0.2s ease-out;
  text-decoration: none;
  outline: none;
}
/* INPUT */
/* MISC */
.font_alt {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
}
/*------------------------------------------------------------------
 4. FontAwesome
 -------------------------------------------------------------------*/
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}
.fa-won:before, .fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before, .fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
@font-face {
  font-family: 'Sharp Sans Medium';
  src: url('../fonts/sharpsans-medium-webfont.eot');
  src: url('../fonts/sharpsans-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sharpsans-medium-webfont.woff2') format('woff2'), url('../fonts/sharpsans-medium-webfont.woff') format('woff'), url('../fonts/sharpsans-medium-webfont.ttf') format('truetype'), url('../fonts/sharpsans-medium-webfont.svg#sharp_sans_mediumregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sharp Sans Bold';
  src: url('../fonts/sharpsans-bold-webfont.eot');
  src: url('../fonts/sharpsans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sharpsans-bold-webfont.woff2') format('woff2'), url('../fonts/sharpsans-bold-webfont.woff') format('woff'), url('../fonts/sharpsans-bold-webfont.ttf') format('truetype'), url('../fonts/sharpsans-bold-webfont.svg#sharp_sansbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
/*------------------------------------------------------------------
 5. WordPress
 -------------------------------------------------------------------*/
#wp-calendar {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  width: 100%;
  margin: 0;
  border-spacing: 8px;
  border-collapse: separate;
}
#wp-calendar caption {
  display: none;
}
#wp-calendar thead {
  font-size: 13px;
  font-weight: 600;
  color: #626262;
}
#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
}
#wp-calendar tbody {
  color: #aaa;
}
#wp-calendar tbody tr {
  margin-bottom: 10px;
}
#wp-calendar tbody td {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 10px 9px;
  transition: background 0.15s ease-in-out;
  text-align: center;
  color: #939393;
  border-radius: 3px;
  background: #f7f7f7;
}
#wp-calendar tbody td#today {
  color: #fff;
  background: #696b6c;
}
#wp-calendar tbody td#today a {
  color: #fff;
}
#wp-calendar tbody td:hover {
  background: #dbdbdb;
}
#wp-calendar tbody td:hover {
  background: #dbdbdb;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tbody .pad:hover {
  background: none;
}
#wp-calendar tbody td a {
  font-size: 13px;
  font-weight: 600;
  color: #eee;
  border-radius: 3px;
}
#wp-calendar tfoot {
  margin-top: 8px;
  border-spacing: 0;
}
#wp-calendar tfoot a {
  font-size: 14px;
  font-weight: 600;
  color: #909090;
}
#wp-calendar a:hover {
  color: #7e7e7e;
}
#wp-calendar tfoot #next {
  text-align: right;
  text-transform: uppercase;
}
#wp-calendar tfoot #prev {
  padding-top: 10px;
  text-transform: uppercase;
}
@media (max-width: 420px) {
  #wp-calendar {
    display: none;
  }
}
.post-body .aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.post-body .alignright {
  float: right;
  margin-left: 40px;
}
.post-body .alignleft {
  float: left;
  margin-right: 40px;
}
.post-body .aligncenter {
  display: block;
  margin: 45px auto 45px auto;
}
.post-body a img.alignright {
  float: right;
}
.post-body a img.alignleft {
  float: left;
}
.post-body a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.post-body .wp-caption {
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
  border: 1px solid #f0f0f0;
  background: #fff;
}
.post-body .wp-caption.alignnone {
  margin: 5px 0 15px 0;
}
.post-body .wp-caption.alignleft {
  margin: 5px 5% 15px 0;
}
@media (max-width: 700px) {
  .post-body .wp-caption.alignleft {
    float: none;
    margin: 0 auto;
  }
}
.post-body .wp-caption.alignright {
  margin: 5px 0 15px 5%;
}
@media (max-width: 700px) {
  .post-body .wp-caption.alignright {
    float: none;
    margin: 0 auto;
  }
}
.post-body .wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0 none;
}
.post-body .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.post-body img.alignright {
  margin: 5px 0 15px 5%;
}
@media (max-width: 700px) {
  .post-body img.alignright {
    float: none;
    margin: 0 auto;
  }
}
.post-body img.alignleft {
  margin: 5px 5% 15px 0;
}
@media (max-width: 700px) {
  .post-body img.alignleft {
    float: none;
    margin: 0 auto;
  }
}
.post-body img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.post-body .alignright {
  float: right;
}
.post-body .alignleft {
  float: left;
}
.post-body .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}
.screen-reader-text:focus {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: normal;
  z-index: 100000;
  /* Above WP toolbar. */
  top: 5px;
  left: 5px;
  display: block;
  clip: auto !important;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  color: #21759b;
  border-radius: 3px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
/*------------------------------------------------------------------
 6. Page Layout
 -------------------------------------------------------------------*/
.page-wrapper {
  overflow: hidden;
  width: 95%;
  max-width: 1630px;
  margin: 0 auto;
}
@media (max-width: 1520px) {
  .page-wrapper {
    max-width: 1245px;
  }
}
@media (max-width: 580px) {
  .page-wrapper {
    width: 100%;
  }
}
.page-body {
  position: relative;
  float: left;
  overflow: hidden;
  width: 76.38%;
  max-width: 1245px;
}
@media (max-width: 1520px) {
  .page-body {
    width: 100%;
  }
}
.page-content {
  float: left;
  width: 69.076%;
  max-width: 860px;
}
.page-content .inner {
  padding: 6.39%;
}
.page-content > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1080px) {
  .page-content {
    width: 100%;
    max-width: 1245px;
  }
}
body.columns-1 .nav-responsive {
  display: block;
}
body.columns-1 .page-wrapper, body.columns-1 footer.page-footer {
  max-width: 860px;
}
body.columns-1 .page-body, body.columns-1 .page-content {
  width: 100%;
  max-width: none;
}
body.columns-1 .sidebar-left, body.columns-1 .sidebar-right {
  display: none;
}
body.columns-2 .page-wrapper, body.columns-2 footer.page-footer {
  max-width: 1245px;
}
body.columns-2 .page-body {
  width: 100%;
  max-width: none;
}
body.columns-2 .page-content {
  width: 70%;
  max-width: none;
}
@media (max-width: 1080px) {
  body.columns-2 .page-content {
    width: 100%;
    max-width: 1245px;
  }
}
body.columns-2 .sidebar-right {
  width: 30%;
}
body.columns-2 .nav-responsive {
  display: block;
}
body.columns-2 .sidebar-left {
  display: none;
}
/*------------------------------------------------------------------
 7. Sidebar
 -------------------------------------------------------------------*/
.sidebar {
  width: 23.619%;
  max-width: 385px;
}
.sidebar-left {
  position: relative;
  float: left;
  padding: 53px 3.374% 0 0;
  text-align: right;
}
@media (max-width: 1520px) {
  .sidebar-left {
    display: none;
  }
}
.sidebar-right {
  position: relative;
  float: right;
  width: 30.923%;
  padding: 53px 0 0 4.417%;
  text-align: left;
}
@media (max-width: 1080px) {
  .sidebar-right {
    display: none;
  }
}
.sidebar-fixed {
  position: relative;
  z-index: 500;
  width: 100%;
  max-width: 330px;
}
/*------------------------------------------------------------------
 8. Widgets
 -------------------------------------------------------------------*/
.widget {
  padding: 45px 0;
  border-bottom: 1px solid #e4e4e4;
}
.widget h3 {
  font-family: 'Sharp Sans Bold', 'Helvetica', Sans-Serif;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
  color: #2d3031;
}
.widget hr {
  width: 25%;
  height: 3px;
  margin: 10px 0 35px;
  border: 0;
  background: #7b1d00;
}
.widget p {
  font-size: 15px;
  line-height: 34px;
  letter-spacing: -0.5px;
  color: #595b5c;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget input, .widget select, .widget button, .widget submit {
  max-width: 100%;
}
.widget li {
  font-family: 'Helvetica', 'Helvetica', Sans-Serif;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
  letter-spacing: -0.25px;
}
.widget li a {
  display: inline-block;
  color: #333131;
}
.widget li a:hover {
  color: #191818;
}
.widget li span {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 12px;
  color: #a8abb4;
}
.widget li:last-child {
  margin-bottom: 0;
}
.widget img {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
}
.widget:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.widget:last-of-type {
  border-bottom: 0;
}
.widget > *:first-child {
  margin-top: 0 !important;
}
.widget > *:last-child {
  margin-bottom: 0 !important;
}
.sidebar-left hr {
  margin-left: auto;
}
/*
 * WIDGET: BLOG INFO
 *
 */
.widget.blog_info h1, .widget.blog_info h2 {
  font-size: 32px;
  line-height: normal;
  margin: 0;
}
.widget.blog_info img {
  max-width: 90%;
  height: auto;
}
.widget.blog_info a {
  display: block;
}
.widget.blog_info a:hover {
  opacity: 0.8;
}
.widget.blog_info hr {
  display: block;
  float: right;
  width: 20%;
  height: 3px;
  margin: 25px 0 0;
  border: 0;
  background: #7b1d00;
}
.widget.blog_info p {
  clear: both;
  margin: 0;
  padding: 30px 0 0;
}
.widget.blog_info .social {
  display: none;
}
.sidebar-right .widget.blog_info hr {
  margin-left: auto;
}
/*
 * WIDGET: NAVIGATION
 *
 */
.widget.navigation {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.widget.navigation .widget-title, .widget.navigation hr {
  display: none;
}
.widget.navigation ul {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.widget.navigation ul a {
  color: #2c3133;
}
.widget.navigation > ul > li, .widget.navigation > div > ul > li {
  position: relative;
  margin-bottom: 0;
}
.widget.navigation > ul > li a, .widget.navigation > div > ul > li a {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  display: block;
  padding: 25px 0 20px;
  transition: color 0s ease-out;
  border-bottom: 1px solid #e9e9e9;
}
.widget.navigation > ul > li i, .widget.navigation > div > ul > li i {
  font-size: 11px;
  margin-left: 10px;
  vertical-align: 1px;
  color: #b8bdca;
}
.widget.navigation > ul > li:last-of-type a, .widget.navigation > div > ul > li:last-of-type a {
  border-bottom: 0;
}
.widget.navigation > ul > li:hover, .widget.navigation > div > ul > li:hover {
  margin-right: -16.5%;
}
.widget.navigation > ul > li:hover a, .widget.navigation > div > ul > li:hover a {
  padding-right: 15.975%;
  color: #fff;
  background: #35383b;
}
.widget.navigation .menu-item-has-children:hover ul {
  display: block;
}
.widget.navigation .menu-item-has-children > ul {
  position: absolute;
  z-index: 500;
  bottom: 1px;
  left: 100%;
  display: none;
  width: 260px;
  background: #35383b;
}
.widget.navigation .menu-item-has-children > ul li {
  margin-bottom: 0;
}
.widget.navigation .menu-item-has-children > ul li:only-child a {
  padding: 24px 0 20px;
}
.widget.navigation .menu-item-has-children > ul li a {
  font-size: 13px;
  margin: 0 25px;
  padding: 20px 0;
  transition: padding 0.15s ease-out;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #464b4f;
}
.widget.navigation .menu-item-has-children > ul li a:hover {
  padding-left: 10px;
}
.sidebar-right .widget.navigation > ul > li i, .sidebar-right .widget.navigation > div > ul > li i {
  margin-right: 10px;
  margin-left: 0;
}
.sidebar-right .widget.navigation > ul > li:hover, .sidebar-right .widget.navigation > div > ul > li:hover {
  margin-right: 0;
  margin-left: -19.17%;
}
.sidebar-right .widget.navigation > ul > li:hover a, .sidebar-right .widget.navigation > div > ul > li:hover a {
  padding-right: 0;
  padding-left: 19.17%;
}
.sidebar-right .widget.navigation .menu-item-has-children > ul {
  top: 0;
  bottom: initial;
  left: -64%;
}
.sidebar-right .widget.navigation .menu-item-has-children > ul li a {
  text-align: right;
}
.sidebar-right .widget.navigation .menu-item-has-children > ul li a:hover {
  padding-right: 10px;
  padding-left: 0;
}
/*
 * WIDGET: LATEST POSTS
 *
 */
.widget.latestposts {
  overflow: hidden;
}
.widget.latestposts .post {
  overflow: hidden;
  margin-bottom: 35px;
}
.widget.latestposts .post:last-child {
  margin: 0;
}
.widget.latestposts .info {
  margin-top: -4px;
}
.widget.latestposts .category {
  display: none;
}
.widget.latestposts .thumbnail {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  width: 25%;
  max-width: 60px;
  height: 60px;
  transform: translateZ(0);
  border-radius: 3px;
}
.widget.latestposts .thumbnail span {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.25s ease-in-out;
  background-size: cover;
}
.widget.latestposts .thumbnail .fa-link {
  font-size: 20px;
  position: absolute;
  z-index: 600;
  top: 50%;
  left: 50%;
  transition: opacity 0.25s ease-in-out;
  transform: translate(-50%, -50%);
  opacity: 0;
  color: #fff;
}
.widget.latestposts .thumbnail:hover {
  background: #000;
}
.widget.latestposts .thumbnail:hover span {
  opacity: 0.6;
}
.widget.latestposts .thumbnail:hover .fa-link {
  opacity: 1;
}
.widget.latestposts .excerpt {
  display: none;
}
.widget.latestposts .info {
  float: left;
  max-width: 68%;
  margin-left: 7%;
}
.widget.latestposts h5 {
  font-family: 'Helvetica', 'Helvetica', Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin: 0;
  color: #434141;
}
.widget.latestposts h5 a {
  display: block;
  color: #434141;
}
.widget.latestposts h5 a:hover {
  color: #000;
}
.widget.latestposts .meta {
  display: block;
}
.widget.latestposts .meta .posted, .widget.latestposts .meta .author span, .widget.latestposts .meta .date span {
  display: none;
}
.widget.latestposts .meta .author {
  display: none;
}
.widget.latestposts .meta .date {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 11px;
  line-height: 11px;
  display: inline-block;
  text-transform: uppercase;
  color: #b1b5be;
}
.widget.latestposts .meta .date .fa {
  display: none;
}
.widget.latestposts .meta .date a {
  color: #b1b5be;
}
.widget.latestposts .meta .date a:hover {
  color: #888b91;
}
.sidebar-left .widget.latestposts .thumbnail, .sidebar-left .widget.latestposts .info {
  float: right;
}
.sidebar-left .widget.latestposts .info {
  margin-right: 7%;
  margin-left: 0;
}
/*
 * WIDGET: RELATED POSTS
 *
 */
.widget.relatedposts, .widget.randomposts {
  overflow: hidden;
}
.widget.relatedposts .feature, .widget.randomposts .feature {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 150px;
  border-radius: 4px;
}
.widget.relatedposts .feature .category, .widget.randomposts .feature .category {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 10px;
  line-height: 0;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  padding: 15px;
  text-transform: uppercase;
  color: #fff;
  color: #fff;
  border-top-right-radius: 3px;
  background: #4285f4;
}
.widget.relatedposts .feature:after, .widget.randomposts .feature:after {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  padding-top: 70px;
  content: 'Read Article';
  transition: opacity 0.3s ease-in-out;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.widget.relatedposts .feature:hover:after, .widget.randomposts .feature:hover:after {
  opacity: 1;
}
.widget.relatedposts .feature:hover img, .widget.randomposts .feature:hover img {
  transform: scale(1.05);
  opacity: 1;
}
.widget.relatedposts .feature img, .widget.randomposts .feature img {
  width: 100%;
  min-height: 100%;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 1;
}
.widget.relatedposts article, .widget.randomposts article {
  margin: 0 0 35px;
}
.widget.relatedposts article:first-of-type, .widget.randomposts article:first-of-type {
  padding-top: 0;
}
.widget.relatedposts article:last-of-type, .widget.randomposts article:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
.widget.relatedposts h4, .widget.randomposts h4 {
  font-family: 'Helvetica', 'Helvetica', Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 15px 0 7px;
  letter-spacing: -0.5px;
  color: #333131;
}
.widget.relatedposts h4 a, .widget.randomposts h4 a {
  display: block;
  width: 100%;
  color: #333131;
}
.widget.relatedposts h4 a:hover, .widget.randomposts h4 a:hover {
  color: #1e1d1d;
}
.widget.relatedposts .meta, .widget.randomposts .meta {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  color: #a8abb4;
}
.widget.relatedposts .meta .divider, .widget.randomposts .meta .divider {
  display: inline-block;
  margin: 0 4px;
}
.widget.relatedposts .meta a, .widget.randomposts .meta a {
  color: #a8abb4;
}
.widget.relatedposts .meta a:hover, .widget.randomposts .meta a:hover {
  color: #8e9097;
}
/*
 * WIDGET: TWITTER
 *
 */
.widget.twitter .tweet {
  padding-bottom: 40px;
}
.widget.twitter .tweet:first-child .text {
  margin-top: 0;
}
.widget.twitter .tweet:first-of-type:before {
  display: none;
}
.widget.twitter .tweet:last-child {
  padding-bottom: 0;
}
.widget.twitter .tweet:before {
  display: block;
  width: 50%;
  height: 1px;
  margin-bottom: 40px;
  content: '';
  background: #dfdfdf;
}
.widget.twitter .text {
  font-size: 14px;
  line-height: 32px;
  color: #414243;
}
.widget.twitter .author {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #9fabb1;
}
.widget.twitter .author i {
  margin-right: 10px;
  color: #0099e5;
}
.widget.twitter .author:hover {
  color: #0099e5;
}
.widget.twitter .date {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 12px;
  float: right;
  margin-top: 3px;
  text-transform: uppercase;
  color: #b9bdc7;
}
.widget.twitter .date:hover {
  color: #a3a7af;
}
/*
 * WIDGET: SOCIAL
 *
 */
.widget.social {
  padding-bottom: 33px;
}
.widget.social ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget.social li {
  float: left;
  margin: 0 10px 11px 0;
}
.widget.social li a:hover {
  color: #fff;
}
/*
 * WIDGET: SUBSCRIBE
 *
 */
.widget.subscribe .inner {
  position: relative;
  padding: 30px;
  border-radius: 3px;
  background: #222526;
}
.widget.subscribe h3 {
  color: #fff;
}
.widget.subscribe hr {
  margin-bottom: 25px;
}
.widget.subscribe p {
  line-height: 26px;
  margin: 0;
  color: #bac3c8;
}
.widget.subscribe label {
  display: none;
}
.widget.subscribe input[type='email'] {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 12px;
  width: 100%;
  margin: 25px 0 10px;
  padding: 15px 15px 14px 45px;
  text-transform: uppercase;
  color: #5f6a6d;
  border: 0;
  border-radius: 3px;
  outline: none;
  background: #fff;
}
.widget.subscribe input[type='submit'] {
  font-size: 13px;
  position: absolute;
  right: 20px;
  bottom: 53px;
  width: 20px;
  height: 20px;
  color: #fff;
  border: 0;
  border-radius: 90px;
  background: #fa3c00;
}
.widget.subscribe input[type='submit']:focus, .widget.subscribe input[type='submit']:active {
  outline: none;
}
.widget.subscribe i {
  position: absolute;
  bottom: 53px;
  left: 46px;
  color: #8c9396;
}
/*
 * WIDGET: COPYRIGHT
 *
 */
.widget.copyright .main {
  font-family: 'Helvetica', 'Helvetica', Sans-Serif;
  font-size: 13px;
  line-height: normal;
  margin: 0 0 10px;
  letter-spacing: -0.5px;
  color: #383c3e;
}
.widget.copyright .main a {
  color: #383c3e;
}
.widget.copyright .main a:hover {
  color: #333538;
}
.widget.copyright .alt {
  font-family: 'Helvetica', 'Helvetica', Sans-Serif;
  font-size: 13px;
  line-height: normal;
  margin: 0;
  letter-spacing: -0.5px;
  color: #848b8d;
}
.widget.copyright .alt a {
  color: #848b8d;
}
.widget.copyright .alt a:hover {
  color: #797979;
}
.widget.copyright .ecko {
  display: block;
  margin-bottom: 10px;
}
/*
 * WIDGET: AUTHOR INFO
 *
 */
.widget.authorprofile {
  padding-bottom: 40px;
}
.widget.authorprofile p {
  line-height: 30px;
}
.widget.authorprofile .info {
  overflow: hidden;
}
.widget.authorprofile .profile {
  float: left;
  width: 17%;
}
.widget.authorprofile .profile img {
  max-width: 100%;
  border-radius: 3px;
}
.widget.authorprofile .meta {
  float: left;
  width: 75%;
  margin-left: 5%;
}
.widget.authorprofile .meta .title, .widget.authorprofile .meta .twittertag {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  color: #6d7578;
}
.widget.authorprofile .meta .title a, .widget.authorprofile .meta .twittertag a {
  color: #373c3d;
}
.widget.authorprofile .meta .title {
  display: none;
}
.widget.authorprofile .meta h3 {
  margin: 0;
  text-transform: none;
}
.widget.authorprofile .meta h3 a {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.5px;
  color: #373c3d;
}
.widget.authorprofile .meta .twittertag {
  font-size: 13px;
  text-transform: none;
  color: #818181;
}
.widget.authorprofile .meta .twittertag:hover {
  color: #5c5c5c;
}
.widget.authorprofile p {
  margin: 20px 0 25px;
}
.widget.authorprofile .authorsocial {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.widget.authorprofile .authorsocial li {
  display: block;
  float: left;
  margin-bottom: 4px;
}
.widget.authorprofile .authorsocial a {
  line-height: 22px;
  display: block;
  padding: 5px;
}
.widget.authorprofile .authorsocial .socialdark {
  width: 30px;
  height: 30px;
  margin: 0 5px 5px 0;
}
.widget.authorprofile .authorsocial .socialdark:hover {
  color: #fff;
}
/*
 * WIDGET: TAG CLOUD
 *
 */
.widget .tagcloud a {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 10px !important;
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 11px 12px;
  text-transform: uppercase;
  color: #7b1d00;
  border-radius: 3px;
  background: #939393;
}
.widget .tagcloud a:hover {
  color: #150500;
  background: #7a7a7a;
}
/*
 * WIDGET: FEATURE POST
 *
 */
.widget.widget-feature-post {
  position: relative;
  overflow: hidden;
}
.widget.widget-feature-post .widget-feature-post-item {
  position: relative;
  width: 100%;
  height: 420px;
  text-align: center;
  border-radius: 2px;
  background: #131111;
}
.widget.widget-feature-post .widget-feature-post-gradient, .widget.widget-feature-post .widget-feature-post-background {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease-out;
  background-position: center;
  background-size: cover;
}
.widget.widget-feature-post .widget-feature-post-gradient {
  opacity: 0.75;
  background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  background-image: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.widget.widget-feature-post .widget-feature-post-info {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.widget.widget-feature-post .widget-feature-post-lower {
  position: absolute;
  bottom: 0;
  padding: 40px;
  transition: padding 0.2s ease-out;
}
.widget.widget-feature-post .widget-feature-post-title {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
.widget.widget-feature-post .post-title {
  font-family: 'Sharp Sans Bold', 'Helvetica', Sans-Serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  color: #fff;
}
.widget.widget-feature-post .post-category {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 10px;
  line-height: normal;
  display: inline-block;
  padding: 9px 20px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 2px;
  background: #52545e;
}
.widget.widget-feature-post:hover .widget-feature-post-background {
  opacity: 0.5;
}
.widget.widget-feature-post:hover .widget-feature-post-lower {
  padding-bottom: 60px;
}
/*
 * WIDGET: RECENT COMMENTS
 *
 */
.widget .recentcomments {
  color: #a8abb4;
}
.widget .recentcomments span {
  font-family: 'Helvetica', 'Helvetica', Sans-Serif;
  font-size: 14px;
  color: #333131;
}
.widget .recentcomments a {
  display: inline;
}
/*
 * WIDGET: ADVERT
 *
 */
.widget.advrt {
  text-align: center;
}
.widget.advrt > * {
  display: inline-block;
  margin: 0 auto;
}
.widget.advrt > script {
  display: none;
}
/*
 * WIDGET: SOCIAL SHARE
 *
 */
.widget.socialshare {
  overflow: hidden;
  padding-bottom: 40px;
}
.widget.socialshare .sharebutton {
  font-size: 14px;
  display: block;
  float: left;
  width: 48%;
  margin-bottom: 4%;
  padding: 15px 15px;
  transition: color 0s ease-out;
  text-align: center;
  color: #fff;
  border-radius: 90px;
  background: #000;
}
.widget.socialshare .sharebutton i {
  margin-right: 12px;
}
.widget.socialshare .sharebutton:nth-of-type(1n) {
  float: left;
}
.widget.socialshare .sharebutton:nth-of-type(2n) {
  float: right;
}
.widget.socialshare .sharebutton.twitter {
  color: #55acee;
  background: #fff;
}
.widget.socialshare .sharebutton.twitter:hover {
  color: #fff;
  background: #55acee;
}
.widget.socialshare .sharebutton.facebook {
  color: #3b5998;
  background: #fff;
}
.widget.socialshare .sharebutton.facebook:hover {
  color: #fff;
  background: #3b5998;
}
.widget.socialshare .sharebutton.google {
  color: #dd4b39;
  background: #fff;
}
.widget.socialshare .sharebutton.google:hover {
  color: #fff;
  background: #dd4b39;
}
.widget.socialshare .sharebutton.reddit {
  color: #5f99cf;
  background: #fff;
}
.widget.socialshare .sharebutton.reddit:hover {
  color: #fff;
  background: #5f99cf;
}
.widget.socialshare .sharebutton.pinterest {
  color: #c8232c;
  background: #fff;
}
.widget.socialshare .sharebutton.pinterest:hover {
  color: #fff;
  background: #c8232c;
}
.widget.socialshare .sharebutton.linkedin {
  color: #0e76a8;
  background: #fff;
}
.widget.socialshare .sharebutton.linkedin:hover {
  color: #fff;
  background: #0e76a8;
}
/*------------------------------------------------------------------
 9. Search Form
 -------------------------------------------------------------------*/
.searchform {
  position: relative;
}
.searchform .query {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 12px;
  width: 100%;
  padding: 20px 50px 19px 50px;
  transition: border-color 0.2s ease-in-out;
  text-transform: uppercase;
  color: #5f6a6d;
  border: 1px solid #dadde1;
  border-radius: 3px;
  outline: none;
  background: #fff;
}
.searchform .query::-webkit-input-placeholder {
  color: #5f6a6d;
}
.searchform .query:-moz-placeholder {
  opacity: 1;
  color: #5f6a6d;
}
.searchform .query::-moz-placeholder {
  opacity: 1;
  color: #5f6a6d;
}
.searchform .query:-ms-input-placeholder {
  color: #5f6a6d;
}
.searchform .query:focus, .searchform .query:active {
  border-color: #fa3c00;
  outline: none;
}
.searchform .fa-search {
  font-size: 18px;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #d5dbe0;
}
.searchform .submit {
  font-size: 22px;
  position: absolute;
  top: 18px;
  right: 20px;
  cursor: pointer;
  transition: color 0.2s ease-in;
  color: #fa3c00;
}
.searchform .submit:hover {
  color: #7b1d00;
}
.responsive-search {
  display: none;
  margin: 50px 0;
}
@media (max-width: 1080px) {
  .responsive-search {
    display: block;
  }
}
body.columns-1 .responsive-search {
  display: block;
}
/*------------------------------------------------------------------
 10. Social
 -------------------------------------------------------------------*/
.socialdark {
  font-size: 14px;
  line-height: 39px;
  display: block;
  width: 37px;
  height: 37px;
  transition: background 0.15s ease-in;
  text-align: center;
  color: #636c77;
  border-radius: 3px;
  background: #f2f2f2;
}
.socialdark.twitter {
  color: #fff;
  background: #55acee;
}
.socialdark.twitter:hover {
  background: #1689e0;
}
.socialdark.facebook {
  color: #fff;
  background: #3b5998;
}
.socialdark.facebook:hover {
  background: #263961;
}
.socialdark.github {
  color: #fff;
  background: #333;
}
.socialdark.github:hover {
  background: #0d0d0d;
}
.socialdark.youtube {
  color: #fff;
  background: #c4302b;
}
.socialdark.youtube:hover {
  background: #85211d;
}
.socialdark.dribbble {
  color: #fff;
  background: #ea4c89;
}
.socialdark.dribbble:hover {
  background: #d11960;
}
.socialdark.google, .socialdark.google-plus {
  color: #fff;
  background: #dd4b39;
}
.socialdark.google:hover, .socialdark.google-plus:hover {
  background: #ac2d1e;
}
.socialdark.instagram {
  color: #fff;
  background: #3f729b;
}
.socialdark.instagram:hover {
  background: #294a65;
}
.socialdark.linkedin {
  color: #fff;
  background: #0e76a8;
}
.socialdark.linkedin:hover {
  background: #084461;
}
.socialdark.pinterest {
  color: #fff;
  background: #c8232c;
}
.socialdark.pinterest:hover {
  background: #87181e;
}
.socialdark.skype {
  color: #fff;
  background: #00aff0;
}
.socialdark.skype:hover {
  background: #0077a4;
}
.socialdark.tumblr {
  color: #fff;
  background: #35465c;
}
.socialdark.tumblr:hover {
  background: #19212b;
}
.socialdark.flickr {
  color: #fff;
  background: #ff0084;
}
.socialdark.flickr:hover {
  background: #b3005c;
}
.socialdark.reddit {
  color: #fff;
  background: #5f99cf;
}
.socialdark.reddit:hover {
  background: #3473ad;
}
.socialdark.stackoverflow {
  color: #fff;
  background: #fe7a15;
}
.socialdark.stackoverflow:hover {
  background: #c65601;
}
.socialdark.twitch {
  color: #fff;
  background: #6441a5;
}
.socialdark.twitch:hover {
  background: #432b6e;
}
.socialdark.vk {
  color: #fff;
  background: #45668e;
}
.socialdark.vk:hover {
  background: #2c415b;
}
.socialdark.vimeo {
  color: #fff;
  background: #1ab7ea;
}
.socialdark.vimeo:hover {
  background: #0f83a8;
}
.socialdark.weibo {
  color: #fff;
  background: #d72928;
}
.socialdark.weibo:hover {
  background: #971d1c;
}
.socialdark.email {
  color: #fff;
  background: #76b852;
}
.socialdark.email:hover {
  background: #538637;
}
.socialdark.soundcloud {
  color: #fff;
  background: #f80;
}
.socialdark.soundcloud:hover {
  background: #b35f00;
}
.socialdark.slideshare {
  color: #fff;
  background: #0077b5;
}
.socialdark.slideshare:hover {
  background: #004569;
}
.socialminimal {
  font-size: 16px;
  line-height: 39px;
  display: block;
  width: 37px;
  height: 37px;
  transition: background 0.15s ease-in;
  text-align: center;
  color: #636c77;
  color: #646c6f;
  border-radius: 3px;
}
.socialminimal.light {
  color: rgba(255, 255, 255, 0.8);
}
.socialminimal.light:hover {
  color: rgba(255, 255, 255, 1);
}
.socialminimal.twitter:hover {
  color: #55acee;
}
.socialminimal.facebook:hover {
  color: #3b5998;
}
.socialminimal.github:hover {
  color: #333;
}
.socialminimal.youtube:hover {
  color: #c4302b;
}
.socialminimal.dribbble:hover {
  color: #ea4c89;
}
.socialminimal.google:hover {
  color: #dd4b39;
}
.socialminimal.instagram:hover {
  color: #3f729b;
}
.socialminimal.linkedin:hover {
  color: #0e76a8;
}
.socialminimal.pinterest:hover {
  color: #c8232c;
}
.socialminimal.skype:hover {
  color: #00aff0;
}
.socialminimal.tumblr:hover {
  color: #35465c;
}
.socialminimal.flickr:hover {
  color: #ff0084;
}
.socialminimal.reddit:hover {
  color: #5f99cf;
}
.socialminimal.stackoverflow:hover {
  color: #fe7a15;
}
.socialminimal.twitch:hover {
  color: #6441a5;
}
.socialminimal.vk:hover {
  color: #45668e;
}
.socialminimal.vimeo:hover {
  color: #1ab7ea;
}
.socialminimal.weibo:hover {
  color: #d72928;
}
.socialminimal.email:hover {
  color: #76b852;
}
.socialminimal.soundcloud:hover {
  color: #f80;
}
.socialminimal.slideshare:hover {
  color: #0077b5;
}
/*------------------------------------------------------------------
 11. Footer
 -------------------------------------------------------------------*/
footer.page-footer {
  clear: both;
  overflow: hidden;
  width: 100%;
  width: 95%;
  max-width: 1630px;
  margin: 120px auto 0;
  margin-top: 100px;
  padding: 30px;
  background: #fa3c00;
  color: #fff;
}
footer.page-footer .main {
  color: #fff;
}
@media (max-width: 1520px) {
  footer.page-footer {
    max-width: 1245px;
  }
}
@media (max-width: 1080px) {
  footer.page-footer {
    width: 100%;
    margin: 100px auto 0;
  }
}
@media (max-width: 625px) {
  footer.page-footer {
    margin: 50px auto 0;
  }
}
footer.page-footer .copyright {
  float: left;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #fff;
}
footer.page-footer .copyright p {
  margin: 0;
  padding: 0;
}
footer.page-footer .copyright .main {
  font-size: 13px;
  line-height: normal;
  margin-bottom: 10px;
}
footer.page-footer .copyright .main a {
  color: #ced3d8;
}
footer.page-footer .copyright .main a:hover {
  color: #fff;
}
footer.page-footer .copyright .alt {
  font-size: 12px;
  line-height: normal;
  color: #fff;
}
footer.page-footer .copyright .alt a {
  color: #807f7f;
}
footer.page-footer .copyright .alt a:hover {
  color: #fff;
}
footer.page-footer .social {
  float: right;
  overflow: hidden;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}
footer.page-footer .social li {
  display: block;
  float: left;
  border-left: 1px solid #4b4b4b;
}
footer.page-footer .social li:first-child {
  border: 0;
}
footer.page-footer .social li:last-child a {
  padding-right: 0;
}
footer.page-footer .social a {
  font-size: 14px;
  display: inline-block;
  margin: 0;
  padding: 0 17px;
  color: #fff;
}
footer.page-footer .social .twitter:hover {
  color: #55acee;
}
footer.page-footer .social .facebook:hover {
  color: #3b5998;
}
footer.page-footer .social .github:hover {
  color: #999;
}
footer.page-footer .social .youtube:hover {
  color: #c4302b;
}
footer.page-footer .social .dribbble:hover {
  color: #ea4c89;
}
footer.page-footer .social .google-plus:hover {
  color: #dd4b39;
}
footer.page-footer .social .instagram:hover {
  color: #3f729b;
}
footer.page-footer .social .linkedin:hover {
  color: #0e76a8;
}
footer.page-footer .social .pinterest:hover {
  color: #c8232c;
}
footer.page-footer .social .skype:hover {
  color: #00aff0;
}
footer.page-footer .social .tumblr:hover {
  color: #35465c;
}
footer.page-footer .social .flickr:hover {
  color: #ff0084;
}
footer.page-footer .social .reddit:hover {
  color: #5f99cf;
}
footer.page-footer .social .stackoverflow:hover {
  color: #fe7a15;
}
footer.page-footer .social .twitch:hover {
  color: #6441a5;
}
footer.page-footer .social .vk:hover {
  color: #45668e;
}
footer.page-footer .social .vimeo:hover {
  color: #1ab7ea;
}
footer.page-footer .social .weibo:hover {
  color: #d72928;
}
footer.page-footer .social .soundcloud:hover {
  color: #f80;
}
@media (max-width: 1080px) {
  footer.page-footer {
    margin-top: 55px;
    text-align: center;
  }
  footer.page-footer .copyright {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  footer.page-footer .social {
    display: inline-block;
    float: none;
    margin: 30px auto 0;
    text-align: center;
  }
  footer.page-footer .social li {
    display: inline-block;
    float: none;
    margin-bottom: 10px;
  }
}
/*------------------------------------------------------------------
 12. Post List
 -------------------------------------------------------------------*/
.post-list {
  background: #fff;
}
.post-list hr {
  display: block;
  clear: both;
  width: 87.22%;
  height: 1px;
  margin: 0 auto;
  content: '';
  border: 0;
  background: #e9e9e9;
}
.post-list .post .inner {
  padding-bottom: 0;
}
.post-list .post .inner > *:first-child {
  margin-top: 0;
}
.post-list .post:last-of-type .options {
  border-bottom: 0;
}
.post-list .post h2 {
  margin: 35px 0 30px;
}
.post-list .post .options {
  overflow: hidden;
  margin-top: 45px;
  padding-bottom: 50px;
}
.post-list .post .read-more {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 11px;
  line-height: normal;
  display: block;
  float: left;
  padding: 12px 22px;
  text-transform: uppercase;
}
.post-list .post .author {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 13px;
  line-height: normal;
  display: block;
  float: right;
  margin-left: 15px;
  padding: 10px 26px;
  border-radius: 90px;
}
.post-list .post .date, .post-list .post .issticky {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 13px;
  line-height: normal;
  display: block;
  float: right;
  margin-left: 15px;
  padding: 10px 26px;
  border-radius: 90px;
}
.post-list .post .issticky {
  display: none;
  padding: 10px 15px;
}
.post-list .post.sticky .issticky {
  display: block;
}
.post-list .post:last-of-type + hr {
  display: none;
}
@media (max-width: 720px) {
  .post-list .post .read-more, .post-list .post .author, .post-list .post .date {
    font-size: 11px;
  }
}
@media (max-width: 640px) {
  .post-list .post h2 {
    margin: 35px 0 25px;
  }
  .post-list .post .options {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .post-list .post .read-more {
    display: none;
  }
  .post-list .post .author, .post-list .post .date {
    float: left;
    margin-right: 10px;
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .post-list .post .options .author {
    display: none;
  }
}
.post-list .post-half-wrapper {
  overflow: hidden;
}
.post-list .post-half-wrapper hr {
  width: 100%;
}
.post-list .post-half-wrapper.sticky .issticky {
  display: block;
}
@media (max-width: 860px) {
  .post-list .post-half-wrapper.inner {
    padding-bottom: 0;
  }
}
.post-list .post-half-wrapper article.post {
  float: left;
  width: 46.5%;
}
.post-list .post-half-wrapper article.post .issticky {
  display: none;
}
.post-list .post-half-wrapper article.post .post-banner {
  height: 175px;
  margin-bottom: 25px;
}
.post-list .post-half-wrapper article.post .post-banner .category {
  font-size: 11px;
  padding: 10px 20px;
}
.post-list .post-half-wrapper article.post .inner {
  padding: 0;
}
.post-list .post-half-wrapper article.post h2 {
  font-size: 22px;
  line-height: 38px;
  margin: 25px 0;
}
.post-list .post-half-wrapper article.post p {
  font-size: 15px;
  line-height: 30px;
}
.post-list .post-half-wrapper article.post .options {
  margin-top: 30px;
  padding-bottom: 0;
  border-bottom: 0;
}
.post-list .post-half-wrapper article.post .read-more {
  display: none;
}
.post-list .post-half-wrapper article.post .author, .post-list .post-half-wrapper article.post .date {
  font-size: 11px;
  float: left;
  margin-right: 10px;
  margin-left: 0;
  padding: 8px 23px;
}
.post-list .post-half-wrapper article.post:first-of-type {
  float: left;
}
.post-list .post-half-wrapper article.post:last-of-type {
  float: right;
}
.post-list .post-half-wrapper article.post + hr {
  display: none;
}
@media (max-width: 860px) {
  .post-list .post-half-wrapper article.post {
    width: 100%;
  }
  .post-list .post-half-wrapper article.post h2 {
    font-size: 40px;
    line-height: 60px;
  }
  .post-list .post-half-wrapper article.post p {
    font-size: 17px;
    line-height: 38px;
  }
  .post-list .post-half-wrapper article.post .options {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .post-list .post-half-wrapper article.post:first-child + hr {
    display: block;
  }
  .post-list .post-half-wrapper article.post:last-of-type {
    padding-top: 6.39%;
  }
}
@media (max-width: 800px) {
  .post-list .post-half-wrapper article.post h2 {
    font-size: 32px;
    line-height: 50px;
  }
  .post-list .post-half-wrapper article.post p {
    font-size: 16px;
    line-height: 34px;
  }
}
@media (max-width: 580px) {
  .post-list .post-half-wrapper article.post h2 {
    font-size: 30px;
    line-height: 44px;
  }
  .post-list .post-half-wrapper article.post p {
    font-size: 15px;
    line-height: 30px;
  }
}
@media (max-width: 375px) {
  .post-list .post-half-wrapper article.post h2 {
    font-size: 26px;
    line-height: 38px;
  }
  .post-list .post-half-wrapper article.post p {
    line-height: 28px;
  }
}
.post-list-advrt.inner {
  padding: 6.39% 0;
}
.post-list-advrt .advrt {
  width: 728px;
  max-width: 100%;
  height: 90px;
  margin: 0 auto;
  background: #000;
}
@media (max-width: 860px) {
  .post-list-advrt {
    display: none;
  }
  .post-list-advrt + hr {
    display: none;
  }
}
/*------------------------------------------------------------------
 13. Buttons
 -------------------------------------------------------------------*/
.button {
  transition: color 0.2s ease-out, background 0.2s ease-out, border-color 0.2s ease-out;
}
.button.round {
  border-radius: 90px;
}
.button.rounded {
  border-radius: 3px;
}
.button.gray-outline {
  color: #636970;
  border: 2px solid #dfdfdf;
}
.button.gray-outline:hover {
  color: #575c62;
  border: 2px solid #fa3c00;
}
.button.accent-color {
  color: #fff;
  border: 2px solid #939393;
  background: #939393;
}
.button.accent-color:hover {
  color: #444;
  border: 2px solid #868686;
  background: #868686;
}
.button.light-gray {
  color: #636970;
  border: 2px solid #f5f5f5;
  background: #f5f5f5;
}
.button.light-gray:hover {
  color: #575c62;
  border: 2px solid #e8e8e8;
  background: #e8e8e8;
}
/*------------------------------------------------------------------
 14. Pagination
 -------------------------------------------------------------------*/
.pagination {
  position: relative;
  overflow: hidden;
  margin: 55px 0;
  background: #fff;
}
.pagination .background {
  position: absolute;
  width: 100%;
  height: 100%;
}
.pagination .next, .pagination .previous {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  padding: 32px 6.39% 30px;
  transition: background 0.15s ease-out, padding 0.15s ease-out, margin 0.15s ease-out;
  letter-spacing: -0.25px;
  text-transform: uppercase;
  color: #222526;
}
.pagination .next i, .pagination .previous i {
  font-size: 11px;
  line-height: normal;
  transition: padding 0.15s ease-out, margin 0.15s ease-out;
  vertical-align: 1px;
  color: #879ea5;
}
.pagination .previous {
  float: right;
  padding-left: 0;
}
.pagination .previous i {
  margin-left: 15px;
}
.pagination .previous:before {
  display: inline-block;
  width: 1px;
  height: 30px;
  margin-right: 40px;
  content: '';
  vertical-align: -8px;
  background: #e7eeee;
}
.pagination .previous:hover {
  padding-right: 30px;
}
.pagination .previous:hover i {
  margin-left: 25px;
}
.pagination .next {
  float: left;
  padding-right: 0;
}
.pagination .next i {
  margin-right: 15px;
}
.pagination .next:after {
  display: inline-block;
  width: 1px;
  height: 30px;
  margin-left: 40px;
  content: '';
  vertical-align: -8px;
  background: #e7eeee;
}
.pagination .next:hover {
  padding-left: 30px;
}
.pagination .next:hover i {
  margin-right: 25px;
}
.pagination ul.page-numbers {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translate(-50%, -50%);
}
.pagination ul.page-numbers li {
  float: left;
  margin-right: 10px;
}
.pagination ul.page-numbers li a, .pagination ul.page-numbers li span {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 13px;
  line-height: 30px;
  display: block;
  width: 30px;
  height: 30px;
  transition: background 0.1s ease-out;
  text-align: center;
  color: #4c5052;
  border-radius: 3px;
  background: #f1f2f2;
}
.pagination ul.page-numbers li a:hover {
  color: #333638;
  background: #e4e6e6;
}
.pagination ul.page-numbers li span {
  color: #fff;
  background: #303434;
}
@media (max-width: 800px) {
  .pagination ul.page-numbers {
    display: none;
  }
}
@media (max-width: 580px) {
  .pagination {
    margin-bottom: 0;
  }
}
@media (max-width: 450px) {
  .pagination .next .main, .pagination .previous .main {
    display: none;
  }
  .pagination .next i, .pagination .previous i {
    font-size: 14px;
    line-height: normal;
    margin-left: 0;
    vertical-align: 1px;
    color: #4c5052;
  }
}
/*------------------------------------------------------------------
 15. Post Squares
 -------------------------------------------------------------------*/
.post-squares {
  overflow: hidden;
  width: 100%;
  margin: 55px 0;
  background: #fa3c00;
}
.post-squares .background {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.15s ease-out;
  opacity: 0.4;
  background-size: cover;
}
.post-squares .info {
  position: relative;
  z-index: 100;
}
.post-squares article, .post-squares a {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  height: 100%;
  padding: 55px 25px;
  text-align: center;
}
.post-squares article:hover > .background, .post-squares a:hover > .background {
  opacity: 0.6;
}
.post-squares .category {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 10px;
  padding: 7px 15px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 90px;
  background: #fa3c00;
}
.post-squares h3 {
  font-family: 'Sharp Sans Bold', 'Helvetica', Sans-Serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  margin: 20px 0;
  color: #fff;
}
.post-squares h3 a {
  display: block;
  color: #fff;
}
.post-squares hr {
  width: 15%;
  height: 2px;
  border: 0;
  background: rgba(255, 255, 255, 0.6);
}
.post-squares .label {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.post-squares .full {
  width: 100%;
}
.post-squares .half {
  width: 50%;
}
.post-squares .third {
  width: 33.333%;
}
@media (max-width: 860px) {
  .post-squares .third {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .post-squares .half {
    float: none;
    width: 100%;
  }
}
@media (max-width: 900px) {
  .post-squares.post-squares-featured {
    display: none;
  }
}
.post-squares.nextprev article, .post-squares.nextprev a {
  height: 300px;
  padding: 55px 40px;
  text-align: left;
}
.post-squares.nextprev .label {
  position: absolute;
  z-index: 100;
  top: 0;
}
.post-squares.nextprev .info {
  position: absolute;
  width: 70%;
}
.post-squares.nextprev .next h3, .post-squares.nextprev .previous h3 {
  font-size: 22px;
}
.post-squares.nextprev .previous {
  text-align: left;
}
.post-squares.nextprev .previous .info {
  bottom: 40px;
  left: 40px;
}
.post-squares.nextprev .previous .label {
  top: 40px;
  left: 40px;
}
.post-squares.nextprev .previous hr {
  float: left;
  margin: 0;
}
.post-squares.nextprev .next {
  text-align: right;
}
.post-squares.nextprev .next .info {
  right: 40px;
  bottom: 40px;
}
.post-squares.nextprev .next .label {
  top: 40px;
  right: 40px;
}
.post-squares.nextprev .next hr {
  float: right;
  margin: 0;
}
@media (max-width: 760px) {
  .post-squares.nextprev article {
    width: 100%;
    height: 300px;
  }
}
.post-squares.post-squares-featured {
  height: 250px;
}
/*------------------------------------------------------------------
 16. Post
 -------------------------------------------------------------------*/
.last-updated {
  font-size: 13px;
  text-transform: uppercase;
}
.post-item {
  position: relative;
  background: #fff;
}
.post-item-header h1 {
  margin: 20px 0 30px;
}
@media (max-width: 400px) {
  .post-item-header h1 {
    margin: 0 0 20px;
  }
}
.post-item-header .category {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 12px;
  line-height: normal;
  display: inline-block;
  margin-bottom: 35px;
  padding: 8px 16px;
  -webkit-transform: translatez(0);
  letter-spacing: -0.25px;
  color: #fff;
  border-radius: 6px;
  background: #ededed;
}
.post-item-header span {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 15px;
  letter-spacing: -0.25px;
  text-transform: uppercase;
  color: #b8c2c8;
}
.post-item-header span a {
  color: #81898e;
}
.post-item-header span a:hover {
  color: #505659;
}
@media (max-width: 580px) {
  .post-item-header span {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .post-item-header .meta {
    display: none;
  }
}
.post-item-header .subtitle {
  font-family: 'Helvetica', 'Helvetica', Sans-Serif;
  font-size: 20px;
  line-height: 38px;
  color: #7e868a;
}
@media (max-width: 800px) {
  .post-item-header .subtitle {
    font-size: 18px;
    line-height: 34px;
  }
}
@media (max-width: 580px) {
  .post-item-header .subtitle {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 375px) {
  .post-item-header .subtitle {
    line-height: 28px;
  }
}
.post-item-header hr {
  width: 35%;
  height: 1px;
  margin: 5.112% 0 0;
  border: 0;
  background: #dfdfdf;
}
.post-bottom.inner {
  padding-top: 0;
}
.post-bottom .tags a {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 11px;
  line-height: normal;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 10px 25px;
  transition: background 0.15s ease-out, color 0.15s ease-out;
  text-transform: uppercase;
  color: #fff;
  border-radius: 90px;
  background: #939393;
}
.post-bottom .tags a:hover {
  color: #fff;
  background: #fa3c00;
}
.post-share {
  overflow: hidden;
  margin: 55px 0;
  padding: 0;
  list-style: none;
  background: #fff;
}
.post-share li {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 15px;
  float: left;
  width: 20%;
  letter-spacing: -0.25px;
  text-transform: uppercase;
  color: #222526;
}
.post-share li span, .post-share li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 0 28px 0;
  transition: background 0.15s ease-out, color 0.15s ease-out;
  text-align: center;
}
.post-share li span:after, .post-share li a:after {
  position: absolute;
  top: 30px;
  right: 0;
  display: inline-block;
  width: 1px;
  height: 30px;
  content: '';
  background: #eee;
}
.post-share li a:hover:after {
  visibility: hidden;
}
.post-share li i {
  margin-right: 15px;
}
.post-share li:last-child a:after {
  visibility: hidden;
}
@media (max-width: 750px) {
  .post-share li {
    width: 100%;
  }
  .post-share li span {
    border-bottom: 1px solid #eee;
  }
  .post-share li span:after, .post-share li a:after {
    display: none;
  }
}
.post-share span i {
  color: #879ea5;
}
.post-share .facebook {
  color: #3b5998;
}
.post-share .facebook:hover {
  color: #fff;
  background: #3b5998;
}
.post-share .google {
  color: #dd4b39;
}
.post-share .google:hover {
  color: #fff;
  background: #dd4b39;
}
.post-share .pinterest {
  color: #c8232c;
}
.post-share .pinterest:hover {
  color: #fff;
  background: #87181e;
}
.post-share .twitter {
  color: #55acee;
}
.post-share .twitter:hover {
  color: #fff;
  background: #55acee;
}
.post-share .linkedin {
  color: #0976b4;
}
.post-share .linkedin:hover {
  color: #fff;
  background: #0976b4;
}
/*------------------------------------------------------------------
 17. Author
 -------------------------------------------------------------------*/
.author-profile {
  margin: 55px 0;
  padding: 50px 12.78%;
  text-align: center;
  background: #fff;
}
.author-profile .info {
  overflow: hidden;
  text-align: center;
}
.author-profile .profile {
  display: inline-block;
  width: 75px;
  height: 75px;
}
.author-profile .profile img {
  max-width: 100%;
  vertical-align: -7px;
  border-radius: 150px;
}
.author-profile hr {
  width: 50%;
  height: 1px;
  margin: 30px auto;
  border: 0;
  background: #e5e5e5;
}
.author-profile .meta {
  display: inline-block;
  margin-left: 20px;
  text-align: left;
  vertical-align: 12px;
}
.author-profile .meta .title, .author-profile .meta .twittertag {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  color: #6d7578;
}
.author-profile .meta .title a, .author-profile .meta .twittertag a {
  color: #6d7578;
}
.author-profile .meta .title {
  display: none;
}
.author-profile .meta h3 {
  margin: 0;
  text-transform: none;
}
.author-profile .meta h3 a {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 22px;
  font-weight: 450;
  line-height: normal;
  letter-spacing: -0.5px;
  color: #373c3d;
}
.author-profile .meta .twittertag {
  font-size: 13px;
  text-transform: none;
  color: #818181;
}
.author-profile .meta .twittertag:hover {
  color: #5c5c5c;
}
.author-profile p {
  font-size: 17px;
  line-height: 30px;
  margin: 20px 0 25px;
  color: #7d8588;
}
.author-profile .authorsocial {
  display: inline-block;
  overflow: hidden;
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.author-profile .authorsocial li {
  display: inline-block;
  float: none;
  margin-bottom: 10px;
  margin-left: -3px;
  padding: 0 3px;
  border-right: 1px solid #e7e7e7;
}
.author-profile .authorsocial li:last-child {
  border-right: 0;
}
/*------------------------------------------------------------------
 18. Comments
 -------------------------------------------------------------------*/
.comments {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: 80px 0 0;
  padding: 80px 0 0;
  list-style: none;
  background: #fff;
}
.comments .commentwrap {
  width: 69.076%;
  max-width: 860px;
  margin: 0 auto;
  padding: 0;
}
.comments .commentwrap hr {
  width: 100%;
  height: 1px;
  margin: 40px 0;
  border: 0;
  background: #eee;
}
@media (max-width: 1080px) {
  .comments .commentwrap {
    width: 100%;
    max-width: 1245px;
    margin-bottom: 40px;
    padding: 0 6.39%;
  }
}
.comments .comments-hidden {
  display: none;
  cursor: pointer;
}
.comments .comments-main {
  overflow: hidden;
  transition: height 0s ease-out;
}
.comments ul.commentwrap {
  margin: 0 auto 70px;
}
.comments footer.page-footer {
  width: 95%;
  max-width: 1630px;
  margin: 120px auto 0;
}
@media (max-width: 1080px) {
  .comments footer.page-footer {
    width: 100%;
    margin: 100px auto 0;
  }
}
@media (max-width: 625px) {
  .comments footer.page-footer {
    margin: 50px auto 0;
  }
}
@media (max-width: 1080px) {
  .comments {
    padding: 6.39% 0 0;
  }
}
.comment {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comment .contents {
  overflow: hidden;
}
.comment .isauthor {
  font-size: 15px;
  display: none;
  text-transform: uppercase;
  color: #d3dbe2;
}
.comment.bypostauthor > .contents .isauthor {
  display: inline;
}
.comment .body {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 16px;
  line-height: 32px;
  color: #63686d;
}
.comment .body p {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 16px;
  line-height: 32px;
  color: #63686d;
}
@media (max-width: 580px) {
  .comment .body p {
    font-size: 15px;
    line-height: 30px;
  }
}
@media (max-width: 375px) {
  .comment .body p {
    line-height: 26px;
  }
}
.comment .body > *:last-child {
  margin-bottom: 0;
}
.comment .profile {
  float: left;
  width: 10%;
  margin-right: 5%;
}
.comment .profile img {
  width: 100%;
  max-width: 75px;
  height: 75px;
  transition: opacity 0.15s ease-out;
  border-radius: 150px;
}
.comment .profile img:hover {
  opacity: 0.8;
}
.comment .main {
  float: left;
  width: 85%;
}
.comment .meta {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 16px;
  overflow: hidden;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #9499a8;
}
.comment .left {
  float: left;
}
.comment .right {
  float: right;
}
.comment .comment-reply-link {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 14px;
  display: block;
  margin-top: 7px;
  text-transform: uppercase;
  color: #9499a8;
}
.comment .comment-reply-link:hover {
  color: #606576;
}
.comment .info {
  font-size: 15px;
  margin-top: 20px;
  letter-spacing: -0.25px;
}
@media (max-width: 530px) {
  .comment .info {
    display: none;
  }
}
.comment h4 {
  font-family: 'Helvetica', 'Helvetica', Sans-Serif;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  letter-spacing: -0.5px;
  text-transform: none;
}
.comment h4 img {
  display: none;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  vertical-align: -4px;
  border-radius: 50px;
}
.comment h4 a {
  color: #0b0b0b;
  border-bottom: 2px solid transparent;
}
.comment h4 a:hover {
  border-bottom: 2px solid #eee;
}
.comment hr {
  clear: both;
  width: 100%;
  height: 1px;
  margin: 40px 0 60px;
  border: 0;
  background: #e6e6e6;
}
.comment .children .profile {
  float: left;
  width: 5%;
}
.comment .children .profile img {
  width: 37.5px;
  height: 37.5px;
}
.comment .children .main {
  width: 90%;
}
@media (max-width: 880px) {
  .comment hr {
    margin: 6.39% 0;
  }
  .comment .profile {
    display: none;
  }
  .comment .main, .comment .children .main {
    width: 100%;
  }
  .comment h4 img {
    display: inline-block;
  }
}
.comment-respond {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 0;
}
.comment-respond .logged-in-as {
  margin-bottom: 0;
}
.comment-respond #cancel-comment-reply-link {
  font-size: 12px;
  padding: 12px 25px;
  color: #454545;
  border-radius: 3px;
  background: #f4f6f8;
}
.comment-respond textarea, .comment-respond input {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 14px;
  float: left;
  width: 33.33%;
  margin: 0;
  padding: 21px 25px 20px;
  color: #535a63;
  border: 0;
  background: #f4f6f8;
}
.comment-respond input {
  margin-bottom: 40px;
  border-right: 1px solid #e4e5e7;
}
.comment-respond input:last-of-type {
  border: 0;
}
@media (max-width: 625px) {
  .comment-respond input {
    width: 100%;
    margin-bottom: 15px;
    border-right: 0;
  }
}
.comment-respond textarea {
  font-family: 'Helvetica', 'Helvetica', Sans-Serif;
  display: block;
  float: none;
  width: 100%;
  height: 180px;
  margin-bottom: 40px;
  color: #535a63;
}
@media (max-width: 625px) {
  .comment-respond textarea {
    margin-top: 15px;
  }
}
.comment-respond .form-submit {
  display: block;
  clear: both;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 0;
}
.comment-respond input[type='submit'] {
  background: #1f51cf;
  padding: 0.65rem 2rem;
  color: #fff;
  border-radius: 6px;
  transition: all 0.1s ease-in-out;
  display: inline-block;
  text-align: center;
  position: relative;
  border: 0;
  text-transform: none;
  cursor: pointer;
  font-size: 16px;
}
.comment-respond input[type='submit']:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  border-radius: 6px;
  bottom: 0;
  left: 0;
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.6) inset;
}
.comment-respond input[type='submit']:visited {
  color: #fff;
}
.comment-respond input[type='submit']:hover {
  color: #fff;
  background: #1840a3;
}
.comment-respond input[type='submit']:active, .comment-respond input[type='submit']:focus, .comment-respond input[type='submit'].is-Active {
  outline: none;
  color: #fff;
  background: #295cdf;
}
.comment-respond input[type='submit']:disabled, .comment-respond input[type='submit'].is-Disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.comment-respond input:focus, .comment-respond textarea:focus, .comment-respond input:active, .comment-respond textarea:active {
  outline: 0;
}
.comment-respond input::-webkit-input-placeholder, .comment-respond textarea::-webkit-input-placeholder {
  color: #535a63;
}
.comment-respond input:-moz-placeholder, .comment-respond textarea:-moz-placeholder {
  opacity: 1;
  color: #535a63;
}
.comment-respond input::-moz-placeholder, .comment-respond textarea::-moz-placeholder {
  opacity: 1;
  color: #535a63;
}
.comment-respond input:-ms-input-placeholder, .comment-respond textarea:-ms-input-placeholder {
  color: #535a63;
}
@media (max-width: 1080px) {
  .comment-respond {
    width: 100%;
    max-width: 1245px;
    padding: 0 6.39%;
  }
}
/*------------------------------------------------------------------
 19. Post Headers
 -------------------------------------------------------------------*/
.post-banner, .post-header {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px;
  margin-bottom: 40px;
}
.post-banner .background, .post-header .background {
  position: absolute;
  z-index: 200;
  width: 100%;
  height: 100%;
  transition: opacity 0.15s ease-out;
  border-radius: 3px;
  background-size: cover;
  background: red;
}
.post-banner a, .post-header a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #191a1b;
}
.post-banner img, .post-header img {
  display: block;
  border-radius: 0;
}
.post-banner a:hover .background, .post-header a:hover .background {
  opacity: 0.8;
}
.post-banner .category, .post-header .category {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 13px;
  line-height: normal;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 12px 22px;
  letter-spacing: -0.25px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
  background: #4285f4;
}
.post-banner .video-play, .post-header .video-play {
  position: absolute;
  z-index: 250;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 75px;
  margin-top: -34px;
  margin-left: -44px;
  cursor: pointer;
  transition: background 0.15s ease-out, box-shadow 0.15s ease-out;
  text-align: center;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 0 13px rgba(255, 255, 255, 0.5);
}
.post-banner .video-play i, .post-header .video-play i {
  font-size: 22px;
  line-height: 75px;
  margin-left: 5px;
  transition: font-size 0.15s ease-out;
  color: #fff;
}
.post-banner .video-play:hover, .post-header .video-play:hover {
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.8);
}
.post-banner .video-play:hover i, .post-header .video-play:hover i {
  font-size: 26px;
}
.post-banner .video-embed, .post-header .video-embed {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.post-banner .category, .post-header .category {
  position: absolute;
  z-index: 250;
  bottom: 0;
  left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
}
.post-banner:hover .video-play, .post-header:hover .video-play {
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.8);
}
.post-banner:hover .video-play i, .post-header:hover .video-play i {
  font-size: 26px;
}
@media (max-width: 1080px) {
  .post-banner, .post-header {
    height: 200px;
  }
}
.post-header {
  overflow: visible;
  width: 100%;
  height: 425px;
  margin-top: -2px;
  margin-bottom: 0;
  border-radius: 0;
  background: #191a1b;
}
.post-header .category {
  bottom: -20px;
  left: 6.39%;
  border-radius: 3px;
}
.post-header .background {
  transition: opacity 0.2s ease-out;
  border-radius: 0;
}
.post-header a {
  border-radius: 0;
}
.post-header a:hover .background {
  opacity: 0.8;
}
@media (max-width: 1080px) {
  .post-header {
    height: 300px;
  }
}
@media (max-width: 450px) {
  .post-header {
    margin-bottom: 10px;
  }
}
.post-header-cover {
  display: none;
  width: 100%;
  height: 560px;
  background-repeat: none;
  background-size: cover;
}
@media (max-width: 1520px) {
  .post-header-cover {
    height: 550px;
  }
}
@media (max-width: 580px) {
  .post-header-cover {
    height: 450px;
  }
}
/*------------------------------------------------------------------
 20. Post Formats
 -------------------------------------------------------------------*/
.post-format-large-cover .post-header-cover {
  display: block;
}
.post-format-large-cover .post-item {
  margin-top: -130px;
}
.post-format-large-cover .post-item-header .category {
  position: absolute;
  top: -22px;
  left: 6.39%;
}
.post-format-large-cover .post-item-header .meta {
  margin-top: 5px;
}
@media (max-width: 1520px) {
  .post-format-large-cover .nav-responsive {
    position: absolute;
    z-index: 1000;
    top: 0;
    width: 100%;
  }
}
.columns-2 .page-layout-full-width .page-content, .page-layout-full-width .page-content {
  width: 100%;
  max-width: none;
}
.columns-2 .page-layout-full-width aside.sidebar-right, .page-layout-full-width aside.sidebar-right {
  display: none;
}
.post-format-header .post-item-header {
  padding-top: 65px;
}
.post-format-header .post-item-header .category {
  display: none;
}
.post-format-banner .post-banner-wrap {
  padding-bottom: 0;
}
.post-format-banner .post-banner {
  height: 275px;
  margin-bottom: 0;
}
@media (max-width: 760px) {
  .post-format-banner .post-banner {
    height: 200px;
  }
}
.post-format-banner .post-item-header .category {
  display: none;
}
.post-format-no-header .post-header-cover {
  display: none;
}
.post-standard .category {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 12px;
  line-height: normal;
  display: inline-block;
  padding: 10px 16px;
  -webkit-transform: translatez(0);
  letter-spacing: -0.25px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
  background: #4285f4;
}
.post-status .excerpt p {
  margin-top: 0;
}
.post-video .post-banner .background {
  cursor: pointer;
}
.post-standard.post-standard-header .category, .post-standard.post-standard-banner .category {
  font-size: 13px;
  padding: 12px 22px;
}
.post-standard.post-standard-banner .category {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
}
.post-list article.format-quote .inner {
  padding: 6.39%;
}
.post-list article.format-quote .quote > * {
  display: none;
}
.post-list article.format-quote .quote > blockquote:first-child {
  font-family: 'Helvetica', 'Helvetica', Sans-Serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
  display: block;
  margin: 0;
  padding: 3.195% 0;
  text-align: center;
  letter-spacing: -0.5px;
  color: #1e1f20;
  border: 0;
}
.post-list article.format-quote .quote > blockquote:first-child p {
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
  color: #1e1f20;
}
.post-list article.format-quote .quote > blockquote:first-child cite {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 22px;
  font-style: normal;
  line-height: normal;
  display: block;
  margin-top: 25px;
  color: #939393;
}
.post-list article.format-quote .quote > blockquote:first-child cite a {
  color: #939393;
}
@media (max-width: 640px) {
  .post-list article.format-quote .quote > blockquote:first-child {
    font-size: 20px;
    line-height: 34px;
  }
  .post-list article.format-quote .quote > blockquote:first-child cite {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .post-list article.format-quote .quote > blockquote:first-child {
    font-size: 18px;
    line-height: 32px;
  }
  .post-list article.format-quote .quote > blockquote:first-child cite {
    font-size: 16px;
  }
}
article.format-gallery.post-standard-banner .post-banner > * {
  display: block;
}
article.format-gallery .post-banner, article.format-gallery .post-header {
  height: 350px;
}
article.format-gallery .post-banner > *, article.format-gallery .post-header > * {
  display: none;
}
article.format-gallery .post-banner > .ecko_post_gallery img, article.format-gallery .post-header > .ecko_post_gallery img {
  display: block;
  border-radius: 2px;
}
article.format-gallery .post-banner > .ecko_post_gallery:first-of-type, article.format-gallery .post-header > .ecko_post_gallery:first-of-type {
  display: block;
}
article.format-gallery .post-banner > .previous, article.format-gallery .post-header > .previous, article.format-gallery .post-banner > .next, article.format-gallery .post-header > .next {
  display: block;
}
article.format-gallery .post-banner .previous, article.format-gallery .post-header .previous, article.format-gallery .post-banner .next, article.format-gallery .post-header .next {
  line-height: 50px;
  position: absolute;
  z-index: 200;
  bottom: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: opacity 0.15s ease-out, color 0.15s ease-out, background-color 0.15s ease-out, width 0.15s ease-out;
  text-align: center;
  opacity: 0.8;
  color: #fff;
  background-color: rgba(37, 37, 41, 0.6);
}
article.format-gallery .post-banner .previous, article.format-gallery .post-header .previous {
  left: 0;
}
article.format-gallery .post-banner .next, article.format-gallery .post-header .next {
  right: 0;
}
article.format-gallery .post-banner:hover .previous, article.format-gallery .post-header:hover .previous, article.format-gallery .post-banner:hover .next, article.format-gallery .post-header:hover .next {
  opacity: 1;
  background-color: rgba(37, 37, 41, 1);
}
article.format-gallery .post-banner:hover .previous:hover, article.format-gallery .post-header:hover .previous:hover, article.format-gallery .post-banner:hover .next:hover, article.format-gallery .post-header:hover .next:hover {
  width: 80px;
  background-color: rgba(23, 23, 25, 1);
}
article.format-gallery .post-banner .ecko_post_gallery, article.format-gallery .post-header .ecko_post_gallery {
  position: relative;
  margin: 0;
  padding: 0;
}
article.format-gallery .post-banner .ecko_post_gallery > img, article.format-gallery .post-header .ecko_post_gallery > img {
  position: absolute;
  display: none;
  height: auto;
  margin: 0;
  padding: 0;
  transition: none;
  border-radius: 2px;
  background-color: transparent;
}
article.format-gallery .post-banner .ecko_post_gallery > img:first-child, article.format-gallery .post-header .ecko_post_gallery > img:first-child {
  display: block;
}
article.format-gallery .post-banner .ecko_post_gallery img, article.format-gallery .post-header .ecko_post_gallery img {
  display: none;
  width: 100%;
  height: auto;
  transition: none;
}
body.single-format-video .post-header, body.single-format-audio .post-header {
  height: 100%;
}
body.single-format-video .video-embed, body.single-format-audio .video-embed {
  position: relative;
  opacity: 1;
}
body.single-format-video .post-body > *:first-child, body.single-format-audio .post-body > *:first-child {
  display: none;
}
body.single-format-video .post-body > *:first-child + *, body.single-format-audio .post-body > *:first-child + * {
  margin-top: 0;
}
.format-image .post-banner {
  height: 400px;
}
@media (max-width: 760px) {
  .format-image .post-banner {
    height: 200px;
  }
}
body.single-format-image .post-header {
  height: auto;
}
body.single-format-image .post-header img {
  display: block;
}
body.single-format-image .post-body > p:first-child {
  line-height: 0;
  display: none;
  height: 0;
  margin: 0;
  padding: 0;
}
body.single-format-image .post-body > p:nth-child(2) {
  margin-top: 0;
}
/*------------------------------------------------------------------
 21. Page Header
 -------------------------------------------------------------------*/
.page-header {
  position: relative;
  overflow: visible;
  margin-bottom: 50px;
  color: #fff;
  background: #212325;
}
.page-header .main {
  position: relative;
  z-index: 150;
  text-align: center;
}
.page-header hr {
  width: 25%;
  height: 1px;
  margin: 30px auto;
  border: 0;
  background: rgba(255, 255, 255, 0.4);
}
.page-header .background {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-size: cover;
}
.page-header-alt {
  overflow: hidden;
  padding: 25px 45px;
  background: #fa3c00;
  color: #fff;
}
.page-header-alt .title {
  float: left;
}
.page-header-alt .title h1, .page-header-alt .title h2 {
  font-family: 'Helvetica', 'Helvetica', Sans-Serif;
  font-size: 22px;
  margin: 0;
  padding: 0;
  color: #fff;
}
.page-header-alt .title i {
  margin-right: 15px;
  color: rgba(255, 255, 255, 0.5);
}
.page-header-alt .home {
  font-size: 28px;
  display: block;
  float: right;
  padding: 15px 0 15px 15px;
  transition: color 0.15s ease-out;
  color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.page-header-alt .home:hover {
  color: rgba(255, 255, 255, 0.9);
}
.page-header-alt.light {
  background: #fff;
}
.page-header-alt.light h1, .page-header-alt.light h2 {
  color: #949494;
}
.page-header-category {
  padding: 75px 0;
  background: #191b1d;
}
.page-header-category h1 {
  font-family: 'Helvetica', 'Helvetica', Sans-Serif;
  font-size: 29px;
  line-height: 36px;
  margin: 0;
  margin: 0 auto;
  text-align: center;
  letter-spacing: -0.5px;
  color: #fff;
}
.page-header-category p {
  font-size: 17px;
  line-height: 30px;
  width: 65%;
  margin: 0 auto;
  text-align: center;
  color: #e2ebee;
}
.page-header-author {
  overflow: hidden;
}
.page-header-author .background {
  opacity: 0.5;
  background-position: center center;
  -webkit-filter: blur(32px);
  filter: blur(32px);
}
.page-header-author .author-profile {
  margin-top: 0;
  padding: 50px 12.78% 0;
  background: transparent;
}
.page-header-author .author-profile .meta .twittertag {
  color: #b8cad0;
}
.page-header-author .author-profile p {
  color: #d2dde1;
}
.page-header-author .author-profile h3 a {
  color: #f3f4f5;
}
.page-header-author .author-profile .authorsocial li {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.page-header-author .author-profile .authorsocial a {
  color: #fff;
}
.page-header-author .author-profile .authorsocial a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.page-header-author .author-profile .authorsocial li:last-child {
  border: 0;
}
/*------------------------------------------------------------------
 22. Post Body
 -------------------------------------------------------------------*/
.post-body {
  font-size: 17px;
  line-height: 34px;
  letter-spacing: -0.25px;
  color: #707679;
  /* BLOCK */
  /* INLINE */
}
.post-body.inner {
  padding-top: 0;
}
.post-body > *:first-child {
  margin-top: 0;
}
.post-body > *:last-child {
  margin-bottom: 0;
}
.post-body a[href$=jpg], .post-body a[href$=jpeg], .post-body a[href$=jpe], .post-body a[href$=png], .post-body a[href$=gif] {
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: 0 none;
  background: transparent;
}
.post-body h1 {
  font-family: 'Sharp Sans Bold', 'Helvetica', Sans-Serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 62px;
  margin: 6.39% 0 4.39%;
  letter-spacing: -1px;
  color: #373737;
}
@media (max-width: 800px) {
  .post-body h1 {
    font-size: 46px;
    line-height: 45px;
  }
}
@media (max-width: 580px) {
  .post-body h1 {
    font-size: 42px;
    line-height: 39px;
  }
}
@media (max-width: 375px) {
  .post-body h1 {
    font-size: 38px;
    line-height: 34px;
  }
}
.post-body h2 {
  font-family: 'Sharp Sans Bold', 'Helvetica', Sans-Serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  margin: 6.39% 0 4.39%;
  letter-spacing: -1px;
  color: #494a50;
}
@media (max-width: 800px) {
  .post-body h2 {
    font-size: 28px;
    line-height: 44px;
  }
}
@media (max-width: 580px) {
  .post-body h2 {
    font-size: 26px;
    line-height: 39px;
  }
}
@media (max-width: 375px) {
  .post-body h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.post-body h3 {
  font-family: 'Sharp Sans Bold', 'Helvetica', Sans-Serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 44px;
  margin: 6.39% 0 4.39%;
  letter-spacing: -1px;
  color: #444;
}
@media (max-width: 800px) {
  .post-body h3 {
    font-size: 28px;
    line-height: 39px;
  }
}
@media (max-width: 580px) {
  .post-body h3 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (max-width: 375px) {
  .post-body h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.post-body h4 {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  margin: 6.39% 0 4.39%;
  color: #b2b2b2;
}
.post-body h5 {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin: 6.39% 0 4.39%;
  color: #b2b2b2;
}
.post-body h6 {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin: 6.39% 0 4.39%;
  color: #b2b2b2;
}
.post-body hr {
  width: 60%;
  height: 1px;
  margin: 50px auto;
  border: 0;
  background: #dfdfdf;
}
.post-body p, .post-body ul, .post-body ol {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 17px;
  line-height: 34px;
  margin: 3.195% 0;
  padding: 0;
  letter-spacing: -0.25px;
  color: #707679;
}
@media (max-width: 800px) {
  .post-body p, .post-body ul, .post-body ol {
    font-size: 16px;
    line-height: 34px;
  }
}
@media (max-width: 580px) {
  .post-body p, .post-body ul, .post-body ol {
    font-size: 15px;
    line-height: 30px;
  }
}
@media (max-width: 375px) {
  .post-body p, .post-body ul, .post-body ol {
    line-height: 28px;
  }
}
.post-body .wide {
  display: block;
  margin-right: -7.39%;
  margin-left: -7.39%;
}
.post-body .wide img {
  width: 100%;
  border-radius: 0;
}
.post-body .eckosc_full_width_block {
  left: -7.29%;
  overflow: hidden;
  width: 114.58%;
}
.post-body .eckosc_full_width_block img {
  margin: 0;
  border-radius: 0;
}
.post-body p {
  overflow: none;
}
.post-body h1 + *, .post-body h2 + *, .post-body h3 + *, .post-body h4 + *, .post-body h5 + *, .post-body h6 + * {
  margin-top: 4.39%;
}
.post-body ul, .post-body ol, .post-body dl {
  margin-left: 5%;
}
.post-body li {
  margin: 0 0 20px;
  padding: 0 2.5%;
}
.post-body li:last-child {
  margin-bottom: 0;
}
.post-body dt {
  font-weight: 600;
}
.post-body dd {
  font-size: 16px;
  margin: 0 0 20px 5%;
}
.post-body pre {
  margin: 5.112% 0;
}
.post-body pre code {
  font-family: 'Source Code Pro', monospace, sans-serif;
  font-weight: 500;
  line-height: 26px;
}
.post-body table {
  clear: both;
  width: 100%;
  border-collapse: collapse;
}
.post-body th {
  font-weight: 700;
  background: #f0f0f0;
}
.post-body td, .post-body th {
  padding: 0.5rem;
  text-align: left;
  border: 1px solid #dbdbdb;
}
.post-body img {
  max-width: 100%;
  border-radius: 3px;
}
.post-body blockquote {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  margin: 6.39% 0;
  padding: 10px 0 10px 5%;
  text-align: left;
  letter-spacing: -0.5px;
  color: #38393c;
  border-left: 6px solid #e8eaed;
}
.post-body blockquote p {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 20px;
  line-height: 36px;
  margin: 15px 0 15px;
  letter-spacing: -0.5px;
  color: #38393c;
}
.post-body blockquote cite {
  font-size: 20px;
  font-style: normal;
  display: block;
  margin-top: 15px;
  color: #c5c5c6;
}
.post-body q {
  font-family: 'Sharp Sans Bold', 'Helvetica', Sans-Serif;
  font-size: 21px;
  line-height: 34px;
  display: block;
  float: right;
  max-width: 47.5%;
  margin: 0 0 2.5% 25px;
  margin-top: 0 !important;
  padding: 25px 0 25px 2.5%;
  text-align: right;
  color: #000;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}
.post-body q p {
  font-family: 'Sharp Sans Bold', 'Helvetica', Sans-Serif;
  font-size: 21px;
  line-height: 34px;
  color: #000;
}
.post-body q:after, .post-body q:before {
  content: '';
}
.post-body q.left {
  float: left;
  margin: 0 2.5% 25px 0;
  padding: 25px 2.5% 25px 0;
  text-align: left;
}
.post-body q cite {
  font-size: 18px;
  font-style: normal;
  display: block;
  margin-top: 15px;
  text-decoration: none;
  color: #7f8088;
}
.post-body .eckogallery {
  box-sizing: initial;
  margin: 6.39% 0;
  padding: 0;
  transition: none;
}
.post-body .eckogallery a {
  border: 0;
}
.post-body .eckogallery a img {
  transition: all 0.2s ease-in-out;
  filter: grayscale(0%);
}
.post-body .eckogallery a:hover:after {
  opacity: 1;
}
.post-body .eckogallery a:hover:hover img {
  filter: grayscale(100%);
}
.post-body .eckogallery img {
  border-radius: 0;
}
.post-body .eckogallery:first-of-type + p {
  margin-top: 0;
}
.post-body .eckogallery * {
  box-sizing: initial;
}
@media (max-width: 720px) {
  .post-body .eckogallery {
    margin: 3.195% 0;
  }
}
@media (max-width: 490px) {
  .post-body .eckogallery {
    margin: 2.556% 0;
  }
}
.post-body .gallery-item {
  display: inline-block;
  width: 100%;
  margin-left: 0;
  padding: 1.79104%;
  text-align: center;
  vertical-align: top;
}
.post-body .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.post-body .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.post-body .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.post-body .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.post-body .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.post-body .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.post-body .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.post-body .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.post-body .gallery .gallery-caption {
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  display: block;
  padding: 7px 0;
  color: #707070;
}
.post-body .gallery-columns-6 .gallery-caption, .post-body .gallery-columns-7 .gallery-caption, .post-body .gallery-columns-8 .gallery-caption, .post-body .gallery-columns-9 .gallery-caption {
  display: none;
}
.post-body strong {
  font-weight: 600;
  color: #62666f;
}
.post-body a {
  color: #656770;
  border-bottom: 2px solid #d4d5de;
}
.post-body a:hover {
  border-color: #a2a3ab;
}
.post-body input[type='text'], .post-body input[type='email'], .post-body input[type='password'] {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 14px;
  width: 100%;
  transition: border-color 0.2s ease-in;
  border: 2px solid #f5f5f5;
  background: #f5f5f5;
}
.post-body input[type='text']:focus, .post-body input[type='email']:focus, .post-body input[type='password']:focus {
  border-color: #cdcdcd;
}
.post-body input[type='submit'], .post-body button {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 14px;
  float: left;
  clear: both;
  margin-top: 0;
  margin-bottom: 30px;
}
.post-body button {
  padding: 4px 32px;
}
.post-body textarea {
  margin-bottom: 30px;
  transition: border-color 0.2s ease-in;
  border: 2px solid #f5f5f5;
  background: #f5f5f5;
}
.post-body textarea:active, .post-body textarea:focus {
  outline: none;
}
.post-body textarea:focus {
  border-color: #cdcdcd;
}
body.single-format-gallery .post-body .justified-gallery:first-of-type, body.single-format-gallery .post-body .gallery:first-of-type {
  display: none;
}
/*------------------------------------------------------------------
 23. Navigation
 -------------------------------------------------------------------*/
.nav-responsive {
  display: none;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 30px 6.39% 25px;
  background: #fff;
}
.nav-responsive .logo {
  display: inline-block;
  float: left;
  transition: opacity 0.15s ease-out;
}
.nav-responsive .logo img {
  width: auto;
  max-width: 90%;
  max-height: 90px;
}
.nav-responsive .logo:hover {
  opacity: 0.8;
}
.nav-responsive h2 {
  font-size: 25px;
  line-height: normal;
  display: inline-block;
  margin: 0 0;
}
.nav-responsive .show-nav {
  font-size: 24px;
  float: right;
  margin-top: 5px;
  cursor: pointer;
}
.nav-responsive .upper {
  overflow: hidden;
}
.nav-responsive .lower {
  position: relative;
  display: none;
  clear: both;
  overflow: hidden;
  margin: 20px 0 20px;
  transition: height 0s ease-out, width 0s ease-out;
}
.nav-responsive .lower hr {
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  border: 0;
  background: #eee;
}
.nav-responsive ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.nav-responsive li a {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 18px;
  display: inline-block;
  padding: 8px 0;
  text-align: right;
  text-transform: uppercase;
  color: #2d3031;
}
.nav-responsive li a:hover {
  color: #2d3031;
}
.nav-responsive .menu-item-has-children ul {
  margin-bottom: 20px;
}
.nav-responsive .menu-item-has-children li a {
  font-size: 14px;
  padding: 5px 0;
  text-transform: none;
  color: #8c9396;
}
.nav-responsive .menu-item-has-children li a:hover {
  color: #2d3031;
}
.nav-responsive .menu-item-has-children i {
  font-size: 12px;
  margin-left: 10px;
  vertical-align: 2px;
  color: #8c9396;
}
@media (max-width: 1520px) {
  .nav-responsive {
    display: block;
  }
}
@media (max-width: 1080px) {
  .nav-responsive {
    margin-bottom: 30px;
  }
  .nav-responsive ul {
    text-align: center;
  }
}
/*------------------------------------------------------------------
 24. Error
 -------------------------------------------------------------------*/
.error.inner {
  margin-bottom: 0;
  padding-bottom: 0;
}
.error > *:first-child {
  margin-top: 0;
}
.error h1 {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  margin: 0 0 15px;
  letter-spacing: -1px;
}
.error h2 {
  font-family: 'Sharp Sans Medium', 'Helvetica', Sans-Serif;
  font-size: 30px;
  line-height: normal;
  margin: 15px 0 35px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #a8aaab;
}
.error hr {
  width: 100%;
  margin: 6.39% 0;
}
.error hr.large {
  width: 20%;
  height: 3px;
  background: #fa3c00;
}
.error > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
/*------------------------------------------------------------------
 25. Dark
 -------------------------------------------------------------------*/
body.dark-style {
  background: #1e1e20;
}
body.dark-style .widget {
  border-color: #3c3e41;
}
body.dark-style .widget h3 {
  color: #eee;
}
body.dark-style .widget p {
  color: #b6bfc3;
}
body.dark-style .widget li a {
  color: #eee;
}
body.dark-style .widget.navigation > ul > li a {
  color: #eee;
  border-color: #313235;
}
body.dark-style .widget.navigation .menu-item-has-children > ul li a {
  border-color: #464b4f;
}
body.dark-style .widget.latestposts h5 a {
  color: #dadada;
}
body.dark-style .widget.latestposts h5 a:hover {
  color: #fff;
}
body.dark-style .widget.latestposts .meta .date a {
  color: #5d5f64;
}
body.dark-style .widget.latestposts .meta .date a:hover {
  color: #9ca0a8;
}
body.dark-style .widget.relatedposts h4 a, body.dark-style .widget.randomposts h4 a {
  color: #dadada;
}
body.dark-style .widget.relatedposts h4 a:hover, body.dark-style .widget.randomposts h4 a:hover {
  color: #fff;
}
body.dark-style .widget.relatedposts .meta, body.dark-style .widget.randomposts .meta, body.dark-style .widget.relatedposts .meta a, body.dark-style .widget.randomposts .meta a {
  color: #5d5f64;
}
body.dark-style .widget.relatedposts .meta:hover, body.dark-style .widget.randomposts .meta:hover, body.dark-style .widget.relatedposts .meta a:hover, body.dark-style .widget.randomposts .meta a:hover {
  color: #9ca0a8;
}
body.dark-style .widget.socialshare .sharebutton {
  background: #eee;
}
body.dark-style .widget.subscribe .inner {
  background: #eee;
}
body.dark-style .widget.subscribe h3 {
  color: #353131;
}
body.dark-style .widget.subscribe p {
  color: #797b7c;
}
body.dark-style .widget.twitter .tweet:before {
  background: #313235;
}
body.dark-style .widget.twitter .text {
  color: #cdd1d5;
}
body.dark-style .widget.twitter .date {
  color: #55555a;
}
body.dark-style .searchform .query {
  color: #eee;
  border-color: #313235;
  background: #313235;
}
body.dark-style .searchform .query:active, body.dark-style .searchform .query:focus {
  border-color: #fa3c00;
}
body.dark-style .searchform .query::-webkit-input-placeholder {
  color: #eee;
}
body.dark-style .searchform .query:-moz-placeholder {
  color: #eee;
}
body.dark-style .searchform .query::-moz-placeholder {
  color: #eee;
}
body.dark-style .searchform .query:-ms-input-placeholder {
  color: #eee;
}
body.dark-style .comments {
  background: #28282a;
}
body.dark-style .comment h4 a {
  color: #fff;
}
body.dark-style .comment h4 a:hover {
  border-color: #5e6063;
}
body.dark-style .comment hr {
  background: #42464a;
}
body.dark-style .comment .body p {
  color: #eee;
}
body.dark-style .comments .commentwrap hr {
  background: #42464a;
}
body.dark-style #wp-calendar tbody td {
  background: #303335;
}
body.dark-style #wp-calendar tbody .pad {
  background: transparent;
}
body.dark-style .widget.copyright .main, body.dark-style .widget.copyright .main a {
  color: #eee;
}
h1.referral {
  display: none !important;
}
.j-stacker p {
  font-size: 14px !important;
  line-height: 1.4 !important;
}
