@charset "UTF-8";
/*!

	Theme Name: Color
	Theme URI: http://color.wpengine.com
	Description: A Theme with lots of Color.
	Author: MeanThemes
	Author URI: http://meanthemes.com/
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.1.0
	Tags: light, white, gray, 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: 22nd April 2015

==========================================================================
*/
/* ==========================================================================
	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

	1. Global Styles
	2. Sharing & Pagination
	3. Single, Home & Archive
	4. Portfolio - Filter
	5. Portfolio - Archive/Page
	6. Search / Archive / Author
	7. 404
	8. Team
	9. Contact
	10. Back to top
	11. Archives Page & Default Page
	12. Easy Digital Downloads
	13. Typography
	14. Colors
	15. Shortcodes
	16. 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: 1px;
  -moz-box-shadow: 0 0 5px red;
  -webkit-box-shadow: 0 0 5px red;
  box-shadow: 0 0 5px red;
}

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

button {
  width: auto;
  overflow: visible;
}

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

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

em, i {
  font-style: oblique;
}

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

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

/* ==========================================================================
		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: 20px;
  padding-left: 0;
  text-decoration: none;
  width: 100%;
  text-align: center;
  background: none;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 20px;
}
article .zilla-likes .zilla-likes-count:before {
  content: '';
  width: 60px;
  height: 60px;
  display: block;
  background: url(assets/img/zillalikes-on.svg) center center no-repeat;
  background: url(assets/img/zillalikes-off.svg) center center no-repeat;
  margin: 0 auto -43px auto;
}
article .zilla-likes:hover, article .zilla-likes.active {
  background: none;
  padding-left: 0 !important;
}
article .zilla-likes:hover .zilla-likes-count:before, article .zilla-likes.active .zilla-likes-count:before {
  background: url(assets/img/zillalikes-on.svg) center center no-repeat;
}
article .zilla-likes:hover .zilla-likes-count:before {
  -webkit-animation: pulsate 1s ease-in-out;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 0.9);
  }
  50% {
    -webkit-transform: scale(1, 1);
  }
  75% {
    -webkit-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
/* Pinterest Pro CSS override */
.main article:first-of-type a.pib-hover-btn-link {
  top: 100px !important;
}

/* ==========================================================================
	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;
  margin-left: 0;
  margin-top: 0;
  top: 0;
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
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: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

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

* html .slides {
  height: 1%;
}

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

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

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

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

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

.flexslider .slides {
  zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

/* Control Nav */
.flex-control-nav {
  position: absolute;
  right: 20px;
  bottom: 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: .4;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}
.flex-control-nav li a:hover {
  opacity: 0.7;
}
.flex-control-nav li a.flex-active {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

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

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

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

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

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

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

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* ==========================================================================
  Zilla Likes
  ========================================================================== */
article .zilla-likes {
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 0;
  text-decoration: none;
  width: 100%;
  text-align: center;
  background: none;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 20px;
}
article .zilla-likes .zilla-likes-count:before {
  content: '';
  width: 60px;
  height: 60px;
  display: block;
  background: url(assets/img/zillalikes-on.svg) center center no-repeat;
  background: url(assets/img/zillalikes-off.svg) center center no-repeat;
  margin: 0 auto -43px auto;
}
article .zilla-likes:hover, article .zilla-likes.active {
  background: none;
  padding-left: 0 !important;
}
article .zilla-likes:hover .zilla-likes-count:before, article .zilla-likes.active .zilla-likes-count:before {
  background: url(assets/img/zillalikes-on.svg) center center no-repeat;
}
article .zilla-likes:hover .zilla-likes-count:before {
  -webkit-animation: pulsate 1s ease-in-out;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 0.9);
  }
  50% {
    -webkit-transform: scale(1, 1);
  }
  75% {
    -webkit-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}

/* ==========================================================================
		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: #d2d2d2;
}

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

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

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

input[type="text"], input[type="url"], input[type="email"],
input[type="tel"], input[type="password"], input[type="number"], textarea {
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  outline: none;
  width: auto;
  padding: 1em 0.75em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
  width: 100%;
  color: #3a3d42;
  -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;
}

input[type="number"] {
  width: auto;
  margin-bottom: 30px;
}

input[type="text"]:hover, input[type="url"]:hover, input[type="email"]:hover, input[type="number"]:hover,
input[type="tel"]:hover, input[type="password"]:hover, textarea:hover {
  color: #3a3d42;
  background-color: rgba(0, 0, 0, 0.09);
}

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

select {
  width: 100%;
}

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

.comments-wrapper input[type="text"], .comments-wrapper input[type="url"], .comments-wrapper input[type="email"],
.comments-wrapper input[type="tel"], .comments-wrapper input[type="password"], .comments-wrapper textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.comments-wrapper input[type="text"]:hover, .comments-wrapper input[type="url"]:hover, .comments-wrapper input[type="email"]:hover,
.comments-wrapper input[type="tel"]:hover, .comments-wrapper input[type="password"]:hover, .comments-wrapper textarea:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.comments-wrapper input[type="text"]:focus, .comments-wrapper input[type="url"]:focus, .comments-wrapper input[type="email"]:focus,
.comments-wrapper input[type="tel"]:focus, .comments-wrapper input[type="password"]:focus, .comments-wrapper textarea:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

input[type="number"] {
  position: relative;
  width: 6em;
  max-width: 100%;
}

/*
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    border-left: 1px solid #ccc;
    opacity: .5;
}

input[type=number]::-webkit-inner-spin-button:before,
input[type=number]::-webkit-inner-spin-button:after {
	content: "^";
	position: absolute;
	top: 20%;
	right: 25%;
	z-index: 2;
	font-family: monospace;
	font-size: 20px;
}


input[type="number"]::-webkit-inner-spin-button:before {
}

input[type="number"]::-webkit-inner-spin-button:after {
    bottom: 20%;
    -webkit-transform: rotate(180deg);
}
*/
/* ==========================================================================
    0.5 WordPress Defaults
  ========================================================================== */
