@charset "UTF-8";
/*!

	Theme Name: Textual
	Theme URI: http://textual.mtdemo.meanthemes.com/
	Description: A Text-centric theme
	Author: MeanThemes
	Author URI: http://meanthemes.com/
    Text Domain: textual
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.1.3
	Tags: one-column, two-columns, three-columns, four-columns, custom-colors, custom-menu, editor-style, featured-images, full-width-template, theme-options, translation-ready
	Date Modified: 16th June 2023

==========================================================================
*/
/* ==========================================================================
	Table of Contents
==========================================================================

	0. Resets
		0.1. Plugins
				0.1.1 Contact Form 7
				0.1.2 Zilla Likes
				0.1.3 JP Player
				0.1.4 Flexslider
		0.2 Tables
		0.3 Code etc.
		0.4 Forms
		0.5 WordPress Defaults
		0.6 Comments
                0.7 Gutenberg
	1.  Global Styles
	2.	Header
	3. 	Post / Page / Archive Post
	4. 	Sidebar
	5. 	Footer
	6. 	Pagination
	7. 	Socials
	8. 	Posts & Pages
	9. 	Related Posts
	10. Search, Author, Categories etc.
	11. Post Formats
	12. Colors
	13. Shortcodes
	14. Media Queries

*/
/* ==========================================================================
    0 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: -0.5em;
}

sub {
  bottom: -0.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-font-smoothing: aliased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================================
		0.1 Plugins
	========================================================================== */
/* ==========================================================================
  0.1.1 - 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;
}

/* ==========================================================================
  0.1.2 - Zilla Likes
  ========================================================================== */
article .zilla-likes {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  text-decoration: none;
  width: 100%;
  text-align: center;
  background: none;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 20px;
  display: block;
  color: #404344;
}
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;
}

/* ==========================================================================
	0.1.3 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: 0.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;
}

/* ==========================================================================
0.1.4 Flexslider
========================================================================== */
/*
* 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: " ";
  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 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.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: 1em;
  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: 0.4;
  -webkit-transition: background 0.5s, opacity 0.5s;
  -moz-transition: background 0.5s, opacity 0.5s;
  transition: background 0.5s, opacity 0.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: 0.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);
  }
}
/*! #######################################################################

	MeanMenu 2.0.7
	--------

	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: #fff;
  padding: 4px 0;
  min-height: 42px;
  z-index: 2;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #404344;
  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: #404344;
  height: 3px;
  margin-top: 3px;
  border-radius: 15px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #fff;
  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: 1em 5%;
  margin: 0;
  text-align: left;
  color: #404344;
  border-bottom: 1px solid #efefef;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-decoration: none;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-bottom: 1px solid #efefef;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  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: 1em 15%;
}

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

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 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: 30px;
  padding: 10px 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  border: none !important;
}

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

/* WP Instagram Widget */
.widget ul.instagram-pic {
  margin-left: -3px;
}

.widget ul.instagram-pics li {
  width: 33.3333%;
  display: inline-block;
  padding: 0 !important;
  float: left;
}

.widget ul.instagram-pics li img {
  display: block;
  margin: 0;
  padding: 3px;
}

.widget p.clear {
  margin-bottom: 40px;
}

/* ==========================================================================
		0.2 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;
}

/* ==========================================================================
			0.3 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;
}

/* ==========================================================================
		0.Forms
	========================================================================== */
::-webkit-input-placeholder {
  color: #404344;
}

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

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

:-ms-input-placeholder {
  color: #404344;
}

input[type=text], input[type=url], input[type=email],
input[type=tel], input[type=password], textarea {
  background-color: rgba(0, 0, 0, 0.03);
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  outline: none;
  width: auto;
  padding: 1em 0.75em;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
  width: 100%;
  color: #404344;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

input[type=submit], button {
  -webkit-appearance: none;
  background-color: transparent;
  font-size: 18px;
  font-size: 1.8rem;
}

input[type=text]:hover, input[type=url]:hover, input[type=email]:hover,
input[type=tel]:hover, input[type=password]:hover, textarea:hover {
  color: #404344;
  background-color: rgba(0, 0, 0, 0.05);
}

input[type=text]:focus, input[type=url]:focus, input[type=email]:focus,
input[type=tel]:focus, input[type=password]:focus, textarea:focus {
  color: #404344;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.09);
}

select {
  width: 100%;
}

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

.side input.s[type=text] {
  font-size: 14px;
  font-size: 1.4rem;
}

/* ==========================================================================
    0.5 WordPress Defaults
  ========================================================================== */
/* 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. */
}

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

.wp-caption {
  max-width: 100%;
}

.sticky {
  font-style: normal;
}

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

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

.wp-caption-text {
  padding: 15px 12px !important;
  display: block;
  margin: 0px 0 0 0 !important;
  line-height: 1;
  font-size: 90% !important;
  position: relative;
  text-align: center;
}

/* calendar widget */
#wp-calendar {
  width: 85%;
  margin: 0 auto;
  max-width: 400px;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Amatic SC", 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;
}

