@charset "UTF-8";
/*!

	Theme Name: NMD
	Theme URI: http://nmd.mtdemo.wpengine.com
	Author: MeanThemes
	Author URI: http://meanthemes.com/
	Description: A Theme for the Digital Nomad
	Version: 1.0.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: one-column, two-columns, three-columns, four-columns, custom-colors, custom-menu, editor-style, featured-images, full-width-template, theme-options, translation-ready
	Text Domain: nmd
  Date Modified: 14th September 2016

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

	0. Resets
		0.1. Plugins
				0.1.1 Contact Form 7
				0.1.2 Zilla Likes
		0.2 Tables
		0.3 Code etc.
		0.4 Forms
		0.5 WordPress Defaults
		0.6 Comments

	1.  	Global Styles
	2. 		Header & Primary Menu
	3. 		Archive Layouts
	4. 		Pagination/Navigation
	5. 		Widgets
	6. 		Site Footer
	7. 		Single/Page
	8. 		Author Template parts and author archive
	9. 		Archive
	10. 	Search Results
	11. 	Page - Archives Layout
	12. 	Social Sharing and Social comments
	13. 	Collapsable Author
	14. 	Homepage hero
	15.		Social Sharer
	16. 	Footer Menu
	17.		Error / 404 Page
	18.		Typography
	19.		Colors
	20.		Shortcodes
	21.		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: -.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: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

/* ==========================================================================
		0.1 Plugins
	========================================================================== */
/* ==========================================================================
  0.1.1 - Contact Form 7
  ========================================================================== */
body input[type=email].wpcf7-not-valid,
body input[type=tel].wpcf7-not-valid,
body input[type=text].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;
  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: 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;
}
article .zilla-likes.active, article .zilla-likes:hover {
  background: none;
  padding-left: 0 !important;
}
article .zilla-likes.active .zilla-likes-count:before, article .zilla-likes:hover .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;
}

/* ==========================================================================
  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;
}
article .zilla-likes.active, article .zilla-likes:hover {
  background: none;
  padding-left: 0 !important;
}
article .zilla-likes.active .zilla-likes-count:before, article .zilla-likes:hover .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);
  }
}
/* ==========================================================================
		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;
  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.3 Forms
	========================================================================== */
::-webkit-input-placeholder {
  color: #2a3437;
}

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

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

:-ms-input-placeholder {
  color: #2a3437;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  background-color: rgba(0, 0, 0, 0.03);
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  outline: none;
  width: auto;
  padding: 1em;
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
  max-width: 100%;
  color: #2a3437;
  -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="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="email"]:hover,
input[type="month"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="range"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="week"]:hover,
textarea:hover {
  color: #2a3437;
  background-color: rgba(0, 0, 0, 0.05);
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
  color: #2a3437;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.09);
}

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

input + button,
input + input[type="submit"],
label + button,
label + input[type="submit"] {
  margin-top: 10px;
}

select {
  width: 100%;
}

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

/* ==========================================================================
    0.4 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,
.aligncenter,
div.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%;
}

.tiled-gallery {
  padding: 20px 0 30px;
}

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

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  margin: 0 auto;
  display: block;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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

/* 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 td,
#wp-calendar thead th {
  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;
  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;
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* ==========================================================================
	0.6 Comments
==========================================================================
*/
.comments-title {
  text-align: center;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#comments {
  padding-top: 60px;
}

.author-wrap + #comments {
  border-top: 1px solid #edeeee;
}

.comment-form label {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 0.5em;
}
.comment-form input[type="email"],
.comment-form input[type="text"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
}

ol.comment-list {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  text-indent: 0;
  list-style: none;
}
ol.comment-list .comment-content {
  padding: 20px 0;
}
ol.comment-list li {
  list-style: none;
}
ol.comment-list li.comment {
  border-bottom: 1px solid #edeeee;
  padding: 1em 0;
}
ol.comment-list li.comment div.vcard img.avatar {
  border-radius: 100%;
  float: right;
  margin: 0 0 1em 1em;
}
ol.comment-list li.comment ul.children {
  margin: 1em 0 0;
  text-indent: 0;
}
ol.comment-list li.comment li:last-of-type {
  border-bottom: none;
}
ol.comment-list li.comment ul.children li.bypostauthor {
  background: #fafafa;
  padding-left: 20px;
  padding-right: 20px;
}
ol.comment-list li.comment ul.children li.depth-2 {
  margin: 0 0 0.25em 0.25em;
}
ol.comment-list li.comment ul.children li.depth-3 {
  margin: 0 0 0.25em 0.25em;
}
ol.comment-list li.comment ul.children li.depth-4 {
  margin: 0 0 0.25em 0.25em;
}

/* ==========================================================================
	1. Global Styles
	========================================================================== */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.visually-hidden,
i + .i {
  position: absolute;
  left: -9999em;
}