.alignnone {
  margin: 5px 0 20px;
}

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

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

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

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

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

.sticky {
  font-style: normal;
}

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

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

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

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

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

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

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

#wp-calendar td a {
  background: #fafafa;
  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
==========================================================================
*/
.author-avatar img {
  width: 50px;
  height: 50px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 100px;
}

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

.comments-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 3em;
}

#comments {
  display: inline-block;
  width: 100%;
}
#comments h5#respond {
  margin-top: 30px;
}
#comments h5#respond span {
  color: #46c570;
}
#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: 20px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#comments .commentlist li {
  display: table;
  width: 100%;
  margin-top: 20px;
}
#comments .commentlist li .comment-date {
  border: none;
  padding: 8px 0 4px 0;
  display: block;
}
#comments .commentlist li .comment-reply-link {
  display: inline-block;
  margin-top: 0;
  font-size: 80%;
}
#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(255, 255, 255, 0.05);
  display: table;
}
#comments .commentlist ul li .author-avatar, #comments .commentlist ul li .comment-body {
  display: table-cell;
}
#comments .commentlist ul li:first-child {
  border-top: none;
}
#comments .commentlist .commentlist li:first-child li,
#comments .commentlist .commentlist ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
#comments label, #comments label + .required {
  position: absolute;
  left: -9999em;
}
#comments .comment-reply-link:before {
  font-family: FontAwesome;
  content: '\f0e5';
  display: inline-block;
  margin-right: 4px;
}

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

textarea#comment {
  height: 250px;
}

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

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

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

.widget input.searchsubmit {
  display: none;
}

html {
  height: 100%;
}

a, .basic-item a h2, a h1, a h2 {
  text-decoration: none;
  -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;
}

/* GPU Enhanced */
.square, .square:hover, .square.hover, .square .excerpt, .square .title-meta,
.pagination li a:before {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.side {
  -webkit-transform: translate3d(0, 0, 0);
}

header.header {
  position: relative;
  display: table;
  width: 100%;
}
header.header .logo, header.header .nav-trigger {
  display: table-cell;
  vertical-align: middle;
}
header.header .logo {
  width: 90%;
}
header.header .site-tagline {
  margin-top: 0.35em;
}
header.header .nav-trigger {
  text-align: right;
  width: 40px;
}
header.header .nav-trigger.active {
  -webkit-transform-origin: 70% 38%;
  -moz-transform-origin: 70% 38%;
  -o-transform-origin: 70% 38%;
  transform-origin: 70% 38%;
  -webkit-transform: rotate(90deg);
}

.inner {
  padding: 60px 30px;
}

footer.footer {
  padding-top: 4em;
  display: table;
  width: 100%;
}

.width-cap {
  max-width: 820px;
  margin: 0 auto;
}

.side {
  -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;
  padding: 1em;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 1;
}
.side nav {
  margin-top: 2em;
}
.side ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side ul ul {
  padding-left: 1em;
  font-size: 95%;
}
.side ul li {
  margin-top: 0.5em;
}
.side ul li.first-child {
  margin-top: 0;
}
.side input[type="text"], .side input.s {
  border: none;
  padding: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  background: rgba(0, 0, 0, 0.3);
}
.side input[type="text"]::-webkit-input-placeholder, .side input.s::-webkit-input-placeholder {
  color: #808d8d;
}
.side input[type="text"]:-moz-placeholder, .side input.s:-moz-placeholder {
  color: #808d8d;
}
.side input[type="text"]::-moz-placeholder, .side input.s::-moz-placeholder {
  color: #808d8d;
}
.side input[type="text"]:-ms-input-placeholder, .side input.s:-ms-input-placeholder {
  color: #808d8d;
}
.side nav, .side .widgets {
  display: none;
}
.side .widget {
  padding-top: 40px;
}
.side .widget .socials {
  text-align: left;
}
.side .widget h4 {
  margin-bottom: 0.6em;
}

/* ==========================================================================
	2. Sharing & Pagination
	========================================================================== */
.sharer {
  text-align: center;
}
.sharer li {
  padding-top: 1em;
}
.sharer li span {
  display: none;
}
.sharer li .twitter {
  color: #55acee;
}
.sharer li .facebook {
  color: #3c599f;
}
.sharer li .pinterest {
  color: #cb2027;
}
.sharer li .googleplus {
  color: #c63d2d;
}

/* Layout Sharer differntly if JavaScript is enabled */
.js .share-overlay.show {
  display: table;
  opacity: 0;
}

.js .share-overlay {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #1e2626;
  z-index: 99;
  padding: 1em;
  margin: 0;
  text-align: center;
  color: #fff;
  display: none;
}
.js .share-overlay .share-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  padding: 10px;
}
.js .share-overlay .meta.sharer {
  padding: 0;
  margin: 0 auto;
  border: none;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 240px;
}
.js .share-overlay .share-inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.js .share-overlay .share-inner h1 {
  margin-bottom: 0.5em;
}
.js .share-overlay li {
  display: table-cell;
}
.js .share-overlay li:before {
  content: '';
}
.js .share-overlay li a {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  padding: 10px;
}

span.i {
  position: absolute;
  left: -9999em;
}