/* ==========================================================================
	0.6 Comments
==========================================================================
*/
h3#respond-title {
  margin-bottom: 0.35em;
}

.author-avatar img {
  width: 50px;
  height: 50px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

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

.comments-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 0;
  margin-top: 60px;
}

p.form-submit {
  margin-bottom: 0;
}

#comments {
  display: inline-block;
  width: 100%;
}
#comments label.hidden, #comments label + .required {
  position: absolute;
  left: -9999em;
}
#comments h5#respond {
  margin-top: 30px;
}
#comments h5#respond span {
  color: #32bee6;
}
#comments .url, #comments .comment-date {
  text-decoration: none;
  margin-top: -0.75em;
  display: block;
}
#comments .url {
  font-size: 120%;
}
#comments .comment-date {
  margin-top: 0;
  margin-bottom: -1em;
  font-size: 80%;
}
#comments .commentlist, #comments .commentlist ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#comments .commentlist {
  padding-top: 0;
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#comments .commentlist li {
  display: table;
  width: 100%;
  margin-top: 20px;
  position: relative;
}
#comments .commentlist li.pingback {
  margin-top: 0;
  padding: 0;
}
#comments .commentlist li.pingback a {
  margin-top: 0;
  line-height: 1.2;
}
#comments .commentlist li .comment-edit-link {
  border-radius: 4px;
  background: #333;
  position: absolute;
  left: 3px;
  top: 60px;
  font-family: Helvetica, Arial, sans-serif;
  color: #fafafa;
  padding: 4px 8px;
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
}
#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: 0;
  font-size: 70%;
  padding: 0.35em 1.25em;
}
#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 rgba(0, 0, 0, 0.05);
  display: table;
}
#comments .commentlist ul li .comment-edit-link {
  top: 80px;
}
#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);
}

input#author, input#email, input#url {
  max-width: 500px;
}

textarea#comment {
  height: 250px;
}

button:hover, input[type=submit]:hover {
  opacity: 0.8;
}

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

body {
  margin: 0;
  padding: 0;
  height: 100%;
  color: #404344;
}

.widget input.searchsubmit {
  display: none;
}

a {
  text-decoration: none;
}

.post-content a {
  text-decoration: underline;
}
.post-content a.more-link {
  text-decoration: none;
}

.socials .social, .socials .social-fa .fa {
  -o-transition: opacity 0s ease-in-out;
  -webkit-transition: opacity 0s ease-in-out;
  -moz-transition: opacity 0s ease-in-out;
  transition: opacity 0s ease-in-out;
}

.fa + .i {
  position: absolute;
  left: -99999em;
}

/* ==========================================================================
	2. Header
	========================================================================== */
.main-header {
  padding: 20px;
  height: 200px;
  text-align: center;
  width: 100%;
  display: table;
  position: relative;
  z-index: 3;
}
.main-header.social-layout.sl-mobile-top-left .socials, .main-header.social-layout.sl-mobile-top-center .socials, .main-header.social-layout.sl-mobile-top-right .socials, .main-header.social-layout.sl-mobile-bottom-left .socials, .main-header.social-layout.sl-mobile-bottom-center .socials, .main-header.social-layout.sl-mobile-bottom-right .socials {
  margin-top: 0;
  position: absolute;
  width: 80%;
}
.main-header.social-layout.sl-mobile-top-left.social-budge .socials, .main-header.social-layout.sl-mobile-top-left.no-menu .socials, .main-header.social-layout.sl-mobile-top-center.social-budge .socials, .main-header.social-layout.sl-mobile-top-center.no-menu .socials, .main-header.social-layout.sl-mobile-top-right.social-budge .socials, .main-header.social-layout.sl-mobile-top-right.no-menu .socials {
  top: 10px;
}
.main-header.social-layout.sl-mobile-top-left.social-budge .logo, .main-header.social-layout.sl-mobile-top-left.no-menu .logo, .main-header.social-layout.sl-mobile-top-center.social-budge .logo, .main-header.social-layout.sl-mobile-top-center.no-menu .logo, .main-header.social-layout.sl-mobile-top-right.social-budge .logo, .main-header.social-layout.sl-mobile-top-right.no-menu .logo {
  margin-top: auto;
}
.main-header.social-layout.sl-mobile-top-left .socials, .main-header.social-layout.sl-mobile-top-center .socials, .main-header.social-layout.sl-mobile-top-right .socials {
  -o-transition: top 0.25s ease-in-out;
  -webkit-transition: top 0.25s ease-in-out;
  -moz-transition: top 0.25s ease-in-out;
  transition: top 0.25s ease-in-out;
  top: -40px;
}
.main-header.social-layout.sl-mobile-top-left .logo, .main-header.social-layout.sl-mobile-top-center .logo, .main-header.social-layout.sl-mobile-top-right .logo {
  margin-top: -40px;
}
.main-header.social-layout.sl-mobile-top-left .socials, .main-header.social-layout.sl-mobile-bottom-left .socials {
  left: 20px;
  text-align: left;
}
.main-header.social-layout.sl-mobile-top-right .socials, .main-header.social-layout.sl-mobile-bottom-right .socials {
  right: 20px;
  text-align: right;
}
.main-header.social-layout.sl-mobile-top-center .socials, .main-header.social-layout.sl-mobile-bottom-center .socials {
  left: 10%;
  margin: 0 auto;
  text-align: center;
}
.main-header.social-layout.sl-mobile-bottom-left .socials, .main-header.social-layout.sl-mobile-bottom-center .socials, .main-header.social-layout.sl-mobile-bottom-right .socials {
  bottom: 20px;
}
.main-header .socials {
  margin-top: -50px;
  margin-bottom: 0;
}
.main-header .header-inner {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}
.main-header .site-title {
  padding: 9px;
}
.main-header .site-title a {
  text-decoration: none;
}
.main-header #nav {
  margin-top: 10px;
}
.main-header #nav ul li {
  display: inline-block;
  position: relative;
}
.main-header #nav ul li.menu-item-has-children > a:after {
  font-family: "FontAwesome";
  content: " \f107";
}
.main-header #nav ul li:before {
  content: "/";
  opacity: 0.25;
}
.main-header #nav ul li:first-child:before {
  content: "";
}
.main-header #nav ul li a {
  padding: 20px 7px;
  display: inline-block;
  text-decoration: none;
}
.main-header #nav ul ul {
  display: none;
}
.main-header #nav ul li:hover ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  float: left;
  width: 210px;
  text-align: left;
  padding: 10px 0 15px 0;
}
.main-header #nav ul li:hover ul li {
  display: block;
}
.main-header #nav ul li:hover ul li:before {
  content: "";
}
.main-header #nav ul li:hover ul li.menu-item-has-children > a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
.main-header #nav ul li:hover ul li a {
  display: block;
  padding: 8px 20px;
}
.main-header #nav ul li:hover ul li > ul {
  display: none;
  top: 0;
  left: 210px;
}
.main-header #nav ul li:hover ul li:hover ul {
  display: block;
  margin-top: -10px;
}