body {
  opacity: 1;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

body.fade {
  opacity: 0;
}

body.ie8.fade {
  opacity: 1;
}

a,
button,
input[type="submit"] {
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.min-width {
  margin: 0 auto;
  max-width: 820px;
  padding: 20px;
}

/* ==========================================================================
	2. Header & Primary Menu
==========================================================================
*/
#masthead {
  position: fixed;
  z-index: 5;
  top: 20px;
  width: 100%;
  -o-transition: top 0.3s ease-in-out;
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
#masthead a {
  text-decoration: none;
}

.site-logo,
.site-title {
  position: relative;
  padding: 15px 15px 15px 15px;
  display: inline-block;
  -o-transition: padding 0.2s ease-in-out;
  -webkit-transition: padding 0.2s ease-in-out;
  -moz-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 3;
}
.site-logo img,
.site-title img {
  display: block;
  padding: 5px;
  box-sizing: content-box;
}

.site-description {
  position: absolute;
  left: -9999em;
}

#primary-menu {
  -o-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  padding: 0 14px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
#primary-menu a {
  display: inline-block;
  padding: 17px 8px;
}
#primary-menu li {
  display: inline-block;
  position: relative;
}
#primary-menu li.menu-item-has-children a {
  padding-right: 8px;
}
#primary-menu li.menu-item-has-children > a:after {
  font-family: 'FontAwesome';
  content: ' \f107';
}
#primary-menu.desktop--nav-on ul {
  display: none;
}
#primary-menu.desktop--nav-on ul li ul {
  display: none;
}
#primary-menu.desktop--nav-on li:hover ul {
  background: #1e2a2d;
  position: absolute;
  top: 100%;
  padding: 0 20px 20px;
  left: 0;
  float: left;
  display: block;
  width: 260px;
  text-align: left;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
#primary-menu.desktop--nav-on li:hover ul ul {
  display: none;
}
#primary-menu.desktop--nav-on li:hover ul li {
  display: block;
  width: 100%;
  float: left;
  margin: 0;
  font-size: 88%;
}
#primary-menu.desktop--nav-on li:hover ul li a {
  padding-top: 7px;
  padding-bottom: 7px;
}
#primary-menu.desktop--nav-on li:hover ul li.menu-item-has-children > a:after {
  font-family: 'FontAwesome';
  content: ' \f105';
  position: absolute;
  top: 40%;
  right: 15px;
  font-size: 15px;
  font-size: 1.5rem;
}
#primary-menu.desktop--nav-on li:hover ul li:first-of-type {
  padding-top: 20px;
}
#primary-menu.desktop--nav-on li:hover ul li:hover > ul {
  display: block;
  left: 260px;
  top: 0;
}
#primary-menu.desktop--nav-on li:hover ul li:hover > ul li {
  font-size: 100%;
}
#primary-menu.nav--off {
  display: none;
  opacity: 0;
}
#primary-menu.nav--mobile-on {
  display: block;
  opacity: 1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 80px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#primary-menu.nav--mobile-on li {
  display: block;
  text-align: center;
}
#primary-menu.nav--mobile-on li a {
  display: block;
  padding: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}
#primary-menu.nav--mobile-on li ul {
  background: transparent;
}
#primary-menu.nav--mobile-on li ul a {
  padding: 15px 20px;
  background: transparent;
  opacity: 0.7;
  font-size: 100%;
}

#primary-menu-button {
  z-index: 3;
  padding: 15px 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
#primary-menu-button.nav--on {
  display: block;
}
#primary-menu-button:after {
  font-family: 'FontAwesome';
  content: '\f0c9';
}
#primary-menu-button.nav--mobile-on {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.35);
}
#primary-menu-button.nav--mobile-on:after {
  content: '\f00d';
}

/* ==========================================================================
	3. Archive Layouts
==========================================================================
*/
.byline,
.updated:not(.published) {
  display: none;
}

.group-blog .byline,
.single .byline {
  display: inline;
}

.attachment-fixed .main-archive .post.has-post-thumbnail {
  background-attachment: fixed;
}