.next-last.square a {
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
}
.next-last.square a:hover {
  color: #fff;
}

.full-width .square.older-posts, .full-width .square.newer-posts {
  width: 50%;
}

.pagination {
  text-align: right;
  margin-bottom: -44px;
}
.pagination li {
  display: inline;
  text-align: center;
}
.pagination li.portfolio-all a {
  background: #1e2626;
}
.pagination li:first-child span.inactive, .pagination li.older-posts span.inactive {
  margin-right: -5px;
}
.pagination li:last-child a, .pagination li:last-child span {
  margin-right: 0;
}
.pagination li.share-link a {
  background: #1e2626;
}
.pagination li span.inactive, .pagination li .span.inactive:hover {
  position: relative;
  display: inline-block;
  line-height: 65px;
  width: 65px;
  height: 65px;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  opacity: 0.05;
}
.pagination li a {
  position: relative;
  display: inline-block;
  line-height: 65px;
  width: 65px;
  height: 65px;
  background: #46c570;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: -6px;
}
.pagination li a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #000;
  opacity: 0;
  z-index: 1;
  -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;
}
.pagination li a .fa {
  z-index: 2;
  position: relative;
}
.pagination li a:hover {
  color: #fff;
  background: #000;
}
.pagination li a:hover:before {
  opacity: 0.2;
}

.page-pagination {
  padding: 0.5em;
  margin-bottom: 1em;
  font-size: 80%;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/* ==========================================================================
	3. Single, Home & Archive
	========================================================================== */
.band {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0 7%;
  line-height: 3em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  height: 3em;
}

.main-archive .post {
  position: relative;
}
.main-archive .post .content-aside {
  -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 a:hover, .main-archive .post .content-aside:hover {
  opacity: 0.7;
}
.main-archive .post blockquote {
  border: none;
}
.main-archive .post.format-standard .inner {
  padding-bottom: 50px;
}
.main-archive .post.format-standard.sticky .inner {
  padding-bottom: 90px;
}
.main-archive .post .inner {
  padding: 90px 7%;
}

.post-image {
  display: block;
  position: relative;
  z-index: 3;
  background: #fff;
}
.post-image img {
  display: block;
  width: 100%;
}

.part-link {
  margin-top: 2em;
}

.single .content-quote {
  margin-top: 1em;
}

.main .border {
  position: absolute;
  top: 0;
  left: 0;
  background: #46c570;
  width: 6px;
  height: 100%;
  z-index: 0;
}

.single .main {
  position: relative;
}
.single .main .inner {
  min-height: 600px;
}
.single .main .jp-interface {
  z-index: 1;
}

.meta.bottom, .meta.sharer {
  width: 100%;
  border-bottom: none;
  padding: 0.75em 0 1.75em 0;
}

.meta {
  padding: 0 0 0.25em 0;
  margin: 0 0 0.75em 0;
  list-style: none;
  display: table;
}
.meta li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.25em;
}
.meta li:first-child {
  margin-left: 0;
}
.meta li:before {
  content: " • ";
}
.meta li:first-child:before {
  content: " ";
}

.more-link {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0.75em 2em 0.85em 2em;
  line-height: 1.3;
  display: inline-block;
  vertical-align: middle;
  border-radius: 10em;
  border: none !important;
}

.author-wrap, .author-enhanced {
  display: table;
  width: 100%;
  text-align: center;
  padding: 4em 2em 3.5em 2em;
}
.author-wrap h6, .author-enhanced h6 {
  margin-bottom: -0.5em;
}
.author-wrap a:hover, .author-enhanced a:hover {
  opacity: 0.7;
}
.author-wrap .author-avatar img, .author-enhanced .author-avatar img {
  width: 95px;
  height: 95px;
  margin-bottom: 10px;
  border: none;
  box-shadow: none;
}
.author-wrap .author-socials, .author-enhanced .author-socials {
  padding: 10px 7px;
}
.author-wrap .author-socials span, .author-enhanced .author-socials span {
  position: absolute;
  left: -9999em;
}

/* ==========================================================================
	4. Portfolio - Filter
	========================================================================== */
.post-content {
  display: inline-block;
  width: 100%;
}

.main {
  position: relative;
}

.portfolio-items {
  position: relative;
  z-index: 1;
}

.filter {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 3;
}
.filter .filter-trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  z-index: 2;
}
.filter ul {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 390px;
  margin: 0;
  padding: 80px 40px 40px 40px;
  list-style: none;
  z-index: 1;
}
.filter ul li {
  padding: 0;
  margin: 0;
}
.filter ul li a {
  padding: 5px 0;
  display: block;
}
.filter ul li a:before {
  font-family: 'FontAwesome';
  content: ' \f00d';
  font-size: 50%;
  vertical-align: middle;
  margin-left: -12px;
  margin-right: 6px;
  color: #46c570;
  opacity: 0;
  display: inline-block;
}
.filter ul li a.active:before {
  opacity: 1;
}

.js .filter ul {
  display: none;
}

.post-meta {
  padding: 0;
  margin: 0 0 1em 0;
  list-style: none;
  font-size: 80%;
  font-weight: 600;
}
.post-meta li {
  margin-bottom: 0.5em;
}
.post-meta .post-meta-key {
  font-weight: 900;
}
.post-meta .post-meta-key:before {
  font-family: 'FontAwesome';
  content: '\f069';
  display: inline-block;
  margin-right: 0.25em;
}

/* ==========================================================================
	5. Portfolio - Archive/Page
	========================================================================== */
h1.searching {
  text-align: center;
}