/* ==========================================================================
	3. Post / Page / Archive Post
	========================================================================== */
.main {
  max-width: 920px;
  margin: 0 auto;
}

.main, .sidebar, .footer-widgets, .main-footer, .header-widgets {
  padding: 40px 20px;
}

.post-content {
  display: inline-block;
  width: 100%;
}

.page .post-content {
  padding-top: 20px;
  padding-bottom: 50px;
}

.post {
  padding: 0 0 0 0;
}
.post .meta {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.post .meta li {
  display: inline-block;
  padding: 1px 3px 0 3px;
  margin-right: -4px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.post .meta li.tag {
  display: block;
  margin-top: 6px;
}
.post .meta li a {
  text-decoration: none;
}
.post .meta.bottom {
  margin-top: 30px;
  text-align: left;
  width: 70%;
  float: left;
}
.post .meta.bottom li {
  padding: 0;
}
.post .meta.bottom li a {
  display: inline-block;
  padding: 1px 3px 0 3px;
  margin-right: -4px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.post .meta.sharer {
  margin-top: 30px;
  width: 30%;
  float: right;
  text-align: right;
}
.post .meta.sharer a {
  margin-right: 0;
  font-size: 15px;
  font-size: 1.5rem;
}
.post .meta.sharer a:hover {
  opacity: 0.7;
}
.post h1 + .meta, .post h2 + .meta {
  margin-top: 20px;
}
.post .meta + .post-content {
  margin-top: 0;
}
.post .post-image {
  margin: 40px 0 20px 0;
  display: block;
}
.post .post-image img {
  margin: 0 auto;
  display: block;
}

.page .post-image {
  margin-bottom: 40px;
}

.main-archive .post {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 100px;
}
.main-archive .post .featured:before {
  font-family: "FontAwesome";
  content: "\f006";
  position: absolute;
  top: 2px;
  right: 0;
}
.main-archive .post h2 {
  padding-right: 30px;
}
.main-archive .post .meta.sharer {
  opacity: 0;
}
.main-archive .post:hover .meta.sharer, .main-archive .post .hover .meta.sharer {
  opacity: 1;
}

.archives-content {
  padding-top: 10px;
}

.archive-layout {
  display: table;
  width: 100%;
  padding: 0 0 0.5em 0;
}
.archive-layout ul {
  padding: 10px 0;
}

/* ==========================================================================
	4. Sidebar
	========================================================================== */
.sidebar-on .sidebar {
  font-size: 90%;
}
.sidebar-on .main {
  position: relative;
  max-width: 720px;
}

/* ==========================================================================
	5. Footer
	========================================================================== */
.main-footer {
  text-align: center;
}
.main-footer #btt {
  font-size: 14px;
  font-size: 1.4rem;
}
.main-footer .socials {
  margin: 10px 0;
}
.main-footer .socials .social, .main-footer .socials .social-fa .fa {
  opacity: 1;
}
.main-footer .socials .social:hover, .main-footer .socials .social-fa .fa:hover {
  opacity: 0.7;
}

.tagcloud a {
  border: 2px solid #32bee6;
  display: inline-block;
  padding: 10px;
  margin: 4px 2px 2px;
  border-radius: 3px;
}

.footer-widgets .widget, .sidebar .widget {
  padding: 20px 0;
}
.footer-widgets .widget ul, .sidebar .widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-widgets .widget ul li, .sidebar .widget ul li {
  padding: 0.25em 0 0.5em 0;
}
.footer-widgets .widget .socials, .sidebar .widget .socials {
  text-align: left;
}
.footer-widgets .widget h4, .sidebar .widget h4 {
  margin-bottom: 0.6em;
  text-align: left;
}
.footer-widgets .mt-about-you-widget, .sidebar .mt-about-you-widget {
  margin-top: 65px;
  text-align: left;
}
.footer-widgets .mt-about-you-widget img.mt-about-avatar, .sidebar .mt-about-you-widget img.mt-about-avatar {
  margin: -60px 0 15px 0;
  display: block;
}
.footer-widgets .mt-about-you-widget h4, .sidebar .mt-about-you-widget h4 {
  margin-bottom: -4px;
}
.footer-widgets .mt-about-you-widget .mt-about-bio, .sidebar .mt-about-you-widget .mt-about-bio {
  max-width: 400px;
}

.sidebar {
  padding-top: 0;
}

/* ==========================================================================
	6. Pagination
	========================================================================== */
.pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.pagination ul {
  display: table;
  width: 100%;
}
.pagination li {
  display: table-cell;
  width: 50%;
  text-align: left;
}
.pagination li.newer-posts {
  text-align: right;
}
.pagination li span.inactive, .pagination li .span.inactive:hover {
  position: relative;
  display: inline-block;
  line-height: 65px;
  width: 100%;
  height: 65px;
  font-size: 18px;
  font-size: 1.8rem;
  opacity: 0.35;
}
.pagination li a {
  position: relative;
  display: inline-block;
  line-height: 65px;
  width: 100%;
  height: 65px;
}
.pagination li a .fa {
  z-index: 2;
  position: relative;
  top: 1px;
}

.page-pagination {
  padding: 1.5em;
  margin-bottom: 1em;
  font-size: 90%;
  background: rgba(0, 0, 0, 0.03);
}

.single-post .pagination {
  padding-top: 60px;
}

/* ==========================================================================
	7. Socials
	========================================================================== */
.socials .social, .socials .social-fa {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}

/* ==========================================================================
	8. Posts & Pages
	========================================================================== */
.single-post .pagination {
  margin-top: 0;
  margin-bottom: 40px;
}

.comment-notes {
  max-width: 500px;
}

.comment-respond {
  padding-bottom: 40px;
}

/* ==========================================================================
	9. Related Posts
========================================================================== */
.related-posts {
  margin: 60px 0 0 0;
  padding: 10px 15px 40px 15px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.related-posts h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}
.related-posts .related-post {
  padding: 0;
  margin: 0;
}
.related-posts .meta.top {
  margin-top: 10px;
}

/* ==========================================================================
	10. Search, Author, Categories etc.
	========================================================================== */
.post.result {
  padding-bottom: 30px;
}

h1 .by, h4 .by {
  display: block;
  margin: 0 0 -6px 0;
  opacity: 0.5;
  letter-spacing: normal;
}

.author-wrap, .author-enhanced {
  text-align: left;
  padding-top: 30px;
  padding: 30px 15px 10px 15px;
  margin-bottom: -15px;
  display: table;
}
.author-wrap p, .author-enhanced p {
  margin-top: 0.5em;
}
.author-wrap .author-avatar, .author-wrap .author-bio, .author-enhanced .author-avatar, .author-enhanced .author-bio {
  display: table-cell;
  vertical-align: top;
}
.author-wrap .author-avatar, .author-enhanced .author-avatar {
  width: 40px;
}
.author-wrap .author-bio, .author-enhanced .author-bio {
  padding-left: 30px;
  padding-right: 20px;
  max-width: 640px;
  margin: 0 auto;
}
.author-wrap .author-avatar img, .author-enhanced .author-avatar img {
  width: 100px;
  height: auto;
  border: 3px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.author-wrap .meta, .author-enhanced .meta {
  display: block;
  width: 100%;
}
.author-wrap h1, .author-enhanced h1 {
  margin-bottom: 20px;
}
.author-wrap .author-socials-wrap, .author-enhanced .author-socials-wrap {
  margin-top: -0.5em;
  margin-left: -6px;
}
.author-wrap .author-socials, .author-enhanced .author-socials {
  display: inline-block;
  padding: 15px 8px;
}
.author-wrap .author-socials:hover, .author-enhanced .author-socials:hover {
  opacity: 0.5;
}
.author-wrap .author-socials .fa, .author-enhanced .author-socials .fa {
  font-size: 16px;
  font-size: 1.6rem;
}
.author-wrap .author-socials span, .author-enhanced .author-socials span {
  display: none;
}

.loop.loop-results ol {
  padding: 40px 0;
  margin: 0;
}
.loop.loop-results ol li {
  margin-left: 3em;
  padding-left: -3em;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.loop.loop-results ol li h2 {
  margin-bottom: 30px;
}
.loop.loop-results ol li ul {
  margin: 10px 0 0 0;
}
.loop.loop-results ol li ul li {
  display: inline-block;
  padding: 1px 3px;
  margin: 0;
}
.loop.loop-results ol li p {
  margin: 0;
}

/* ==========================================================================
	11. Post Formats
	========================================================================== */
.part-link, .part-audio {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}

.main-archive .part-link {
  margin-bottom: 0;
}

.part-link a {
  padding: 20px 40px;
  display: inline-block;
}
.part-link a:after {
  font-family: "FontAwesome";
  content: " \f178";
}

.post_format-post-format-aside .post-content {
  margin-top: 30px !important;
  border: 1px dotted #dbdcdc;
  padding: 5px 20px 0 20px;
}

.post_format-post-format-chat .post-content {
  margin-top: 10px !important;
}
.post_format-post-format-chat .post-content p {
  border-bottom: 1px dotted #dbdcdc;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 0;
}

span.post-status {
  padding: 40px;
  display: block;
  text-align: center;
}
span.post-status iframe {
  margin: 0 auto !important;
}

.post-image + .part-audio {
  margin-top: -20px;
}

/* ==========================================================================
	0.7 Gutenberg
==========================================================================
*/
.alignwide {
  max-width: calc(25vw - 25% + 100%);
  margin: 0 -10px;
}

.alignfull {
  max-width: 100vw !important;
  margin: 0 -20px;
}

@media screen and (min-width: 61.25em) { /* 980px */
  .alignwide {
    margin: 0 -25px;
  }
  .alignfull {
    margin: 0 -50px;
  }
}
@media screen and (max-width: 57.5em) { /* 920px */
  .alignwide {
    max-width: calc(50vw - 50% + 100%);
    margin: 0 calc((100vw - 100%) / -4);
  }
  .alignfull {
    width: 100vw;
    margin: 0 calc((100vw - 100%) / -2);
  }
}
.sidebar-off .alignwide {
  width: 1000% !important;
  max-width: calc(50vw - 50% + 100%);
  margin: 0 calc((100vw - 100%) / -4);
}
.sidebar-off .alignfull {
  width: 1000%;
  max-width: 100vw !important;
  margin: 0 calc((100vw - 100%) / -2);
}

input.wp-block-search__input:invalid {
  box-shadow: none;
}

/* ==========================================================================
	13. Typography
==========================================================================
*/
/* Fonts */
body, input[type=text], input[type=email], input[type=tel],
input[type=url], input[type=password], textarea,
input[type=submit], #wp-calendar, h4 .by, h1 .by {
  font-family: Courier, "Courier New", monospace;
}

.meta, .widget, .comment-date, .pagination, .mean-nav {
  font-family: Courier, "Courier New", monospace;
}

.site-title,
h1, h2, h3,
h4, h5, h6,
.more-link,
.main-header #nav,
#comments .url,
.post-content blockquote:before {
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* Font Sizes */
.main-wrap, button, input[type=text], input[type=submit], input[type=url], input[type=email], input[type=tel], input[type=password], textarea {
  font-size: 18px;
  font-size: 1.8rem;
}

.meta {
  font-size: 12px;
  font-size: 1.2rem;
}

.meta {
  font-size: 12px;
  font-size: 1.2rem;
}

.sidebar .widget, .footer-widgets, .pagination * {
  font-size: 14px;
  font-size: 1.4rem;
}

.site-title {
  font-size: 35px;
  font-size: 3.5rem;
}

.site-tagline, h1 .by, h4 .by {
  font-size: 14px;
  font-size: 1.4rem;
}

.tagcloud a {
  font-size: 14px;
  font-size: 1.4rem !important;
}

.main-header #nav, .main-footer {
  font-size: 16px;
  font-size: 1.6rem;
}

h1, .main-archive h2.entry-title {
  font-size: 60px;
  font-size: 6rem;
}

h2 {
  font-size: 30px;
  font-size: 3rem;
}

h3 {
  font-size: 28px;
  font-size: 2.8rem;
}

h4 {
  font-size: 26px;
  font-size: 2.6rem;
}

h5, #comments .url {
  font-size: 24px;
  font-size: 2.4rem;
}

h6 {
  font-size: 22px;
  font-size: 2.2rem;
}

.post-content blockquote {
  margin-top: 50px;
  margin-bottom: 40px;
  padding-left: 50px;
  position: relative;
}
.post-content blockquote:before {
  content: "“";
  position: absolute;
  top: -8px;
  left: 0;
  font-size: 90px;
  font-size: 9rem;
  vertical-align: top;
  line-height: 0.8;
}
.post-content blockquote cite {
  display: block;
  font-size: 60%;
  margin-top: 20px;
}
.post-content blockquote cite:before {
  content: "— ";
}

blockquote, .content-aside {
  font-size: 130%;
}

/* Line Heights and Spacing */
body {
  line-height: 1.5;
}

p {
  margin: 0.5em 0 0.85em 0;
}

.toggle-inner p:last-of-type {
  margin-bottom: 0;
}

.widget p {
  margin: 10px 0;
}

.site-title,
h1,
.main-archive h2.entry-title {
  line-height: 0.97;
}

h2 {
  line-height: 1.15;
}

h3,
h4, h5, h6 {
  line-height: 1.4;
}

h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
  margin-top: 2px;
}

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

.post-content h2 + ul, .post-content h2 + .bullets, .post-content h3 + ul, .post-content h3 + .bullets, .post-content h4 + ul, .post-content h4 + .bullets, .post-content h5 + ul, .post-content h5 + .bullets, .post-content h6 + ul, .post-content h6 + .bullets {
  padding-top: 20px;
}

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

@media screen and (min-width: 40em) { /* 640px */
  html {
    font-size: 55.5%;
  }
  h1, .main-archive h2.entry-title {
    font-size: 70px;
    font-size: 7rem;
  }
}
@media screen and (min-width: 57.5em) { /* 920px */
  html {
    font-size: 62.5%;
  }
  h1, .main-archive h2.entry-title {
    font-size: 80px;
    font-size: 8rem;
  }
}
/* ==========================================================================
  12. Colors
==========================================================================


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

.main-header, .main-header ul ul, .footer-widgets, .header-widgets, .related-posts, .author-wrap {
  background: #fff;
}

.meta li {
  background-color: #929393;
}

.meta.bottom li, .meta.sharer li {
  background-color: transparent;
}

.meta.bottom li a {
  background-color: #929393;
}

.main-footer, .part-link a {
  background-color: #343839;
}

/* Font Colours */
a,
.main-header nav#nav ul > li.current_page_item > a,
.main-header nav#nav ul > li.current-menu-item > a,
.main-header nav#nav ul > li.current_page_ancestor > a,
.main-header nav#nav ul > li.current-post-ancestor > a,
.main-header nav#nav ul > li.current-page-ancestor > a {
  color: #32bee6;
}

