@charset "UTF-8";
/*!

	Theme Name: Format
	Theme URI: http://format.mtdemo.meanthemes.com
	Description: A Minimal Blog Theme.
	Author: MeanThemes
	Author URI: http://meanthemes.com/
	Text Domain: format
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.2.1
	Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-menu, editor-style, featured-images, full-width-template, theme-options, translation-ready
	Date Modified: 22nd February 2019

==========================================================================
*/
/* ==========================================================================
    Resets & Box Sizing
  ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font: 13px/1.231 sans-serif;
}

select, input, textarea, button {
  font: 99% sans-serif;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

html {
  overflow-y: scroll;
}

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

ul, ol {
  margin-left: 2em;
}

ol {
  list-style-type: decimal;
}

nav ul, nav li {
  list-style: none;
  list-style-image: none;
  margin: 0;
}

small {
  font-size: 85%;
}

strong, th {
  font-weight: 700;
}

td {
  vertical-align: top;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 1em;
}

textarea {
  overflow: auto;
}

.ie6 legend, .ie7 legend {
  margin-left: -7px;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

label, input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

input:invalid, textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0 0 5px red;
  -webkit-box-shadow: 0 0 5px red;
  box-shadow: 0 0 5px red;
}

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}

button {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

input[type="radio"], .ie6 input {
  vertical-align: text-bottom;
}

em, i {
  font-style: oblique;
}

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

* {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: aliased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================================
		Plugins
	========================================================================== */
/* ==========================================================================
  Contact Form 7
  ========================================================================== */
body input[type=text].wpcf7-not-valid, body input[type=email].wpcf7-not-valid, body input[type=tel].wpcf7-not-valid, body textarea.wpcf7-not-valid {
  border: 2px solid #fb4040;
}

body span.wpcf7-not-valid-tip {
  display: block;
  color: #fb4040;
  border: none;
  position: relative;
  top: auto;
  left: auto;
  padding: 0;
  margin-top: 2px;
  background: none;
  font-size: 15px;
}

body div.wpcf7-validation-errors {
  background: #ffe2e2;
  border: 2px solid #ff8a8a;
  color: #fb4040;
}

body div.wpcf7-response-output {
  margin: 10px 0 35px 0;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body .wpcf7-mail-sent-ng {
  background: #fff2e2;
  border: 2px solid #ffbc8a;
  color: #e17731;
}

body .wpcf7-mail-sent-ok {
  background: #e8ffe2;
  border: 2px solid #6fdf51;
  color: #1ea524;
}

/* ==========================================================================
  Zilla Likes
  ========================================================================== */
article .zilla-likes {
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 0;
  text-decoration: none;
  width: 100%;
  text-align: center;
  background: none;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 20px;
}

article .zilla-likes .zilla-likes-count:before {
  content: '';
  width: 60px;
  height: 60px;
  display: block;
  background: url(assets/img/zillalikes-on.svg) center center no-repeat;
  background: url(assets/img/zillalikes-off.svg) center center no-repeat;
  margin: 0 auto -43px auto;
}

article .zilla-likes:hover, article .zilla-likes.active {
  background: none;
  padding-left: 0 !important;
}

article .zilla-likes:hover .zilla-likes-count:before, article .zilla-likes.active .zilla-likes-count:before {
  background: url(assets/img/zillalikes-on.svg) center center no-repeat;
}

article .zilla-likes:hover .zilla-likes-count:before {
  -webkit-animation: pulsate 1s ease-in-out;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 0.9);
  }
  50% {
    -webkit-transform: scale(1, 1);
  }
  75% {
    -webkit-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}

/* Pinterest Pro CSS override */
.main article:first-of-type a.pib-hover-btn-link {
  top: 100px !important;
}

/* ==========================================================================
  Infinite Scroll: https://wordpress.org/plugins/infinite-scroll/
  ========================================================================== */
#infscr-loading {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 40px;
}

#infscr-loading img {
  display: none !important;
}

/* ==========================================================================
	MeanMenu
	========================================================================== */
/*! #######################################################################

	MeanMenu 2.0.6
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #1d1d1d;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
  font-size: 18px;
  font-size: 1.8rem;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #1d1d1d;
  margin-top: 44px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 16px 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 16px 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 16px 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 16px 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 16px 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 14px 12px 8px 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

/* ==========================================================================
	JP Player
	========================================================================== */
/*
 * Skin for jPlayer Plugin (http://jplayer.org/)
 * jPlayer Version: 2.5.0
 *
 * Based on Author: @thelukemcdonald (lukemcdonald.com) implementation and design by @ormanclark (premiumpixels.com).
 */
.jp-interface {
  margin: 0 auto;
  height: 50px;
  overflow: hidden;
  position: relative;
  background: #272727;
}

.entry-content-media-audio {
  position: relative;
}

article .jp-interface ul,
article .jp-interface ul li {
  padding: 0;
  margin: 0;
  line-height: 0;
}

ul.jp-controls,
.jp-interface ul.jp-controls li {
  position: absolute;
  width: 49px;
  height: 34px;
}

.jp-interface ul.jp-controls a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 2;
}

.jp-interface ul.jp-controls a span {
  display: block;
  overflow: hidden;
}

a.jp-play span,
a.jp-pause span {
  height: 50px;
  width: 50px;
}

a.jp-play span,
a.jp-pause span {
  background: url(assets/img/audio.png) 10px -4px no-repeat;
}

a.jp-pause span {
  background-position: 10px -66px;
  display: none;
}

a.jp-pause:hover span,
a.jp-play:hover span {
  opacity: .7;
}

div.jp-progress {
  background-color: #5F5F5F;
  margin: 20px 25px 0 50px;
}

div.jp-seek-bar {
  cursor: pointer;
  height: 100%;
  width: 0;
  background-color: #efefef;
  background: rgba(255, 255, 255, 0.3);
}

div.jp-seeking-bg {
  display: none;
}

div.jp-play-bar {
  background: rgba(255, 255, 255, 0.3);
  height: 11px;
  width: 0;
}

.jp-audio,
.jp-video {
  clear: both;
}

div.jp-jplayer audio,
div.jp-jplayer {
  width: 0;
  height: 0;
}

.jp-video .jp-jplayer {
  height: auto !important;
}

/*
* jQuery FlexSlider v2.2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider MeanThemes Theme
*********************************/
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
}

.flexslider > ul.slides, .flexslider ul.slides > li {
  padding: 0;
  margin: 0;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
  left: 0;
}

.flex-direction-nav .flex-next {
  right: 0;
  text-align: right;
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 20px;
}

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 20px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 40px;
  display: inline-block;
  content: '\f104';
}

.flex-direction-nav a.flex-next:before {
  content: '\f105';
}

/* Control Nav */
.flex-control-nav {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
}

.flex-control-nav li {
  display: inline-block;
}

.flex-control-nav li a {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}

.flex-control-nav li a:hover {
  opacity: 0.7;
}

.flex-control-nav li a.flex-active {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* ==========================================================================
  Zilla Likes
  ========================================================================== */
article .zilla-likes {
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 0;
  text-decoration: none;
  width: 100%;
  text-align: center;
  background: none;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 20px;
}

article .zilla-likes .zilla-likes-count:before {
  content: '';
  width: 60px;
  height: 60px;
  display: block;
  background: url(assets/img/zillalikes-on.svg) center center no-repeat;
  background: url(assets/img/zillalikes-off.svg) center center no-repeat;
  margin: 0 auto -43px auto;
}

article .zilla-likes:hover, article .zilla-likes.active {
  background: none;
  padding-left: 0 !important;
}

article .zilla-likes:hover .zilla-likes-count:before, article .zilla-likes.active .zilla-likes-count:before {
  background: url(assets/img/zillalikes-on.svg) center center no-repeat;
}

article .zilla-likes:hover .zilla-likes-count:before {
  -webkit-animation: pulsate 1s ease-in-out;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 0.9);
  }
  50% {
    -webkit-transform: scale(1, 1);
  }
  75% {
    -webkit-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}

/* ==========================================================================
		Tables
	========================================================================== */
table {
  max-width: 100%;
}

