@charset "UTF-8";
/*------------------------------------------------------------------
Project:		Cedar WordPress Theme
Version:		3.1.0
Last change:	27/12/15
-------------------------------------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*
	VARIABLES
*/
/* COLORS */
/* SOCIAL */
/* FONTS */
/* MIXIN */
/* ANIMATIONS */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeinpost {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.2;
  }
}

@-moz-keyframes fadeinpost {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.2;
  }
}

@keyframes fadeinpost {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.2;
  }
}

@-webkit-keyframes slidefade {
  from {
    -webkit-transform: translateY(-40px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
    opacity: 1;
  }
}

@-moz-keyframes slidefade {
  from {
    -moz-transform: translateY(-40px);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes slidefade {
  from {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@-moz-keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}

/* GLOBAL STYLES */
* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  height: 100%;
  background-color: #fff;
}

/* BLOCK */
.wrapper {
  max-width: 700px;
  width: 90%;
  margin: 0 auto;
}

input:active, input:focus {
  outline: none;
}

.tags, .tagcloud {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tags a, .tagcloud a {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 3px;
  background: #f1f3f4;
  color: #62646c;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  outline: none !important;
}

.tags a:hover, .tagcloud a:hover {
  background: #DEE0E5;
  color: #4F5357;
}

.tags {
  float: left;
  width: 65%;
}

.tagcloud a {
  padding: 9px 17px;
  margin-bottom: 5px;
  margin-right: 5px;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
  outline: none !important;
}

.headerspace {
  height: 90px;
  width: 100%;
}

/* INLINE */
::selection {
  background: #373b43;
  color: #fff;
}

::-moz-selection {
  background: #373b43;
  color: #fff;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in, background 0.15s ease-in, border-color 0.15s ease-in;
  -moz-transition: color 0.15s ease-in, background 0.15s ease-in, border-color 0.15s ease-in;
  transition: color 0.15s ease-in, background 0.15s ease-in, border-color 0.15s ease-in;
}

a:focus {
  outline-color: transparent;
  outline-style: none;
  outline: none;
}

strong {
  font-weight: 600;
}

/* INPUT */
input[type="text"], input[type="email"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  margin-bottom: 30px;
  background: #efefef;
  color: #373737;
  border: 0;
  border-radius: 3px;
  padding: 14px 18px;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #efefef;
  color: #373737;
  border: 0;
  border-radius: 3px;
  width: 100%;
  padding: 14px 18px;
}

input[type="submit"], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: right;
  padding: 12px 32px;
  border: 0;
  border-radius: 90px;
  background: #efefef;
  color: #373737;
  margin-top: 20px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-out, background 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  transition: color 0.3s ease-out, background 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
}

input[type="submit"]:hover, button:hover {
  background: #373737;
  color: #fff;
}

body.admin-bar .headroom {
  padding-top: 50px;
  height: 102px;
}

body.admin-bar .drawer {
  padding-top: 32px;
}

/*!
 *  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: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .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);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

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

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

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

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

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

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

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

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

.fa-stop-circle:before {
  content: "";
}

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

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

/* WORDPRESS STYLES */
#wp-calendar {
  width: 100%;
  border-collapse: separate;
  border-spacing: 8px;
  margin: 0;
  font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#wp-calendar caption {
  display: none;
}

#wp-calendar thead {
  font-weight: 400;
  font-size: 13px;
  color: #626262;
}

#wp-calendar thead th {
  padding-bottom: 20px;
  text-align: center;
}

#wp-calendar tbody {
  color: #aaa;
}

#wp-calendar tbody tr {
  margin-bottom: 10px;
}

#wp-calendar tbody td {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 10px;
  color: #939393;
  background: #F7F7F7;
  text-align: center;
  padding: 5px 9px;
  border-radius: 3px;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

#wp-calendar tbody td#today {
  background: #696B6C;
  color: #fff;
}

#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-weight: 400;
  font-size: 13px;
  border-radius: 3px;
  color: #eee;
}

#wp-calendar tfoot {
  border-spacing: 0px;
  margin-top: 8px;
}

#wp-calendar tfoot a {
  font-weight: 400;
  font-size: 14px;
  color: #909090;
}

#wp-calendar a:hover {
  color: #7E7E7E;
}

#wp-calendar tfoot #next {
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  text-transform: uppercase;
  padding-top: 10px;
}

@media (max-width: 420px) {
  #wp-calendar {
    display: none;
  }
}

.postcontents .aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.postcontents .alignright {
  margin-left: 40px;
  float: right;
}

.postcontents .alignleft {
  margin-right: 40px;
  float: left;
}

.postcontents .aligncenter {
  display: block;
  margin: 30px auto 30px auto;
}

.postcontents a img.alignright {
  float: right;
}

.postcontents a img.alignleft {
  float: left;
}

.postcontents a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.postcontents .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.postcontents .wp-caption.alignnone {
  margin: 5px 0 15px 0;
}

.postcontents .wp-caption.alignleft {
  margin: 5px 5% 15px 0;
}

@media (max-width: 700px) {
  .postcontents .wp-caption.alignleft {
    float: none;
    margin: 0 auto;
  }
}

.postcontents .wp-caption.alignright {
  margin: 5px 0 15px 5%;
}

@media (max-width: 700px) {
  .postcontents .wp-caption.alignright {
    float: none;
    margin: 0 auto;
  }
}

.postcontents .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.postcontents .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.postcontents img.alignright {
  margin: 5px 0 15px 5%;
}

@media (max-width: 700px) {
  .postcontents img.alignright {
    float: none;
    margin: 0 auto;
  }
}

.postcontents img.alignleft {
  margin: 5px 5% 15px 0;
}

@media (max-width: 700px) {
  .postcontents img.alignleft {
    float: none;
    margin: 0 auto;
  }
}

.postcontents img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.postcontents .alignright {
  float: right;
}

.postcontents .alignleft {
  float: left;
}

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

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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

/* BLOG INFO */
header.bloginfo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 22px 25px 15px;
  z-index: 1500;
  -webkit-transition: -webkit-transform 150ms ease-in-out, left 500ms ease-in-out;
  -moz-transition: -moz-transform 150ms ease-in-out, left 500ms ease-in-out;
  transition: transform 150ms ease-in-out, left 500ms ease-in-out;
}

header.bloginfo .title {
  float: left;
}

header.bloginfo nav {
  float: right;
}

header.bloginfo.transparent {
  background: transparent;
  border: 0;
  padding: 35px;
  position: absolute;
}

header.bloginfo.transparent .title a {
  color: #fff;
}

@media (max-width: 420px) {
  header.bloginfo.transparent {
    padding: 25px;
  }
}

header.bloginfo.headroom {
  display: none;
}

header.bloginfo.headroom--pinned {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

header.bloginfo.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* NAV */
nav.main div {
  float: left;
}

nav.main ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
}

nav.main ul li {
  display: block;
  float: left;
  position: relative;
}

nav.main ul a, nav.main ul span {
  cursor: pointer;
  display: inline-block;
  padding: 3px 12px 15px;
  text-transform: uppercase;
  -webkit-transition: color 0.15s ease-in;
  -moz-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
}

nav.main ul i {
  margin-left: 10px;
  vertical-align: 2px;
}

nav.main ul > li:before {
  font-size: 8px;
  content: "\25CF";
  vertical-align: 3px;
}

nav.main ul > li:hover ul {
  display: block;
}

nav.main ul li ul {
  position: absolute;
  top: 40px;
  right: 0;
  background: #fff;
  border-radius: 3px;
  padding: 10px;
  width: 225px;
  display: none;
  border: 2px solid #eee;
}

nav.main ul li ul:before {
  content: '';
  position: absolute;
  top: -10px;
  right: 7px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eee;
}

nav.main ul li ul li {
  float: none;
  text-align: right;
  display: block;
  -webkit-transition: padding 0.125s ease-in;
  -moz-transition: padding 0.125s ease-in;
  transition: padding 0.125s ease-in;
}

nav.main ul li ul li:hover {
  padding-right: 5px;
}

nav.main ul li ul a {
  display: block;
  padding: 5px 10px;
}

nav.main ul li ul li:before {
  content: '';
}

nav.main ul .option i {
  margin: 0;
  vertical-align: 0px;
}

nav.main ul .option:before {
  content: '|';
  vertical-align: 0px;
}

nav.main ul li:first-child:before {
  content: '';
}

@media (max-width: 880px) {
  nav.main ul li {
    display: none;
  }
  nav.main ul .option {
    display: block;
  }
  nav.main ul .option:first-child:before {
    content: '';
  }
}

@media (max-width: 630px) {
  nav.main ul .option.searchnav {
    display: none;
  }
  nav.main ul .option:before {
    content: '';
  }
}

/* COVER */
.cover {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #101010;
  display: table;
  overflow: hidden;
}

.cover.short {
  height: 65vh;
}

.cover .patternbg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/pattern_bg.png");
  display: none;
}

@media (max-width: 560px) {
  .cover {
    height: 60vh;
  }
}