.main-archive .post {
  padding: 10px 20px;
}
.main-archive .post .entry-header {
  max-width: 820px;
  margin: 0 auto;
}
.main-archive .post .entry-inner {
  padding: 20px;
  max-width: 820px;
  margin: 0 auto;
}
.main-archive .post a {
  text-decoration: none;
}
.main-archive .post h2 {
  margin-top: 22px;
  margin-bottom: 22px;
}
.main-archive .post p,
.main-archive .post p:last-of-type {
  margin-bottom: 20px;
}
.main-archive .post.has-post-thumbnail {
  -o-transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
  height: 80vh;
  display: table;
  width: 100%;
}
.main-archive .post.has-post-thumbnail .entry-content a:hover {
  opacity: 0.7;
}
.main-archive .post.has-post-thumbnail .entry-inner {
  display: table-cell;
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.main-archive .post.has-post-thumbnail .entry-content,
.main-archive .post.has-post-thumbnail .entry-header,
.main-archive .post.has-post-thumbnail .entry-meta {
  position: relative;
  z-index: 2;
}
.main-archive .post.has-post-thumbnail:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 1;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -o-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.main-archive .post.has-post-thumbnail:hover:before,
.main-archive .post.has-post-thumbnail .hover:before {
  opacity: 0.7;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.main-archive:not(.hero-enabled) .post:first-of-type {
  padding-top: 150px;
}

.not-full-height-archive.main-archive .post.has-post-thumbnail {
  height: auto;
}

.more-link {
  margin-top: 20px;
}

/* ==========================================================================
	4. Pagination/Navigation
==========================================================================
*/
.nav-links {
  font-size: 0;
  display: inline-block;
  width: 100%;
}
.nav-links.nav-links--first {
  text-align: right;
}
.nav-links a {
  text-decoration: none;
  padding: 20px;
  display: inline-block;
  width: 100%;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.nav-links a span {
  position: absolute;
  left: -9999em;
}
.nav-links a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.nav-previous {
  display: inline-block;
  width: 50%;
  text-align: left;
}
.nav-previous a {
  -o-transition: padding 0.3s ease-in-out;
  -webkit-transition: padding 0.3s ease-in-out;
  -moz-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
}
.nav-previous a:hover {
  padding-left: 25px;
}
.nav-previous a .fa {
  display: inline-block;
  margin-right: 4px;
  font-weight: 400;
}

.nav-next {
  display: inline-block;
  width: 50%;
  text-align: right;
}
.nav-next a {
  -o-transition: padding 0.3s ease-in-out;
  -webkit-transition: padding 0.3s ease-in-out;
  -moz-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
}
.nav-next a:hover {
  padding-right: 25px;
}
.nav-next a .fa {
  display: inline-block;
  margin-left: 4px;
  font-weight: 400;
}

/* ==========================================================================
	5. Widgets
==========================================================================
*/
.page .footer-widgets,
.search-results .footer-widgets,
.single .footer-widgets,
.error404 .footer-widgets {
  margin-top: 40px;
  border-top: 1px solid #edeeee;
}

.search-results .footer-widgets,
.social-comments-twitter .footer-widgets {
  margin-top: -1px;
}

.footer-widgets {
  text-align: center;
  padding: 40px 0;
}
.footer-widgets .widget {
  padding: 20px;
}
.footer-widgets .widget a {
  text-decoration: none;
}
.footer-widgets .widget img.mt-about-avatar {
  margin: 0 auto 15px;
  display: block;
  max-width: 150px;
  border: 5px solid rgba(0, 0, 0, 0.05);
  border-radius: 100%;
}
.footer-widgets .widget h3.widget-title + img.mt-about-avatar {
  margin-top: 15px;
}
.footer-widgets .widget p {
  margin-bottom: 10px;
}
.footer-widgets .widget h3 {
  margin-bottom: 20px;
}
.footer-widgets .widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-widgets .widget ul li {
  padding: 4px 0 6px;
}
.footer-widgets .widget ul li ul {
  margin: -4px 0 0;
  padding: 0 0 0 20px;
}
.footer-widgets .widget .socials a.social-fa:hover {
  opacity: 0.7;
}
.footer-widgets .widget .socials a.social-fa i {
  opacity: 0.8;
  font-size: 16px;
  font-size: 1.6rem;
}
.footer-widgets .widget .mt-about-you-widget {
  text-align: left;
}
.footer-widgets .widget .mt-about-you-widget h3 {
  margin-bottom: -4px;
}
.footer-widgets .widget .mt-about-you-widget .mt-about-bio {
  max-width: 400px;
}

.widget .tagcloud a {
  font-size: 12px !important;
  margin: 0 1px 7px;
  display: inline-block;
  font-weight: 400 !important;
  position: relative;
  -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;
  top: 0;
}
.widget .tagcloud a:hover {
  top: -4px;
}

/* ==========================================================================
	6. Site Footer
==========================================================================
*/
.site-info {
  padding: 40px 20px;
  text-align: center;
}
.site-info a {
  text-decoration: none;
}

/* ==========================================================================
	7. Single/Page
==========================================================================
*/
.page .post, .page .page, .error404 .post, .error404 .page {
  padding-bottom: 80px;
}

.page .page .entry-header,
.page .post .entry-header,
.single .page .entry-header,
.single .post .entry-header, .error404 .page .entry-header,
.error404 .post .entry-header {
  padding: 140px 20px 20px;
  max-width: 820px;
  margin: 0 auto;
}
.page .page .entry-header a,
.page .post .entry-header a,
.single .page .entry-header a,
.single .post .entry-header a, .error404 .page .entry-header a,
.error404 .post .entry-header a {
  text-decoration: none;
}
.page .page h1,
.page .post h1,
.single .page h1,
.single .post h1, .error404 .page h1,
.error404 .post h1 {
  margin-top: 22px;
  margin-bottom: 4px;
}
.page .page.has-post-thumbnail .featured-image,
.page .post.has-post-thumbnail .featured-image,
.single .page.has-post-thumbnail .featured-image,
.single .post.has-post-thumbnail .featured-image, .error404 .page.has-post-thumbnail .featured-image,
.error404 .post.has-post-thumbnail .featured-image {
  -o-transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  background-size: cover;
  background-position: center;
  padding: 50px 20px;
  text-align: center;
  position: relative;
  height: 80vh;
  display: table;
  width: 100%;
}
.page .page.has-post-thumbnail .featured-image .entry-content a:hover,
.page .post.has-post-thumbnail .featured-image .entry-content a:hover,
.single .page.has-post-thumbnail .featured-image .entry-content a:hover,
.single .post.has-post-thumbnail .featured-image .entry-content a:hover, .error404 .page.has-post-thumbnail .featured-image .entry-content a:hover,
.error404 .post.has-post-thumbnail .featured-image .entry-content a:hover {
  opacity: 0.7;
}
.page .page.has-post-thumbnail .featured-image .entry-header,
.page .post.has-post-thumbnail .featured-image .entry-header,
.single .page.has-post-thumbnail .featured-image .entry-header,
.single .post.has-post-thumbnail .featured-image .entry-header, .error404 .page.has-post-thumbnail .featured-image .entry-header,
.error404 .post.has-post-thumbnail .featured-image .entry-header {
  max-width: 820px;
  margin: 0 auto;
  padding-top: 0;
  text-align: center;
}
.page .page.has-post-thumbnail .featured-image .entry-inner,
.page .post.has-post-thumbnail .featured-image .entry-inner,
.single .page.has-post-thumbnail .featured-image .entry-inner,
.single .post.has-post-thumbnail .featured-image .entry-inner, .error404 .page.has-post-thumbnail .featured-image .entry-inner,
.error404 .post.has-post-thumbnail .featured-image .entry-inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.page .page.has-post-thumbnail .featured-image .entry-content,
.page .page.has-post-thumbnail .featured-image .entry-header,
.page .page.has-post-thumbnail .featured-image .entry-meta,
.page .post.has-post-thumbnail .featured-image .entry-content,
.page .post.has-post-thumbnail .featured-image .entry-header,
.page .post.has-post-thumbnail .featured-image .entry-meta,
.single .page.has-post-thumbnail .featured-image .entry-content,
.single .page.has-post-thumbnail .featured-image .entry-header,
.single .page.has-post-thumbnail .featured-image .entry-meta,
.single .post.has-post-thumbnail .featured-image .entry-content,
.single .post.has-post-thumbnail .featured-image .entry-header,
.single .post.has-post-thumbnail .featured-image .entry-meta, .error404 .page.has-post-thumbnail .featured-image .entry-content,
.error404 .page.has-post-thumbnail .featured-image .entry-header,
.error404 .page.has-post-thumbnail .featured-image .entry-meta,
.error404 .post.has-post-thumbnail .featured-image .entry-content,
.error404 .post.has-post-thumbnail .featured-image .entry-header,
.error404 .post.has-post-thumbnail .featured-image .entry-meta {
  position: relative;
  z-index: 2;
}
.page .page.has-post-thumbnail .featured-image:before,
.page .post.has-post-thumbnail .featured-image:before,
.single .page.has-post-thumbnail .featured-image:before,
.single .post.has-post-thumbnail .featured-image:before, .error404 .page.has-post-thumbnail .featured-image:before,
.error404 .post.has-post-thumbnail .featured-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 1;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -o-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.page .page.has-post-thumbnail .featured-image a,
.page .post.has-post-thumbnail .featured-image a,
.single .page.has-post-thumbnail .featured-image a,
.single .post.has-post-thumbnail .featured-image a, .error404 .page.has-post-thumbnail .featured-image a,
.error404 .post.has-post-thumbnail .featured-image a {
  text-decoration: none;
}

.not-full-height-single.page .post.has-post-thumbnail .featured-image,
.not-full-height-single.single .post.has-post-thumbnail .featured-image {
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
}

.scroll-link {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 20px 20px 0;
  z-index: 4;
}
.scroll-link .tab {
  display: inline-block;
  padding: 20px;
  -o-transition: padding 0.2s ease-in-out;
  -webkit-transition: padding 0.2s ease-in-out;
  -moz-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.scroll-link:hover .tab {
  padding-bottom: 25px;
}

.content-width {
  padding: 0 20px;
  max-width: 820px;
  margin: 0 auto;
}

.has-post-thumbnail .content-width {
  padding-top: 40px;
}

.single-footer-meta {
  margin: 40px 0 0;
  padding: 30px 0;
  text-align: center;
}
.single-footer-meta a {
  text-decoration: none;
}
.single-footer-meta a:hover {
  opacity: 0.6;
}

.single-meta-sharer +
.single-footer-meta {
  margin-top: 0;
}

/* ==========================================================================
	8. Author Template parts and author archive
==========================================================================
*/
.author-enhanced,
.author-wrap,
.post.result {
  text-align: center;
  padding: 50px 20px;
}
.author-enhanced a:hover,
.author-wrap a:hover,
.post.result a:hover {
  opacity: 0.6;
}
.author-enhanced p,
.author-wrap p,
.post.result p {
  margin-top: 0.5em;
}
.author-enhanced .author-bio,
.author-wrap .author-bio,
.post.result .author-bio {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 640px;
  margin: 0 auto;
}
.author-enhanced .author-avatar img,
.author-wrap .author-avatar img,
.post.result .author-avatar img {
  width: 100px;
  height: 100px;
  border: 5px solid rgba(0, 0, 0, 0.05);
  border-radius: 100%;
  margin-bottom: 15px;
}
.author-enhanced .meta,
.author-wrap .meta,
.post.result .meta {
  display: block;
  width: 100%;
}
.author-enhanced h1,
.author-wrap h1,
.post.result h1 {
  margin-bottom: 20px;
}
.author-enhanced h4,
.author-wrap h4,
.post.result h4 {
  margin-bottom: 20px;
}
.author-enhanced .author-socials,
.author-wrap .author-socials,
.post.result .author-socials {
  display: inline-block;
  padding: 15px 12px;
}
.author-enhanced .author-socials:hover,
.author-wrap .author-socials:hover,
.post.result .author-socials:hover {
  opacity: 0.5;
}
.author-enhanced .author-socials .fa,
.author-wrap .author-socials .fa,
.post.result .author-socials .fa {
  font-size: 16px;
  font-size: 1.6rem;
}
.author-enhanced .author-socials span,
.author-wrap .author-socials span,
.post.result .author-socials span {
  display: none;
}

/* ==========================================================================
	9. Archive
==========================================================================
*/
.page-header {
  text-align: center;
  background: #fafafa;
  padding: 150px 20px 40px;
}

.archive.main-archive .post:first-of-type {
  padding-top: 10px;
}

/* ==========================================================================
	10. Search Results
==========================================================================
*/
ul.search-results-list {
  padding-top: 70px;
  padding-bottom: 70px;
}

.search-type {
  padding: 10px 0;
  display: inline-block;
  margin-top: 10px;
}

.search-terms {
  background-color: #fff5a3;
  padding: 2px;
  border-radius: 3px;
}

/* ==========================================================================
	11. Page - Archives Layout
==========================================================================
*/
.archive-layout {
  display: table;
  width: 100%;
  padding: 40px 0 0;
  margin-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* ==========================================================================
	12. Social Sharing and Social comments
==========================================================================
*/
.twitter-share {
  padding: 100px 50px;
  background-color: #55acee;
  color: #fff;
  text-align: center;
}
.twitter-share p {
  font-style: italic;
}
.twitter-share p:after {
  font-family: 'FontAwesome';
  content: '\f099';
  display: inline-block;
  vertical-align: middle;
  font-size: 130%;
}
.twitter-share a {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 110%;
}
.twitter-share a:hover {
  opacity: 0.7;
}
.twitter-share em {
  font-size: 80%;
  margin-top: 10px;
}

/* ==========================================================================
	13. Collapsable Author
==========================================================================
*/
.collapse-author.single .author-bio {
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: -40px;
}
.collapse-author.single .author-bio .author-socials,
.collapse-author.single .author-bio p {
  position: absolute;
  left: -9999em;
  opacity: 0;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.collapse-author.single .author-wrap--open .author-bio {
  margin-bottom: 0;
}
.collapse-author.single .author-wrap--open .author-bio .author-socials,
.collapse-author.single .author-wrap--open .author-bio p {
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  position: relative;
  left: auto;
  opacity: 1;
}

.expander {
  display: block;
  padding: 15px 10px 10px;
  text-decoration: none;
}
.expander:after {
  font-family: 'FontAwesome';
  content: '\f078';
}
.expander.expander--open:after {
  content: '\f077';
}

.collapse-comments.page #respond,
.collapse-comments.page .comment-list,
.collapse-comments.single #respond,
.collapse-comments.single .comment-list {
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: -9999em;
  opacity: 0;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.collapse-comments.page #respond.comments--open,
.collapse-comments.page .comment-list.comments--open,
.collapse-comments.single #respond.comments--open,
.collapse-comments.single .comment-list.comments--open {
  position: relative;
  left: auto;
  opacity: 1;
}

/* ==========================================================================
	14. Homepage hero
==========================================================================
*/
body.ios .home-hero .hero-asset video,
body.ios .home-hero a.hero-mute,
body.mobile .home-hero .hero-asset video,
body.mobile .home-hero a.hero-mute {
  display: none;
}

body.ios .home-hero .hero-asset video,
body.mobile .home-hero .hero-asset video {
  display: none;
}
body.ios .home-hero a.hero-mute,
body.mobile .home-hero a.hero-mute {
  display: none;
}

.home-hero {
  width: 100%;
  display: block;
  padding: 110px 30px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.home-hero.hero-with-video {
  padding-top: 0;
  padding-bottom: 0;
}
.home-hero .home-hero-position {
  display: table;
  height: 100%;
  width: 100%;
}
.home-hero:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 1;
  opacity: 0.4;
}
.home-hero a.more-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  padding: 25px 20px;
  text-decoration: none;
}
.home-hero a.hero-mute {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  text-align: center;
  z-index: 5;
  color: #fff;
  padding: 25px 10px;
  text-decoration: none;
}
.home-hero .hero-asset {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
.home-hero .hero-asset video {
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  min-width: 120%;
  min-height: 130%;
  margin-left: -15%;
  margin-top: -15%;
}
.home-hero .home-hero-inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  color: #fff;
}
.home-hero .home-hero-inner img {
  margin: 10px 10px 30px;
}
.home-hero .home-hero-inner h1 + h2 {
  margin-top: 20px;
}

/* ==========================================================================
	15. Social Sharer
==========================================================================
*/
.entry-content .single-meta-sharer {
  padding: 20px 0;
  margin: 20px 0 0 0;
  text-align: center;
}
.entry-content .single-meta-sharer ul {
  padding: 0;
  margin: 0;
}
.entry-content .single-meta-sharer li {
  padding: 3px;
  margin: 0;
  display: inline-block;
  list-style-type: none;
}
.entry-content .single-meta-sharer li a {
  font-size: 19px;
  font-size: 1.9rem;
  opacity: 0.35;
}
.entry-content .single-meta-sharer li a:hover {
  opacity: 0.85;
}

/* ==========================================================================
	16. Footer Menu
==========================================================================
*/
.footer-menu {
  margin-top: 15px;
}
.footer-menu ul li {
  display: inline-block;
}
.footer-menu ul li a {
  padding: 0 7px;
  display: inline-block;
}

/* ==========================================================================
	17. Error / 404 Page
==========================================================================
*/
.error-404 .search-form {
  padding: 40px 0 0 0;
}
.error-404 .search-form input[type="search"] {
  width: 100%;
}
.error-404 select {
  width: auto;
}
.error-404 h2 {
  margin-top: 40px;
}

.edit-link {
  padding-bottom: 50px;
  display: block;
}

/* ==========================================================================
	18. Typography
==========================================================================
*/
/* Setup */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#page {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.5;
}

.content-area {
  line-height: 1.89;
}

p {
  margin-bottom: 20px;
}
p:last-of-type {
  margin-bottom: 0;
}

em {
  font-style: italic;
}

/* Fonts */
body,
input,
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  font-family: 'Droid Serif', Times, serif;
}

#masthead,
.author-wrap h4,
.button,
.comment-reply-link,
.comments-title,
.entry-meta,
.footer-widgets h3,
.footer-widgets h3,
.main-archive h2,
.navigation,
.search-type,
.site-info,
.tagcloud a,
blockquote,
button,
h1,
h3#reply-title,
input[type="submit"],
.single-meta-sharer-title {
  font-family: 'Lato', 'Helvetica', Arial, sans-serif;
}

/* Font Sizes */
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  font-size: 17px;
  font-size: 1.7rem;
}

h2 {
  font-size: 27px;
  font-size: 2.7rem;
}

h3 {
  font-size: 25px;
  font-size: 2.5rem;
}

h4 {
  font-size: 23px;
  font-size: 2.3rem;
}

h5 {
  font-size: 21px;
  font-size: 2.1rem;
}

h6 {
  font-size: 19px;
  font-size: 1.9rem;
}

.main-archive .post h2,
h1 {
  font-size: 39px;
  font-size: 3.9rem;
}

.footer-widgets h3 {
  font-size: 19px;
  font-size: 1.9rem;
}

.footer-widgets {
  font-size: 16px;
  font-size: 1.6rem;
}

#primary-menu {
  font-size: 15px;
  font-size: 1.5rem;
}

.button,
.button.more-link,
.comment-reply-link,
.entry-meta,
.navigation .nav-links a,
.search-type,
.site-info,
.tagcloud a,
button,
input[type="submit"],
.single-meta-sharer-title {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 40em) {
  /* 640px */
  .main-archive .post h2,
  h1 {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 57.5em) {
  /* 920px */
  .main-archive .post h2,
  h1 {
    font-size: 51px;
    font-size: 5.1rem;
  }
}
.entry-content ol,
.entry-content ul {
  margin: 0 0 1.5em 3em;
}
.entry-content ol li,
.entry-content ul li {
  line-height: 1.3;
  margin-bottom: 1em;
}
.entry-content ul {
  list-style: disc;
}
.entry-content ol {
  list-style: decimal;
}
.entry-content li > ol,
.entry-content li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
.entry-content dt {
  font-weight: bold;
}
.entry-content dd {
  margin: 0 1.5em 1.5em;
}

/* Margins */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}

.entry-content p + h1,
.entry-content p + h2,
.entry-content p + h3,
.entry-content p + h4,
.entry-content p + h5,
.entry-content p + h6 {
  margin-top: 30px;
}

/* Line Heights */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
}

/* Font Weights */
#masthead,
.button,
.entry-meta,
.footer-widgets h3,
.footer-widgets h5,
.main-archive h2,
.navigation,
.search-type,
.tagcloud a,
button,
h1,
h3#reply-title,
input[type="submit"] {
  font-weight: 400;
}

.site-title {
  font-weight: 700;
}

/* Text Transforms */
#masthead,
.author-wrap h4,
.button,
.comment-reply-link,
.comments-title,
.entry-meta,
.footer-widgets h3,
.footer-widgets h5,
.main-archive h2,
.navigation,
.search-type,
.site-info,
.tagcloud a,
blockquote,
button,
h1,
h3#reply-title,
input[type="submit"],
.single-meta-sharer-title {
  text-transform: uppercase;
}

/* Content additions */
.entry-meta span:before,
.entry-meta:after,
.entry-meta:before {
  content: ' - ';
}

.entry-meta span:first-of-type:before {
  content: '';
}

/* Blockquote */
blockquote {
  margin: 30px -20px;
  padding: 0 20px;
  font-weight: 400;
  font-size: 130%;
  border-left: 4px solid #96adb9;
}
blockquote cite {
  padding: 10px 0 0;
  font-size: 60%;
  display: block;
  text-align: right;
  opacity: 0.6;
}

/* ==========================================================================
  19. Colors
========================================================================== */
/* Background Colours */
.nav-links,
.site-info {
  background-color: #fafafa;
}

.widget .tagcloud a {
  background-color: #edeeee !important;
  color: #2a3437 !important;
}

.scroll-link .tab,
.site-title,
.site-logo,
.home-hero {
  background-color: #f8263a;
}

#primary-menu,
#primary-menu-button {
  background-color: #1e2a2d;
}