.square {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100% auto;
  z-index: 2;
}
.square a:hover {
  opacity: 0.7;
  -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;
}
.square.format-audio .title-meta {
  height: 70%;
}
.square.format-audio .part-audio {
  position: absolute;
  bottom: 3em;
  left: 0;
  width: 100%;
}
.square.format-audio .part-audio .jp-interface {
  background-color: rgba(0, 0, 0, 0.3);
  -o-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.square.format-audio .part-audio .jp-interface:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.square.format-audio .part-audio .jp-interface div.jp-progress {
  background-color: rgba(255, 255, 255, 0.3);
}
.square.format-image .image, .square.format-gallery .image, .square.format-video .image, .square.format-link.with-image .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  -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;
}
.square.format-image .title-meta, .square.format-gallery .title-meta, .square.format-video .title-meta, .square.format-link.with-image .title-meta {
  opacity: 0;
}
.square.format-image:hover .title-meta, .square.format-image.hover .title-meta, .square.format-gallery:hover .title-meta, .square.format-gallery.hover .title-meta, .square.format-video:hover .title-meta, .square.format-video.hover .title-meta, .square.format-link.with-image:hover .title-meta, .square.format-link.with-image.hover .title-meta {
  opacity: 1;
  z-index: 4;
  height: 80%;
}
.square.format-link.with-image .title-meta {
  opacity: 1;
}
.square.format-image:hover .image, .square.format-image.hover .image, .square.format-video:hover .image, .square.format-video.hover .image, .square.format-link.with-image:hover .image, .square.format-link.with-image.hover .image {
  opacity: 0.15;
}
.square.format-image:hover .title-meta, .square.format-image.hover .title-meta, .square.format-video:hover .title-meta, .square.format-video.hover .title-meta, .square.format-link.with-image:hover .title-meta, .square.format-link.with-image.hover .title-meta {
  height: 100%;
}
.square.format-gallery {
  background: none !important;
}
.square.format-gallery .image {
  overflow: hidden;
}
.square.basic-item.related .item-overlay {
  opacity: .9;
}
.square.basic-item.related .content {
  opacity: 1;
}
.square.basic-item.team-item .item-overlay {
  opacity: .44;
}
.square.basic-item.team-item .content {
  opacity: 0;
}
.square.basic-item.team-item:hover .item-overlay, .square.basic-item.team-item.hover .item-overlay {
  opacity: .9;
}
.square.basic-item.team-item:hover .content, .square.basic-item.team-item.hover .content {
  opacity: 1;
}
.square.basic-item:hover .item-overlay, .square.basic-item.hover .item-overlay {
  opacity: .9;
}
.square.basic-item:hover .content, .square.basic-item.hover .content {
  opacity: 1;
}
.square.basic-item:hover.related .item-overlay,
.square.basic-item:hover.related .content, .square.basic-item.hover.related .item-overlay,
.square.basic-item.hover.related .content {
  opacity: 0;
}
.square.basic-item:hover.related.edd-related .item-overlay,
.square.basic-item:hover.related.edd-related .content, .square.basic-item.hover.related.edd-related .item-overlay,
.square.basic-item.hover.related.edd-related .content {
  opacity: 0.8;
}
.square.basic-item {
  background-color: transparent;
}
.square.basic-item .edd_download_quantity_wrapper {
  display: none;
}
.square.basic-item .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 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;
}
.square.basic-item .content {
  opacity: 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;
}
.square .content {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 15% 7%;
  top: 0;
  left: 0;
}
.square .content .table {
  display: table;
  width: 100%;
  height: 100%;
}
.square .content .table .table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* ==========================================================================
	6. Search / Archive / Author
	========================================================================== */
.post.post-result a:hover {
  opacity: 0.7;
}

.author-enhanced {
  text-align: center;
}
.author-enhanced .author-avatar img {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.author-enhanced .author-socials {
  color: #1e2626;
  opacity: 0.3;
}

/* ==========================================================================
	7. 404
	========================================================================== */
.error404 article {
  text-align: center;
}
.error404 article input[type="text"]::-webkit-input-placeholder, .error404 article input.s::-webkit-input-placeholder {
  color: #fff;
}
.error404 article input[type="text"]:-moz-placeholder, .error404 article input.s:-moz-placeholder {
  color: #fff;
}
.error404 article input[type="text"]::-moz-placeholder, .error404 article input.s::-moz-placeholder {
  color: #fff;
}
.error404 article input[type="text"]:-ms-input-placeholder, .error404 article input.s:-ms-input-placeholder {
  color: #fff;
}

/* ==========================================================================
	8. Team
	========================================================================== */
.basic-item .team-icons a {
  display: inline-block;
  padding: 0.5em;
}

/* ==========================================================================
	9. Contact
	========================================================================== */
#map {
  display: table;
  width: 100%;
  height: 200px;
}
#map img {
  max-width: inherit;
}

/* ==========================================================================
	10. Back to top
	========================================================================== */
#btt {
  position: fixed;
  text-align: center;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 7;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0.35;
  display: none;
}
#btt:hover {
  color: #fff;
  opacity: 1;
}

/* ==========================================================================
	 11. Archives Page & Default Page
	========================================================================== */