.cover .background {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mouse {
  width: 25px;
  position: absolute;
  height: 36px;
  border-radius: 15px;
  border: 2px solid #888;
  border: 2px solid rgba(255, 255, 255, 0.27);
  bottom: 40px;
  right: 40px;
  margin-left: -12px;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease-in;
  -moz-transition: border-color 0.2s ease-in;
  transition: border-color 0.2s ease-in;
}

.mouse .scroll {
  display: block;
  margin: 6px auto;
  width: 3px;
  height: 6px;
  border-radius: 4px;
  background: #b0b1b1;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: scroll;
  -moz-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.mouse:hover {
  border: 2px solid rgba(255, 255, 255, 0.4);
}

@media (max-width: 560px) {
  .mouse {
    visibility: hidden;
  }
}

.cover .posttitle {
  position: relative;
}

.vjs-poster, .vjs-loading-spinner, .vjs-text-track-display, .vjs-control-bar, .vjs-caption-settings {
  display: none;
}

body.author .cover, body.category .cover, body.search .cover, body.archive .cover, body.home.paged .cover {
  height: 65vh;
}

body.single .cover .background {
  -webkit-animation: fadeinpost 0.5s ease-in-out;
  -moz-animation: fadeinpost 0.5s ease-in-out;
  animation: fadeinpost 0.5s ease-in-out;
}

body.error404 .mouse {
  visibility: hidden;
}

/* BLOG TITLE */
.blogtitle {
  display: table-cell;
  vertical-align: middle;
  width: 700px;
  position: relative;
  z-index: 1000;
}

.blogtitle h1 {
  margin: 10% 0 50px;
  color: #fff;
}

.blogtitle .description {
  color: #B3B3B3;
  margin: 40px 0 35px;
}

.blogtitle .description a {
  color: #939393;
}

.blogtitle hr {
  border: 0;
  height: 3px;
  width: 10%;
  background: #5a5a5a;
  margin: 0;
}

@media (max-width: 880px) {
  .blogtitle {
    width: 70%;
    text-align: center;
  }
  .blogtitle hr {
    margin: 0 auto;
    width: 20%;
  }
}

@media (max-width: 560px) {
  .blogtitle {
    width: 80%;
  }
  .blogtitle img {
    margin-top: 25%;
  }
  .blogtitle .description {
    margin-top: 25px;
  }
  .blogtitle hr {
    display: none;
  }
}

@media (max-height: 520px) {
  .blogtitle .description, .blogtitle hr {
    display: none;
  }
}

/* CATEGORY TITLE */
.categorytitle {
  display: table-cell;
  vertical-align: middle;
  width: 700px;
  position: relative;
  z-index: 1000;
}

.categorytitle .name {
  margin: 10% 0 25px;
  color: #fff;
  text-align: center;
}

.categorytitle p {
  color: #939393;
  margin: 40px 0 35px;
  text-align: center;
}

.categorytitle hr {
  border: 0;
  height: 3px;
  width: 10%;
  background: #5a5a5a;
  margin: 0;
}

@media (max-width: 880px) {
  .categorytitle {
    width: 70%;
    text-align: center;
  }
  .categorytitle .name {
    margin: 20% 0 25px;
  }
}

@media (max-width: 560px) {
  .categorytitle {
    width: 80%;
  }
}

@media (max-height: 675px) {
  .categorytitle p {
    display: none;
  }
}

/* POST LIST */
.postitem {
  padding: 90px 0;
}

.postitem .meta {
  overflow: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
}

.postitem .meta li {
  display: block;
}

.postitem .meta li:last-child:before {
  content: '';
}

.postitem .meta li:nth-child(2) a {
  padding-right: 0;
}

.postitem .meta .category {
  float: left;
}

.postitem .meta .category a {
  display: inline-block;
  background: #009bbb;
  border-radius: 3px;
  padding: 3px 15px;
  text-transform: uppercase;
  color: #ffffff;
}

.postitem .meta .date, .postitem .meta .readtime, .postitem .meta .issticky {
  float: right;
}

.postitem .meta .date a, .postitem .meta .readtime a, .postitem .meta .issticky a {
  color: #b5b5b5;
  padding: 0 8px;
}

.postitem .meta .date a:hover, .postitem .meta .readtime a:hover, .postitem .meta .issticky a:hover {
  color: #5C5C5C;
}

.postitem .meta .date:first-child:before, .postitem .meta .readtime:first-child:before, .postitem .meta .issticky:first-child:before {
  content: '';
}

.postitem .meta .issticky {
  display: none;
  color: #b5b5b5;
}

.postitem .meta .issticky i {
  margin-left: 10px;
}

.postitem h1 a, .postitem h2 a {
  display: block;
  color: #373737;
}

.postitem h1 a:hover, .postitem h2 a:hover {
  color: #5E5E5E;
}

.postitem .excerpt {
  margin: 40px 0;
  color: #62646c;
  color: rgba(35, 37, 40, 0.7);
  overflow: hidden;
}

.postitem .author {
  display: inline-block;
  color: #b5b5b5;
}

.postitem .author:hover {
  color: #7A7B8E;
}

.postitem .author img {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  display: inline-block;
  vertical-align: -7px;
  margin-right: 15px;
}

@media (max-width: 750px) {
  .postitem {
    padding: 10% 0;
  }
  .postitem h2 {
    margin: 40px 0;
  }
}

@media (max-width: 490px) {
  .postitem h2 {
    margin: 30px 0;
  }
  .postitem .excerpt {
    margin: 30px 0;
  }
}

@media (max-width: 370px) {
  .postitem {
    text-align: center;
  }
  .postitem h2 {
    margin: 30px 0;
  }
  .postitem .meta .category {
    float: none;
    margin: 0 auto;
  }
}

.post-list-advrt {
  padding: 90px 0;
}

.post-list-advrt .advrt {
  width: 728px;
  max-width: 100%;
  height: 90px;
  margin: 0 auto;
}

@media (max-width: 860px) {
  .post-list-advrt {
    display: none;
  }
  .post-list-advrt + hr {
    display: none;
  }
}

/* PAGINATION */
nav.pagination {
  position: relative;
  border-top: 1px solid #f3f3f3;
  padding: 80px 0;
  overflow: hidden;
}

nav.pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

nav.pagination .previous {
  float: right;
}

nav.pagination .next {
  float: left;
}

nav.pagination .previous, nav.pagination .next {
  text-transform: uppercase;
  color: #373737;
  border-radius: 90px;
  border: 2px solid #e9e9e9;
  padding: 7px 36px;
  -webkit-transition: border-color 0.1s ease-in-out;
  -moz-transition: border-color 0.1s ease-in-out;
  transition: border-color 0.1s ease-in-out;
}

nav.pagination .previous:hover, nav.pagination .next:hover {
  border-color: #B6B7C5;
}

nav.pagination .previous i, nav.pagination .next i {
  display: none;
}

nav.pagination ul.page-numbers {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: default;
}

nav.pagination ul.page-numbers li {
  display: inline-block;
  text-transform: uppercase;
  color: #373737;
  margin: 0 2px;
}

nav.pagination ul.page-numbers a, nav.pagination ul.page-numbers span {
  display: block;
  text-align: center;
  border: 2px solid #e9e9e9;
  width: 42px;
  height: 42px;
  border-radius: 90px;
  color: #373737;
  -webkit-transition: border-color 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
}

nav.pagination ul.page-numbers a {
  cursor: pointer;
}

nav.pagination ul.page-numbers a:hover {
  border-color: #B6B7C5;
}

nav.pagination ul.page-numbers span {
  background: #f9f9f9;
}

nav.pagination ul.page-numbers .dots {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  width: 16px;
}

nav.pagination .button .sub {
  display: block;
  color: #373737;
}

@media (max-width: 740px) {
  nav.pagination ul.page-numbers {
    display: none;
  }
}

@media (max-width: 520px) {
  nav.pagination .button .main {
    display: none;
  }
  nav.pagination .button .sub i {
    display: inline-block;
  }
}

/* FOOTER */
footer.main {
  overflow: hidden;
  padding: 30px;
  background: #242526;
}

footer.main .copyright {
  float: left;
  padding: 0;
  border: 0;
}

footer.main .copyright:after {
  display: none;
}

footer.main .copyright .main {
  margin: 0 0 10px;
  color: #ced3d8;
}

footer.main .copyright .main a {
  color: #ced3d8;
}

footer.main .copyright .main a:hover {
  color: #fff;
}

footer.main .copyright .alt {
  margin: 0;
  color: #515151;
}

footer.main .copyright .alt a {
  color: #515151;
}

footer.main .copyright .alt a:hover {
  color: #797979;
}

footer.main .social {
  float: right;
  padding: 0;
  margin: 5px 0;
  overflow: hidden;
  list-style: none;
}

footer.main .social li {
  display: block;
  float: left;
  border-left: 1px solid #4b4b4b;
}

footer.main .social li:first-child {
  border: 0;
}

footer.main .social li:last-child a {
  padding-right: 0;
}

footer.main .social a {
  display: inline-block;
  margin: 0;
  padding: 0 17px;
  color: #fff;
}

footer.main .social .twitter:hover {
  color: #55acee;
}

footer.main .social .facebook:hover {
  color: #3b5998;
}

footer.main .social .github:hover {
  color: #999999;
}

footer.main .social .youtube:hover {
  color: #c4302b;
}

footer.main .social .dribbble:hover {
  color: #ea4c89;
}

footer.main .social .google-plus:hover {
  color: #dd4b39;
}

footer.main .social .instagram:hover {
  color: #3f729b;
}

footer.main .social .linkedin:hover {
  color: #0e76a8;
}

footer.main .social .pinterest:hover {
  color: #c8232c;
}

footer.main .social .skype:hover {
  color: #00aff0;
}

footer.main .social .tumblr:hover {
  color: #35465c;
}

footer.main .social .flickr:hover {
  color: #ff0084;
}

footer.main .social .reddit:hover {
  color: #5f99cf;
}

footer.main .social .stackoverflow:hover {
  color: #fe7a15;
}

footer.main .social .twitch:hover {
  color: #6441a5;
}

footer.main .social .vine:hover {
  color: #00b488;
}

footer.main .social .vk:hover {
  color: #45668e;
}

footer.main .social .vimeo:hover {
  color: #1ab7ea;
}

footer.main .social .weibo:hover {
  color: #d72928;
}

footer.main .social .soundcloud:hover {
  color: #ff8800;
}

@media (max-width: 900px) {
  footer.main .copyright, footer.main .social {
    clear: both;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  footer.main .social {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
  }
  footer.main .social li {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
  }
}

footer.postinfo {
  transform: translateY(0%);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 75px;
  border-top: 2px solid #f2f2f2;
  z-index: 1500;
  -webkit-transition: left 500ms ease-in-out;
  -moz-transition: left 500ms ease-in-out;
  transition: left 500ms ease-in-out;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

footer.postinfo .socialoptions {
  position: absolute;
  bottom: 38px;
  width: 100%;
  background: #f4f4f4;
  background: rgba(244, 244, 244, 0.5);
  height: 75px;
  margin-left: -25px;
  display: none;
}

footer.postinfo .socialoptions .closeshare {
  cursor: pointer;
}

footer.postinfo .socialoptions ul {
  float: right;
  list-style: none;
  margin: 23px 15px 0 0;
}

footer.postinfo .socialoptions ul li {
  float: left;
  margin-right: 10px;
}

footer.postinfo .default {
  position: relative;
  padding: 22px 25px 15px;
}

footer.postinfo .authorinfo {
  float: left;
}

footer.postinfo .authorinfo .gravatar {
  width: 30px;
  height: 30px;
  border-radius: 60px;
  vertical-align: -9px;
  margin-right: 10px;
}

footer.postinfo .postoptions {
  margin: 0;
  list-style: none;
}

footer.postinfo .postoptions li {
  display: block;
  float: left;
  cursor: pointer;
}

footer.postinfo .postoptions li:first-child {
  border: 0;
}

footer.postinfo .postoptions li:last-child {
  padding-right: 0;
}

footer.postinfo .relatedposts {
  overflow: hidden;
  position: relative;
  display: none;
  padding: 22px 25px 15px;
}

footer.postinfo .relatedposts .previouspost, footer.postinfo .relatedposts .nextpost {
  float: left;
  display: block;
}

footer.postinfo .relatedposts .nextpost {
  float: right;
  text-align: right;
}

footer.postinfo .relatedposts img {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 60px;
  margin-right: 10px;
}

footer.postinfo .relatedposts .nextpost img {
  float: right;
  margin-right: 0px;
  margin-left: 10px;
}

footer.postinfo .relatedposts .info {
  float: left;
}

footer.postinfo .relatedposts .nextpost img {
  float: right;
}

footer.postinfo .relatedposts span {
  display: block;
}

footer.postinfo .relatedposts .backtotop {
  display: block;
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  background: #e8e8e8;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 90px;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

footer.postinfo .relatedposts .backtotop i {
  color: #fff;
}

footer.postinfo .relatedposts .backtotop:hover {
  background: #4a5153;
}

@media (max-width: 750px) {
  footer.postinfo {
    display: none !important;
  }
}

/* SEARCH */
.searchoverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #191a1a;
  background: rgba(25, 26, 26, 0.89);
  z-index: 2000;
  display: none;
  -webkit-transition: left 500ms ease-in-out;
  -moz-transition: left 500ms ease-in-out;
  transition: left 500ms ease-in-out;
}

.searchoverlay .closesearch {
  color: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.searchoverlay form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 700px;
}

.searchoverlay form input {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #545555;
  width: 100%;
}

.searchoverlay form .fa-search {
  cursor: pointer;
}

@media (max-width: 800px) {
  .searchoverlay form {
    width: 80%;
  }
}

/* DRAWER */
.drawer {
  position: fixed;
  z-index: 3000;
  height: 100%;
  top: 0;
  right: 0;
  padding: 0 35px;
  -webkit-overflow-scrolling: touch;
}

.drawer .closedrawer {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  cursor: pointer;
}

@media (max-width: 420px) {
  .drawer {
    width: 325px;
  }
}

/* PAGE WRAPPER */
.pagewrapper {
  position: relative;
  left: 0;
  -webkit-transition: left 500ms ease-in-out;
  -moz-transition: left 500ms ease-in-out;
  transition: left 500ms ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
}

/* WIDGETS */
.widget {
  padding: 35px 0 0;
}

.widget:last-child {
  border: 0;
}

.widget > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget > *:first-child {
  margin-top: 0;
  padding-top: 0;
}

.widget .widget-title {
  color: #242526;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 25px;
}

.widget .widget-title a {
  color: #242526;
}

.widget hr {
  display: none;
  margin: 0;
  height: 1px;
  border: 0;
  width: 20%;
  background: #000;
}

.widget p {
  color: #7a7e81;
}

.widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget li a {
  display: inline-block;
  padding: 5px 0 5px 0;
  color: #8b8b8b;
}

.widget li a:hover {
  color: #4f4f4f;
}

.widget input, .widget select, .widget button {
  max-width: 100%;
}

.widget li:last-child a {
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget:after {
  display: block;
  clear: both;
  content: '';
  width: 20%;
  background: #ececec;
  height: 1px;
  margin-top: 35px;
}

.widget.blog_info h1 {
  color: #373737;
}

.widget.blog_info img {
  max-width: 80%;
}

.widget.navigation {
  padding: 20px 0 0;
  text-transform: uppercase;
}

.widget.navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget.navigation li {
  padding: 0;
  margin: 0;
}

.widget.navigation li:last-child {
  border-bottom: 0;
}

.widget.navigation li a {
  display: block;
  padding: 15px 0;
  color: #242526;
  outline: none;
}

.widget.navigation li a i {
  color: #c6cdd6;
}

.widget.navigation li a:hover {
  color: #151516;
}

.widget.navigation li a:hover i {
  color: #9ca1a8;
}

.widget.navigation i {
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

.widget.navigation .sub-menu {
  display: none;
  margin-bottom: 10px;
}

.widget.navigation .sub-menu li:last-child {
  border: 0;
}

.widget.navigation .sub-menu li a {
  padding: 10px 0 10px 10px;
  color: #8b8b8b;
}

.widget.navigation .sub-menu li a:hover {
  color: #4f4f4f;
}

.widget.navigation i {
  margin-left: 15px;
  color: #4e4e4e;
}

.widget.navigation:after {
  margin-top: 20px;
}

.widget.twitter .tweet {
  clear: both;
  margin-bottom: 35px;
  overflow: hidden;
}

.widget.twitter .tweet:last-child {
  margin-bottom: 0;
}

.widget.twitter .text {
  margin-top: 0;
  margin-bottom: 25px;
  color: #888e92;
}

.widget.twitter .info {
  overflow: hidden;
}

.widget.twitter .author {
  display: inline-block;
  float: left;
  color: #7d8489;
}

.widget.twitter .author i {
  margin-right: 5px;
  color: #55acee;
  -webkit-transition: color 0.25s ease-in-out, background 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out, background 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.widget.twitter .author:hover {
  color: #5e6266;
}

.widget.twitter .date {
  display: inline-block;
  float: right;
  color: #cfcfcf;
  margin-top: 2px;
  text-transform: uppercase;
}

.widget.twitter .date:hover {
  color: #9b9b9b;
}

.widget.social {
  padding: 35px 0 0;
}

.widget.social:after {
  margin-top: 25px;
}

.widget .searchform {
  position: relative;
}

.widget .searchform input {
  width: 100%;
  height: 47px;
  border-radius: 100px;
  border: 1px solid #e0e0e0;
  padding: 0 50px;
  background: transparent;
  margin-bottom: 0;
}

.widget .searchform .fa-search {
  position: absolute;
  top: 18px;
  left: 22px;
  color: #b5b5b5;
}

.widget .searchform .submit {
  position: absolute;
  top: 18px;
  right: 22px;
  color: #858f96;
}

.widget.latestposts {
  overflow: hidden;
}

.widget.latestposts .post {
  overflow: hidden;
  margin-bottom: 40px;
}

.widget.latestposts .post:last-child {
  margin: 0;
}

.widget.latestposts .info {
  margin-top: -4px;
}

.widget.latestposts .category {
  display: inline-block;
  background: #3f9bd5;
  border-radius: 3px;
  padding: 6px 10px;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
}

.widget.latestposts .category:hover {
  color: #e1e1e1;
}

.widget.latestposts .thumbnail {
  width: 25%;
  max-width: 65px;
  height: 65px;
  float: left;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.widget.latestposts .thumbnail span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.widget.latestposts .thumbnail .fa-link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  z-index: 600;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.widget.latestposts .thumbnail:hover span {
  opacity: 0.4;
}

.widget.latestposts .thumbnail:hover .fa-link {
  opacity: 1;
}

.widget.latestposts .excerpt {
  display: none;
}

.widget.latestposts .info {
  max-width: 67.5%;
  margin-left: 7.5%;
  float: left;
}

.widget.latestposts h5 {
  margin: 10px 0 0;
  color: #62646c;
}

.widget.latestposts h5 a {
  color: #62646c;
}

.widget.latestposts h5 a:hover {
  color: #62646c;
}

.widget.latestposts .meta {
  display: none;
}

.widget.relatedposts, .widget.randomposts {
  overflow: hidden;
}

.widget.relatedposts .category, .widget.randomposts .category {
  display: none;
}

.widget.relatedposts .feature, .widget.randomposts .feature {
  display: block;
  height: 150px;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.widget.relatedposts .feature:after, .widget.randomposts .feature:after {
  content: 'Read Article';
  text-transform: uppercase;
  text-align: center;
  height: 150px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding-top: 70px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.widget.relatedposts .feature:hover:after, .widget.randomposts .feature:hover:after {
  opacity: 1.0;
}

.widget.relatedposts .feature:hover img, .widget.randomposts .feature:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.widget.relatedposts .feature img, .widget.randomposts .feature img {
  width: 100%;
  min-height: 100%;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.widget.relatedposts article, .widget.randomposts article {
  padding: 15px 0;
}

.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 {
  margin: 17px 0 9px;
}

.widget.relatedposts h4 a, .widget.randomposts h4 a {
  color: #62646c;
  display: block;
  width: 100%;
}

.widget.relatedposts h4 a:hover, .widget.randomposts h4 a:hover {
  color: #999999;
}

.widget.relatedposts .meta, .widget.randomposts .meta {
  display: none;
}

.widget.subscribe {
  position: relative;
  overflow: hidden;
}

.widget.subscribe .email {
  padding: 18px 18px 18px 50px;
  border-radius: 0px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.widget.subscribe label {
  display: none;
}

.widget.subscribe i {
  position: absolute;
  bottom: 54px;
  left: 20px;
  color: #a8a8a8;
  z-index: 100;
}

.widget.subscribe input[type="email"] {
  margin-top: 10px;
  width: 100%;
  height: 48px;
  border-radius: 100px;
  border: 1px solid #e0e0e0;
  padding: 0 125px 0 50px;
  background: #fff;
  margin-bottom: 0;
}

.widget.subscribe input[type="submit"] {
  position: absolute;
  top: 15px;
  right: 5px;
  width: 35%;
  height: 38px;
  border-radius: 100px;
  text-transform: uppercase;
  background: #f4f4f4;
  border: 0;
  margin-top: 0;
  padding: 0;
  -webkit-transition: background 0.15s ease-in;
  -moz-transition: background 0.15s ease-in;
  transition: background 0.15s ease-in;
}

.widget.subscribe input[type="submit"]:hover {
  background: #e5e5e5;
  color: #373737;
}

.widget.subscribe form {
  position: relative;
  overflow: hidden;
}

.widget.socialshare {
  overflow: hidden;
}

.widget.socialshare .options {
  overflow: hidden;
  padding-bottom: 0px;
}

.widget.socialshare > *:last-child {
  margin-bottom: 0;
}

.widget.socialshare > *:first-child {
  margin-top: 0;
}

.widget.socialshare a:nth-child(odd) {
  float: left;
}

.widget.socialshare a:nth-child(even) {
  float: right;
}

.widget.copyright .main {
  margin: 0 0 10px;
  color: #505357;
}

.widget.copyright .main a {
  color: #505357;
}

.widget.copyright .main a:hover {
  color: #333538;
}

.widget.copyright .alt {
  margin: 0;
  color: #a9b1b9;
}

.widget.copyright .alt a {
  color: #a9b1b9;
}

.widget.copyright .alt a:hover {
  color: #797979;
}

.drawer .widget.authorprofile {
  padding: 35px 0 0;
}

.drawer .widget.authorprofile .info {
  overflow: hidden;
}

.drawer .widget.authorprofile .profile {
  float: left;
  width: 20%;
}

.drawer .widget.authorprofile .profile img {
  border-radius: 90px;
}

.drawer .widget.authorprofile .meta {
  float: left;
  width: 75%;
  margin-left: 5%;
}

.drawer .widget.authorprofile .meta .title, .drawer .widget.authorprofile .meta .twittertag {
  text-transform: uppercase;
  color: #c9c9c9;
}

.drawer .widget.authorprofile .meta .title a, .drawer .widget.authorprofile .meta .twittertag a {
  color: #c9c9c9;
}

.drawer .widget.authorprofile .meta .title {
  display: block;
}

.drawer .widget.authorprofile .meta h3 {
  margin: 0;
}

.drawer .widget.authorprofile .meta h3 a {
  color: #403f3f;
}

.drawer .widget.authorprofile .meta .twittertag {
  color: #c9c9c9;
  text-transform: none;
}

.drawer .widget.authorprofile .meta .twittertag:hover {
  color: #959595;
}

.drawer .widget.authorprofile p {
  margin: 20px 0 25px;
}

.drawer .widget.authorprofile .authorsocial li {
  display: inline-block;
  margin-bottom: 4px;
}

.drawer .widget.authorprofile .authorsocial a {
  width: 30px;
  height: 30px;
}

.drawer .widget.authorprofile .authorsocial a:hover {
  color: #fff;
}

.drawer .widget.copyright .ecko {
  display: block;
  margin-bottom: 10px;
}

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

.widget.advrt > * {
  display: inline-block;
  margin: 0 auto;
}

.widget.advrt > script {
  display: none;
}

/* SOCIAL BUTTONS */
nav.social ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

nav.social ul li {
  float: left;
  margin-right: 9px;
  margin-bottom: 10px;
}

nav.social .socialdark, .socialdark {
  display: block;
  width: 35px;
  height: 35px;
  background: #f2f2f2;
  color: #636c77;
  border-radius: 70px;
  text-align: center;
  -webkit-transition: background 0.15s ease-in;
  -moz-transition: background 0.15s ease-in;
  transition: background 0.15s ease-in;
}

nav.social .socialdark.twitter, .socialdark.twitter {
  background: #55acee;
  color: #fff;
}

nav.social .socialdark.twitter:hover, .socialdark.twitter:hover {
  background: #1689e0;
}

nav.social .socialdark.facebook, .socialdark.facebook {
  background: #3b5998;
  color: #fff;
}

nav.social .socialdark.facebook:hover, .socialdark.facebook:hover {
  background: #263961;
}

nav.social .socialdark.github, .socialdark.github {
  background: #333;
  color: #fff;
}

nav.social .socialdark.github:hover, .socialdark.github:hover {
  background: #0d0d0d;
}

nav.social .socialdark.youtube, .socialdark.youtube {
  background: #c4302b;
  color: #fff;
}

nav.social .socialdark.youtube:hover, .socialdark.youtube:hover {
  background: #85211d;
}

nav.social .socialdark.dribbble, .socialdark.dribbble {
  background: #ea4c89;
  color: #fff;
}

nav.social .socialdark.dribbble:hover, .socialdark.dribbble:hover {
  background: #d11960;
}

nav.social .socialdark.google, .socialdark.google {
  background: #dd4b39;
  color: #fff;
}

nav.social .socialdark.google:hover, .socialdark.google:hover {
  background: #ac2d1e;
}

nav.social .socialdark.instagram, .socialdark.instagram {
  background: #3f729b;
  color: #fff;
}

nav.social .socialdark.instagram:hover, .socialdark.instagram:hover {
  background: #294a65;
}

nav.social .socialdark.linkedin, .socialdark.linkedin {
  background: #0e76a8;
  color: #fff;
}

nav.social .socialdark.linkedin:hover, .socialdark.linkedin:hover {
  background: #084461;
}

nav.social .socialdark.pinterest, .socialdark.pinterest {
  background: #c8232c;
  color: #fff;
}

nav.social .socialdark.pinterest:hover, .socialdark.pinterest:hover {
  background: #87181e;
}

nav.social .socialdark.skype, .socialdark.skype {
  background: #00aff0;
  color: #fff;
}

nav.social .socialdark.skype:hover, .socialdark.skype:hover {
  background: #0077a4;
}

nav.social .socialdark.tumblr, .socialdark.tumblr {
  background: #35465c;
  color: #fff;
}

nav.social .socialdark.tumblr:hover, .socialdark.tumblr:hover {
  background: #19212b;
}

nav.social .socialdark.flickr, .socialdark.flickr {
  background: #ff0084;
  color: #fff;
}

nav.social .socialdark.flickr:hover, .socialdark.flickr:hover {
  background: #b3005c;
}

nav.social .socialdark.reddit, .socialdark.reddit {
  background: #5f99cf;
  color: #fff;
}

nav.social .socialdark.reddit:hover, .socialdark.reddit:hover {
  background: #3473ad;
}

nav.social .socialdark.stackoverflow, .socialdark.stackoverflow {
  background: #fe7a15;
  color: #fff;
}

nav.social .socialdark.stackoverflow:hover, .socialdark.stackoverflow:hover {
  background: #c65601;
}

nav.social .socialdark.twitch, .socialdark.twitch {
  background: #6441a5;
  color: #fff;
}

nav.social .socialdark.twitch:hover, .socialdark.twitch:hover {
  background: #432b6e;
}

nav.social .socialdark.vine, .socialdark.vine {
  background: #00b488;
  color: #fff;
}

nav.social .socialdark.vine:hover, .socialdark.vine:hover {
  background: #00684e;
}

nav.social .socialdark.vk, .socialdark.vk {
  background: #45668e;
  color: #fff;
}

nav.social .socialdark.vk:hover, .socialdark.vk:hover {
  background: #2c415b;
}

nav.social .socialdark.vimeo, .socialdark.vimeo {
  background: #1ab7ea;
  color: #fff;
}

nav.social .socialdark.vimeo:hover, .socialdark.vimeo:hover {
  background: #0f83a8;
}

nav.social .socialdark.weibo, .socialdark.weibo {
  background: #d72928;
  color: #fff;
}

nav.social .socialdark.weibo:hover, .socialdark.weibo:hover {
  background: #971d1c;
}

nav.social .socialdark.email, .socialdark.email {
  background: #76b852;
  color: #fff;
}

nav.social .socialdark.email:hover, .socialdark.email:hover {
  background: #538637;
}

nav.social .socialdark.soundcloud, .socialdark.soundcloud {
  background: #ff8800;
  color: #fff;
}

nav.social .socialdark.soundcloud:hover, .socialdark.soundcloud:hover {
  background: #b35f00;
}

.sharebutton {
  color: #fff;
  width: 47%;
  text-align: center;
  padding: 13px 0;
  background: #242424;
  border-radius: 90px;
  display: block;
  margin-top: 20px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.sharebutton:nth-child(1), .sharebutton:nth-child(2) {
  margin-top: 0;
}

.sharebutton i {
  margin-right: 10px;
}

.sharebutton.left {
  float: left;
}

.sharebutton.right {
  float: right;
}

.sharebutton.twitter {
  background: #55acee;
}

.sharebutton.twitter:hover {
  background: #147bc9;
}

.sharebutton.facebook {
  background: #3b5998;
}

.sharebutton.facebook:hover {
  background: #1e2e4f;
}

.sharebutton.google {
  background: #dd4b39;
}

.sharebutton.google:hover {
  background: #96271a;
}

.sharebutton.reddit {
  background: #5f99cf;
}

.sharebutton.reddit:hover {
  background: #2e669a;
}

.sharebutton.pinterest {
  background: #c8232c;
}

.sharebutton.pinterest:hover {
  background: #711419;
}

.sharebutton.linkedin {
  background: #0e76a8;
}

.sharebutton.linkedin:hover {
  background: #06344a;
}

.sharebutton.email {
  background: #76b852;
}

.sharebutton.email:hover {
  background: #487430;
}

/* POST TITLE */
.posttitle .meta .category {
  position: relative;
}

.posttitle .meta .date, .posttitle .meta .readtime {
  display: none;
}

.posttitle h1, .posttitle h2 {
  margin: 35px 0;
}

.posttitle .title a {
  color: #fff;
}

.posttitle .excerpt {
  margin: 35px 0;
  color: #939393;
}

.posttitle .author {
  display: none;
}

.posttitle hr {
  border: 0;
  height: 3px;
  width: 10%;
  background: #5a5a5a;
  margin: 0;
}

.posttitle:after {
  display: block;
  content: '';
  clear: both;
  height: 4px;
  width: 15%;
  background: #6a6a6a;
}

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

.posttitle.middle .meta .category {
  float: none;
  margin: 0 auto;
}

.posttitle.middle:after {
  margin: 0 auto;
}

.posttitle.center {
  display: table-cell;
  vertical-align: middle;
}

.posttitle.single {
  margin-top: 90px;
  padding-bottom: 0;
}

.posttitle.single .title a {
  color: #292929;
  margin-bottom: 35px;
}

.posttitle.single .excerpt {
  color: #b5b5b5;
}

.posttitle.single:after {
  background: #f1f1f1;
}

@media (max-width: 880px) {
  body.single .posttitle, body.page .posttitle {
    text-align: center;
  }
  body.single .posttitle h1, body.single .posttitle .excerpt, body.page .posttitle h1, body.page .posttitle .excerpt {
    text-align: center;
  }
  body.single .posttitle .meta .category, body.page .posttitle .meta .category {
    margin: 0 auto;
  }
}

.cover.front .posttitle .meta .date, .cover.front .posttitle .meta .readtime {
  display: block;
}

.cover.front .posttitle .meta .date:hover, .cover.front .posttitle .meta .date a:hover, .cover.front .posttitle .meta .readtime:hover, .cover.front .posttitle .meta .readtime a:hover {
  color: #fff;
}

.cover.front .posttitle .author {
  display: inline-block;
}

.cover.front .posttitle .author:hover, .cover.front .posttitle .author a:hover {
  color: #fff;
}

.cover.front .posttitle:after {
  height: 0px;
}

@media (max-width: 880px) {
  .cover.front .posttitle .meta .date, .cover.front .posttitle .meta .readtime, .cover.front .posttitle .author {
    display: none;
  }
}

@media (max-width: 560px) {
  .cover.front .posttitle {
    vertical-align: middle;
  }
}

/* POST CONTENTS */
.postcontents {
  /* BLOCK */
  /* INLINE */
}

.postcontents > *:first-child, .postcontents .wrapper > *:first-child {
  margin-top: 0;
}

.postcontents > *:last-child, .postcontents .wrapper > *:last-child {
  margin-bottom: 0;
}

.postcontents a[href$=jpg],
.postcontents a[href$=jpeg],
.postcontents a[href$=jpe],
.postcontents a[href$=png],
.postcontents a[href$=gif] {
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: 0 none;
  background: transparent;
  outline: 0 !important;
}

.postcontents hr {
  height: 1px;
  width: 60%;
  border: 0;
  margin: 50px auto;
  background: #dfdfdf;
}

.postcontents p {
  overflow: none;
}

.postcontents h1 + *, .postcontents h2 + *, .postcontents h3 + *, .postcontents h4 + *, .postcontents h5 + *, .postcontents h6 + * {
  margin-top: 35px;
}

.postcontents ul, .postcontents ol, .postcontents dl {
  margin-left: 5%;
}

.postcontents li {
  margin: 0 0 20px;
  padding: 0 2.5%;
}

.postcontents li:last-child {
  margin-bottom: 0;
}

.postcontents dt {
  font-weight: 600;
}

.postcontents dd {
  margin: 0 0 20px 5%;
}

.postcontents pre {
  margin: 50px 0;
}

.postcontents .gallery {
  width: 102.5%;
}

.postcontents .gallery a {
  border: 0;
}

.postcontents .gallery img {
  border: 0 !important;
}

.postcontents .gallery .gallery-item {
  padding-right: 2.5% !important;
}

.postcontents .gallery dl {
  margin-left: inherit;
}

.postcontents .gallery-caption {
  margin: 0;
  padding: 10px 5%;
}

.postcontents .annotation {
  position: relative;
  width: 100%;
}

.postcontents .annotation .main {
  position: absolute;
  width: 250px;
  top: 0;
  right: -290px;
  border-bottom: 1px solid #eeeeef;
}

.postcontents table {
  clear: both;
  border-collapse: collapse;
  width: 100%;
}

.postcontents th {
  background: #F0F0F0;
  font-weight: 700;
}

.postcontents td, .postcontents th {
  border: 1px solid #DBDBDB;
  padding: 0.5rem;
  text-align: left;
}

.postcontents .wide {
  display: block;
  margin: 50px -75px;
}

.postcontents .wide blockquote {
  padding: 0;
  margin: 50px 0;
  color: #38393c;
  text-align: center;
  border: 0;
}

.postcontents .wide blockquote cite {
  display: block;
  margin-top: 30px;
  color: #c5c5c6;
  font-style: normal;
}

.postcontents .wide blockquote:after, .postcontents .wide blockquote:before {
  display: block;
  content: '';
  background: #ededed;
  width: 60%;
  height: 1px;
}

.postcontents .wide blockquote:after {
  margin: 40px auto 60px;
}

.postcontents .wide blockquote:before {
  margin: 60px auto 40px;
}

.postcontents blockquote {
  padding: 10px 0 10px 5%;
  margin: 50px 0;
  color: #38393c;
  text-align: left;
  border-left: 6px solid #e8eaed;
}

.postcontents blockquote p {
  margin: 15px 0 15px;
}

.postcontents blockquote cite {
  display: block;
  margin-top: 35px;
  color: #c5c5c6;
}

.postcontents.dark {
  padding: 90px 0;
  background: #2c2e32;
  color: #e2e2e2 !important;
}

.postcontents.dark h1, .postcontents.dark h2, .postcontents.dark h3, .postcontents.dark h4, .postcontents.dark h5, .postcontents.dark h6, .postcontents.dark p, .postcontents.dark ul, .postcontents.dark li, .postcontents.dark ol, .postcontents.dark a {
  color: #e2e2e2;
}

.postcontents.dark p {
  color: #e2e2e2;
}

.postcontents.full img {
  width: 100%;
  height: auto;
  border-radius: 0;
}

.postcontents input[type="text"], .postcontents input[type="email"], .postcontents input[type="password"] {
  width: 100%;
  background: #F5F5F5;
  border: 2px solid #F5F5F5;
  -webkit-transition: border-color 0.2s ease-in;
  -moz-transition: border-color 0.2s ease-in;
  transition: border-color 0.2s ease-in;
}

.postcontents input[type="text"]:focus, .postcontents input[type="email"]:focus, .postcontents input[type="password"]:focus {
  border-color: #cdcdcd;
}

.postcontents input[type="submit"], .postcontents button {
  margin-bottom: 30px;
  float: left;
  clear: both;
  margin-top: 0;
}

.postcontents button {
  padding: 4px 32px;
}

.postcontents textarea {
  margin-bottom: 30px;
  background: #F5F5F5;
  border: 2px solid #F5F5F5;
  -webkit-transition: border-color 0.2s ease-in;
  -moz-transition: border-color 0.2s ease-in;
  transition: border-color 0.2s ease-in;
}

.postcontents textarea:active, .postcontents textarea:focus {
  outline: none;
}

.postcontents textarea:focus {
  border-color: #cdcdcd;
}

.postcontents q {
  display: block;
  max-width: 45%;
  float: right;
  text-align: right;
  margin-top: 0 !important;
  padding: 25px 0 25px 2.5%;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  margin: 0 0 2.5% 25px;
  color: #000;
}

.postcontents q:after, .postcontents q:before {
  content: "";
}

.postcontents q.left {
  float: left;
  text-align: left;
  padding: 25px 2.5% 25px 0;
  margin: 0 2.5% 25px 0;
}

.postcontents q cite {
  text-decoration: none;
  display: block;
  margin-top: 15px;
  color: #7F8088;
}

@media (max-width: 1375px) {
  .postcontents .annotation .main {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin: 10px 0;
  }
  .postcontents .annotation .main p {
    margin: 10px 0;
  }
}

@media (max-width: 1050px) {
  .postcontents .wide {
    display: block;
    margin: 50px 0;
  }
}

@media (max-width: 840px) {
  .postcontents {
    margin: 10% auto;
  }
}

@media (max-width: 640px) {
  .postcontents.dark {
    padding: 40px 0;
  }
  .postcontents h1, .postcontents h2, .postcontents h3, .postcontents h4, .postcontents h5, .postcontents h6, .postcontents p, .postcontents ul, .postcontents ol, .postcontents blockquote, .postcontents pre, .postcontents .wide blockquote, .postcontents .wide {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .postcontents hr {
    margin: 40px auto;
  }
}

@media (max-width: 450px) {
  .postcontents.dark {
    padding: 30px 0;
  }
  .postcontents h1, .postcontents h2, .postcontents h3, .postcontents h4, .postcontents h5, .postcontents h6, .postcontents p, .postcontents ul, .postcontents ol, .postcontents blockquote, .postcontents pre, .postcontents .wide blockquote, .postcontents .wide {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .postcontents hr {
    margin: 30px auto;
  }
}

/*!
 * Justified Gallery - v3.6.0
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2015 Miro Mannino
 * Licensed under the MIT license.
 */
@-webkit-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: .7;
  }
}

@-moz-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: .7;
  }
}

@-o-keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: .7;
  }
}

@keyframes justified-gallery-show-caption-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: .7;
  }
}

@-webkit-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes justified-gallery-show-entry-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.justified-gallery > a, .justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

.justified-gallery > a > img, .justified-gallery > div > img, .justified-gallery > a > a > img, .justified-gallery > div > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: 0;
}

.justified-gallery > a > .caption, .justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}

.justified-gallery > a > .caption.caption-visible, .justified-gallery > div > .caption.caption-visible {
  display: initial;
  opacity: .7;
  filter: "alpha(opacity=70)";
  -webkit-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-caption-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-caption-animation 500ms 0 ease;
}

.justified-gallery > .entry-visible {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -moz-animation: justified-gallery-show-entry-animation 500ms 0 ease;
  -ms-animation: justified-gallery-show-entry-animation 500ms 0 ease;
}

.justified-gallery > .jg-filtered {
  display: none;
}

.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0;
  left: 50%;
  opacity: initial;
  filter: initial;
  overflow: initial;
}

.justified-gallery > .spinner > span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* LIGHT BOX STYLES */
.mfp-bg {
  position: fixed;
  z-index: 3042;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: .8;
  background: #0b0b0b;
  filter: alpha(opacity=80);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a:hover {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
	   * Remove all paddings around the image on small screen
	   */
  .mfp-img-mobile .mfp-image-holder {
    padding-right: 0;
    padding-left: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    position: fixed;
    top: auto;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    background: rgba(0, 0, 0, 0.6);
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    top: 3px;
    right: 5px;
  }
  .mfp-img-mobile .mfp-close {
    line-height: 35px;
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-right: 6px;
    padding-left: 6px;
  }
}

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

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

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

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

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

/* POST BOTTOM */
.postbottom {
  margin: 90px auto 80px;
}

.postbottom ul.tags {
  float: left;
}

.postbottom .info {
  clear: both;
  overflow: hidden;
}

.postbottom .category {
  float: right;
  width: 30%;
  display: block;
  padding: 12px 25px;
  border-radius: 3px;
  background: #009bbb;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.postbottom .shareoptions {
  margin-top: 30px;
  clear: both;
  overflow: hidden;
}

.postbottom .permalink {
  width: 65%;
  overflow: hidden;
  display: block;
  float: left;
  margin-top: 11px;
  color: #858585;
}

.postbottom .permalink:hover {
  color: #575757;
}

.postbottom .sharebuttons {
  padding: 0;
  margin: 0;
  float: right;
}

.postbottom .sharebuttons li {
  display: block;
  float: left;
  margin-left: 8px;
}

.postbottom .sharebuttons li:first-child {
  text-transform: uppercase;
  color: #868686;
  margin-top: 11px;
}

.postbottom:before {
  content: '';
  display: block;
  height: 1px;
  width: 70%;
  margin: 0 auto 90px;
  background: #dfdfdf;
}

@media (max-width: 640px) {
  .postbottom {
    margin: 45px auto 40px;
  }
  .postbottom:before {
    margin-bottom: 40px;
  }
}

@media (max-width: 450px) {
  .postbottom {
    margin: 30px auto 35px;
  }
  .postbottom:before {
    margin-bottom: 35px;
  }
}

@media (max-width: 800px) {
  .postbottom .permalink {
    display: none;
  }
}

@media (max-width: 630px) {
  .postbottom {
    text-align: center;
  }
  .postbottom .tags {
    width: 100%;
    float: none;
    text-align: center;
  }
  .postbottom .tags a {
    float: none;
    display: inline-block;
  }
  .postbottom .category {
    display: inline-block;
    clear: both;
    float: none;
    width: auto;
    margin-top: 30px;
  }
  .postbottom .sharebuttons {
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
  .postbottom .sharebuttons li {
    float: none;
    display: inline-block;
  }
}

/* POST AUTHOR */
body.single .pagewrapper .widget.authorprofile, body.page .pagewrapper .widget.authorprofile, .authortitle {
  margin: 110px 0 0;
  background: #f9f9f9;
  border-top: 1px solid #f3f3f3;
  text-align: center;
}

body.single .pagewrapper .widget.authorprofile .info, body.page .pagewrapper .widget.authorprofile .info, .authortitle .info {
  margin: -73px 0 30px;
}

body.single .pagewrapper .widget.authorprofile .gravatar img, body.page .pagewrapper .widget.authorprofile .gravatar img, .authortitle .gravatar img {
  border-radius: 90px;
  overflow: hidden;
}

body.single .pagewrapper .widget.authorprofile .meta .title, body.single .pagewrapper .widget.authorprofile .meta .twittertag, body.page .pagewrapper .widget.authorprofile .meta .title, body.page .pagewrapper .widget.authorprofile .meta .twittertag, .authortitle .meta .title, .authortitle .meta .twittertag {
  text-transform: uppercase;
  color: #c9c9c9;
}

body.single .pagewrapper .widget.authorprofile .meta .title, body.page .pagewrapper .widget.authorprofile .meta .title, .authortitle .meta .title {
  display: block;
  margin-top: 26px;
}

body.single .pagewrapper .widget.authorprofile .meta .twittertag, body.page .pagewrapper .widget.authorprofile .meta .twittertag, .authortitle .meta .twittertag {
  color: #c9c9c9;
  text-transform: none;
}

body.single .pagewrapper .widget.authorprofile .meta .twittertag:hover, body.page .pagewrapper .widget.authorprofile .meta .twittertag:hover, .authortitle .meta .twittertag:hover {
  color: #959595;
}

body.single .pagewrapper .widget.authorprofile .meta h3, body.page .pagewrapper .widget.authorprofile .meta h3, .authortitle .meta h3 {
  margin: 5px 0 6px;
}

body.single .pagewrapper .widget.authorprofile .meta h3 a, body.page .pagewrapper .widget.authorprofile .meta h3 a, .authortitle .meta h3 a {
  color: #403f3f;
}

body.single .pagewrapper .widget.authorprofile p, body.page .pagewrapper .widget.authorprofile p, .authortitle p {
  margin: 20px 0 45px;
  color: #62646c;
}

body.single .pagewrapper .widget.authorprofile .authorsocial, body.page .pagewrapper .widget.authorprofile .authorsocial, .authortitle .authorsocial {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 40px;
  text-align: center;
  padding: 0;
}

body.single .pagewrapper .widget.authorprofile .authorsocial li, body.page .pagewrapper .widget.authorprofile .authorsocial li, .authortitle .authorsocial li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 10px;
}

body.single .pagewrapper .widget.authorprofile .authorsocial li:last-child, body.page .pagewrapper .widget.authorprofile .authorsocial li:last-child, .authortitle .authorsocial li:last-child {
  margin-right: 0;
}

body.single .pagewrapper .widget.authorprofile .authorsocial li a:hover, body.page .pagewrapper .widget.authorprofile .authorsocial li a:hover, .authortitle .authorsocial li a:hover {
  color: #fff;
}

/* COMMENTS */
.commentheader {
  cursor: pointer;
  padding: 30px 0;
  background: #f6f6f6;
  border-top: 1px solid #eeeeee;
  text-align: center;
  text-transform: uppercase;
  color: #373737;
}

.commentheader .commentcount {
  display: inline-block;
  padding: 6px 16px;
  background: #4a5153;
  border-radius: 100px;
  color: #ffffff;
  margin-left: 15px;
  vertical-align: 3px;
}

.commentheader i {
  color: #b5bcbf;
  margin-right: 10px;
}

.commentitems {
  background: #222326;
  padding: 90px 0 110px;
}

.commentitems .notification {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #353535;
}

.commentitems .notification i {
  margin-right: 10px;
}

@media (max-width: 700px) {
  .commentitems {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

@media (max-width: 400px) {
  .commentitems {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.commentwrap {
  padding: 0;
  margin: 0;
  list-style: none;
}

.children {
  -webkit-padding-start: 12%;
}

li.comment {
  list-style: none;
}

li.comment .contents {
  overflow: hidden;
}

li.comment .contents .body a {
  border-bottom: 1px solid #7C7C7C;
}

li.comment .contents .body * {
  color: #fff !important;
}

li.comment .commentinfo {
  overflow: hidden;
  margin-bottom: 35px;
}

li.comment .profile {
  display: block;
  width: 12%;
  float: left;
}

li.comment .profile img {
  border-radius: 90px;
  max-width: 64px;
  height: 64px;
}

li.comment .main {
  width: 88%;
  float: right;
}

li.comment hr {
  margin: 45px 0;
  height: 1px;
  width: 100%;
  border: 0;
  background: #393a3d;
}

li.comment h4 {
  clear: both;
  margin: 0;
  color: #f4f4f4;
}

li.comment h4 a {
  color: #f4f4f4;
}

li.comment h4 img {
  display: none;
  margin-right: 10px;
  vertical-align: -6px;
}

li.comment .meta {
  float: left;
  overflow: hidden;
}

li.comment .meta .info {
  margin: 10px 0 8px;
  color: #696969;
  text-transform: uppercase;
}

li.comment .meta span {
  color: #757575;
}

li.comment .body p {
  margin: 35px 0;
  clear: both;
  color: #C5CBD2;
}

li.comment .author {
  float: left;
}

li.comment .buttons {
  float: right;
  margin-top: 17px;
}

li.comment .buttons a, li.comment .buttons span {
  display: block;
  float: right;
  margin-right: 10px;
  border-radius: 3px;
  color: #e1e1e1;
  background: #484f5c;
  padding: 8px 18px;
  text-transform: uppercase;
}

li.comment .buttons .isauthor {
  display: none;
}

li.comment.bypostauthor > .contents .buttons .isauthor {
  display: block;
}

li.comment .buttons a {
  background: #151617;
  color: #6a7376;
  -webkit-transition: background 0.1s ease-in, color 0.1s ease-in;
  -moz-transition: background 0.1s ease-in, color 0.1s ease-in;
  transition: background 0.1s ease-in, color 0.1s ease-in;
}

li.comment .buttons a:hover {
  color: #e1e1e1;
  background: #484f5c;
}

li.comment .buttons > *:first-child {
  margin-right: 0;
}

@media (max-width: 800px) {
  li.comment .profile {
    display: none;
  }
  li.comment .main {
    width: 100%;
  }
  li.comment h4 img {
    display: inline-block;
  }
}

@media (max-width: 640px) {
  li.comment hr {
    margin: 25px 0;
  }
}

@media (max-width: 485px) {
  li.comment .meta .info {
    display: none;
  }
  li.comment .meta h4 {
    margin-top: 20px;
  }
  li.comment .buttons span {
    display: none !important;
  }
}

.comment-respond {
  overflow: hidden;
  margin-top: 40px;
  text-transform: uppercase;
  overflow: hidden;
}

.comment-respond #author, .comment-respond #email, .comment-respond #url {
  display: inline-block;
  width: 30%;
  margin-left: 4.25%;
  margin-bottom: 30px;
  background: #151617;
  color: #e7e8ea;
  border: 0;
  border-radius: 3px;
  padding: 14px 18px;
}

.comment-respond textarea {
  display: block;
  margin-bottom: 40px;
  background: #151617;
  color: #e7e8ea;
  border: 0;
  border-radius: 3px;
  width: 100%;
  padding: 14px 18px;
  max-width: 100%;
}

.comment-respond #author, .comment-respond #email, .comment-respond #url, .comment-respond textarea {
  outline: none;
  margin-bottom: 40px;
}

.comment-respond .logged-in-as {
  color: #fff;
  margin-bottom: 30px;
}

.comment-respond .logged-in-as a {
  color: #fff;
}

.comment-respond ::-webkit-input-placeholder {
  color: #e7e8ea;
}

.comment-respond :-moz-placeholder {
  color: #e7e8ea;
}

.comment-respond ::-moz-placeholder {
  color: #e7e8ea;
}

.comment-respond :-ms-input-placeholder {
  color: #e7e8ea;
}

.comment-respond #author {
  margin-left: 0;
}

.comment-respond .form-submit {
  overflow: hidden;
  clear: both;
  display: block;
  margin-bottom: 40px;
}

.comment-respond #cancel-comment-reply-link, .comment-respond .submit {
  float: right;
  padding: 12px 32px;
  border: 0;
  border-radius: 90px;
  background: #16191b;
  color: #bfc6ce;
  margin: 0 0 20px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-out, background 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out, background 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  transition: color 0.3s ease-out, background 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
}

.comment-respond #cancel-comment-reply-link:hover, .comment-respond .submit:hover {
  background: #E7E8E8;
  color: #616971;
}

.comment-respond #cancel-comment-reply-link {
  float: none;
  padding: 10px 24px;
}

@media (max-width: 540px) {
  .comment-respond #author, .comment-respond #email, .comment-respond #url {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

li.comment.depth-2 .profile img, li.comment.depth-3 .profile img, li.comment.depth-4 .profile img, li.comment.depth-5 .profile img, li.comment.depth-6 .profile img, li.comment.depth-7 .profile img, li.comment.depth-8 .profile img, li.comment.depth-9 .profile img, li.comment.depth-10 .profile img {
  display: none;
}

li.comment.depth-2 h4 img, li.comment.depth-3 h4 img, li.comment.depth-4 h4 img, li.comment.depth-5 h4 img, li.comment.depth-6 h4 img, li.comment.depth-7 h4 img, li.comment.depth-8 h4 img, li.comment.depth-9 h4 img, li.comment.depth-10 h4 img {
  display: inline-block;
}

li.comment.depth-2 hr, li.comment.depth-3 hr, li.comment.depth-4 hr, li.comment.depth-5 hr, li.comment.depth-6 hr, li.comment.depth-7 hr, li.comment.depth-8 hr, li.comment.depth-9 hr, li.comment.depth-10 hr {
  margin: 25px 0;
}

li.comment.depth-2 .main, li.comment.depth-3 .main, li.comment.depth-4 .main, li.comment.depth-5 .main, li.comment.depth-6 .main, li.comment.depth-7 .main, li.comment.depth-8 .main, li.comment.depth-9 .main, li.comment.depth-10 .main {
  width: 100%;
}

body.single .pagewrapper {
  padding-bottom: 75px;
}

@media (max-width: 750px) {
  body.single .pagewrapper {
    padding-bottom: 0px;
  }
}

/* SYNTAX STYLES */
/**
 * GitHub theme
 *
 * @author Craig Campbell
 * @version 1.0.4
 */
pre {
  word-wrap: initial;
  padding: 20px 30px;
  line-height: 19px;
  margin: 30px 0;
}

code, kbd, tt {
  border: 1px solid #eaeaea;
  margin: 0px 2px;
  padding: 0px 5px;
  font-size: 16px;
  line-height: 32px;
}

pre code {
  border: 0px;
  padding: 0px;
  margin: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

pre, code, kbd, tt {
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
  color: #444;
  background: #f8f8f8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

pre, pre code {
  font-size: 16px;
}

pre .comment {
  color: #998;
}

pre .support {
  color: #0086B3;
}

pre .tag, pre .tag-name {
  color: navy;
}

pre .keyword, pre .css-property, pre .vendor-prefix, pre .sass, pre .class, pre .id, pre .css-value, pre .entity.function, pre .storage.function {
  font-weight: bold;
}

pre .css-property, pre .css-value, pre .vendor-prefix, pre .support.namespace {
  color: #333;
}

pre .constant.numeric, pre .keyword.unit, pre .hex-color {
  font-weight: normal;
  color: #099;
}

pre .entity.class {
  color: #458;
}

pre .entity.id, pre .entity.function {
  color: #900;
}

pre .attribute, pre .variable {
  color: teal;
}

pre .string, pre .support.value {
  font-weight: normal;
  color: #d14;
}

pre .regexp {
  color: #009926;
}

/* POST FORMATS */
/*
 *	STANDARD FORMAT
 */
.postlist article.format-standard .content {
  display: block;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 50px;
  height: 250px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 650px) {
  .postlist article.format-standard .content {
    height: 250px;
  }
}

@media (max-width: 550px) {
  .postlist article.format-standard .content {
    height: 200px;
  }
}

/*
 *	STATUS FORMAT
 */
.postlist article.format-status .content > * {
  display: none;
}

.postlist article.format-status .content > p:first-child {
  display: block;
  margin: 0 0 40px;
  color: #62646c;
  color: rgba(35, 37, 40, 0.7);
  overflow: hidden;
}

.post-status .excerpt {
  margin-top: 0;
}

/*
 *	QUOTE FORMAT
 */
.postlist article.format-quote .content > * {
  display: none;
}

.postlist article.format-quote .content > blockquote:first-child {
  display: block;
  padding: 0;
  margin: 0;
  color: #3C3E41;
  text-align: center;
  border: 0;
}

.postlist article.format-quote .content > blockquote:first-child p {
  margin: 0;
}

.postlist article.format-quote .content > blockquote:first-child cite {
  display: block;
  margin-top: 25px;
  color: #939393;
}

.postlist article.format-quote .content > blockquote:first-child cite a {
  color: #939393;
}

/*
 *	VIDEO & AUDIO FORMAT
 */
.postlist article.format-video .content > *, .postlist article.format-audio .content > * {
  display: none;
}

.postlist article.format-video .content > *:first-child, .postlist article.format-audio .content > *:first-child {
  margin-top: 0;
  display: block;
  margin-bottom: 60px;
}

.post-video .content {
  margin-bottom: 50px;
}

/*
 *	IMAGE FORMAT
 */
.postlist article.format-image .content > * {
  display: none;
}

.postlist article.format-image .content > p:first-child {
  margin-top: 0;
  display: block;
  margin-bottom: 60px;
}

.post-image-header .content .imageheader {
  display: block;
  height: 300px;
  width: 100%;
  margin-bottom: 50px;
  border-radius: 3px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*
 *	LINK FORMAT
 */
.postlist article.format-link .linkicon {
  color: #D5D5D5;
  margin-right: 15px;
}

/*
 *	GALLERY FORMAT
 */
.postlist article.format-gallery .content {
  margin-bottom: 60px;
}

.postlist article.format-gallery .content > * {
  display: none;
}

.postlist article.format-gallery .content > .eckogallery:first-child {
  display: block;
}

.postlist article.format-gallery .content > p:first-child {
  margin-top: 0;
  display: block;
  margin-bottom: 60px;
}

/*
 *	STICKY POST
 */
.postlist article.sticky .meta .issticky {
  display: block;
}

/* AUTHOR TITLE */
.authortitle {
  display: table-cell;
  vertical-align: middle;
  width: 700px;
  position: relative;
  z-index: 1000;
  margin: 0;
  background: transparent;
  border-top: 0;
}

.authortitle .info {
  overflow: hidden;
  margin-top: 10%;
}

.authortitle .profile {
  display: inline-block;
  border-radius: 90px;
  margin-right: 5%;
}

.authortitle .meta {
  display: inline-block;
}

.authortitle .meta .twittertag {
  color: #6E6E6E;
}

.authortitle h3 {
  color: #fff;
}

.authortitle p {
  color: #939393;
  margin: 20px 0;
}

@media (max-width: 880px) {
  .authortitle {
    width: 70%;
  }
  .authortitle .authorsocial {
    display: none;
  }
}

@media (max-width: 560px) {
  .authortitle {
    width: 80%;
  }
  .authortitle .profile {
    display: none;
  }
}

@media (max-height: 700px) {
  .authortitle p {
    display: none;
  }
}

/* ALT PAGE HEADER */
.altpageheader {
  padding: 40px 0;
  text-align: center;
  text-transform: capitalize;
}

.altpageheader i {
  margin-right: 10px;
}

.altpageheader .postcount {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 100px;
  color: #ffffff;
  margin-left: 15px;
  vertical-align: 3px;
}

/*	SHORTCODES */
.alert, .shorttoggle {
  width: 100%;
  background: #f5f5f5;
  padding: 20px;
  color: #1c1c1c;
  margin: 20px 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.alert.blue, .shorttoggle.blue {
  color: #fff;
  background: #1793d1;
}

.alert.green, .shorttoggle.green {
  color: #fff;
  background: #7fbb00;
}

.alert.orange, .shorttoggle.orange {
  color: #fff;
  background: #dc5034;
}

.alert.red, .shorttoggle.red {
  color: #fff;
  background: #ce1126;
}

.alert {
  font: 400 16px 'Montserrat', Arial, Sans-Serif;
}

.shortbutton {
  display: inline-block;
  font: 400 13px 'Montserrat', Arial, Sans-Serif;
  padding: 6px 20px;
  background: #f5f5f5;
  color: #1c1c1c;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-transition: background 0.2s ease-out, border 0.2s ease-out, color 0.2s ease-out;
  -moz-transition: background 0.2s ease-out, border 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, border 0.2s ease-out, color 0.2s ease-out;
}

.shortbutton.small {
  padding: 4px 15px;
  font-weight: 400;
  font-size: 12px;
  border-bottom: 0;
}

.shortbutton.normal {
  font-weight: 400;
  border-bottom: 0;
}

.shortbutton.large {
  padding: 8px 30px;
  font-weight: 400;
  font-size: 16px;
  border-bottom: 0;
}

.shortbutton.blue {
  color: #fff;
  background: #1793d1;
}

.shortbutton.blue:hover {
  background: #1273a3;
  border-color: #1273a3;
}

.shortbutton.green {
  color: #fff;
  background: #7fbb00;
}

.shortbutton.green:hover {
  background: #5c8800;
  border-color: #5c8800;
}

.shortbutton.orange {
  color: #fff;
  background: #dc5034;
}

.shortbutton.orange:hover {
  background: #bd3b21;
  border-color: #bd3b21;
}

.shortbutton.red {
  color: #fff;
  background: #ce1126;
}

.shortbutton.red:hover {
  background: #9f0d1d;
  border-color: #9f0d1d;
}

.shortbutton:hover {
  border-bottom: 0;
}

.shorttoggle .toggleheader {
  overflow: hidden;
  font: 400 18px 'Montserrat', Arial, Sans-Serif;
  cursor: pointer;
}

.shorttoggle .left {
  float: left;
}

.shorttoggle .right {
  float: right;
}

.shorttoggle .togglecontent {
  margin-top: 20px;
  border-top: 1px solid #c9c9c9;
  padding-top: 20px;
}

.shorttoggle .togglecontent > *:first-child {
  margin-top: 0;
}

.shorttoggle .togglecontent > *:last-child {
  margin-bottom: 0;
}

.shorttoggle.outline {
  background: #fff;
  border: 1px solid #dcdcdc;
}

.shorttoggle.closed .togglecontent {
  display: none;
}

.shorttoggle.open .togglecontent {
  display: block;
}

.shorttoggle p {
  margin: 20px 0;
}

.shorttoggle h1, .shorttoggle h2, .shorttoggle h3, .shorttoggle h4, .shorttoggle h5 {
  margin: 20px 0;
}

.postcontents .grid {
  margin: 30px 0;
  overflow: hidden;
}

.postcontents .grid .half {
  width: 47.5%;
}

.postcontents .grid .left {
  float: left;
  margin: 0;
  margin-right: 2.5%;
}

.postcontents .grid .right {
  float: right;
  margin: 0;
  margin-left: 2.5%;
}

.postcontents .grid p.left, .postcontents .grid p.right {
  font-weight: 400;
}

.postcontents .grid .left *:last-child, .postcontents .grid .right *:last-child {
  margin-bottom: 0;
}

.postcontents .grid .left *:first-child, .postcontents .grid .right *:first-child {
  margin-top: 0;
}

.postcontents .grid p {
  clear: none;
  font-weight: 300;
}

@media (max-width: 585px) {
  .postcontents .grid .left, .postcontents .grid .right {
    margin: 0;
    float: none;
    width: 100%;
  }
  .postcontents .grid .right {
    margin-top: 50px;
  }
}

.shorttabs {
  margin: 30px 0;
  overflow: hidden;
}

.shorttabs .shorttabsheader {
  border: 1px solid #dedede;
  background: #f1f1f1;
  border-bottom: 0;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  color: #1c1c1c;
  font: 400 16px Montserrat,Arial,Sans-Serif;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-top: 3px;
}

.shorttabs .shorttabsheader:hover {
  background: #fff;
}

.shorttabs .shorttabsheader.active {
  background: #fff;
  border: 1px solid #eee;
  border-bottom: 0;
  padding: 10px 20px;
  color: #282828;
}

.shorttabs .shorttabscontent {
  border: 1px solid #eee;
  padding: 2.5%;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-top: -1px;
  display: block;
}

.shorttabs .shorttabscontent > *:first-child {
  margin-top: 0;
  padding-top: 0;
}

.shorttabs .shorttabscontent > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.shortprogress {
  width: 100%;
  background: #eee;
  border-radius: 3px;
  padding: 6px;
  position: relative;
  margin: 30px 0;
}

.shortprogress .inner {
  background: #217dcb;
  border-radius: 3px;
  width: 80%;
  height: 42px;
  padding: 0;
}

.shortprogress .inner.gray {
  background: #6D6D6D;
}

.shortprogress .inner.green {
  background: #7fbb00;
}

.shortprogress .inner.orange {
  background: #dc5034;
}

.shortprogress .inner.red {
  background: #ce1126;
}

.shortprogress .percentage {
  position: absolute;
  font-family: 'Montserrat', Arial, Sans-Serif;
  color: #393434;
  top: 14px;
  right: 21px;
  font-size: 17px;
}