table, table td, table th {
  border: 1px solid #ccc;
  border-collapse: collapse;
}

table td, table th {
  padding: 10px;
}

table th {
  background: #f3f3f3;
  font-weight: 700;
}

table tr:nth-child(odd) td {
  background: #f9f9f9;
}

/* ==========================================================================
			Code etc.
	========================================================================== */
dl {
  margin: 1.6em 0;
}

dl dt {
  float: left;
  width: 180px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 1em;
}

dl dd {
  margin-left: 200px;
  margin-bottom: 1em;
}

.gallery dl {
  margin: auto;
}

.gallery dl dt {
  float: none;
  width: auto;
  overflow: auto;
  clear: none;
  text-align: inherit;
  text-overflow: none;
  white-space: inherit;
  font-weight: inherit;
  margin-bottom: auto;
}

.gallery dl dd {
  margin-left: auto;
  margin-bottom: auto;
}

.gallery dd.wp-caption-text {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  width: auto;
  background: none;
  margin: auto !important;
  padding: 0.25em !important;
}

mark {
  background-color: #ffc336;
}

code, tt {
  padding: 0 4px;
  font-family: "Courier New", monospace, sans-serif;
  border: 1px solid #E3EDF3;
  background: #F7FAFB;
  border-radius: 2px;
  display: inline-block;
}

pre {
  margin: 0 0 20px 0;
  border: 1px solid #E3EDF3;
  width: 96%;
  padding: 20px;
  font-family: "Courier New", monospace, sans-serif;
  white-space: pre;
  overflow: auto;
  background: #F7FAFB;
  border-radius: 3px;
}

h2 + pre {
  margin-top: 20px;
}

pre code, tt {
  font-size: inherit;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  background: transparent;
  border: none;
  padding: 0;
}

kbd {
  display: inline-block;
  margin-bottom: 0.4em;
  padding: 1px 8px;
  border: #ccc 1px solid;
  color: #666;
  text-shadow: #fff 0 1px 0;
  font-size: 0.9em;
  font-weight: bold;
  background: #f4f4f4;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 #fff inset;
}

/* ==========================================================================
		Forms
	========================================================================== */
::-webkit-input-placeholder {
  color: #807b7b;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #807b7b;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #807b7b;
}

:-ms-input-placeholder {
  color: #807b7b;
}

input[type="text"], input[type="url"], input[type="email"],
input[type="tel"], input[type="password"], textarea {
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 0;
  -webkit-appearance: none;
  outline: none;
  width: auto;
  padding: 10px 10px 12px 10px;
  border: 2px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
  width: 100%;
}

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

input[type="text"]:hover, input[type="url"]:hover, input[type="email"]:hover,
input[type="tel"]:hover, input[type="password"]:hover, textarea:hover {
  border: 2px solid #f95052;
  background-color: #fff;
  color: #807b7b;
}

input[type="text"]:focus, input[type="url"]:focus, input[type="email"]:focus,
input[type="tel"]:focus, input[type="password"]:focus, textarea:focus {
  background-color: #fff;
  border: 2px solid #f95052;
  color: #807b7b;
  box-shadow: none;
}

select {
  width: 100%;
}

input.searchsubmit,
input[type="submit"].searchsubmit {
  display: none;
}

/* ==========================================================================
    WordPress Defaults
  ========================================================================== */
.alignnone {
  margin: 5px 0 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

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

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

.alignright,
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft,
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.sticky {
  font-style: normal;
}

.gallery-caption {
  font-style: normal;
  font-size: 80%;
}

.bypostauthor .avatar {
  border-color: #ccc;
}

.wp-caption-text {
  position: absolute;
  top: auto;
  bottom: 15px;
  left: 15px;
  padding: 15px 12px !important;
  margin: 0 !important;
  line-height: 1;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  font-size: 90% !important;
  -o-transition: opacity 0.25s ease-in;
  -webkit-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}

.wp-caption-text.featured-text {
  left: 15px;
  bottom: 15px;
}

.wp-caption, .post-image, .flexslider:hover {
  position: relative;
}

.wp-caption:hover .wp-caption-text, .post-image:hover .wp-caption-text, .flexslider:hover:hover .wp-caption-text {
  opacity: 0;
}

/* calendar widget */
#wp-calendar {
  width: 85%;
  margin: 0 auto;
  max-width: 400px;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'Lato', Arial, Verdana, sans-serif;
  font-weight: 900;
}

#wp-calendar caption {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 10px;
  margin-bottom: 15px;
}

#wp-calendar thead {
  font-size: 13px;
  font-size: 1.3rem;
}

#wp-calendar thead th, #wp-calendar td {
  border: none;
}

#wp-calendar thead th {
  padding-bottom: 10px;
  font-weight: 700;
  text-align: center;
  padding: 8px;
  background: none;
  border-bottom: 1px solid #ccc;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

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

table#wp-calendar td {
  background: none;
}

#wp-calendar tbody td {
  background: none;
  border: none;
  text-align: center;
  padding: 5px;
}

#wp-calendar td a {
  background: #ccc;
  display: inline-block;
  color: #000;
  display: block;
  margin: auto;
  padding: 4px;
  width: 25px;
  height: 25px;
  line-height: 19px;
  margin-top: -2px;
}

#wp-calendar td#today {
  position: relative;
  padding-top: 6px;
}

#wp-calendar td#today:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  margin: 2px auto 0 auto;
  border-radius: 50px;
  padding: 0;
  width: 28px;
  height: 25px;
  line-height: 20px;
  color: #000;
}

#wp-calendar tfoot a {
  display: inline-block;
  padding: 0;
  background: none;
}

#wp-calendar tbody tr td.pad:hover {
  background: none;
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: right;
  white-space: nowrap;
}

#wp-calendar tfoot #prev a {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.author-avatar img {
  width: 50px;
  height: 50px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 100px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}

.author-avatar.avatar-small img {
  width: 25px;
  height: 25px;
}

.comments-wrapper.inner {
  padding-top: 0;
}

#comments {
  display: inline-block;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

#comments h5#respond {
  margin-top: 30px;
}

#comments h5#respond span {
  color: #f95052;
}

#comments .url, #comments .comment-date {
  text-decoration: none;
}

#comments .comment-date {
  margin-top: -14px;
}

#comments .commentlist, #comments .commentlist ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#comments .commentlist {
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#comments .commentlist li {
  display: table;
  width: 100%;
  margin-top: 20px;
}

#comments .commentlist li .comment-date {
  border: none;
  padding: 8px 0 4px 0;
  display: block;
}

#comments .commentlist li .comment-reply-link {
  display: inline-block;
  margin-top: 10px;
}

#comments .commentlist li .author-avatar, #comments .commentlist li .comment-body {
  display: table-cell;
  vertical-align: top;
}

#comments .commentlist li .author-avatar {
  width: 60px;
}

#comments .commentlist ul {
  padding: 20px 0 0 40px;
  position: relative;
  display: block;
}

#comments .commentlist ul li {
  padding: 20px 0;
  margin: 0 0 20px 0;
  border-top: 3px solid #fafafa;
  display: table;
}

#comments .commentlist ul li .author-avatar, #comments .commentlist ul li .comment-body {
  display: table-cell;
}

#comments .commentlist ul li:first-child {
  border-top: none;
}

#comments .commentlist .commentlist li:first-child li,
#comments .commentlist .commentlist ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

#comments label, #comments label + .required {
  position: absolute;
  left: -9999em;
}

#comments .comment-reply-link:before {
  font-family: FontAwesome;
  content: '\f112';
  display: inline-block;
  margin-right: 4px;
}

button, input[type="submit"] {
  width: 100%;
}

/* ==========================================================================
	Global
	========================================================================== */
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 62.5%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #807b7b;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