#primary-menu a {
  background-color: #1e2a2d;
}

#primary-menu a:hover,
#primary-menu ul > li > a:hover,
#primary-menu ul > li.current-menu-item > a,
#primary-menu ul > li.current-page-ancestor > a,
#primary-menu ul > li.current-post-ancestor > a,
#primary-menu ul > li.current_page_ancestor > a,
#primary-menu ul > li.current_page_item > a {
  opacity: 0.7;
}

/* Font Colours */
html, body {
  color: #2a3437;
}

#masthead,
#masthead a,
#primary-menu,
#primary-menu a,
.archive .post.has-post-thumbnail,
.archive .post.has-post-thumbnail a,
.archive .post.has-post-thumbnail a:hover,
.blog .post.has-post-thumbnail,
.blog .post.has-post-thumbnail a,
.featured-image,
.featured-image .entry-header a,
.featured-image a,
.home .post.has-post-thumbnail,
.home .post.has-post-thumbnail a,
.main-archive .post.has-post-thumbnail a,
.main-archive .post.has-post-thumbnail a:hover,
.search-results .post.has-post-thumbnail,
.site-branding,
.site-branding a {
  color: #fff;
}

.footer-widgets a:hover,
.site-footer a:hover {
  color: #f8263a;
}

.single-footer-meta a {
  color: #2a3437;
}