.single-post .post .inner ul, .type-portfolio .post .inner ul, .page .post .inner ul {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.single-post .post .inner ul.meta, .type-portfolio .post .inner ul.meta, .page .post .inner ul.meta {
  padding-top: 0;
  padding-bottom: 0;
}
.single-post .post .inner ul li, .type-portfolio .post .inner ul li, .page .post .inner ul li {
  margin: 0.25em 0;
}

/* ==========================================================================
	12. Easy Digital Downloads
	========================================================================== */
.post-image-download {
  width: 100%;
}
.post-image-download img {
  margin: 2em 0 2em 0;
  width: auto;
}

.edd_price_options {
  padding: 1.5em;
  margin: 0 0 2em 0;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.edd_price_options ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.edd_price_options ul li {
  padding: 0.15em 0;
  display: table;
  width: 100%;
}
.edd_price_options ul li input[type="checkbox"], .edd_price_options ul li input[type="radio"] {
  vertical-align: middle;
  display: inline-block;
  margin-top: -0.15em;
}

.edd-cart-added-alert {
  font-weight: 700;
  color: #46c570;
}
.edd-cart-added-alert i:before {
  font-family: 'FontAwesome';
  content: ' \f00c ';
}

.edd_empty_cart:after {
  content: '';
  font-family: 'FontAwesome';
  content: ' \f119 ';
  display: inline-block;
  margin-left: 0.25em;
}

.edd_cart_remove_item_btn {
  border: none !important;
  font-weight: 700;
  font-size: 80%;
}
.edd_cart_remove_item_btn:before {
  font-family: 'FontAwesome';
  content: ' \f00d ';
  display: inline-block;
  margin-right: 0.25em;
}

#edd_checkout_cart_wrap {
  margin-top: 2em;
}
#edd_checkout_cart_wrap table {
  width: 100%;
}
#edd_checkout_cart_wrap table .edd_cart_item_name, #edd_checkout_cart_wrap table .edd_cart_item_price {
  text-align: left;
}
#edd_checkout_cart_wrap table .edd_cart_actions {
  text-align: center;
}
#edd_checkout_cart_wrap table .edd_cart_total {
  text-align: right;
}
#edd_checkout_cart_wrap table .edd_cart_item_name .edd_cart_item_image, #edd_checkout_cart_wrap table .edd_cart_item_name .edd_checkout_cart_item_title {
  display: table-cell;
  vertical-align: top;
}
#edd_checkout_cart_wrap table .edd_cart_item_name .edd_cart_item_image {
  padding-right: 0.5em;
}

#edd_checkout_form_wrap,
#edd_checkout_wrap,
#edd_user_history {
  margin-top: 2em;
}

.edd-required-indicator {
  color: red;
}

.edd-label, #edd_register_account_fields label {
  font-weight: 700;
  padding-bottom: 0.25em;
  display: inline-block;
}

.edd-description {
  font-size: 78%;
  opacity: 0.7;
}

#edd_final_total_wrap {
  font-size: 110%;
}

#edd_purchase_receipt, #edd_purchase_receipt_products, #edd_user_history {
  width: 100%;
}
#edd_purchase_receipt thead, #edd_purchase_receipt_products thead, #edd_user_history thead {
  text-align: left;
}

#edd_purchase_receipt {
  margin-bottom: 2em;
}

#edd_purchase_receipt_products {
  margin-top: 1em;
}

.edd_purchase_receipt_files {
  padding: 0 !important;
  margin: 0;
  list-style: none;
}
.edd_purchase_receipt_files a {
  font-weight: 700;
  border: none !important;
  font-size: 105%;
}
.edd_purchase_receipt_files a:before {
  font-family: 'FontAwesome';
  content: ' \f0ed ';
  display: inline-block;
  margin-right: 0.25em;
}

.table-cell .button, .table-cell .button.white,
.table-cell .button.edd-submit, .table-cell .button.white.edd-submit,
.table-cell .button.edd-add-to-cart, .table-cell .button.edd-add-to-cart.white {
  margin-top: 1em;
  font-size: 80%;
  background: rgba(0, 0, 0, 0.5) !important;
}

.table-cell .button:hover {
  opacity: 1;
}

.table-cell .edd-cart-ajax-alert {
  display: block;
}

.table-cell .edd-cart-added-alert {
  color: #fff;
  font-size: 70%;
}

.side .edd-cart-number-of-items {
  font-weight: 900;
  font-size: 80%;
}

.side .edd-cart {
  padding: 1.5em 1em 2em 1em;
  font-weight: 700;
  font-size: 80%;
}
.side .edd-cart .edd-remove-from-cart {
  color: #fff;
  font-weight: 900;
}
.side .edd-cart .edd-remove-from-cart:before {
  font-family: 'FontAwesome';
  content: ' \f00d ';
  display: inline-block;
  margin-right: 0.25em;
}
.side .edd-cart .edd_checkout a {
  display: inline-block;
  margin-top: 1em;
  padding: 0.5em 1.25em;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.7);
}
.side .edd-cart .edd_checkout a:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

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

.site-title,
h1, h2, h3,
h4, h5, h6,
.meta,
.more-link,
.band,
.side,
.share-overlay,
.content-aside,
blockquote,
.btn,
button,
.url, .comment-date,
.filter,
input[type="text"], input[type="url"], input[type="email"],
input[type="tel"], input[type="password"], textarea,
.post-meta,
.btn, button, .button, .input[type="submit"],
.edd-cart-added-alert,
.edd_price_options,
#edd_checkout_cart_wrap,
#edd_checkout_form_wrap {
  font-family: 'Raleway', 'Heveltica Neue', Arial, sans-serif;
}

/* Font Sizes */
.post-content blockquote {
  padding-left: 1em;
  margin-left: -1em;
}

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

.wrap {
  font-size: 18px;
  font-size: 1.8rem;
}

.site-title {
  font-size: 28px;
  font-size: 2.8rem;
}

.site-tagline, footer.footer, .more-link {
  font-size: 14px;
  font-size: 1.4rem;
}

.meta {
  font-size: 15px;
  font-size: 1.5rem;
}