input[type="text"], input[type="email"], input[type="tel"],
input[type="url"], input[type="password"], textarea,
input[type="submit"] {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.widget input.searchsubmit {
  display: none;
}

html {
  height: 100%;
}

body {
  border-top: 5px solid #f95052;
  border-bottom: 5px solid #f95052;
  display: table;
  width: 100%;
  height: 100%;
}

.wrap a, .wrap a:hover {
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.mean-container .mean-bar, .mean-container .mean-nav {
  background: #333;
}

.mean-container .mean-nav ul li a.mean-expand {
  padding-top: 9px !important;
  padding-bottom: 8px !important;
}

header.header {
  display: inline-block;
  position: relative;
  z-index: 4;
  width: 100%;
  text-align: center;
  -o-transition: background-color 0.25s ease-in;
  -webkit-transition: background-color 0.25s ease-in;
  -moz-transition: background-color 0.25s ease-in;
  transition: background-color 0.25s ease-in;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: -4px;
}

header.header:before {
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.02;
}

header.header.socials-active {
  padding-top: 30px;
}

header.header.socials-active .socials {
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 4;
}

header.header .header-inner {
  width: 100%;
  display: table;
  height: 130px;
  padding: 25px;
  position: relative;
  z-index: 1;
  table-layout: fixed;
}

header.header .tools {
  position: absolute;
  z-index: 1;
  display: block;
  bottom: 10px;
  right: 5px;
  width: 45px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

header.header .tools li {
  display: inline-block;
}

header.header .tools li a {
  padding: 5px;
  display: inline-block;
}

header.header #sidebar-trigger {
  display: none;
}

header.header #topsearch {
  display: none;
}

header.header #topsearch .search-trigger {
  position: absolute;
  right: 35px;
  bottom: 50%;
  margin-bottom: -15px;
  z-index: 3;
  font-size: 150%;
}

header.header #topsearch input.s {
  position: absolute;
  background: #fff;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 35px;
  z-index: 2;
  border: none;
  font-size: 150%;
  vertical-align: middle;
}