#comments a,
.comment-list a,
.entry-content a,
.main-archive .post a:hover {
  color: #f8263a;
}

.author-enhanced a,
.author-wrap a,
.comment-list a:hover,
.entry-content .entry-meta a,
.entry-content .entry-meta a:hover,
.entry-content a:hover,
.entry-header a,
.footer-widgets,
.footer-widgets a,
.navigation a,
.navigation a:hover,
.site-footer,
.site-footer a,
.expander,
.single-meta-sharer a,
#comments a:hover {
  color: #1e2a2d;
}

.search-type {
  color: #96adb9;
}

/* Border colours */
.single-footer-meta, .single-meta-sharer {
  border-top: 1px solid #edeeee;
}

/* ==========================================================================
    20. Shortcodes
  ========================================================================== */
.five_sixth,
.four_fifth,
.one_fifth,
.one_fourth,
.one_half,
.one_sixth,
.one_third,
.three_fifth,
.three_fourth,
.two_fifth,
.two_third {
  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 */
  .five_sixth,
  .four_fifth,
  .one_fifth,
  .one_fourth,
  .one_half,
  .one_sixth,
  .one_third,
  .three_fifth,
  .three_fourth,
  .two_fifth,
  .two_third {
    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;
  line-height: 1.2;
  position: relative;
}

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

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

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

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

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

.status p {
  margin: 0.5em 0;
}

.comment-reply-link,
.tagcloud a,
a.btn,
a.button,
a.button:visited,
button,
input[type="submit"] {
  color: #f8263a !important;
  padding: 10px 25px;
  text-shadow: none;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: 600 !important;
  text-decoration: none !important;
  border-radius: 3px;
  background-color: #f8263a;
  border: none;
  color: #fff !important;
  padding: 19px 29px;
  position: relative;
  cursor: pointer;
}
.comment-reply-link i.fa,
.tagcloud a i.fa,
a.btn i.fa,
a.button i.fa,
a.button:visited i.fa,
button i.fa,
input[type="submit"] i.fa {
  font-size: 12px;
  font-size: 1.2rem;
}

.button.more-link,
.comment-reply-link,
.tagcloud a {
  padding: 8px 15px;
}

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

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

.comment-reply-link:hover,
.tagcloud a:hover,
a.btn:hover,
a.button:hover,
button:hover,
input[type="submit"]:hover {
  background-color: #1e2a2d !important;
  text-decoration: none;
  color: #fff !important;
}

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

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

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

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

a.button.green {
  background-color: #8bc34a !important;
}

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

a.button.blue {
  background-color: #009ae9 !important;
}

a.button.red {
  background-color: #ea4256 !important;
}

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

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

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

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

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

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

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

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

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

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.bullets ol li,
.bullets ul 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.5;
  filter: alpha(opacity=50);
  text-indent: -9999em;
  color: transparent !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-pause span,
  a.jp-play 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;
  }
}
.js .mt-insert .wp-caption,
.mt-insert {
  width: 100%;
  display: inline-block;
  margin: 60px 0 60px;
  z-index: 1;
  overflow: hidden;
}

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

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