.basic-item h2 {
  font-size: 32px;
  font-size: 3.2rem;
}

.basic-item h3, .filter {
  font-size: 20px;
  font-size: 2rem;
}

h1.large {
  font-size: 168px;
  font-size: 16.8rem;
}

h1 {
  font-size: 48px;
  font-size: 4.8rem;
}

.main-archive h2 {
  font-size: 40px;
  font-size: 4rem;
}

h2, h3#respond-title {
  font-size: 34px;
  font-size: 3.4rem;
}

h3 {
  font-size: 32px;
  font-size: 3.2rem;
}

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

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

h6,
#edd_checkout_form_wrap legend {
  font-size: 22px;
  font-size: 2.2rem;
}

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

/* Font Weights */
.site-title,
h1, h2, h3,
h4, h5, h6,
.meta,
.more-link,
.band,
.share-overlay,
blockquote,
.url, .comment-date,
#edd_checkout_form_wrap legend {
  font-weight: 900;
}

.filter {
  font-weight: 600;
}

blockquote {
  margin-bottom: 1em;
}
blockquote cite {
  font-size: 80%;
  padding-top: 1em;
  display: block;
}
blockquote cite:before {
  content: ' — ';
}
blockquote p {
  margin: 0;
}

/* Line Heights and Spacing */
p {
  margin: 1em 0 1.5em 0;
}

.team-icons p {
  margin: 0;
}

.square.format-chat p {
  margin: 1em 0;
}

h1 + h2.sub-title {
  margin-top: 24px;
}

body {
  line-height: 1.4;
}

.site-title,
h1,
.main-archive h2,
.basic-item h2 {
  line-height: 1.1;
}

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

/* Text transforms */
.more-link, .btn, .band {
  text-transform: uppercase;
}

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

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

  h1.large {
    font-size: 178px;
    font-size: 17.8rem;
  }
}
@media screen and (min-width: 57.5em) {
  /* 920px */
  html {
    font-size: 62.5%;
  }

  h1, .full-width .main-archive h2 {
    font-size: 68px;
    font-size: 6.8rem;
  }

  h1.large {
    font-size: 208px;
    font-size: 20.8rem;
  }
}
/* ==========================================================================
  14. Colors
==========================================================================


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

.side,
.next-last.square, .post.post-result:nth-of-type(2n),
.filter-trigger:hover,
button:hover, input[type="submit"]:hover {
  background-color: #1e2626;
}

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

.square, .author-wrap, .square.basic-item .item-overlay,
.next-last.newer-posts.square, .post.post-result,
body.error404, .html.error404,
.filter-trigger,
.side .edd-cart {
  background-color: #46c570;
}

body.home, body.blog,
html.home, html.blog,
.comments-wrapper, .filter ul {
  background-color: #141919;
}

/* Font Colours */
body, .single .meta.top a,
.main-archive .post.result, .main-archive .post.result a, .main-archive .post.result a:hover {
  color: #3a3d42;
}

.single-post .post.square, .single-post .post.square a,
.post.square, .post.square a, .square a, .share-overlay,
.share-overlay h1.entry-title, .post.square a:hover,
.post.square .meta.top a:hover,
.comments-wrapper, .side, .side a:hover, .author-wrap,
.author-wrap a, .author-wrap a:hover, a .square.basic-item .content h2,
.square.basic-item .content a,
.square.basic-item .content,
a .square.basic-item .content h3,
a .square.basic-item .band, .post.post-result *, .post.post-result .meta.top a:hover,
body.error404, .html.error404,
.url, .comment-date, .url:hover, .comment-date:hover, .comment-reply-link, .comment-reply-link:hover,
.filter-trigger, .filter-trigger:hover, .filter a, .filter a:hover, .site-title a:hover,
.main-archive .post, .main-archive .post a, .main-archive .post a:hover, #wp-calendar tbody, .side a:hover,
.side .current-menu-item a,
.square.basic-item, .single .square .meta.top a {
  color: #fff;
}

.side .current-menu-item a {
  font-weight: 700;
}

a,
header.header nav ul li.current_page_item a,
header.header nav ul li.current-menu-item a,
header.header nav ul li.current_page_ancestor a,
header.header nav ul li.current-post-ancestor a,
header.header nav ul li.current-page-ancestor a,
.meta.top a:hover,
.single-post .content a {
  color: #46c570;
}

body, blockquote {
  border-color: #46c570;
}

a:hover h1.entry-title {
  color: #46c570;
}

.side a {
  color: #d2d2d2;
}

a:hover, a:hover {
  color: #1e2626;
}

h1.entry-title, a h1.entry-title, a .basic-item h2, a:hover .basic-item h2 {
  color: #1e2626;
}

.home-article a:hover h2 {
  color: #1e2626;
}

.site-title a, .site-tagline, footer.footer, footer.footer a {
  color: #d2d2d2;
}

.home-article h2, .home-article a h2, .sub-title {
  color: #46c570;
}

/* Borders */
.single-post .post-content a {
  border-bottom: 1px solid #46c570;
}

.post .post-content a {
  border-bottom: 1px solid #46c570;
}

.post-content blockquote {
  border-left: 1px solid #46c570;
}

.single-post .content a {
  border-color: #46c570;
}

.single-post .post-content a:hover,
.single-post .post-content a:hover,
.single-post .meta.bottom a:hover,
.single .meta.bottom a:hover,
.single .post-content a:hover {
  border-color: #1e2626;
  color: #1e2626;
}

.post.post-result .meta.top, .main-archive .post .meta.top, .post.square .meta.top {
  border-color: #fff;
}