header.header .logo {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

header.header .logo .blog-title {
  margin-bottom: 10px;
}

header.header .logo.plain .blog-title a {
  border: 3px solid #5b5c58;
  color: #5b5c58;
  text-decoration: none;
  padding: 12px 18px 14px 18px;
  display: inline-block;
  line-height: 1;
}

header.header .logo.plain .blog-title a:hover {
  color: #f95052;
  border-color: #f95052;
}

header.header .site-logo.dark {
  display: none;
}

.main-wrap {
  height: 100%;
  min-height: 100%;
  position: relative;
}

footer.footer {
  padding: 35px 25px;
  display: table;
  width: 100%;
  border-top: 1px solid #ededed;
  text-align: center;
}

footer.footer .socials {
  padding-top: 20px;
}

.main-wrap {
  display: table;
  width: 100%;
}

article.post .meta {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: table;
}

article.post .meta .post-tags {
  margin-bottom: 10px;
  -o-transition: opacity 0.25s ease-in;
  -webkit-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}

article.post .meta .post-tags:hover {
  opacity: 0.5;
}

article.post .meta.sharer {
  padding-bottom: 4px;
}

article.post .meta.sharer li {
  display: inline;
  margin: 0 7px 0 0;
}

li.share-on {
  display: inline-block;
  float: left;
  margin-right: 4px;
  background: #5b5c58;
  opacity: 0.15;
  border-radius: 3px;
  margin-top: 0.3em;
  width: 21px;
  height: 21px;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

li.share-on:hover {
  opacity: 1;
}

li.share-on a {
  color: #fff;
  opacity: 1;
  font-size: 12px;
  text-align: center;
  display: block;
}

li.share-on a .fa {
  line-height: 23px;
}

li.share-on span {
  display: none;
}

li.share-on.comments a .fa {
  line-height: 21px;
}

.inner {
  padding: 30px 25px;
}

.single-post .pagination {
  margin-top: 30px;
}

.page article.post.has-post-thumbnail h1 {
  padding-top: 30px;
}

.sidebar-off footer.footer {
  margin-top: 30px;
}

.sidebar-off.sidebar-toggle footer.footer {
  margin-top: 0;
}

article.post .inner ul {
  padding: 10px 0;
}

article.post .inner ul li {
  margin: 8px 0;
}

article.post .inner ul.meta {
  padding: 0;
}

article.post .inner ul.meta.sharer {
  padding-top: 10px;
}

article.post .more-link {
  display: block;
  margin-top: 20px;
}

article.post .post-image {
  display: block;
  overflow: hidden;
}

article.post .post-image img {
  display: block;
  width: 100%;
}

article.post.format-stream {
  border-top: 1px solid #f2f2f2;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

article.post.format-stream .inner {
  display: block;
  padding: 0;
  opacity: 0.2;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

article.post.format-stream .inner time {
  padding: 25px 25px 0 25px;
}

article.post.format-stream .inner h2 {
  padding: 0 25px 25px 25px;
}

article.post.format-stream:nth-of-type(1) .inner {
  opacity: 0.9;
}

article.post.format-stream:nth-of-type(2) .inner {
  opacity: 0.8;
}

article.post.format-stream:nth-of-type(3) .inner {
  opacity: 0.7;
}

article.post.format-stream:nth-of-type(4) .inner {
  opacity: 0.6;
}

article.post.format-stream:nth-of-type(5) .inner {
  opacity: 0.5;
}

article.post.format-stream:nth-of-type(6) .inner {
  opacity: 0.4;
}

article.post.format-stream:nth-of-type(7) .inner {
  opacity: 0.3;
}

article.post.format-stream .sharer {
  opacity: 0;
  display: none;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

article.post.format-stream:hover, article.post.format-stream:focus, article.post.format-stream.hover {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article.post.format-stream:hover .inner, article.post.format-stream:focus .inner, article.post.format-stream.hover .inner {
  opacity: 1;
}

/* ==========================================================================
	Single Post
	========================================================================== */
.page-pagination {
  font-size: 80%;
  padding: 8px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  opacity: 0.5;
  -o-transition: opacity 0.25s ease-in;
  -webkit-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}

.page-pagination:hover {
  opacity: 1;
}

/* ==========================================================================
	Author
	========================================================================== */
.author-wrap {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 15px;
  border-top: 1px solid #f2f2f2;
  text-align: center;
}

.author-wrap .author-avatar img {
  width: 70px;
  height: 70px;
}

.author-wrap h6 {
  margin-top: 15px;
  margin-bottom: -5px;
}

.author-socials {
  display: inline-block;
  opacity: .3;
  padding: 6px 9px;
  color: #807b7b;
}

.author-socials:hover {
  opacity: 1;
}

.author-socials .fa {
  font-size: 22px;
}

.author-socials span {
  display: none;
}

.part-gallery {
  width: 100%;
}

.pagination {
  display: table;
  width: 100%;
  text-align: center;
  border-top: 1px solid #ededed;
}

.pagination span {
  display: block;
  margin-top: 5px;
}

.pagination .older-posts, .pagination .newer-posts {
  padding: 25px;
}

.pagination .older-posts + .newer-posts {
  border-top: 1px solid #ededed;
}

section.main {
  position: relative;
  overflow: hidden;
}

.main-archive .pagination .older-posts, .main-archive .pagination .newer-posts {
  padding: 0;
  border-top: none;
}

.main-archive .pagination .older-posts a, .main-archive .pagination .newer-posts a {
  padding: 25px;
  display: block;
}

.main-archive .pagination .newer-posts {
  text-align: right;
}

.main-archive article.post.no-image {
  border-top: 1px solid #f2f2f2;
  margin-top: 10px;
}

.main-archive article.post.no-image.format-video {
  margin-top: 0;
  border-top: none;
}

.main-archive article.post:first-of-type {
  border-top: none;
  margin-top: 0;
}

.sidebar-hold {
  padding: 50px 0;
  border-top: 1px solid #f2f2f2;
  background-color: #fafafa;
}

.sidebar-hold .widget {
  padding: 0 25px 50px 25px;
  border-top: 1px solid #ededed;
}

.sidebar-hold .widget ul {
  margin-bottom: -20px;
}

.sidebar-hold .widget ul ul {
  padding-left: 15px;
  margin-bottom: 0;
}

.sidebar-hold .widget ul ul ul {
  padding-left: 15px;
}

.sidebar-hold .widget:first-of-type {
  border-top: none;
}

.sidebar-hold h4 {
  margin-bottom: 10px;
}

.sidebar-hold ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-hold ul li {
  line-height: 1.1;
  display: block;
  margin: 12px 0;
}

/* ==========================================================================
	Archives
	========================================================================== */
article.post.result {
  border-bottom: 1px solid #f2f2f2;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tagcloud a {
  border: 2px solid #f95052;
  display: inline-block;
  padding: 9px 11px;
  margin: 4px 3px 4px 0;
}

.tagcloud a:hover {
  border-color: #5b5c58;
}

/* ==========================================================================
	Gutenberg
    ========================================================================== */
.alignfull {
  width: auto;
  max-width: 100vw;
  margin: 0 calc( ( (100vw - 100% - 30vw - -8px) / -2 ));
}

.alignwide {
  max-width: unset;
  margin: 0 calc( ( (100vw - 100% - 30vw - -8px) / -4 ));
}

@media screen and (max-width: 60em) {
  /* 960px */
  body,
  .main-wrap {
    display: block;
    height: auto;
  }
  .alignwide {
    max-width: unset;
    margin: 0 calc( (100vw - 100%) / -4);
  }
  .alignfull {
    width: 100vw;
    max-width: unset;
    margin: 0 calc( (100vw - 100%) / -2);
  }
}

.sidebar-off .alignwide {
  max-width: unset;
  margin: 0 calc( (100vw - 100%) / -4);
}

.sidebar-off .alignfull {
  width: 1000%;
  max-width: 100vw !important;
  margin: 0 calc( (100vw - 100%) / -2);
}

/* Setup */
html {
  font-size: 49.5%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media screen and (min-width: 40em) {
  /* 640px */
  html {
    font-size: 52.5%;
  }
}

@media screen and (min-width: 48em) {
  /* 768px */
  html {
    font-size: 62.5%;
  }
}

h1, .main-archive h2 {
  margin-top: 0;
}

.wrap {
  font-size: 17px;
  font-size: 1.7rem;
}

h2, h5#respond-title {
  font-size: 28px;
  font-size: 2.8rem;
}

h3, .author-wrap h6 {
  font-size: 26px;
  font-size: 2.6rem;
}

h4 {
  font-size: 24px;
  font-size: 2.4rem;
}

h5 {
  font-size: 20px;
  font-size: 2rem;
}

h6, .blog-title {
  font-size: 18px;
  font-size: 1.8rem;
}

.post-tags.tag {
  font-size: 15px;
  font-size: 1.5rem;
}

.post-tags.tag {
  font-size: 13px;
  font-size: 1.3rem;
}

footer.footer,
ul.meta.top {
  font-size: 14px;
  font-size: 1.4rem;
}

.tagcloud a {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

h1, h2, h3,
h4, h5, h6,
a.url,
a.comment-reply-link,
.blog-title,
.tagcloud {
  font-weight: 700;
}

h1, h2, h3,
h4, h5, h6 {
  margin-top: 40px;
}

.comment-reply-link,
.blog-tagline {
  font-size: 70%;
}

a.comment-date {
  font-size: 80%;
  opacity: .55;
}

.meta time {
  font-size: 61px;
  font-size: 6.1rem;
}

.main-archive h2, h1 {
  font-size: 45px;
  font-size: 4.5rem;
  margin-top: 0;
}

h1 {
  margin-top: -0.2em;
}

.meta .post-tags {
  font-size: 80%;
  opacity: 0.8;
}

.meta time, h1, .main-archive h2, .more-link, .format-stream time, .sidebar-hold a {
  font-weight: 700;
}

a, .main-archive article.post a, article.post .meta a, article.post .author-wrap a {
  text-decoration: none;
}

article.post a {
  text-decoration: underline;
}

article.post.format-stream time {
  font-size: 21px;
  font-size: 2.1rem;
}

article.post.format-stream h2 {
  font-size: 19px;
  font-size: 1.9rem;
}

article.post.format-stream:nth-of-type(1) time {
  font-size: 41px;
  font-size: 4.1rem;
}

article.post.format-stream:nth-of-type(1) h2 {
  font-size: 39px;
  font-size: 3.9rem;
}

article.post.format-stream:nth-of-type(2) time {
  font-size: 39px;
  font-size: 3.9rem;
}

article.post.format-stream:nth-of-type(2) h2 {
  font-size: 37px;
  font-size: 3.7rem;
}

article.post.format-stream:nth-of-type(3) time {
  font-size: 35px;
  font-size: 3.5rem;
}

article.post.format-stream:nth-of-type(3) h2 {
  font-size: 33px;
  font-size: 3.3rem;
}

article.post.format-stream:nth-of-type(4) time {
  font-size: 31px;
  font-size: 3.1rem;
}

article.post.format-stream:nth-of-type(4) h2 {
  font-size: 29px;
  font-size: 2.9rem;
}

article.post.format-stream:nth-of-type(5) time {
  font-size: 27px;
  font-size: 2.7rem;
}

article.post.format-stream:nth-of-type(5) h2 {
  font-size: 25px;
  font-size: 2.5rem;
}

article.post.format-stream:nth-of-type(6) time {
  font-size: 23px;
  font-size: 2.3rem;
}

article.post.format-stream:nth-of-type(6) h2 {
  font-size: 21px;
  font-size: 2.1rem;
}

article.post.format-stream:nth-of-type(7) time {
  font-size: 21px;
  font-size: 2.1rem;
}

article.post.format-stream:nth-of-type(7) h2 {
  font-size: 19px;
  font-size: 1.9rem;
}

.pagination {
  font-size: 21px;
  font-size: 2.1rem;
}

.pagination span {
  font-size: 16px;
  font-size: 1.6rem;
}

blockquote {
  padding: 0 40px 0 30px;
  margin-left: 20px;
  font-weight: 700;
  font-size: 140%;
  line-height: 1.3;
  border-left: 1px solid #f95052;
}

blockquote p {
  line-height: 1.3;
}

blockquote cite {
  color: #807b7b;
}

/* Line Heights and Spacing */
.main-archive time, .main-archive h2, h1 {
  line-height: 1;
  margin-bottom: 4px;
}

.meta time, .format-stream time {
  margin-bottom: -0.05em;
  display: block;
  float: left;
  width: 100%;
}

p {
  margin: 1em 0;
  line-height: 1.7;
}

.comment-body p {
  margin: 0 1em 0 0;
}

/* Background Colours */
body, html {
  background-color: #fff;
}

footer.footer {
  background-color: #fafafa;
}

/* Font Colours */
body,
header.header nav a,
.meta time, .format-stream time {
  color: #807b7b;
}

.meta time, .format-stream time {
  opacity: 0.2;
}

a, .main-archive .post h2 a:hover, .main-archive article.post.format-stream a h2, header.header nav a:hover, .tools a:hover, .tools a.active,
header.header nav ul li.current_page_item a,
header.header nav ul li.current-menu-item a,
header.header nav ul li.current_page_ancestor a,
header.header nav ul li.current-post-ancestor a,
header.header nav ul li.current-page-ancestor a {
  color: #f95052;
}

body, blockquote {
  border-color: #f95052;
}

.main-archive .post h2 a, .meta .post-tags a,
a:hover,
header.header nav ul li a,
h1,
a.comment-date, .comment-reply-link:hover, .pagination span a, h1, h2, h3, h4, h5, h6, blockquote, .tools a {
  color: #5b5c58;
}

/* ==========================================================================
    Shortcodes
  ========================================================================== */
.one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
  width: 100%;
}

.one_third + .one_third {
  margin-top: 40px;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

.clearboth {
  clear: both;
  display: inline-block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

.clear {
  clear: both;
  display: block;
  width: 100%;
  float: left;
}

@media screen and (min-width: 43.75em) {
  /* 700px */
  .one_half,
  .one_third,
  .two_third,
  .three_fourth,
  .one_fourth,
  .one_fifth,
  .two_fifth,
  .three_fifth,
  .four_fifth,
  .one_sixth,
  .five_sixth {
    position: relative;
    margin-right: 4%;
    float: left;
  }
  .one_half {
    width: 48%;
  }
  .one_third {
    width: 30.66%;
  }
  .one_third + .one_third {
    margin-top: 0;
  }
  .two_third {
    width: 65.33%;
  }
  .one_fourth {
    width: 22%;
  }
  .three_fourth {
    width: 74%;
  }
  .one_fifth {
    width: 16.8%;
  }
  .two_fifth {
    width: 37.6%;
  }
  .three_fifth {
    width: 58.4%;
  }
  .four_fifth {
    width: 67.2%;
  }
  .five_sixth {
    width: 82.67%;
  }
}

@media screen and (min-width: 75em) {
  /* 1200px */
  .one_sixth {
    width: 13.33%;
  }
}

.quotemark {
  text-align: center;
  font-weight: 700;
  font-size: 150%;
  margin-top: 30px;
  padding: 60px 10px 20px 10px;
  line-height: 1.2;
  position: relative;
  color: #5b5c58;
}

.quote-source {
  margin-top: 2em;
  font-size: 65%;
  text-align: right;
  position: relative;
}

.quote-source:before {
  content: '—';
}

.quote-rating-1, .quote-rating-2, .quote-rating-3, .quote-rating-4, .quote-rating-5 {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 0;
  height: 30px;
  background: url(assets/img/stars.png) 50% 10px no-repeat;
}

.quote-rating-4 {
  background-position: 50% -30px;
}

.quote-rating-3 {
  background-position: 50% -70px;
}

.quote-rating-2 {
  background-position: 50% -110px;
}

.quote-rating-1 {
  background-position: 50% -150px;
}

.quotemark.white .quote-rating-1, .quotemark.white .quote-rating-2, .quotemark.white .quote-rating-3, .quotemark.white .quote-rating-4, .quotemark.white .quote-rating-5 {
  background-image: url(assets/img/stars-white.png);
}

.status,
.comment-body em {
  display: inline-block;
  clear: both;
  width: 100%;
  padding: 10px;
  margin: 0.5em 0 1em 0;
}

.status.oops {
  background: #f9e1e1;
  border: 2px solid #eec4c4;
}

.status.less-oops,
.comment-body em {
  background: #fde8d9;
  border: 2px solid #e1c5af;
}

.status.ok {
  background: #d2ebd1;
  border: 2px solid #bad2ba;
}

.status p {
  margin: 0.5em 0;
}

a.btn,
a.button,
a.button:visited,
button,
input[type="submit"] {
  background: transparent;
  border: 2px solid #f95052;
  color: #f95052;
  padding: 12px 10px;
  text-shadow: none;
  border-radius: 0;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 1em;
  font-weight: 700;
  text-decoration: none !important;
}

a.button.square {
  border-radius: 2px;
}

a.button.large,
a.btn.large {
  padding: 20px 70px;
}

a.button:hover,
a.btn:hover {
  border-color: #5b5c58;
  text-decoration: none;
  color: #5b5c58 !important;
}

button:hover,
input[type="submit"]:hover {
  border-color: #5b5c58;
  text-decoration: none;
  color: #5b5c58;
}

a.button:active {
  position: relative;
  top: 1px;
}

a.button.grey {
  border-color: #757c7e !important;
  color: #757c7e !important;
}

a.button.grey:hover {
  border-color: #3e4345 !important;
  color: #3e4345 !important;
}

a.button.white {
  border-color: #fff !important;
  color: #fff !important;
}

a.button.white:hover {
  border-color: #efefef !important;
  color: #efefef !important;
}

a.button.black {
  border-color: #333 !important;
  color: #333 !important;
}

a.button.black:hover {
  border-color: #000 !important;
  color: #000 !important;
}

a.button.green {
  border-color: #b3ce7e !important;
  color: #b3ce7e !important;
}

a.button.green:hover {
  border-color: #7e9b47 !important;
  color: #7e9b47 !important;
}

a.button.light-blue {
  border-color: #8aabb5 !important;
  color: #8aabb5 !important;
}

a.button.light-blue:hover {
  border-color: #4b7784 !important;
  color: #4b7784 !important;
}

a.button.blue {
  border-color: #3da1e3 !important;
  color: #3da1e3 !important;
}

a.button.blue:hover {
  border-color: #266476 !important;
  color: #266476 !important;
}

a.button.red {
  border-color: #f77564 !important;
  color: #f77564 !important;
}

a.button.red:hover {
  border-color: #b75548 !important;
  color: #b75548 !important;
}

a.button.orange {
  border-color: #f7a664 !important;
  color: #f7a664 !important;
}

a.button.orange:hover {
  border-color: #cf6916 !important;
  color: #cf6916 !important;
}

a.button.purple {
  border-color: #a18bcf !important;
  color: #a18bcf !important;
}

a.button.purple:hover {
  border-color: #6547a4 !important;
  color: #6547a4 !important;
}

a.button.pink {
  border-color: #e38f8f !important;
  color: #e38f8f !important;
}

a.button.pink:hover {
  border-color: #c76d6d !important;
  color: #c76d6d !important;
}

.mt-tabs .ui-tabs-hide {
  position: absolute;
  left: -99999em;
}

.mt-tabs {
  background: none;
  margin: 0 0 2em 0;
}

.mt-tabs ul.nav {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none;
  border: 0;
  float: none;
}

.mt-tabs ul.nav li {
  float: left;
  position: relative;
  margin: 0 2px -1px 0 !important;
  z-index: 10;
  list-style: none !important;
}

.mt-tabs ul.nav li a {
  border: 1px solid #dfdfdf !important;
  border-bottom: none !important;
  display: block;
  overflow: hidden;
  padding: 5px 10px 2px 10px;
  height: 37px;
  background: #fcfcfc;
  margin: 0 !important;
  text-decoration: none;
  color: #373737 !important;
  border-radius: 3px 3px 0 0;
}

.mt-tabs ul.nav li a:hover {
  background: #fff !important;
  margin: 0 !important;
}

.mt-tabs ul.nav li.tab-active a {
  min-height: 36px;
  background: #fff;
}

.mt-tabs .tab {
  background: #fff;
  padding: 10px;
  border: 1px solid #dfdfdf;
}

.toggle {
  margin: 0 0 2em 0;
}

.toggle .toggle-title {
  display: block;
  padding: 10px 10px 10px 30px;
  background: #fcfcfc;
  border: 1px solid #c5c5c5;
  cursor: pointer;
  outline: none;
  position: relative;
}

.toggle .toggle-title:hover {
  border: 1px solid #c5c5c5;
}

.toggle-inner {
  padding: 10px;
  background: #fff;
  border: 1px solid #c5c5c5;
  border-top: none;
}

.toggle .toggle-title:before {
  content: '';
  background: url(assets/img/toggle-open.png) no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -6px 0 0 0;
}

.toggle .toggle-title.active:before {
  background: url(assets/img/toggle-close.png) no-repeat;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.bullets ul li, .bullets ol li {
  list-style-type: none;
  background: url(assets/img/tick-green.png) 0 0.5em no-repeat;
  margin-left: -1em;
  padding: 0.25em 0 0.25em 1.5em;
  margin-bottom: 0;
}

.bullets.green li {
  background-image: url(assets/img/tick-green.png);
}

.bullets.red li {
  background-image: url(assets/img/tick-red.png);
}

.bullets.black li {
  background-image: url(assets/img/tick-black.png);
}

.bullets.light-blue li {
  background-image: url(assets/img/tick-light-blue.png);
}

.bullets.blue li {
  background-image: url(assets/img/tick-blue.png);
}

.bullets.grey li {
  background-image: url(assets/img/tick-grey.png);
}

.bullets.orange li {
  background-image: url(assets/img/tick-orange.png);
}

.bullets.pink li {
  background-image: url(assets/img/tick-pink.png);
}

.bullets.purple li {
  background-image: url(assets/img/tick-purple.png);
}

.socials {
  text-align: center;
}

a.social {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  margin-left: 5px;
  margin-bottom: 5px;
  -o-transition: opacity 0.5s ease-in;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-indent: -9999em;
  color: rgba(0, 0, 0, 0) !important;
  font-size: 1px;
  line-height: 22px;
  border: none !important;
}

a.social:hover {
  -o-transition: opacity 0.25s ease-in;
  -webkit-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

a.social:first-of-type {
  margin-left: 0;
}

a.social.first {
  margin-left: 0;
}

a.social.twitter {
  background: url(assets/img/social-twitter-black.png) 0 0 no-repeat;
}

a.social.facebook {
  background: url(assets/img/social-facebook-black.png) 0 0 no-repeat;
}

a.social.linkedin {
  background: url(assets/img/social-linkedin-black.png) 0 0 no-repeat;
}

a.social.googleplus {
  background: url(assets/img/social-googleplus-black.png) 0 0 no-repeat;
}

a.social.vimeo {
  background: url(assets/img/social-vimeo-black.png) 0 0 no-repeat;
}

a.social.youtube {
  background: url(assets/img/social-youtube-black.png) 0 0 no-repeat;
}

a.social.zerply {
  background: url(assets/img/social-zerply-black.png) 0 0 no-repeat;
}

a.social.pinterest {
  background: url(assets/img/social-pinterest-black.png) 0 0 no-repeat;
}

a.social.dribbble {
  background: url(assets/img/social-dribbble-black.png) 0 0 no-repeat;
}

a.social.github {
  background: url(assets/img/social-github-black.png) 0 0 no-repeat;
}

a.social.instagram {
  background: url(assets/img/social-instagram-black.png) 0 0 no-repeat;
}

a.social.flickr {
  background: url(assets/img/social-flickr-black.png) 0 0 no-repeat;
}

a.social.rss {
  background: url(assets/img/social-rss-black.png) 0 0 no-repeat;
}

a.social.adn {
  background: url(assets/img/social-adn-black.png) 0 0 no-repeat;
}

a.social.behance {
  background: url(assets/img/social-behance-black.png) 0 0 no-repeat;
}

a.social.tumblr {
  background: url(assets/img/social-tumblr-black.png) 0 0 no-repeat;
}

a.social.lastfm {
  background: url(assets/img/social-lastfm-black.png) 0 0 no-repeat;
}

a.social.xing {
  background: url(assets/img/social-xing-black.png) 0 0 no-repeat;
}

a.social.foursquare {
  background: url(assets/img/social-foursquare-black.png) 0 0 no-repeat;
}

a.social.mixcloud {
  background: url(assets/img/social-mixcloud-black.png) 0 0 no-repeat;
}

a.social.soundcloud {
  background: url(assets/img/social-soundcloud-black.png) 0 0 no-repeat;
}

a.social.spotify {
  background: url(assets/img/social-spotify-black.png) 0 0 no-repeat;
}

a.social.goodreads {
  background: url(assets/img/social-goodreads-black.png) 0 0 no-repeat;
}

a.social.amazon {
  background: url(assets/img/social-amazon-black.png) 0 0 no-repeat;
}

a.social.white.goodreads {
  background: url(assets/img/social-goodreads-white.png) 0 0 no-repeat;
}

a.social.white.amazon {
  background: url(assets/img/social-amazon-white.png) 0 0 no-repeat;
}

header.header.socials-active.background--dark .socials, header.header.socials-active.background--complex .socials {
  opacity: 1;
}

header.header.background--dark a.social, header.header.background--complex a.social {
  opacity: 0.5;
}

header.header.background--dark a.social:hover, header.header.background--complex a.social:hover {
  opacity: 0.8;
}

a.social.white.twitter, header.header.background--dark a.social.twitter, header.header.background--complex a.social.twitter {
  background: url(assets/img/social-twitter-white.png) 0 0 no-repeat;
}

a.social.white.facebook, header.header.background--dark a.social.facebook, header.header.background--complex a.social.facebook {
  background: url(assets/img/social-facebook-white.png) 0 0 no-repeat;
}

a.social.white.linkedin, header.header.background--dark a.social.linkedin, header.header.background--complex a.social.linkedin {
  background: url(assets/img/social-linkedin-white.png) 0 0 no-repeat;
}

a.social.white.googleplus, header.header.background--dark a.social.googleplus, header.header.background--complex a.social.googleplus {
  background: url(assets/img/social-googleplus-white.png) 0 0 no-repeat;
}

a.social.white.vimeo, header.header.background--dark a.social.vimeo, header.header.background--complex a.social.vimeo {
  background: url(assets/img/social-vimeo-white.png) 0 0 no-repeat;
}

a.social.white.youtube, header.header.background--dark a.social.youtube, header.header.background--complex a.social.youtube {
  background: url(assets/img/social-youtube-white.png) 0 0 no-repeat;
}

a.social.white.zerply, header.header.background--dark a.social.zerply, header.header.background--complex a.social.zerply {
  background: url(assets/img/social-zerply-white.png) 0 0 no-repeat;
}

a.social.white.pinterest, header.header.background--dark a.social.pinterest, header.header.background--complex a.social.pinterest {
  background: url(assets/img/social-pinterest-white.png) 0 0 no-repeat;
}

a.social.white.dribbble, header.header.background--dark a.social.dribbble, header.header.background--complex a.social.dribbble {
  background: url(assets/img/social-dribbble-white.png) 0 0 no-repeat;
}

a.social.white.github, header.header.background--dark a.social.github, header.header.background--complex a.social.github {
  background: url(assets/img/social-github-white.png) 0 0 no-repeat;
}

a.social.white.instagram, header.header.background--dark a.social.instagram, header.header.background--complex a.social.instagram {
  background: url(assets/img/social-instagram-white.png) 0 0 no-repeat;
}

a.social.white.flickr, header.header.background--dark a.social.flickr, header.header.background--complex a.social.flickr {
  background: url(assets/img/social-flickr-white.png) 0 0 no-repeat;
}

a.social.white.rss, header.header.background--dark a.social.rss, header.header.background--complex a.social.rss {
  background: url(assets/img/social-rss-white.png) 0 0 no-repeat;
}

a.social.white.adn, header.header.background--dark a.social.adn, header.header.background--complex a.social.adn {
  background: url(assets/img/social-adn-white.png) 0 0 no-repeat;
}

a.social.white.behance, header.header.background--dark a.social.behance, header.header.background--complex a.social.behance {
  background: url(assets/img/social-behance-white.png) 0 0 no-repeat;
}

a.social.white.tumblr, header.header.background--dark a.social.tumblr, header.header.background--complex a.social.tumblr {
  background: url(assets/img/social-tumblr-white.png) 0 0 no-repeat;
}

a.social.white.lastfm, header.header.background--dark a.social.lastfm, header.header.background--complex a.social.lastfm {
  background: url(assets/img/social-lastfm-white.png) 0 0 no-repeat;
}

a.social.white.xing, header.header.background--dark a.social.xing, header.header.background--complex a.social.xing {
  background: url(assets/img/social-xing-white.png) 0 0 no-repeat;
}

a.social.white.foursquare, header.header.background--dark a.social.foursquare, header.header.background--complex a.social.foursquare {
  background: url(assets/img/social-foursquare-white.png) 0 0 no-repeat;
}

a.social.white.mixcloud, header.header.background--dark a.social.mixcloud, header.header.background--complex a.social.mixcloud {
  background: url(assets/img/social-mixcloud-white.png) 0 0 no-repeat;
}

a.social.white.soundcloud, header.header.background--dark a.social.soundcloud, header.header.background--complex a.social.soundcloud {
  background: url(assets/img/social-soundcloud-white.png) 0 0 no-repeat;
}

a.social.white.spotify, header.header.background--dark a.social.spotify, header.header.background--complex a.social.spotify {
  background: url(assets/img/social-spotify-white.png) 0 0 no-repeat;
}

a.social.white.goodreads, header.header.background--dark a.social.goodreads, header.header.background--complex a.social.goodreads {
  background: url(assets/img/social-goodreads-white.png) 0 0 no-repeat;
}

a.social.white.amazon, header.header.background--dark a.social.amazon, header.header.background--complex a.social.amazon {
  background: url(assets/img/social-amazon-white.png) 0 0 no-repeat;
}

@media only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #respond-title a:after {
    background-image: url(assets/img/comment-arrow@2x.png);
    background-size: 24px 100px;
  }
  .share a.icon-twitter {
    background-image: url(assets/img/social-twitter-black@2x.png);
    background-size: 22px 22px;
  }
  .share a.icon-facebook {
    background-image: url(assets/img/social-facebook-black@2x.png);
    background-size: 22px 22px;
  }
  .share a.icon-pinterest {
    background-image: url(assets/img/social-pinterest-black@2x.png);
    background-size: 22px 22px;
  }
  .share a.icon-google-plus {
    background-image: url(assets/img/social-googleplus-black@2x.png);
    background-size: 22px 22px;
  }
  a.social.twitter {
    background: url(assets/img/social-twitter-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.facebook {
    background: url(assets/img/social-facebook-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.goodreads {
    background: url(assets/img/social-goodreads-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.amazon {
    background: url(assets/img/social-amazon-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.linkedin {
    background: url(assets/img/social-linkedin-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.googleplus {
    background: url(assets/img/social-googleplus-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.vimeo {
    background: url(assets/img/social-vimeo-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.youtube {
    background: url(assets/img/social-youtube-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.zerply {
    background: url(assets/img/social-zerply-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.pinterest {
    background: url(assets/img/social-pinterest-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.dribbble {
    background: url(assets/img/social-dribbble-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.github {
    background: url(assets/img/social-github-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.instagram {
    background: url(assets/img/social-instagram-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.flickr {
    background: url(assets/img/social-flickr-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.rss {
    background: url(assets/img/social-rss-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.adn {
    background: url(assets/img/social-adn-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.behance {
    background: url(assets/img/social-behance-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.tumblr {
    background: url(assets/img/social-tumblr-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.lastfm {
    background: url(assets/img/social-lastfm-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.xing {
    background: url(assets/img/social-xing-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.foursquare {
    background: url(assets/img/social-foursquare-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.spotify {
    background: url(assets/img/social-spotify-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.twitter, header.header.background--dark a.social.twitter, header.header.background--complex a.social.twitter {
    background: url(assets/img/social-twitter-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.facebook, header.header.background--dark a.social.facebook, header.header.background--complex a.social.facebook {
    background: url(assets/img/social-facebook-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.linkedin, header.header.background--dark a.social.linkedin, header.header.background--complex a.social.linkedin {
    background: url(assets/img/social-linkedin-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.googleplus, header.header.background--dark a.social.googleplus, header.header.background--complex a.social.googleplus {
    background: url(assets/img/social-googleplus-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.vimeo, header.header.background--dark a.social.vimeo, header.header.background--complex a.social.vimeo {
    background: url(assets/img/social-vimeo-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.youtube, header.header.background--dark a.social.youtube, header.header.background--complex a.social.youtube {
    background: url(assets/img/social-youtube-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.zerply, header.header.background--dark a.social.zerply, header.header.background--complex a.social.zerply {
    background: url(assets/img/social-zerply-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.pinterest, header.header.background--dark a.social.pinterest, header.header.background--complex a.social.pinterest {
    background: url(assets/img/social-pinterest-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.dribbble, header.header.background--dark a.social.dribbble, header.header.background--complex a.social.dribbble {
    background: url(assets/img/social-dribbble-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.github, header.header.background--dark a.social.github, header.header.background--complex a.social.github {
    background: url(assets/img/social-github-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.instagram, header.header.background--dark a.social.instagram, header.header.background--complex a.social.instagram {
    background: url(assets/img/social-instagram-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.flickr, header.header.background--dark a.social.flickr, header.header.background--complex a.social.flickr {
    background: url(assets/img/social-flickr-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.rss, header.header.background--dark a.social.rss, header.header.background--complex a.social.rss {
    background: url(assets/img/social-rss-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.adn, header.header.background--dark a.social.adn, header.header.background--complex a.social.adn {
    background: url(assets/img/social-adn-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.behance, header.header.background--dark a.social.behance, header.header.background--complex a.social.behance {
    background: url(assets/img/social-behance-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.tumblr, header.header.background--dark a.social.tumblr, header.header.background--complex a.social.tumblr {
    background: url(assets/img/social-tumblr-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.lastfm, header.header.background--dark a.social.lastfm, header.header.background--complex a.social.lastfm {
    background: url(assets/img/social-lastfm-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.xing, header.header.background--dark a.social.xing, header.header.background--complex a.social.xing {
    background: url(assets/img/social-xing-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.foursquare, header.header.background--dark a.social.foursquare, header.header.background--complex a.social.foursquare {
    background: url(assets/img/social-foursquare-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.mixcloud {
    background: url(assets/img/social-mixcloud-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.soundcloud {
    background: url(assets/img/social-soundcloud-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.mixcloud, header.header.background--dark a.social.mixcloud, header.header.background--complex a.social.mixcloud {
    background: url(assets/img/social-mixcloud-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.soundcloud, header.header.background--dark a.social.soundcloud, header.header.background--complex a.social.soundcloud {
    background: url(assets/img/social-soundcloud-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.spotify, header.header.background--dark a.social.spotify, header.header.background--complex a.social.spotify {
    background: url(assets/img/social-spotify-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.goodreads, header.header.background--dark a.social.goodreads, header.header.background--complex a.social.goodreads {
    background: url(assets/img/social-goodreads-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.amazon, header.header.background--dark a.social.amazon, header.header.background--complex a.social.amazon {
    background: url(assets/img/social-amazon-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.spotify {
    background: url(assets/img/social-spotify-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.flex-next, a.flex-prev {
    background-image: url(assets/img/arrows@2x.png);
    background-size: 200px 13px;
  }
  a.jp-play span,
  a.jp-pause span {
    background-image: url(assets/img/audio@2x.png);
    background-size: 30px 120px;
  }
  .quotemark {
    background-size: 28px 19px;
  }
  .quote-rating-1, .quote-rating-2, .quote-rating-3, .quote-rating-4, .quote-rating-5 {
    background-image: url(assets/img/stars@2x.png);
    background-size: 97px 176px;
  }
  .quotemark.white .quote-rating-1, .quotemark.white .quote-rating-2, .quotemark.white .quote-rating-3, .quotemark.white .quote-rating-4, .quotemark.white .quote-rating-5 {
    background-image: url(assets/img/stars-white@2x.png);
    background-size: 97px 176px;
  }
  .bullets.green li {
    background-image: url(assets/img/tick-green@2x.png);
    background-size: 16px 13px;
  }
  .bullets.red li {
    background-image: url(assets/img/tick-red@2x.png);
    background-size: 16px 13px;
  }
  .bullets.black li {
    background-image: url(assets/img/tick-black@2x.png);
    background-size: 16px 13px;
  }
  .bullets.light-blue li {
    background-image: url(assets/img/tick-light-blue@2x.png);
    background-size: 16px 13px;
  }
  .bullets.blue li {
    background-image: url(assets/img/tick-blue@2x.png);
    background-size: 16px 13px;
  }
  .bullets.grey li {
    background-image: url(assets/img/tick-grey@2x.png);
    background-size: 16px 13px;
  }
  .bullets.orange li {
    background-image: url(assets/img/tick-orange@2x.png);
    background-size: 16px 13px;
  }
  .bullets.pink li {
    background-image: url(assets/img/tick-pink@2x.png);
    background-size: 16px 13px;
  }
  .bullets.purple li {
    background-image: url(assets/img/tick-purple@2x.png);
    background-size: 16px 13px;
  }
  .toggle .toggle-title:before {
    background-image: url(assets/img/toggle-open@2x.png);
    background-size: 12px 12px;
  }
  .toggle .toggle-title.active:before {
    background-image: url(assets/img/toggle-close@2x.png);
    background-size: 12px 12px;
  }
}

.mt-insert,
.js .mt-insert .wp-caption {
  width: 100%;
  display: inline-block;
  margin: 15px 0;
  z-index: 1;
  overflow: hidden;
}

.mt-insert .wp-caption-text {
  bottom: 30px;
}

.mt-insert .wp-caption img {
  width: 100%;
}

.js .mt-insert img,
.js .mt-insert .wp-caption {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  left: 0;
}

.js .mt-insert.remove-abs img {
  position: relative;
}

.js .mt-insert.remove-abs {
  margin-bottom: 80px !important;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (min-width: 45em) {
  /* 720px */
  header.header.socials-active {
    padding-top: 0;
  }
  header.header.socials-active .socials {
    text-align: right;
    top: 15px;
    left: auto;
    right: 16px;
    opacity: 0.5;
  }
  header.header .logo, header.header nav {
    display: table-cell;
    vertical-align: middle;
  }
  header.header .logo {
    text-align: left;
    width: 180px;
  }
  header.header .tools {
    bottom: 50%;
    margin-bottom: -12px;
    width: 65px;
    right: 15px;
  }
  header.header nav {
    position: relative;
    text-align: right;
    width: 800px;
  }
  header.header nav.search-toggle-on {
    padding-right: 30px;
  }
  header.header nav li {
    margin-left: 20px;
    display: inline-block;
    position: relative;
  }
  header.header nav li a {
    display: inline-block;
    padding-bottom: 5px;
  }
  header.header nav li:first-child {
    margin-left: 0;
  }
  header.header nav li:hover ul {
    display: block;
  }
  header.header nav li ul {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    margin: 0;
    padding: 10px 0;
    left: 0;
    top: 100%;
    width: 200px;
    float: left;
    z-index: 4;
  }
  header.header nav li ul li {
    display: block;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
  }
  header.header nav li ul li a {
    display: block;
    color: #5b5c58 !important;
    width: 100%;
    padding: 7px 20px;
    font-size: 80%;
    text-align: left;
  }
  header.header nav li ul li a:hover {
    color: #f95052 !important;
  }
  .pagination {
    table-layout: fixed;
  }
  .pagination .newer-posts, .pagination .older-posts {
    display: table-cell;
    text-align: left;
    padding: 50px;
  }
  .pagination .newer-posts {
    text-align: right;
  }
  .pagination .older-posts + .newer-posts {
    border-top: none;
    border-left: 1px solid #ededed;
  }
  .main-archive .pagination .older-posts a, .main-archive .pagination .newer-posts a {
    padding: 50px;
    display: block;
  }
  .author-wrap {
    display: table;
    width: 100%;
    margin-bottom: -20px;
  }
  .author-wrap .author-avatar, .author-wrap .author-bio {
    display: table-cell;
    vertical-align: top;
    text-align: left;
  }
  .author-wrap .author-avatar {
    width: 75px;
  }
  .author-wrap .author-bio {
    padding-left: 20px;
  }
  .author-wrap h6 {
    margin-top: 0;
  }
  .author-wrap .author-socials-wrap {
    margin-top: -10px;
    margin-left: -9px;
  }
}

@media screen and (min-width: 47.5em) {
  /* 760px */
  footer.footer {
    table-layout: fixed;
    text-align: left;
    padding: 50px 25px;
  }
  footer.footer .socials {
    text-align: right;
    padding: 0;
  }
  footer.footer #footer-text, footer.footer .socials {
    display: table-cell;
    vertical-align: middle;
  }
  .inner {
    padding: 45px 65px;
  }
  .archive article.post, .search article.post {
    min-height: 0;
  }
  .single-post article.post.no-image, .page article.post.no-image {
    padding-top: 30px;
  }
  .single-post article.post.no-image.format-video, .single-post article.post.no-image.format-audio, .page article.post.no-image.format-video, .page article.post.no-image.format-audio {
    padding-top: 0;
  }
  article.post {
    min-height: 430px;
  }
  article.post .sharer.meta {
    position: absolute;
    margin-left: -40px;
    margin-top: 5px;
    width: 30px;
  }
  article.post .sharer.meta li {
    display: block;
    margin: 4px 0;
  }
  article.post.format-stream {
    min-height: 0;
  }
  article.post.format-stream .inner time {
    padding: 35px 65px 0 65px;
  }
  article.post.format-stream .inner h2 {
    padding: 0 65px 35px 65px;
  }
}

@media screen and (min-width: 60em) {
  /* 960px */
  article.post.result {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sidebar-toggle .main-wrap .sidebar-hold, .sidebar-toggle.sidebar-off .main-wrap .sidebar-hold {
    display: none;
  }
  .sidebar-toggle header.header .tools #sidebar-trigger {
    display: block;
  }
  .sidebar-toggle header.header nav.search-toggle-on, .sidebar-toggle header.header nav.sidebar-toggle-on {
    padding-right: 30px;
  }
  .sidebar-toggle header.header nav.search-toggle-on.sidebar-toggle-on {
    padding-right: 60px;
  }
  .header-overlay.sidebar-off header.header.background--complex {
    background-color: rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  }
  .header-overlay.sidebar-off header.header.background--dark .blog-title a, .header-overlay.sidebar-off header.header.background--complex .blog-title a {
    border-color: #fff;
  }
  .header-overlay.sidebar-off header.header.background--dark .site-logo.dark, .header-overlay.sidebar-off header.header.background--complex .site-logo.dark {
    display: block;
  }
  .header-overlay.sidebar-off header.header.background--dark .site-logo.light, .header-overlay.sidebar-off header.header.background--complex .site-logo.light {
    display: none;
  }
  .header-overlay.sidebar-off header.header.background--dark nav ul li a, .header-overlay.sidebar-off header.header.background--dark .tools a, .header-overlay.sidebar-off header.header.background--dark .blog-tagline, .header-overlay.sidebar-off header.header.background--dark .blog-title a, .header-overlay.sidebar-off header.header.background--complex nav ul li a, .header-overlay.sidebar-off header.header.background--complex .tools a, .header-overlay.sidebar-off header.header.background--complex .blog-tagline, .header-overlay.sidebar-off header.header.background--complex .blog-title a {
    color: #fff;
  }
  .header-overlay.sidebar-off header.header.with-image {
    position: absolute;
    left: 0;
  }
  .header-overlay.sidebar-off.archive header.header.with-image {
    position: relative;
    left: 0;
  }
  /*.sidebar-off {
          header.header {
            &.with-image {
              position: absolute;

              left: 0;
            }
          }
        }*/
  header.header .header-inner {
    height: 150px;
  }
  .inner {
    max-width: 960px;
    margin: 0 auto;
  }
  .sidebar-off .archive header.header.with-image, .sidebar-off .search header.header.with-image {
    position: relative;
  }
  .sidebar-on header.header.with-image, .archive header.header.with-image, .search header.header.with-image {
    position: relative;
  }
  .sidebar-on .main-wrap, .archive .main-wrap, .search .main-wrap {
    display: table;
  }
  .sidebar-on .main-wrap .main, .sidebar-on .main-wrap .sidebar-hold, .archive .main-wrap .main, .archive .main-wrap .sidebar-hold, .search .main-wrap .main, .search .main-wrap .sidebar-hold {
    display: table-cell;
    vertical-align: top;
  }
  .sidebar-on .main-wrap .main, .archive .main-wrap .main, .search .main-wrap .main {
    width: 960px;
  }
  .sidebar-on .main-wrap .sidebar-hold, .archive .main-wrap .sidebar-hold, .search .main-wrap .sidebar-hold {
    padding-top: 20px;
    width: 400px;
    border-top: none;
    border-left: 1px solid #ededed;
  }
  .sidebar-on .main-wrap .widget, .archive .main-wrap .widget, .search .main-wrap .widget {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 59.9375em) {
  /* 959px */
  header.header.with-image {
    background: none !important;
  }
}

@media screen and (min-width: 32.5em) and (min-height: 37.5em) {
  /* 520px / 600px */
  article.post .post-image {
    max-height: 500px;
  }
}

@media screen and (min-width: 60em) and (min-height: 37.5em) {
  /* 960px / 600px */
  article.post .post-image {
    max-height: 600px;
  }
}

@media screen and (min-width: 60em) and (min-height: 53.125em) {
  /* 960px / 850px */
  article.post .post-image {
    max-height: 650px;
  }
}

@media screen and (min-width: 60em) and (min-height: 56.25em) {
  /* 960px / 900px */
  article.post .post-image {
    max-height: 700px;
  }
}