a:hover {
  color: #343839;
}

.meta, .meta a, .main-footer, .main-footer a, .part-link a {
  color: #fff;
}

.site-title a, .main-header #nav a {
  color: #404344;
}

.meta.sharer li a, .author-wrap a.author-socials, .author-enhanced a.author-socials, .meta li.tag {
  color: #404344;
}

/* Borders */
.main-header ul ul {
  border-left: 1px solid #32bee6;
}

.sidebar-on .sidebar {
  border-color: #dbdcdc;
}

.post.result {
  border-bottom: 1px solid #dbdcdc;
}

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

/* ==========================================================================
    13. 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: #343839;
}

.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,
.edd_error {
  display: inline-block;
  clear: both;
  width: 100%;
  padding: 10px;
  margin: 0.5em 0 1em 0;
}

.status.oops,
.edd_error {
  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],
.comment-reply-link,
.edd-add-to-cart.button, .edd-add-to-cart.white.button,
.edd_go_to_checkout.button, .edd_go_to_checkout.button.white,
.edd-submit.button, .edd-submit.button.white {
  color: #32bee6 !important;
  padding: 1em 2.5em;
  text-shadow: none;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 1em;
  font-weight: 600 !important;
  text-decoration: none !important;
  border: 2px solid #32bee6 !important;
  border-radius: 3px;
  background-color: transparent;
  font-size: 16px;
  font-size: 1.6rem;
}

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

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

a.button:hover,
a.btn:hover,
.comment-reply-link:hover,
.edd-add-to-cart.button:hover, .edd-add-to-cart.button.white:hover,
.edd_go_to_checkout.button:hover, .edd_go_to_checkout.button.white:hover,
.edd-submit.button:hover, .edd-submit.button.white:hover {
  border-color: #343839 !important;
  text-decoration: none;
  color: #343839 !important;
}

button:hover,
input[type=submit]:hover {
  text-decoration: none;
  border-color: #343839 !important;
  color: #343839 !important;
  background-color: transparent !important;
}

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

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

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

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

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

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

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

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

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

a.button.light-blue {
  border-color: #32bee6 !important;
  color: #32bee6 !important;
}

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

a.button.blue {
  border-color: #0053dd !important;
  color: #0053dd !important;
}

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

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

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

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

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

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

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

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

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

h2 + p .btn, h2 + p .button, h3 + p .btn, h3 + p .button, h4 + p .btn, h4 + p .button,
h5 + p .btn,
h5 + p .button, h6 + p .btn, h6 + p .button {
  margin-top: 5px;
}

.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.twitter {
  background: url(assets/img/social-twitter-white.png) 0 0 no-repeat;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.social.white.spotify {
  background: url(assets/img/social-spotify-white.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;
}

@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.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.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.white.twitter {
    background: url(assets/img/social-twitter-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.facebook {
    background: url(assets/img/social-facebook-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.linkedin {
    background: url(assets/img/social-linkedin-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.googleplus {
    background: url(assets/img/social-googleplus-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.vimeo {
    background: url(assets/img/social-vimeo-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.youtube {
    background: url(assets/img/social-youtube-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.zerply {
    background: url(assets/img/social-zerply-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.pinterest {
    background: url(assets/img/social-pinterest-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.dribbble {
    background: url(assets/img/social-dribbble-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.github {
    background: url(assets/img/social-github-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.instagram {
    background: url(assets/img/social-instagram-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.flickr {
    background: url(assets/img/social-flickr-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.rss {
    background: url(assets/img/social-rss-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.adn {
    background: url(assets/img/social-adn-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.behance {
    background: url(assets/img/social-behance-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.tumblr {
    background: url(assets/img/social-tumblr-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.lastfm {
    background: url(assets/img/social-lastfm-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.xing {
    background: url(assets/img/social-xing-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.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 {
    background: url(assets/img/social-mixcloud-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.soundcloud {
    background: url(assets/img/social-soundcloud-white@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.spotify {
    background: url(assets/img/social-spotify-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.goodreads {
    background: url(assets/img/social-goodreads-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
  a.social.white.amazon {
    background: url(assets/img/social-amazon-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }
}
@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;
  }
  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% !important;
  display: inline-block;
  margin: 15px 0 55px 0;
  z-index: 1;
  overflow: hidden;
}

.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: 60px !important;
}

/* ==========================================================================
   14. Media Queries
   ========================================================================== */