.post.post-result .meta.top, .main-archive .post .meta.top {
  border-color: #fff;
}

.meta.top {
  border-bottom: 1px solid #3a3d42;
}

.post .post-content a:hover {
  border-bottom: 1px solid #1e2626;
}

/* ==========================================================================
    15. 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: #1e2626;
}

.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 {
  border: none !important;
  background: #46c570 !important;
  color: #fff !important;
  padding: 1em 2.5em;
  text-shadow: none;
  border-radius: 0;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 1em;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 50px;
}

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,
.edd_go_to_checkout.button.white.edd-submit:hover, .edd_go_to_checkout.button.edd-submit:hover {
  background-color: #1e2626 !important;
  text-decoration: none;
  color: #fff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

.socials {
  text-align: center;
}

a.social {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  margin-left: 5px;
  margin-bottom: 5px;
  -o-transition: opacity 0.5s ease-in;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-indent: -9999em;
  color: 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.white.twitter, header.header.background--dark a.social.twitter, header.header.background--complex a.social.twitter {
    background: url(assets/img/social-twitter-white@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  a.social.mixcloud {
    background: url(assets/img/social-mixcloud-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

  a.social.soundcloud {
    background: url(assets/img/social-soundcloud-black@2x.png) 0 0 no-repeat;
    background-size: 21px 21px;
  }

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

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

  a.social.white.spotify, header.header.background--dark a.social.spotify, header.header.background--complex a.social.spotify {
    background: url(assets/img/social-spotify-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.flex-next, a.flex-prev {
    background-image: url(assets/img/arrows@2x.png);
    background-size: 200px 13px;
  }

  a.jp-play span,
  a.jp-pause span {
    background-image: url(assets/img/audio@2x.png);
    background-size: 30px 120px;
  }

  .quotemark {
    background-size: 28px 19px;
  }

  .quote-rating-1, .quote-rating-2, .quote-rating-3, .quote-rating-4, .quote-rating-5 {
    background-image: url(assets/img/stars@2x.png);
    background-size: 97px 176px;
  }

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

  .bullets.green li {
    background-image: url(assets/img/tick-green@2x.png);
    background-size: 16px 13px;
  }

  .bullets.red li {
    background-image: url(assets/img/tick-red@2x.png);
    background-size: 16px 13px;
  }

  .bullets.black li {
    background-image: url(assets/img/tick-black@2x.png);
    background-size: 16px 13px;
  }

  .bullets.light-blue li {
    background-image: url(assets/img/tick-light-blue@2x.png);
    background-size: 16px 13px;
  }

  .bullets.blue li {
    background-image: url(assets/img/tick-blue@2x.png);
    background-size: 16px 13px;
  }

  .bullets.grey li {
    background-image: url(assets/img/tick-grey@2x.png);
    background-size: 16px 13px;
  }

  .bullets.orange li {
    background-image: url(assets/img/tick-orange@2x.png);
    background-size: 16px 13px;
  }

  .bullets.pink li {
    background-image: url(assets/img/tick-pink@2x.png);
    background-size: 16px 13px;
  }

  .bullets.purple li {
    background-image: url(assets/img/tick-purple@2x.png);
    background-size: 16px 13px;
  }

  .toggle .toggle-title:before {
    background-image: url(assets/img/toggle-open@2x.png);
    background-size: 12px 12px;
  }

  .toggle .toggle-title.active:before {
    background-image: url(assets/img/toggle-close@2x.png);
    background-size: 12px 12px;
  }
}
.mt-insert,
.js .mt-insert .wp-caption {
  width: 100%;
  display: inline-block;
  margin: 15px 0;
  z-index: 1;
  overflow: hidden;
}

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

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

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

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

.js .mt-insert.remove-abs {
  margin-bottom: 2em !important;
}

/* ==========================================================================
   16. Media Queries
   ========================================================================== */