.js .mt-insert .wp-caption,
.js .mt-insert img {
  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: 2em !important;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* ==========================================================================
   21. Media Queries
   ========================================================================== */
@media screen and (min-width: 37.5em) {
  /* 600px */
  #masthead {
    top: 30px;
  }

  .site-logo,
  .site-title {
    padding-left: 20px;
  }
  .site-logo:hover,
  .site-title:hover {
    padding-left: 30px;
  }

  .main-archive .post {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .main-archive .post.has-post-thumbnail {
    padding: 70px 40px;
    height: 100vh;
  }
  .main-archive .post.has-post-thumbnail .entry-content {
    max-width: 560px;
    margin: 0 auto;
  }

  .main-archive:not(.hero-enabled) .post:first-of-type {
    padding-top: 150px;
  }

  .page .post.has-post-thumbnail .featured-image,
  .single .post.has-post-thumbnail .featured-image {
    padding: 70px 40px;
    height: 100vh;
  }
  .page .post.has-post-thumbnail .featured-image .entry-content,
  .single .post.has-post-thumbnail .featured-image .entry-content {
    max-width: 560px;
    margin: 0 auto;
  }

  .nav-links a span {
    position: relative;
    left: auto;
    display: inline-block;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
}
@media screen and (min-width: 45em) {
  /* 720px */
  .nav-links a {
    padding: 30px 40px;
  }
  .nav-links .nav-previous a:hover {
    padding-left: 30px;
  }
  .nav-links .nav-next a:hover {
    padding-right: 30px;
  }

  .has-post-thumbnail .content-width {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .page-header {
    padding-bottom: 80px;
  }

  .comment-form p {
    display: inline-block;
    width: 100%;
  }
  .comment-form label {
    width: 15%;
    float: left;
  }
  .comment-form input[type="email"],
  .comment-form input[type="text"],
  .comment-form input[type="url"],
  .comment-form textarea {
    width: 85%;
    display: inline-block;
    float: left;
  }
  .comment-form .form-submit {
    text-align: right;
  }

  .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;
  }
}
@media screen and (min-width: 50em) {
  /* 800px */
  .widget-count-2 .mt-about-you-widget,
  .widget-count-2 .widget,
  .widget-count-3 .mt-about-you-widget,
  .widget-count-3 .widget,
  .widget-count-4 .mt-about-you-widget,
  .widget-count-4 .widget,
  .widget-count-5 .mt-about-you-widget,
  .widget-count-5 .widget,
  .widget-count-6 .mt-about-you-widget,
  .widget-count-6 .widget,
  .widget-count-7 .mt-about-you-widget,
  .widget-count-7 .widget,
  .widget-count-8 .mt-about-you-widget,
  .widget-count-8 .widget {
    width: 49%;
    display: inline-block;
    padding: 20px;
    vertical-align: top;
  }
  .widget-count-2 .mt-about-you-widget .widget,
  .widget-count-2 .widget .widget,
  .widget-count-3 .mt-about-you-widget .widget,
  .widget-count-3 .widget .widget,
  .widget-count-4 .mt-about-you-widget .widget,
  .widget-count-4 .widget .widget,
  .widget-count-5 .mt-about-you-widget .widget,
  .widget-count-5 .widget .widget,
  .widget-count-6 .mt-about-you-widget .widget,
  .widget-count-6 .widget .widget,
  .widget-count-7 .mt-about-you-widget .widget,
  .widget-count-7 .widget .widget,
  .widget-count-8 .mt-about-you-widget .widget,
  .widget-count-8 .widget .widget {
    width: 100%;
  }
  .widget-count-2 .mt-about-you-widget,
  .widget-count-3 .mt-about-you-widget,
  .widget-count-4 .mt-about-you-widget,
  .widget-count-5 .mt-about-you-widget,
  .widget-count-6 .mt-about-you-widget,
  .widget-count-7 .mt-about-you-widget,
  .widget-count-8 .mt-about-you-widget {
    padding-top: 0;
    padding-bottom: 0;
  }

  #primary-menu-button {
    display: none;
  }
}
@media screen and (min-width: 60em) {
  /* 960px */
  blockquote {
    margin: 30px -40px;
  }

  .widget-count-3 .mt-about-you-widget,
  .widget-count-3 .widget {
    width: 33.33333%;
  }

  .widget-count-4 .mt-about-you-widget,
  .widget-count-4 .widget {
    width: 24.5%;
  }

  .widget-count-5 .mt-about-you-widget,
  .widget-count-5 .widget,
  .widget-count-6 .mt-about-you-widget,
  .widget-count-6 .widget,
  .widget-count-7 .mt-about-you-widget,
  .widget-count-7 .widget,
  .widget-count-8 .mt-about-you-widget,
  .widget-count-8 .widget {
    width: 19.5%;
  }
}