@media screen and (min-width: 36.25em) { /* 580px */
  .main-header {
    height: 200px;
  }
  .main-header .logo, .main-header .socials {
    margin-top: 0;
  }
  .main-header .socials {
    margin-bottom: 20px;
  }
  .main-header.social-layout.sl-mobile-top-left .header-inner .socials, .main-header.social-layout.sl-mobile-top-center .header-inner .socials, .main-header.social-layout.sl-mobile-top-right .header-inner .socials, .main-header.social-layout.sl-mobile-bottom-left .header-inner .socials, .main-header.social-layout.sl-mobile-bottom-center .header-inner .socials, .main-header.social-layout.sl-mobile-bottom-right .header-inner .socials {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    text-align: center;
  }
  .main-header.social-layout.sl-mobile-top-left .logo, .main-header.social-layout.sl-mobile-top-center .logo, .main-header.social-layout.sl-mobile-top-right .logo, .main-header.social-layout.sl-mobile-bottom-left .logo, .main-header.social-layout.sl-mobile-bottom-center .logo, .main-header.social-layout.sl-mobile-bottom-right .logo {
    margin-top: auto;
  }
  .main-header.social-layout.sl-desktop-top-left .socials, .main-header.social-layout.sl-desktop-top-center .socials, .main-header.social-layout.sl-desktop-top-right .socials, .main-header.social-layout.sl-desktop-bottom-left .socials, .main-header.social-layout.sl-desktop-bottom-center .socials, .main-header.social-layout.sl-desktop-bottom-right .socials {
    position: absolute !important;
  }
  .main-header.social-layout.sl-desktop-top-left .logo, .main-header.social-layout.sl-desktop-top-center .logo, .main-header.social-layout.sl-desktop-top-right .logo, .main-header.social-layout.sl-desktop-bottom-left .logo, .main-header.social-layout.sl-desktop-bottom-center .logo, .main-header.social-layout.sl-desktop-bottom-right .logo {
    margin-top: 20px;
  }
  .main-header.social-layout.sl-desktop-top-left .socials, .main-header.social-layout.sl-desktop-top-center .socials, .main-header.social-layout.sl-desktop-top-right .socials {
    top: 20px !important;
  }
  .main-header.social-layout.sl-desktop-top-left .socials, .main-header.social-layout.sl-desktop-bottom-left .socials {
    left: 20px !important;
    text-align: left !important;
  }
  .main-header.social-layout.sl-desktop-top-right .socials, .main-header.social-layout.sl-desktop-bottom-right .socials {
    right: 20px !important;
    text-align: right !important;
  }
  .main-header.social-layout.sl-desktop-top-center .socials, .main-header.social-layout.sl-desktop-bottom-center .socials {
    left: 0 !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
  .main-header.social-layout.sl-desktop-bottom-left .socials, .main-header.social-layout.sl-desktop-bottom-center .socials, .main-header.social-layout.sl-desktop-bottom-right .socials {
    bottom: 20px !important;
  }
  .main-header.social-layout.sl-desktop-bottom-left .logo, .main-header.social-layout.sl-desktop-bottom-center .logo, .main-header.social-layout.sl-desktop-bottom-right .logo {
    margin-top: 0;
  }
}
@media screen and (min-width: 40em) { /* 640px */
  .main-header {
    height: 300px;
  }
  .footer-wrap {
    display: table;
    width: 100%;
  }
  .footer-wrap .footer-left, .footer-wrap .footer-right {
    display: table-cell;
    vertical-align: middle;
  }
  .footer-wrap .footer-left {
    text-align: left;
  }
  .footer-wrap .footer-right {
    text-align: right;
  }
  .footer-wrap .footer-right .socials {
    text-align: right;
    display: inline-block;
  }
  .footer-wrap .footer-right #btt {
    display: inline-block;
  }
  .related-posts .posts {
    display: inline-block;
    width: 100%;
  }
  .related-posts .related-post {
    display: inline-block;
    vertical-align: top;
    width: 31.333333%;
  }
  .related-posts .related-post img, .related-posts .related-post h6, .related-posts .related-post .meta {
    width: 96%;
    text-align: left;
    margin-left: 0;
  }
  .main-archive .post .featured:before {
    top: 20px;
  }
  .archive-layout {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 2em;
  }
  .archive-layout h4, .archive-layout ul {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: auto !important;
  }
  .archive-layout h4 {
    width: 13em !important;
  }
  .archive-layout ul {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 43.75em) { /* 700px */
  .sidebar .widget, .sidebar .mt-about-you-widget {
    width: 48.5%;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sidebar .mt-about-you-widget .widget {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 50em) { /* 800px */
  .widget-count-2 .widget, .widget-count-2 .mt-about-you-widget, .widget-count-3 .widget, .widget-count-3 .mt-about-you-widget, .widget-count-4 .widget, .widget-count-4 .mt-about-you-widget,
.widget-count-5 .widget,
.widget-count-5 .mt-about-you-widget, .widget-count-6 .widget, .widget-count-6 .mt-about-you-widget, .widget-count-7 .widget, .widget-count-7 .mt-about-you-widget,
.widget-count-8 .widget,
.widget-count-8 .mt-about-you-widget {
    width: 49%;
    display: inline-block;
    padding: 1em;
    vertical-align: top;
  }
  .widget-count-2 .widget .widget, .widget-count-2 .mt-about-you-widget .widget, .widget-count-3 .widget .widget, .widget-count-3 .mt-about-you-widget .widget, .widget-count-4 .widget .widget, .widget-count-4 .mt-about-you-widget .widget,
.widget-count-5 .widget .widget,
.widget-count-5 .mt-about-you-widget .widget, .widget-count-6 .widget .widget, .widget-count-6 .mt-about-you-widget .widget, .widget-count-7 .widget .widget, .widget-count-7 .mt-about-you-widget .widget,
.widget-count-8 .widget .widget,
.widget-count-8 .mt-about-you-widget .widget {
    width: 100%;
  }
  .sidebar .mt-about-you-widget {
    width: 100%;
  }
  .footer-widgets .widget {
    padding-left: 20px;
    padding-right: 20px;
  }
  .author-wrap .author-avatar, .author-enhanced .author-avatar {
    width: 100px;
  }
}
@media screen and (min-width: 57.5em) { /* 920px */
  .post {
    padding-top: 20px;
  }
  .sidebar-on .content-wrap {
    display: table;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    table-layout: fixed;
  }
  .sidebar-on .main, .sidebar-on .sidebar {
    display: table-cell;
    vertical-align: top;
  }
  .sidebar-on .sidebar {
    padding-top: 50px;
    width: 250px;
    border-left: 1px solid #dbdcdc;
  }
  .sidebar-on .sidebar .widget {
    display: block;
    width: 100%;
  }
  .sidebar-on.sidebar-switch .content-wrap {
    direction: rtl;
  }
  .sidebar-on.sidebar-switch .content-wrap .main, .sidebar-on.sidebar-switch .content-wrap .sidebar {
    direction: ltr;
  }
  .sidebar-on.sidebar-switch .content-wrap .sidebar {
    border-left: none;
    border-right: 1px solid #dbdcdc;
  }
}
@media screen and (min-width: 60em) { /* 960px */
  .widget-count-3 .widget, .widget-count-3 .mt-about-you-widget {
    width: 33.33333%;
  }
  .widget-count-4 .widget, .widget-count-4 .mt-about-you-widget {
    width: 24.5%;
  }
  .widget-count-5 .widget, .widget-count-5 .mt-about-you-widget, .widget-count-6 .widget, .widget-count-6 .mt-about-you-widget, .widget-count-7 .widget, .widget-count-7 .mt-about-you-widget, .widget-count-8 .widget, .widget-count-8 .mt-about-you-widget {
    width: 19.5%;
  }
}
@media screen and (min-width: 61.25em) { /* 980px */
  .sidebar-on .sidebar {
    width: 300px;
    padding-top: 75px;
  }
  .post {
    padding-top: 50px;
  }
  .main-archive .post {
    padding-top: 50px;
  }
  .main-archive .post .featured:before {
    top: 50px;
  }
  .main, .main-footer {
    padding: 40px 50px;
  }
  .footer-widgets {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 72.125em) { /* 1154px */
  .sidebar-on .sidebar {
    width: 400px;
  }
}