@media screen and (min-width: 40em) {
  /* 640px */
  .inner {
    padding: 60px 50px;
  }

  /* ==========================================================================
    Portfolio - Archive/Page
    ========================================================================== */
  .square {
    width: 50%;
    padding-bottom: 50%;
  }

  footer.footer {
    text-align: left;
  }
}
@media screen and (min-width: 48em) {
  /* 768px */
  .inner {
    padding: 60px;
  }

  /* ==========================================================================
    Contact
    ========================================================================== */
  #map {
    height: 400px;
  }

  .flex-control-nav {
    bottom: 0.5em;
  }

  .main .border {
    width: 9px;
  }

  .single-post article.post .inner .meta.top {
    padding-right: 40px;
    max-width: 80%;
  }

  .type-portfolio .inner, .post .inner, .comments-wrapper #comments.inner,
  .single-download .post .inner {
    max-width: 820px;
    margin: 0 auto;
    display: block;
  }

  .page article.post.has-post-thumbnail .inner {
    margin-top: 0;
  }
  .page.page-template-t-contact-php article.post .inner {
    margin-top: 0;
  }

  /* Home Portfolio */
  .home-article .inner {
    max-width: 734px;
  }
}
@media screen and (min-width: 57.5em) {
  /* 920px */
}
@media screen and (min-width: 60em) {
  /* 960px */
  /* ==========================================================================
    Contact
    ========================================================================== */
  #map {
    height: 500px;
  }

  .ipad .main-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .wrap {
    display: table;
    width: 100%;
    height: 100%;
  }

  /* ==========================================================================
  Nano Scroller
  ========================================================================== */
  /** initial setup **/
  .nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .nano > .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .nano > .nano-content:focus {
    outline: thin dotted;
  }

  .nano > .nano-content::-webkit-scrollbar {
    display: none;
  }

  .has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
  }

  .nano > .nano-pane {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  .nano > .nano-pane > .nano-slider {
    background: #444;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }

  .nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility: visible\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: 0.99;
  }

  .side {
    overflow: hidden;
    width: 340px;
    position: fixed;
    height: 100%;
    right: 0;
    z-index: 2;
  }
  .side .nano-content {
    padding: 40px 40px 60px 40px;
  }
  .side.nano > .nano-pane > .nano-slider {
    background: #000;
    background: rgba(255, 255, 255, 0.25);
  }
  .side .widgets, .side nav {
    display: block !important;
  }
  .side header.header {
    display: block;
    padding: 0;
  }
  .side header.header .nav-trigger {
    display: none;
  }
  .side header.header .logo, .side header.header nav {
    display: block;
    width: 100%;
  }
  .side header.header nav {
    padding-top: 40px;
  }

  .main-wrap {
    width: 100%;
    padding-right: 340px;
    left: 0;
    position: absolute;
    z-index: 1;
  }

  .page-template-t-portfolio-filter-php .main-wrap {
    padding-right: 338px;
  }

  .sidebar-switch .side {
    left: 0;
  }
  .sidebar-switch .main-wrap {
    padding-right: 0;
    padding-left: 340px;
  }

  /* ==========================================================================
    Portfolio - Archive/Page
    ========================================================================== */
  .square .excerpt {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15% 7%;
    -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;
  }
  .square .title-meta {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 15% 7%;
    top: 0;
    left: 0;
  }
  .square .title-meta, .square .excerpt {
    -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;
  }
  .square:hover .title-meta, .square.hover .title-meta {
    opacity: 0;
  }
  .square:hover.no-hover .title-meta, .square.hover.no-hover .title-meta {
    opacity: 1;
  }
  .square:hover .excerpt, .square.hover .excerpt {
    opacity: 1;
    -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;
  }
}
@media screen and (min-width: 77.5em) {
  /* 1240px */
  /* ==========================================================================
    Portfolio - Archive/Page
    ========================================================================== */
  .square {
    width: 33.333333333%;
    padding-bottom: 33.333333333%;
  }

  .single .related-posts aside:nth-of-type(4),
  .single .related-posts .aside-link:nth-of-type(4) {
    display: none;
  }
}
@media screen and (min-width: 100em) {
  /* 1600px */
  /* ==========================================================================
    Contact
    ========================================================================== */
  #map {
    height: 600px;
  }

  .side {
    width: 455px;
  }

  .main-wrap {
    padding-right: 455px;
  }

  .page-template-t-portfolio-filter-php .main-wrap {
    padding-right: 453px;
  }

  .sidebar-switch .main-wrap {
    padding-left: 455px;
  }

  .single article .inner {
    margin-right: 25%;
  }

  .js .author-wrap {
    position: absolute;
    right: 0;
    z-index: 2;
    top: 95px;
    width: 283px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .js .single-format-audio .author-wrap {
    top: 145px;
  }

  .single-portfolio .pagination {
    margin-bottom: -45px;
  }

  .pagination {
    margin-bottom: -85px;
  }
  .pagination li a, .pagination li span.inactive, .pagination li .span.inactive:hover {
    line-height: 95px;
    width: 95px;
    height: 95px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 112.5625em) {
  /* 1801px */
  /* ==========================================================================
    Portfolio - Archive/Page
    ========================================================================== */
  .square {
    width: 25%;
    padding-bottom: 25%;
  }

  .single .related-posts aside:nth-of-type(4) {
    display: block;
  }

  .filter .filter-trigger {
    line-height: 95px;
    width: 95px;
    height: 95px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .filter ul {
    padding-top: 130px;
  }
}

.smartbanner {
    left:0;top:0;
    width:100%;
    height:78px;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    background:#fff;
    overflow:hidden;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:none;
}
.smartbanner-container {
    margin:0 auto;
	top:0;
}
.smartbanner-close {
    position:absolute;
    left:7px;top:7px;
    display:block;
    font-family:'ArialRoundedMTBold',Arial;
    font-size:15px;
    text-align:center;
    text-decoration:none;
    border-radius:14px;
    -webkit-font-smoothing:subpixel-antialiased;
    border:0;
    width:17px;
    height:17px;
    line-height:17px;
    color:#b1b1b3;
    background:#efefef;
}
.smartbanner-close:active,.smartbanner-close:hover {
    color:#333;
}
.smartbanner-icon{
    position:absolute;
    left:30px;
    top:10px;
    display:block;
    width:57px;
    height:57px;
    background-color: #fff;
    background-size:cover;
    background-image: url("https://fantasyapp.com/content/uploads/2016/04/newpl_logo_fin_color_v2.png");
}
.smartbanner-info{
    position:absolute;
    left:98px;
    top:15px;
    width:44%;
    font-size:12px;
    line-height:1.2em;
    font-weight:bold;
    color:#999;
}
.smartbanner-title {
    font-size:15px;
    line-height:17px;
    color:#000;
    font-weight:bold;
}
.smartbanner-button{
    position:absolute;
    right:20px;
    top:24px;
    border-bottom:3px solid #ee4898;
    padding:0 10px;
    min-width:12%;
    height:24px;
    font-size:14px;
    line-height:24px;
    text-align:center;
    font-weight:bold;
    color:#fff;
    background-color:#ee4898;
    text-decoration:none;
    border-radius:5px;
}
.smartbanner-button:hover {
    background-color: #ee4898;
    border-bottom:3px solid #ee4898;
}
.smartbanner-button-text {
    text-align:center;
    display:block;
    padding:0 5px;
}