@charset "UTF-8";
/*
Theme Name: everywhereist-revamped
Theme URI: http://underscores.me/
Author: Automattic
Author URI: http://automattic.com/
Description: Hi. I'm a starter theme called <code>everywhereist-revamped</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: everywhereist-revamped
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

everywhereist-revamped is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
html {
  font-size: 62.5%; }

body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 9.375px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 9.375px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

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

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 7.5px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #00B9D0;
  text-decoration: none; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle {
  display: none; }

@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block; }

  .main-navigation ul {
    display: none; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 8.75px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

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

.page-content,
.entry-content,
.entry-summary {
  margin: 0.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

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

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

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

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

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

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

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

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

.gallery-caption {
  display: block; }

/* Multiply by 1.5 because the AI file needs to be scaled to 150% to match designs */
/* Breakpoint mixin */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 18, 2015 */
@font-face {
  font-family: 'bebas_neuebold';
  src: url("fonts/BebasNeue Bold-webfont.eot");
  src: url("fonts/BebasNeue Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/BebasNeue Bold-webfont.woff2") format("woff2"), url("fonts/BebasNeue Bold-webfont.woff") format("woff"), url("fonts/BebasNeue Bold-webfont.ttf") format("truetype"), url("fonts/BebasNeue Bold-webfont.svg#bebas_neuebold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'bebas_neue_regularregular';
  src: url("fonts/BebasNeue Regular-webfont.eot");
  src: url("fonts/BebasNeue Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/BebasNeue Regular-webfont.woff2") format("woff2"), url("fonts/BebasNeue Regular-webfont.woff") format("woff"), url("fonts/BebasNeue Regular-webfont.ttf") format("truetype"), url("fonts/BebasNeue Regular-webfont.svg#bebas_neue_regularregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-hacker-news:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section.top-bottom-padding {
  padding: 30px; }
  @media (max-width: 600px) {
    .section.top-bottom-padding {
      padding: 0; } }
.section.bottom-padding {
  padding-bottom: 30px; }
  @media (max-width: 600px) {
    .section.bottom-padding {
      padding: 0; } }
.section.green {
  background: #C3D0AF; }
  .section.green .title, .section.green .title a {
    color: #FFF2DE; }
.section.tan {
  background: #FFF2DE; }
  .section.tan .title, .section.tan .title a {
    color: #707070; }
.section.salmon {
  background: #F1AA96; }
  .section.salmon .title, .section.salmon .title a {
    color: #FFF2DE; }
.section.purple {
  background: #CCBFD1; }
  .section.purple .title, .section.purple .title a {
    color: #707070; }
.section.full-width {
  width: 100%; }

.absolute-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

.wide-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; }
  .wide-container:after {
    content: " ";
    display: block;
    clear: both; }

.mobile-menu {
  display: none; }
  @media (max-width: 600px) {
    .mobile-menu {
      display: block; } }
  .mobile-menu li {
    border-bottom: 1px solid #ffffff; }
    .mobile-menu li a {
      background: #CB9A56;
      color: #ffffff;
      display: block;
      width: 100%;
      height: 40px;
      text-transform: uppercase;
      padding: 11px 20px;
      font-size: 35.4px;
      font-size: 3.54rem;
      line-height: 44.25px;
      line-height: 4.425rem;
      font-family: 'bebas_neue_regularregular', sans-serif;
      letter-spacing: 3px;
      letter-spacing: 2px; }
      @media (max-width: 600px) {
        .mobile-menu li a {
          font-size: 15.6px;
          font-size: 1.56rem; } }
      @media (max-width: 768px) and (min-width: 601px) {
        .mobile-menu li a {
          font-size: 28.8px;
          font-size: 2.88rem; } }
      @media (max-width: 1023px) and (min-width: 769px) {
        .mobile-menu li a {
          font-size: 32.4px;
          font-size: 3.24rem; } }
      @media (max-width: 600px) {
        .mobile-menu li a {
          line-height: 19.5px;
          line-height: 1.95rem; } }
      @media (max-width: 768px) and (min-width: 601px) {
        .mobile-menu li a {
          line-height: 36px;
          line-height: 3.6rem; } }
      @media (max-width: 1023px) and (min-width: 769px) {
        .mobile-menu li a {
          line-height: 40.5px;
          line-height: 4.05rem; } }
      @media (max-width: 600px) {
        .mobile-menu li a {
          letter-spacing: 2px; } }
    .mobile-menu li:last-child {
      border-bottom: none; }
  .mobile-menu .menu-item-has-children > a {
    display: none; }

.site-header {
  text-align: center; }
  @media (max-width: 600px) {
    .site-header {
      display: none; }
      .site-header.mobile-header {
        height: 50px; }
        .site-header.mobile-header .simple-logo {
          margin: 0;
          width: 160px;
          margin: 5px 5px;
          letter-spacing: 2px; }
          .site-header.mobile-header .simple-logo:before, .site-header.mobile-header .simple-logo:after {
            width: 10px;
            height: 9px;
            bottom: 5px; }
        .site-header.mobile-header #mobile-menu-toggle {
          color: #CB9A56;
          font-size: 26px;
          display: block;
          float: right;
          padding: 5px;
          height: 40px;
          margin: 0 20px 0 0; } }
  @media (max-width: 768px) and (min-width: 601px) {
    .site-header {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 1023px) and (min-width: 769px) {
    .site-header {
      padding-left: 20px;
      padding-right: 20px; } }
  .site-header .simple-logo {
    display: block;
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    font-size: 41.3px;
    font-size: 4.13rem;
    line-height: 30.975px;
    line-height: 3.0975rem;
    font-family: 'bebas_neue_regularregular', sans-serif;
    letter-spacing: 3px;
    text-align: center;
    color: #F9D772;
    position: relative; }
    @media (max-width: 600px) {
      .site-header .simple-logo {
        font-size: 18.2px;
        font-size: 1.82rem; } }
    @media (max-width: 768px) and (min-width: 601px) {
      .site-header .simple-logo {
        font-size: 33.6px;
        font-size: 3.36rem; } }
    @media (max-width: 1023px) and (min-width: 769px) {
      .site-header .simple-logo {
        font-size: 37.8px;
        font-size: 3.78rem; } }
    @media (max-width: 600px) {
      .site-header .simple-logo {
        line-height: 13.65px;
        line-height: 1.365rem; } }
    @media (max-width: 768px) and (min-width: 601px) {
      .site-header .simple-logo {
        line-height: 25.2px;
        line-height: 2.52rem; } }
    @media (max-width: 1023px) and (min-width: 769px) {
      .site-header .simple-logo {
        line-height: 28.35px;
        line-height: 2.835rem; } }
    @media (max-width: 600px) {
      .site-header .simple-logo {
        letter-spacing: 2px; } }
    .site-header .simple-logo small {
      font-size: 20.65px;
      font-size: 2.065rem; }
      @media (max-width: 600px) {
        .site-header .simple-logo small {
          font-size: 9.1px;
          font-size: 0.91rem; } }
      @media (max-width: 768px) and (min-width: 601px) {
        .site-header .simple-logo small {
          font-size: 16.8px;
          font-size: 1.68rem; } }
      @media (max-width: 1023px) and (min-width: 769px) {
        .site-header .simple-logo small {
          font-size: 18.9px;
          font-size: 1.89rem; } }
    .site-header .simple-logo small, .site-header .simple-logo span {
      display: block; }
    .site-header .simple-logo:before, .site-header .simple-logo:after {
      content: '';
      background-image: url(images/logo-arrow-right.svg);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      bottom: 9px;
      width: 15px;
      height: 14px;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .site-header .simple-logo:after {
      left: auto;
      right: 6px;
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .site-header .simple-logo:hover:before {
      left: 6px; }
    .site-header .simple-logo:hover:after {
      right: 12px; }
  .site-header .menu-wrapper {
    *zoom: 1; }
    .site-header .menu-wrapper:after {
      content: "";
      display: table;
      clear: both; }
  .site-header .primary-menu {
    width: 62.18487%;
    float: left;
    margin-right: 0.84034%;
    float: right;
    margin-right: 0;
    padding-left: 40px;
    margin: 20px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .site-header .primary-menu .menu {
      margin: 0;
      padding: 0;
      text-align: justify;
      text-align-last: justify;
      list-style: none;
      font-size: 15.4875px;
      font-size: 1.54875rem;
      line-height: 15.4875px;
      line-height: 1.54875rem;
      height: 15.75px;
      height: 1.575rem; }
      @media (max-width: 600px) {
        .site-header .primary-menu .menu {
          font-size: 6.825px;
          font-size: 0.6825rem; } }
      @media (max-width: 768px) and (min-width: 601px) {
        .site-header .primary-menu .menu {
          font-size: 12.6px;
          font-size: 1.26rem; } }
      @media (max-width: 1023px) and (min-width: 769px) {
        .site-header .primary-menu .menu {
          font-size: 14.175px;
          font-size: 1.4175rem; } }
      @media (max-width: 600px) {
        .site-header .primary-menu .menu {
          line-height: 6.825px;
          line-height: 0.6825rem; } }
      @media (max-width: 768px) and (min-width: 601px) {
        .site-header .primary-menu .menu {
          line-height: 12.6px;
          line-height: 1.26rem; } }
      @media (max-width: 1023px) and (min-width: 769px) {
        .site-header .primary-menu .menu {
          line-height: 14.175px;
          line-height: 1.4175rem; } }
      .site-header .primary-menu .menu .menu-item {
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 1px;
        height: 55px;
        padding-top: 18.5px;
        margin-top: -18.5px; }
        .site-header .primary-menu .menu .menu-item a {
          color: #CB9A56;
          padding: 5px 5px 5px 5px; }
        .site-header .primary-menu .menu .menu-item:hover, .site-header .primary-menu .menu .menu-item.current-menu-item, .site-header .primary-menu .menu .menu-item.current-menu-parent {
          background-image: url(images/menu-globe.svg);
          background-size: 55px 55px;
          background-repeat: no-repeat;
          background-position: center center; }
        .site-header .primary-menu .menu .menu-item.search-item:hover {
          background: none;
          opacity: 0.8; }
      .site-header .primary-menu .menu:after {
        content: '';
        display: inline-block;
        width: 100%; }
      .site-header .primary-menu .menu .menu-item-has-children {
        position: relative; }
        .site-header .primary-menu .menu .menu-item-has-children .sub-menu {
          display: none;
          position: absolute;
          right: 0;
          top: 70%;
          background: #ffffff;
          margin: 0;
          padding: 0;
          z-index: 2;
          border: 1px solid #CB9A56; }
          .site-header .primary-menu .menu .menu-item-has-children .sub-menu .menu-item {
            margin: 0;
            padding: 0;
            width: 100%; }
            .site-header .primary-menu .menu .menu-item-has-children .sub-menu .menu-item a {
              width: 100%;
              display: block;
              padding: 18.5px 10px; }
            .site-header .primary-menu .menu .menu-item-has-children .sub-menu .menu-item:hover, .site-header .primary-menu .menu .menu-item-has-children .sub-menu .menu-item.current-menu-item, .site-header .primary-menu .menu .menu-item-has-children .sub-menu .menu-item.current-menu-parent {
              background: #CB9A56 !important; }
              .site-header .primary-menu .menu .menu-item-has-children .sub-menu .menu-item:hover a, .site-header .primary-menu .menu .menu-item-has-children .sub-menu .menu-item.current-menu-item a, .site-header .primary-menu .menu .menu-item-has-children .sub-menu .menu-item.current-menu-parent a {
                color: #fff; }
        .site-header .primary-menu .menu .menu-item-has-children:hover .sub-menu {
          display: block; }
      .site-header .primary-menu .menu .search-icon img {
        width: 18px;
        height: 18px;
        max-width: 18px;
        position: relative;
        top: 4px; }
    @media (max-width: 820px) {
      .site-header .primary-menu {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        min-width: 520px; }
        .site-header .primary-menu li:hover, .site-header .primary-menu li.current-menu-item {
          background: none !important; } }
  .site-header .expanding-search {
    float: right;
    margin-top: 15px; }
    @media (max-width: 820px) {
      .site-header .expanding-search {
        float: none;
        position: absolute;
        left: 5px;
        top: -5px;
        margin-top: 0; } }

.site-header.sub-page-header {
  padding: 20px 0 20px 0; }
  @media (max-width: 768px) and (min-width: 601px) {
    .site-header.sub-page-header .simple-logo {
      width: 210px; }
      .site-header.sub-page-header .simple-logo:before, .site-header.sub-page-header .simple-logo:after {
        width: 12px;
        height: 11px; }
      .site-header.sub-page-header .simple-logo:before {
        left: -11px; }
      .site-header.sub-page-header .simple-logo:after {
        right: -6px; } }
  @media (max-width: 1023px) and (min-width: 769px) {
    .site-header.sub-page-header {
      padding: 20px; }
      .site-header.sub-page-header .primary-menu {
        padding-left: 10px;
        width: 545px; }
      .site-header.sub-page-header .simple-logo {
        width: 190px;
        margin-right: 0;
        position: relative;
        top: 14px;
        font-size: 29.5px;
        font-size: 2.95rem;
        line-height: 22.125px;
        line-height: 2.2125rem; } }
    @media (max-width: 1023px) and (min-width: 769px) and (max-width: 600px) {
      .site-header.sub-page-header .simple-logo {
        font-size: 13px;
        font-size: 1.3rem; } }
    @media (max-width: 1023px) and (min-width: 769px) and (max-width: 768px) and (min-width: 601px) {
      .site-header.sub-page-header .simple-logo {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media (max-width: 1023px) and (min-width: 769px) and (max-width: 1023px) and (min-width: 769px) {
      .site-header.sub-page-header .simple-logo {
        font-size: 27px;
        font-size: 2.7rem; } }
    @media (max-width: 1023px) and (min-width: 769px) and (max-width: 600px) {
      .site-header.sub-page-header .simple-logo {
        line-height: 9.75px;
        line-height: 0.975rem; } }
    @media (max-width: 1023px) and (min-width: 769px) and (max-width: 768px) and (min-width: 601px) {
      .site-header.sub-page-header .simple-logo {
        line-height: 18px;
        line-height: 1.8rem; } }
    @media (max-width: 1023px) and (min-width: 769px) and (max-width: 1023px) and (min-width: 769px) {
      .site-header.sub-page-header .simple-logo {
        line-height: 20.25px;
        line-height: 2.025rem; } }
  @media (max-width: 1023px) and (min-width: 769px) {
        .site-header.sub-page-header .simple-logo small {
          font-size: 14.75px;
          font-size: 1.475rem; } }
      @media (max-width: 1023px) and (min-width: 769px) and (max-width: 600px) {
        .site-header.sub-page-header .simple-logo small {
          font-size: 6.5px;
          font-size: 0.65rem; } }
      @media (max-width: 1023px) and (min-width: 769px) and (max-width: 768px) and (min-width: 601px) {
        .site-header.sub-page-header .simple-logo small {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media (max-width: 1023px) and (min-width: 769px) and (max-width: 1023px) and (min-width: 769px) {
        .site-header.sub-page-header .simple-logo small {
          font-size: 13.5px;
          font-size: 1.35rem; } }
  @media (max-width: 1023px) and (min-width: 769px) {
        .site-header.sub-page-header .simple-logo:before, .site-header.sub-page-header .simple-logo:after {
          width: 12px;
          height: 11px;
          bottom: 6px; }
        .site-header.sub-page-header .simple-logo:before {
          left: -11px; }
        .site-header.sub-page-header .simple-logo:after {
          right: -6px; } }
  @media (max-width: 820px) {
    .site-header.sub-page-header {
      padding-bottom: 10px; }
      .site-header.sub-page-header .simple-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
        top: 0;
        margin-bottom: 16px; } }

.site-header.front-page-header {
  padding-bottom: 10px; }
  .site-header.front-page-header .primary-menu {
    width: 76%;
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .site-header.front-page-header .menu-wrapper {
    margin-top: 5px;
    margin-bottom: 15px; }
  .site-header.front-page-header .title-wrapper {
    position: relative;
    clear: both; }
  .site-header.front-page-header .site-title {
    max-width: 31.25%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0; }
  .site-header.front-page-header .container {
    position: relative; }
  .site-header.front-page-header .icon {
    position: absolute;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .site-header.front-page-header .icon:hover {
      -moz-transform: rotate(5deg) translateY(-10px);
      -ms-transform: rotate(5deg) translateY(-10px);
      -webkit-transform: rotate(5deg) translateY(-10px);
      transform: rotate(5deg) translateY(-10px); }
  .site-header.front-page-header .passport {
    width: 9.52604%;
    top: 6.81818%;
    left: 3.125%; }
  .site-header.front-page-header .plant {
    width: 16.59375%;
    top: 6.81818%;
    left: 10.41667%; }
  .site-header.front-page-header .tickets {
    width: 7.68229%;
    top: 54.54545%;
    left: 25%; }
  .site-header.front-page-header .pencil {
    width: 21.51042%;
    top: 68.18182%;
    left: 0%; }
  .site-header.front-page-header .keys {
    width: 8.75781%;
    top: 6.81818%;
    right: 20.83333%; }
  .site-header.front-page-header .film {
    width: 10.75521%;
    top: 52.27273%;
    right: 18.75%; }
  .site-header.front-page-header .glasses {
    width: 15.51823%;
    top: 6.81818%;
    right: 0%; }
  .site-header.front-page-header .photo {
    width: 16.28646%;
    top: 40.90909%;
    right: 0%; }
  @media (max-width: 768px) and (min-width: 601px) {
    .site-header.front-page-header {
      padding: 20px; } }

.mobile-header {
  display: none; }
  @media (max-width: 600px) {
    .mobile-header {
      display: block; }
      .mobile-header .simple-logo {
        line-height: 35.4px;
        line-height: 3.54rem; } }
    @media (max-width: 600px) and (max-width: 600px) {
      .mobile-header .simple-logo {
        line-height: 15.6px;
        line-height: 1.56rem; } }
    @media (max-width: 600px) and (max-width: 768px) and (min-width: 601px) {
      .mobile-header .simple-logo {
        line-height: 28.8px;
        line-height: 2.88rem; } }
    @media (max-width: 600px) and (max-width: 1023px) and (min-width: 769px) {
      .mobile-header .simple-logo {
        line-height: 32.4px;
        line-height: 3.24rem; } }
  @media (max-width: 600px) {
        .mobile-header .simple-logo small {
          font-size: 23.6px;
          font-size: 2.36rem; } }
      @media (max-width: 600px) and (max-width: 600px) {
        .mobile-header .simple-logo small {
          font-size: 10.4px;
          font-size: 1.04rem; } }
      @media (max-width: 600px) and (max-width: 768px) and (min-width: 601px) {
        .mobile-header .simple-logo small {
          font-size: 19.2px;
          font-size: 1.92rem; } }
      @media (max-width: 600px) and (max-width: 1023px) and (min-width: 769px) {
        .mobile-header .simple-logo small {
          font-size: 21.6px;
          font-size: 2.16rem; } }
  @media (max-width: 600px) {
        .mobile-header .simple-logo span {
          font-size: 47.2px;
          font-size: 4.72rem; } }
      @media (max-width: 600px) and (max-width: 600px) {
        .mobile-header .simple-logo span {
          font-size: 20.8px;
          font-size: 2.08rem; } }
      @media (max-width: 600px) and (max-width: 768px) and (min-width: 601px) {
        .mobile-header .simple-logo span {
          font-size: 38.4px;
          font-size: 3.84rem; } }
      @media (max-width: 600px) and (max-width: 1023px) and (min-width: 769px) {
        .mobile-header .simple-logo span {
          font-size: 43.2px;
          font-size: 4.32rem; } }

.footer {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (max-width: 768px) and (min-width: 601px) {
    .footer {
      padding-top: 15px;
      padding-bottom: 15px; } }
  @media (max-width: 600px) {
    .footer {
      padding-top: 15px;
      padding-bottom: 15px; } }
  .footer .mailing-list-signup {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    margin-left: 33.89831%;
    margin-bottom: 40px; }
    @media (max-width: 600px) {
      .footer .mailing-list-signup {
        width: 90%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        max-width: 200px; } }
  @media (max-width: 600px) and (max-width: 600px) {
    .footer .mailing-list-signup {
      max-width: 400px; } }
  @media (max-width: 600px) and (max-width: 768px) and (min-width: 601px) {
    .footer .mailing-list-signup {
      max-width: 500px; } }

    @media (max-width: 768px) and (min-width: 601px) {
      .footer .mailing-list-signup {
        margin-bottom: 20px; } }
    @media (max-width: 600px) {
      .footer .mailing-list-signup {
        margin-bottom: 20px; } }
  .footer .footer-links {
    clear: both;
    padding-top: 10px;
    border-top: 2px solid #C5D1B0;
    *zoom: 1; }
    .footer .footer-links:after {
      content: "";
      display: table;
      clear: both; }
    .footer .footer-links .page-menu {
      margin: 0;
      padding: 0;
      float: left;
      *zoom: 1; }
      .footer .footer-links .page-menu:after {
        content: "";
        display: table;
        clear: both; }
      .footer .footer-links .page-menu li {
        display: block;
        float: left;
        width: 166px;
        text-align: center;
        border-right: 2px solid #C5D1B0; }
        .footer .footer-links .page-menu li:last-child {
          border-right: none; }
        .footer .footer-links .page-menu li a {
          display: block;
          width: 100%;
          text-decoration: none;
          text-transform: uppercase;
          font-family: 'bebas_neue_regularregular', sans-serif;
          letter-spacing: 3px;
          font-size: 22.125px;
          font-size: 2.2125rem;
          letter-spacing: 4px;
          color: #707070; }
          @media (max-width: 600px) {
            .footer .footer-links .page-menu li a {
              letter-spacing: 2px; } }
          @media (max-width: 600px) {
            .footer .footer-links .page-menu li a {
              font-size: 9.75px;
              font-size: 0.975rem; } }
          @media (max-width: 768px) and (min-width: 601px) {
            .footer .footer-links .page-menu li a {
              font-size: 18px;
              font-size: 1.8rem; } }
          @media (max-width: 1023px) and (min-width: 769px) {
            .footer .footer-links .page-menu li a {
              font-size: 20.25px;
              font-size: 2.025rem; } }
        @media (max-width: 600px) {
          .footer .footer-links .page-menu li {
            width: 70px; } }
        @media (max-width: 768px) and (min-width: 601px) {
          .footer .footer-links .page-menu li {
            width: 120px; } }
    .footer .footer-links .social {
      float: right;
      margin: 0;
      padding: 0; }
      .footer .footer-links .social li {
        display: block;
        float: left;
        margin-right: 20px; }
        .footer .footer-links .social li a {
          font-size: 35.4px;
          font-size: 3.54rem;
          line-height: 35.4px;
          line-height: 3.54rem; }
          @media (max-width: 600px) {
            .footer .footer-links .social li a {
              font-size: 19.5px;
              font-size: 1.95rem; } }
          @media (max-width: 768px) and (min-width: 601px) {
            .footer .footer-links .social li a {
              font-size: 28.8px;
              font-size: 2.88rem; } }
          @media (max-width: 1023px) and (min-width: 769px) {
            .footer .footer-links .social li a {
              font-size: 32.4px;
              font-size: 3.24rem; } }
          @media (max-width: 600px) {
            .footer .footer-links .social li a {
              line-height: 15.6px;
              line-height: 1.56rem; } }
          @media (max-width: 768px) and (min-width: 601px) {
            .footer .footer-links .social li a {
              line-height: 28.8px;
              line-height: 2.88rem; } }
          @media (max-width: 1023px) and (min-width: 769px) {
            .footer .footer-links .social li a {
              line-height: 32.4px;
              line-height: 3.24rem; } }
        .footer .footer-links .social li .fa-facebook-square {
          color: #44639B; }
        .footer .footer-links .social li .fa-google-plus-square {
          color: #D63B35; }
        .footer .footer-links .social li .fa-instagram {
          color: #345A88; }
        .footer .footer-links .social li .fa-twitter {
          color: #76CDDF; }
        @media (max-width: 600px) {
          .footer .footer-links .social li {
            margin-right: 7px; } }
  .footer .copyright-and-other-links {
    margin-top: 30px;
    *zoom: 1; }
    .footer .copyright-and-other-links:after {
      content: "";
      display: table;
      clear: both; }
    .footer .copyright-and-other-links .page-menu {
      list-style: none;
      margin: 0;
      padding: 0;
      float: right; }
      .footer .copyright-and-other-links .page-menu .menu-item {
        display: block;
        float: left;
        margin-right: 10px;
        font-family: 'bebas_neue_regularregular', sans-serif;
        letter-spacing: 3px;
        font-size: 13.275px;
        font-size: 1.3275rem; }
        @media (max-width: 600px) {
          .footer .copyright-and-other-links .page-menu .menu-item {
            letter-spacing: 2px; } }
        @media (max-width: 600px) {
          .footer .copyright-and-other-links .page-menu .menu-item {
            font-size: 7.8px;
            font-size: 0.78rem; } }
        @media (max-width: 768px) and (min-width: 601px) {
          .footer .copyright-and-other-links .page-menu .menu-item {
            font-size: 10.8px;
            font-size: 1.08rem; } }
        @media (max-width: 1023px) and (min-width: 769px) {
          .footer .copyright-and-other-links .page-menu .menu-item {
            font-size: 12.15px;
            font-size: 1.215rem; } }
        .footer .copyright-and-other-links .page-menu .menu-item a {
          color: #707070; }
  @media (max-width: 768px) and (min-width: 601px) {
    .footer .footer-links {
      padding-top: 6px; }
      .footer .footer-links .page-menu, .footer .footer-links .social {
        float: none;
        text-align: center; }
        .footer .footer-links .page-menu li, .footer .footer-links .social li {
          display: inline-block;
          float: none; }
      .footer .footer-links .page-menu {
        margin-bottom: 20px; }
        .footer .footer-links .page-menu li a {
          font-size: 17.7px;
          font-size: 1.77rem; } }
      @media (max-width: 768px) and (min-width: 601px) and (max-width: 600px) {
        .footer .footer-links .page-menu li a {
          font-size: 10.4px;
          font-size: 1.04rem; } }
      @media (max-width: 768px) and (min-width: 601px) and (max-width: 768px) and (min-width: 601px) {
        .footer .footer-links .page-menu li a {
          font-size: 14.4px;
          font-size: 1.44rem; } }
      @media (max-width: 768px) and (min-width: 601px) and (max-width: 1023px) and (min-width: 769px) {
        .footer .footer-links .page-menu li a {
          font-size: 16.2px;
          font-size: 1.62rem; } }
  @media (max-width: 768px) and (min-width: 601px) {
      .footer .footer-links .social li {
        margin-right: 12px; }
        .footer .footer-links .social li:last-of-type {
          margin-right: 0; }
    .footer .copyright-and-other-links {
      margin-top: 5px; }
      .footer .copyright-and-other-links .page-menu {
        float: none;
        text-align: center; }
        .footer .copyright-and-other-links .page-menu .menu-item {
          display: inline-block;
          float: none;
          word-spacing: -2px; }
          .footer .copyright-and-other-links .page-menu .menu-item:last-of-type {
            margin-right: 0; } }
  @media (max-width: 600px) {
    .footer .footer-links {
      padding-top: 6px; }
      .footer .footer-links .page-menu, .footer .footer-links .social {
        float: none;
        text-align: center; }
        .footer .footer-links .page-menu li, .footer .footer-links .social li {
          display: inline-block;
          float: none; }
      .footer .footer-links .page-menu {
        margin-bottom: 20px; }
        .footer .footer-links .page-menu li a {
          font-size: 17.7px;
          font-size: 1.77rem; } }
      @media (max-width: 600px) and (max-width: 600px) {
        .footer .footer-links .page-menu li a {
          font-size: 10.4px;
          font-size: 1.04rem; } }
      @media (max-width: 600px) and (max-width: 768px) and (min-width: 601px) {
        .footer .footer-links .page-menu li a {
          font-size: 14.4px;
          font-size: 1.44rem; } }
      @media (max-width: 600px) and (max-width: 1023px) and (min-width: 769px) {
        .footer .footer-links .page-menu li a {
          font-size: 16.2px;
          font-size: 1.62rem; } }
  @media (max-width: 600px) {
      .footer .footer-links .social li {
        margin-right: 12px; }
        .footer .footer-links .social li:last-of-type {
          margin-right: 0; }
    .footer .copyright-and-other-links {
      margin-top: 5px; }
      .footer .copyright-and-other-links .page-menu {
        float: none;
        text-align: center; }
        .footer .copyright-and-other-links .page-menu .menu-item {
          display: inline-block;
          float: none;
          word-spacing: -2px; }
          .footer .copyright-and-other-links .page-menu .menu-item:last-of-type {
            margin-right: 0; } }

.featured-post {
  margin-bottom: 20px;
  *zoom: 1; }
  .featured-post:after {
    content: "";
    display: table;
    clear: both; }
  .featured-post .content-wrapper {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .featured-post .content-wrapper .title {
      text-transform: uppercase;
      font-family: 'bebas_neue_regularregular', sans-serif;
      letter-spacing: 3px;
      font-size: 32.45px;
      font-size: 3.245rem;
      line-height: 32.45px;
      line-height: 3.245rem;
      margin: 0;
      margin-bottom: 20px; }
      @media (max-width: 600px) {
        .featured-post .content-wrapper .title {
          letter-spacing: 2px; } }
      @media (max-width: 600px) {
        .featured-post .content-wrapper .title {
          font-size: 14.3px;
          font-size: 1.43rem; } }
      @media (max-width: 768px) and (min-width: 601px) {
        .featured-post .content-wrapper .title {
          font-size: 26.4px;
          font-size: 2.64rem; } }
      @media (max-width: 1023px) and (min-width: 769px) {
        .featured-post .content-wrapper .title {
          font-size: 29.7px;
          font-size: 2.97rem; } }
      @media (max-width: 600px) {
        .featured-post .content-wrapper .title {
          line-height: 14.3px;
          line-height: 1.43rem; } }
      @media (max-width: 768px) and (min-width: 601px) {
        .featured-post .content-wrapper .title {
          line-height: 26.4px;
          line-height: 2.64rem; } }
      @media (max-width: 1023px) and (min-width: 769px) {
        .featured-post .content-wrapper .title {
          line-height: 29.7px;
          line-height: 2.97rem; } }
    .featured-post .content-wrapper .meta {
      margin-left: 20px;
      margin-right: 20px;
      margin-bottom: 20px;
      height: 30px;
      padding: 2px 0;
      line-height: 16px;
      font-weight: 300;
      font-size: 14.75px;
      font-size: 1.475rem; }
      @media (max-width: 600px) {
        .featured-post .content-wrapper .meta {
          font-size: 7.8px;
          font-size: 0.78rem; } }
      @media (max-width: 768px) and (min-width: 601px) {
        .featured-post .content-wrapper .meta {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media (max-width: 1023px) and (min-width: 769px) {
        .featured-post .content-wrapper .meta {
          font-size: 13.5px;
          font-size: 1.35rem; } }
    .featured-post .content-wrapper .comments-count {
      float: left;
      width: 80px;
      line-height: 22px; }
      .featured-post .content-wrapper .comments-count .comments-icon {
        display: inline-block;
        width: 22px;
        height: 15px;
        background: url(images/comments-icon.svg) center center no-repeat;
        background-size: contain;
        line-height: 22px;
        position: relative;
        top: 3px; }
      .featured-post .content-wrapper .comments-count .comments-number {
        display: inline-block; }
    .featured-post .content-wrapper .publish-date {
      float: right;
      margin-right: 4px;
      line-height: 22px; }
    .featured-post .content-wrapper .content {
      color: #707070; }
    .featured-post .content-wrapper .read-more-link {
      display: inline-block;
      padding: 0 20px;
      text-align: center;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      border-radius: 100px;
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: 1px;
      line-height: 36px;
      height: 36px;
      font-size: 17.7px;
      font-size: 1.77rem;
      -moz-appearance: none;
      -webkit-appearance: none;
      display: block;
      background: #6A899D;
      color: #FFF2DE;
      width: 160px;
      line-height: 38px;
      position: absolute;
      bottom: 35px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 600px) {
        .featured-post .content-wrapper .read-more-link {
          font-size: 7.8px;
          font-size: 0.78rem; } }
      @media (max-width: 768px) and (min-width: 601px) {
        .featured-post .content-wrapper .read-more-link {
          font-size: 14.4px;
          font-size: 1.44rem; } }
      @media (max-width: 1023px) and (min-width: 769px) {
        .featured-post .content-wrapper .read-more-link {
          font-size: 16.2px;
          font-size: 1.62rem; } }
      @media (max-width: 600px) {
        .featured-post .content-wrapper .read-more-link {
          line-height: 20px;
          height: 18px;
          padding: 0 10px; } }
      @media (max-width: 600px) {
        .featured-post .content-wrapper .read-more-link {
          bottom: 12px; } }

.featured-post .image-wrapper {
  background: #F1AA96;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.featured-post:nth-child(3n + 1) .image-wrapper {
  background: #F1AA96; }
.featured-post:nth-child(3n + 2) .image-wrapper {
  background: #CCBFD1; }
.featured-post:nth-child(3n + 3) .image-wrapper {
  background: #C3D0AF; }

.no-featured-image .image-wrapper {
  text-align: center; }
  .no-featured-image .image-wrapper .icon {
    display: inline-block;
    min-width: 0px;
    min-height: 0px;
    width: 100px;
    height: 100px;
    opacity: 0.3;
    margin-top: 70px; }

.featured-post-large .meta {
  border-top: 2px solid #B8C1A3;
  border-bottom: 2px solid #B8C1A3;
  color: #FFF2DE; }
.featured-post-large .comments-count {
  border-right: 2px solid #B8C1A3; }
.featured-post-large .comments-link {
  color: #FFF2DE; }
.featured-post-large .content-wrapper {
  width: 44.44444%;
  height: 420px;
  float: left;
  background: #C3D0AF;
  padding: 5% 5% 2.5% 5%; }
  .featured-post-large .content-wrapper:after {
    top: 50%;
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 30px;
    margin-top: -30px;
    border-color: rgba(197, 209, 176, 0);
    border-left-color: #C3D0AF;
    z-index: 2; }
    @media (max-width: 600px) {
      .featured-post-large .content-wrapper:after {
        display: none; } }
  .featured-post-large .content-wrapper .title a {
    color: #FFF2DE; }
.featured-post-large .image-wrapper {
  width: 55.55556%;
  height: 420px;
  float: right;
  line-height: 0;
  height: 420px;
  text-align: right;
  overflow: hidden; }
  .featured-post-large .image-wrapper img {
    height: 100%;
    width: auto;
    max-width: 1000%; }
.featured-post-large.no-featured-image .image-wrapper {
  text-align: center; }
  .featured-post-large.no-featured-image .image-wrapper .icon {
    height: 160px;
    width: 160px;
    margin-top: 130px; }

.featured-post-small {
  width: 48.97959%;
  float: left;
  margin-right: 2.04082%; }
  .featured-post-small:nth-of-type(2n + 1) {
    float: right;
    margin-right: 0; }
  .featured-post-small .meta {
    border-top: 2px solid #E6D5BD;
    border-bottom: 2px solid #E6D5BD;
    color: #707070; }
  .featured-post-small .comments-count {
    border-right: 2px solid #E6D5BD; }
  .featured-post-small .comments-link {
    color: #707070; }
  .featured-post-small .image-wrapper {
    height: 240px;
    overflow: hidden; }
    .featured-post-small .image-wrapper img {
      width: 100%;
      height: auto;
      max-height: 1000%;
      min-height: 100%; }
  .featured-post-small .content-wrapper {
    background: #fff;
    padding: 8% 10%;
    height: 400px; }
    .featured-post-small .content-wrapper:before {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-width: 30px;
      margin-left: -30px;
      border-color: rgba(197, 209, 176, 0);
      border-bottom-color: #fff; }
      @media (max-width: 600px) {
        .featured-post-small .content-wrapper:before {
          display: none; } }
    .featured-post-small .content-wrapper .title {
      margin-left: 8px;
      margin-right: 8px; }
      .featured-post-small .content-wrapper .title a {
        color: #707070; }
    .featured-post-small .content-wrapper .meta {
      margin-left: 0px;
      margin-right: 0px; }
    @media (max-width: 768px) and (min-width: 601px) {
      .featured-post-small .content-wrapper {
        height: 360px; } }
  @media (max-width: 600px) {
    .featured-post-small .content-wrapper {
      background: #FFF2DE; } }

@media (max-width: 600px) {
  .featured-post {
    width: 100%;
    float: none !important;
    height: 200px;
    margin-bottom: 0; }
    .featured-post .content-wrapper {
      width: 100%;
      height: 100px;
      float: none;
      -webkit-order: 2;
      order: 2; }
      .featured-post .content-wrapper .title {
        text-align: center; }
    .featured-post .image-wrapper {
      width: 100%;
      height: 100px;
      float: none;
      -webkit-order: 1;
      order: 1; }
      .featured-post .image-wrapper img {
        height: 100%;
        width: auto; } }
      @media (max-width: 600px) and (max-width: 600px) {
        .featured-post .image-wrapper img {
          width: auto;
          height: auto;
          min-width: 100%;
          min-height: 100%; } }
@media (max-width: 600px) {
    .featured-post.no-featured-image .content-wrapper {
      width: 100% !important; }
    .featured-post.no-featured-image .image-wrapper {
      width: 100% !important; }
    .featured-post .meta {
      border-top: 2px solid #E6D5BD;
      border-bottom: 2px solid #E6D5BD;
      color: #707070; }
    .featured-post .comments-count {
      border-right: 2px solid #E6D5BD; }
    .featured-post .comments-link {
      color: #707070; }
    .featured-post .content-wrapper {
      padding: 10px 20px;
      background: #FFF2DE; }
      .featured-post .content-wrapper .title {
        margin-bottom: 8px; }
        .featured-post .content-wrapper .title a {
          color: #707070; }
      .featured-post .content-wrapper .content {
        display: none; }
      .featured-post .content-wrapper .meta {
        margin-left: auto;
        margin-right: auto;
        height: 18px;
        padding: 1px 0;
        line-height: 16px;
        width: 50%;
        margin-bottom: 8px; }
      .featured-post .content-wrapper .comments-count {
        width: 50px;
        line-height: 12px; }
        .featured-post .content-wrapper .comments-count .comments-icon {
          width: 12px;
          height: 8px;
          top: 1px; }
        .featured-post .content-wrapper .comments-count .comments-number {
          line-height: 12px; }
        .featured-post .content-wrapper .comments-count .comments-link {
          line-height: 12px; }
      .featured-post .content-wrapper .publish-date {
        line-height: 16px;
        position: relative;
        top: -2px; }
      .featured-post .content-wrapper .read-more-link {
        width: 100px;
        margin-top: 0; }
    .featured-post.no-featured-image .image-wrapper .icon {
      width: 90px;
      height: 90px;
      margin-top: 5px; } }

.about-me {
  width: 57.62712%;
  float: left;
  margin-right: 1.69492%;
  margin-bottom: 40px;
  padding-left: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .about-me .ticket-bg {
    position: relative;
    background-image: url(images/ticket-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    *zoom: 1; }
    .about-me .ticket-bg:before {
      content: "";
      display: block;
      padding-top: 48.68421%; }
    .about-me .ticket-bg:after {
      content: "";
      display: table;
      clear: both; }
    .about-me .ticket-bg .absolute-wrapper {
      padding-left: 2.22222%;
      padding-right: 2.96296%;
      padding-bottom: 1.85185%; }
  .about-me .image-wrapper {
    float: left;
    width: 33%;
    height: 100%; }
    .about-me .image-wrapper img {
      display: block;
      height: 100%; }
  .about-me .content-wrapper {
    float: left;
    width: 67%;
    padding-left: 8.33333%;
    padding-right: 11.11111%;
    padding-top: 5.55556%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .about-me .content-wrapper .title {
      font-family: 'bebas_neue_regularregular', sans-serif;
      letter-spacing: 3px;
      font-size: 29.5px;
      font-size: 2.95rem;
      letter-spacing: 5px;
      color: #707070;
      margin: 0;
      border-bottom: 2px solid #FAD6ED; }
      @media (max-width: 600px) {
        .about-me .content-wrapper .title {
          letter-spacing: 2px; } }
      @media (max-width: 600px) {
        .about-me .content-wrapper .title {
          font-size: 13px;
          font-size: 1.3rem; } }
      @media (max-width: 768px) and (min-width: 601px) {
        .about-me .content-wrapper .title {
          font-size: 24px;
          font-size: 2.4rem; } }
      @media (max-width: 1023px) and (min-width: 769px) {
        .about-me .content-wrapper .title {
          font-size: 27px;
          font-size: 2.7rem; } }
    .about-me .content-wrapper .text {
      color: #707070;
      font-size: 17.7px;
      font-size: 1.77rem;
      line-height: 26.55px;
      line-height: 2.655rem; }
      @media (max-width: 600px) {
        .about-me .content-wrapper .text {
          font-size: 10.4px;
          font-size: 1.04rem; } }
      @media (max-width: 768px) and (min-width: 601px) {
        .about-me .content-wrapper .text {
          font-size: 14.4px;
          font-size: 1.44rem; } }
      @media (max-width: 1023px) and (min-width: 769px) {
        .about-me .content-wrapper .text {
          font-size: 16.2px;
          font-size: 1.62rem; } }
      @media (max-width: 600px) {
        .about-me .content-wrapper .text {
          line-height: 14.3px;
          line-height: 1.43rem; } }
      @media (max-width: 768px) and (min-width: 601px) {
        .about-me .content-wrapper .text {
          line-height: 21.6px;
          line-height: 2.16rem; } }
      @media (max-width: 1023px) and (min-width: 769px) {
        .about-me .content-wrapper .text {
          line-height: 24.3px;
          line-height: 2.43rem; } }
  @media (max-width: 600px) {
    .about-me {
      width: 90%;
      float: none;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; } }
  @media (max-width: 600px) and (max-width: 600px) {
    .about-me {
      max-width: 400px; } }
  @media (max-width: 600px) and (max-width: 768px) and (min-width: 601px) {
    .about-me {
      max-width: 500px; } }

  @media (max-width: 768px) and (min-width: 601px) {
    .about-me {
      width: 90%;
      float: none;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; } }
  @media (max-width: 768px) and (min-width: 601px) and (max-width: 600px) {
    .about-me {
      max-width: 400px; } }
  @media (max-width: 768px) and (min-width: 601px) and (max-width: 768px) and (min-width: 601px) {
    .about-me {
      max-width: 500px; } }

.mailing-list {
  width: 40.67797%;
  float: left;
  margin-right: 1.69492%;
  float: right;
  margin-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .mailing-list .letter-bg {
    background-image: url(images/letter-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative; }
    .mailing-list .letter-bg:before {
      content: "";
      display: block;
      padding-top: 68.26568%; }
    .mailing-list .letter-bg .mailing-list-content {
      padding: 7.38007%;
      padding-right: 11.07011%; }
      .mailing-list .letter-bg .mailing-list-content .title {
        font-family: 'bebas_neue_regularregular', sans-serif;
        letter-spacing: 3px;
        font-size: 29.5px;
        font-size: 2.95rem;
        line-height: 41.3px;
        line-height: 4.13rem;
        letter-spacing: 5px;
        color: #707070;
        margin: 0;
        width: 75.27675%; }
        @media (max-width: 600px) {
          .mailing-list .letter-bg .mailing-list-content .title {
            letter-spacing: 2px; } }
        @media (max-width: 600px) {
          .mailing-list .letter-bg .mailing-list-content .title {
            font-size: 18.2px;
            font-size: 1.82rem; } }
        @media (max-width: 768px) and (min-width: 601px) {
          .mailing-list .letter-bg .mailing-list-content .title {
            font-size: 24px;
            font-size: 2.4rem; } }
        @media (max-width: 1023px) and (min-width: 769px) {
          .mailing-list .letter-bg .mailing-list-content .title {
            font-size: 27px;
            font-size: 2.7rem; } }
        @media (max-width: 600px) {
          .mailing-list .letter-bg .mailing-list-content .title {
            line-height: 18.2px;
            line-height: 1.82rem; } }
        @media (max-width: 768px) and (min-width: 601px) {
          .mailing-list .letter-bg .mailing-list-content .title {
            line-height: 33.6px;
            line-height: 3.36rem; } }
        @media (max-width: 1023px) and (min-width: 769px) {
          .mailing-list .letter-bg .mailing-list-content .title {
            line-height: 37.8px;
            line-height: 3.78rem; } }
      .mailing-list .letter-bg .mailing-list-content .mailing-list-signup {
        margin-top: 11.07011%; }
  @media (max-width: 600px) {
    .mailing-list {
      width: 90%;
      float: none;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
      max-width: 320px; } }
  @media (max-width: 600px) and (max-width: 600px) {
    .mailing-list {
      max-width: 400px; } }
  @media (max-width: 600px) and (max-width: 768px) and (min-width: 601px) {
    .mailing-list {
      max-width: 500px; } }

  @media (max-width: 768px) and (min-width: 601px) {
    .mailing-list {
      width: 90%;
      float: none;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
      max-width: 320px; } }
  @media (max-width: 768px) and (min-width: 601px) and (max-width: 600px) {
    .mailing-list {
      max-width: 400px; } }
  @media (max-width: 768px) and (min-width: 601px) and (max-width: 768px) and (min-width: 601px) {
    .mailing-list {
      max-width: 500px; } }

.page-template-homepage .instagram {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  position: relative; }
  .page-template-homepage .instagram:before {
    content: "";
    display: block;
    padding-top: 24.01216%; }
  .page-template-homepage .instagram .instagram-fill-roll-bg {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 59.87842%;
    top: 0;
    z-index: 2;
    background-image: url(images/film-roll-bg.svg);
    background-size: contain;
    background-repeat: no-repeat; }
    .page-template-homepage .instagram .instagram-fill-roll-bg:before {
      content: "";
      display: block;
      padding-top: 57.86802%; }
    .page-template-homepage .instagram .instagram-fill-roll-bg .text {
      position: absolute;
      width: 80%;
      text-align: center;
      top: 10px;
      left: 30px;
      right: 10px;
      font-family: 'bebas_neue_regularregular', sans-serif;
      letter-spacing: 3px;
      color: #E96838;
      font-size: 22.125px;
      font-size: 2.2125rem;
      line-height: 22.125px;
      line-height: 2.2125rem; }
      @media (max-width: 600px) {
        .page-template-homepage .instagram .instagram-fill-roll-bg .text {
          letter-spacing: 2px; } }
      @media (max-width: 600px) {
        .page-template-homepage .instagram .instagram-fill-roll-bg .text {
          font-size: 9.75px;
          font-size: 0.975rem; } }
      @media (max-width: 768px) and (min-width: 601px) {
        .page-template-homepage .instagram .instagram-fill-roll-bg .text {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media (max-width: 1023px) and (min-width: 769px) {
        .page-template-homepage .instagram .instagram-fill-roll-bg .text {
          font-size: 20.25px;
          font-size: 2.025rem; } }
      @media (max-width: 600px) {
        .page-template-homepage .instagram .instagram-fill-roll-bg .text {
          line-height: 9.75px;
          line-height: 0.975rem; } }
      @media (max-width: 768px) and (min-width: 601px) {
        .page-template-homepage .instagram .instagram-fill-roll-bg .text {
          line-height: 18px;
          line-height: 1.8rem; } }
      @media (max-width: 1023px) and (min-width: 769px) {
        .page-template-homepage .instagram .instagram-fill-roll-bg .text {
          line-height: 20.25px;
          line-height: 2.025rem; } }
      @media (max-width: 600px) {
        .page-template-homepage .instagram .instagram-fill-roll-bg .text {
          left: 20px; } }
  .page-template-homepage .instagram .kodak-pic-bg {
    position: relative;
    background-image: url(images/kodak-pic-bg.svg);
    background-size: contain;
    background-repeat: no-repeat; }
    .page-template-homepage .instagram .kodak-pic-bg:before {
      content: "";
      display: block;
      padding-top: 109.42249%; }
  .page-template-homepage .instagram .instagram-pictures {
    padding: 15.19757%;
    padding-right: 17.32523%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .page-template-homepage .instagram .instagram-pictures:after {
      content: " ";
      display: block;
      clear: both; }
    .page-template-homepage .instagram .instagram-pictures .instagram-pics {
      list-style: none;
      margin: 0;
      padding: 0; }
      .page-template-homepage .instagram .instagram-pictures .instagram-pics li {
        width: 49.15254%;
        float: left;
        margin-right: 1.69492%; }
        .page-template-homepage .instagram .instagram-pictures .instagram-pics li:nth-child(2n) {
          float: right;
          margin-right: 0;
          margin-right: 0; }
  @media (max-width: 600px) {
    .page-template-homepage .instagram {
      width: 90%;
      float: none;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; } }
  @media (max-width: 600px) and (max-width: 600px) {
    .page-template-homepage .instagram {
      max-width: 400px; } }
  @media (max-width: 600px) and (max-width: 768px) and (min-width: 601px) {
    .page-template-homepage .instagram {
      max-width: 500px; } }

  @media (max-width: 768px) and (min-width: 601px) {
    .page-template-homepage .instagram {
      width: 90%;
      float: none;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; } }
  @media (max-width: 768px) and (min-width: 601px) and (max-width: 600px) {
    .page-template-homepage .instagram {
      max-width: 400px; } }
  @media (max-width: 768px) and (min-width: 601px) and (max-width: 768px) and (min-width: 601px) {
    .page-template-homepage .instagram {
      max-width: 500px; } }

.page-template-homepage .twitter {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  float: right;
  margin-right: 0;
  position: relative; }
  .page-template-homepage .twitter:before {
    content: "";
    display: block;
    padding-top: 23.47561%; }
  .page-template-homepage .twitter .twitter-ticket-bg {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 64.32927%;
    top: 0;
    z-index: 2;
    background-image: url(images/twitter-ticket-bg.svg);
    background-size: contain;
    background-repeat: no-repeat; }
    .page-template-homepage .twitter .twitter-ticket-bg:before {
      content: "";
      display: block;
      padding-top: 53.08057%; }
    .page-template-homepage .twitter .twitter-ticket-bg .text {
      position: absolute;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      width: 45.49763%;
      bottom: 23.69668%;
      font-family: 'bebas_neue_regularregular', sans-serif;
      letter-spacing: 3px;
      color: #5299A3;
      font-size: 22.125px;
      font-size: 2.2125rem;
      line-height: 22.125px;
      line-height: 2.2125rem; }
      @media (max-width: 600px) {
        .page-template-homepage .twitter .twitter-ticket-bg .text {
          letter-spacing: 2px; } }
      @media (max-width: 600px) {
        .page-template-homepage .twitter .twitter-ticket-bg .text {
          font-size: 9.75px;
          font-size: 0.975rem; } }
      @media (max-width: 768px) and (min-width: 601px) {
        .page-template-homepage .twitter .twitter-ticket-bg .text {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media (max-width: 1023px) and (min-width: 769px) {
        .page-template-homepage .twitter .twitter-ticket-bg .text {
          font-size: 20.25px;
          font-size: 2.025rem; } }
      @media (max-width: 600px) {
        .page-template-homepage .twitter .twitter-ticket-bg .text {
          line-height: 9.75px;
          line-height: 0.975rem; } }
      @media (max-width: 768px) and (min-width: 601px) {
        .page-template-homepage .twitter .twitter-ticket-bg .text {
          line-height: 18px;
          line-height: 1.8rem; } }
      @media (max-width: 1023px) and (min-width: 769px) {
        .page-template-homepage .twitter .twitter-ticket-bg .text {
          line-height: 20.25px;
          line-height: 2.025rem; } }
      .page-template-homepage .twitter .twitter-ticket-bg .text a {
        color: #5299A3; }
  .page-template-homepage .twitter .plain-note-bg {
    position: relative;
    background-image: url(images/plain-note-bg.svg);
    background-size: contain;
    background-repeat: no-repeat; }
    .page-template-homepage .twitter .plain-note-bg:before {
      content: "";
      display: block;
      padding-top: 109.7561%; }
  .page-template-homepage .twitter .tweets {
    padding-right: 3.04878%;
    padding-bottom: 3.04878%;
    padding-top: 13.71951%; }
  .page-template-homepage .twitter .tweet .header {
    background: #EDEEF2;
    padding: 8px 9.14634%;
    font-size: 16.225px;
    font-size: 1.6225rem;
    height: 36px;
    text-align: justify;
    color: #758185; }
    @media (max-width: 600px) {
      .page-template-homepage .twitter .tweet .header {
        font-size: 10.4px;
        font-size: 1.04rem; } }
    @media (max-width: 768px) and (min-width: 601px) {
      .page-template-homepage .twitter .tweet .header {
        font-size: 13.2px;
        font-size: 1.32rem; } }
    @media (max-width: 1023px) and (min-width: 769px) {
      .page-template-homepage .twitter .tweet .header {
        font-size: 14.85px;
        font-size: 1.485rem; } }
    .page-template-homepage .twitter .tweet .header:after {
      content: "";
      display: inline-block;
      width: 100%; }
  .page-template-homepage .twitter .tweet .content {
    width: 80.03049%;
    margin: 20px auto;
    font-size: 19.175px;
    font-size: 1.9175rem;
    color: #758185;
    *zoom: 1; }
    @media (max-width: 600px) {
      .page-template-homepage .twitter .tweet .content {
        font-size: 11.05px;
        font-size: 1.105rem; } }
    @media (max-width: 768px) and (min-width: 601px) {
      .page-template-homepage .twitter .tweet .content {
        font-size: 15.6px;
        font-size: 1.56rem; } }
    @media (max-width: 1023px) and (min-width: 769px) {
      .page-template-homepage .twitter .tweet .content {
        font-size: 17.55px;
        font-size: 1.755rem; } }
    .page-template-homepage .twitter .tweet .content:after {
      content: "";
      display: table;
      clear: both; }
    @media (max-width: 1023px) and (min-width: 769px) {
      .page-template-homepage .twitter .tweet .content {
        font-size: 17.7px;
        font-size: 1.77rem; } }
  @media (max-width: 1023px) and (min-width: 769px) and (max-width: 600px) {
    .page-template-homepage .twitter .tweet .content {
      font-size: 7.8px;
      font-size: 0.78rem; } }
  @media (max-width: 1023px) and (min-width: 769px) and (max-width: 768px) and (min-width: 601px) {
    .page-template-homepage .twitter .tweet .content {
      font-size: 14.4px;
      font-size: 1.44rem; } }
  @media (max-width: 1023px) and (min-width: 769px) and (max-width: 1023px) and (min-width: 769px) {
    .page-template-homepage .twitter .tweet .content {
      font-size: 16.2px;
      font-size: 1.62rem; } }

    .page-template-homepage .twitter .tweet .content .avatar {
      float: left;
      width: 13.5%;
      margin-right: 3.5%; }
    .page-template-homepage .twitter .tweet .content .text {
      float: left;
      width: 83%;
      max-height: 7.5em;
      overflow-y: hidden; }
  .page-template-homepage .twitter .view-profile-link {
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-size: 14.75px;
    font-size: 1.475rem; }
    @media (max-width: 600px) {
      .page-template-homepage .twitter .view-profile-link {
        font-size: 6.5px;
        font-size: 0.65rem; } }
    @media (max-width: 768px) and (min-width: 601px) {
      .page-template-homepage .twitter .view-profile-link {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media (max-width: 1023px) and (min-width: 769px) {
      .page-template-homepage .twitter .view-profile-link {
        font-size: 13.5px;
        font-size: 1.35rem; } }
  @media (max-width: 600px) {
    .page-template-homepage .twitter {
      width: 90%;
      float: none;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; } }
  @media (max-width: 600px) and (max-width: 600px) {
    .page-template-homepage .twitter {
      max-width: 400px; } }
  @media (max-width: 600px) and (max-width: 768px) and (min-width: 601px) {
    .page-template-homepage .twitter {
      max-width: 500px; } }

  @media (max-width: 768px) and (min-width: 601px) {
    .page-template-homepage .twitter {
      width: 90%;
      float: none;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; } }
  @media (max-width: 768px) and (min-width: 601px) and (max-width: 600px) {
    .page-template-homepage .twitter {
      max-width: 400px; } }
  @media (max-width: 768px) and (min-width: 601px) and (max-width: 768px) and (min-width: 601px) {
    .page-template-homepage .twitter {
      max-width: 500px; } }

.callout-content-wrapper {
  padding-top: 120px;
  padding-bottom: 80px;
  *zoom: 1; }
  .callout-content-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .callout-content-wrapper .image-wrapper {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%; }
  .callout-content-wrapper .content-wrapper {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0; }
    .callout-content-wrapper .content-wrapper .callout-header {
      color: #F9D772;
      font-family: 'bebas_neue_regularregular', sans-serif;
      letter-spacing: 3px;
      font-size: 35.4px;
      font-size: 3.54rem;
      line-height: 35.4px;
      line-height: 3.54rem;
      letter-spacing: 0.20em;
      text-align: center;
      padding-bottom: 20px;
      border-bottom: 2px solid #E1E9EC; }
      @media (max-width: 600px) {
        .callout-content-wrapper .content-wrapper .callout-header {
          letter-spacing: 2px; } }
      @media (max-width: 600px) {
        .callout-content-wrapper .content-wrapper .callout-header {
          font-size: 15.6px;
          font-size: 1.56rem; } }
      @media (max-width: 768px) and (min-width: 601px) {
        .callout-content-wrapper .content-wrapper .callout-header {
          font-size: 28.8px;
          font-size: 2.88rem; } }
      @media (max-width: 1023px) and (min-width: 769px) {
        .callout-content-wrapper .content-wrapper .callout-header {
          font-size: 32.4px;
          font-size: 3.24rem; } }
      @media (max-width: 600px) {
        .callout-content-wrapper .content-wrapper .callout-header {
          line-height: 15.6px;
          line-height: 1.56rem; } }
      @media (max-width: 768px) and (min-width: 601px) {
        .callout-content-wrapper .content-wrapper .callout-header {
          line-height: 28.8px;
          line-height: 2.88rem; } }
      @media (max-width: 1023px) and (min-width: 769px) {
        .callout-content-wrapper .content-wrapper .callout-header {
          line-height: 32.4px;
          line-height: 3.24rem; } }
      .callout-content-wrapper .content-wrapper .callout-header .large {
        font-size: 67.85px;
        font-size: 6.785rem;
        line-height: 67.85px;
        line-height: 6.785rem;
        letter-spacing: 0.25em; }
        @media (max-width: 600px) {
          .callout-content-wrapper .content-wrapper .callout-header .large {
            font-size: 29.9px;
            font-size: 2.99rem; } }
        @media (max-width: 768px) and (min-width: 601px) {
          .callout-content-wrapper .content-wrapper .callout-header .large {
            font-size: 55.2px;
            font-size: 5.52rem; } }
        @media (max-width: 1023px) and (min-width: 769px) {
          .callout-content-wrapper .content-wrapper .callout-header .large {
            font-size: 62.1px;
            font-size: 6.21rem; } }
        @media (max-width: 600px) {
          .callout-content-wrapper .content-wrapper .callout-header .large {
            line-height: 29.9px;
            line-height: 2.99rem; } }
        @media (max-width: 768px) and (min-width: 601px) {
          .callout-content-wrapper .content-wrapper .callout-header .large {
            line-height: 55.2px;
            line-height: 5.52rem; } }
        @media (max-width: 1023px) and (min-width: 769px) {
          .callout-content-wrapper .content-wrapper .callout-header .large {
            line-height: 62.1px;
            line-height: 6.21rem; } }
    .callout-content-wrapper .content-wrapper .text {
      color: #6A899D;
      font-size: 17.7px;
      font-size: 1.77rem; }
      @media (max-width: 600px) {
        .callout-content-wrapper .content-wrapper .text {
          font-size: 11.7px;
          font-size: 1.17rem; } }
      @media (max-width: 768px) and (min-width: 601px) {
        .callout-content-wrapper .content-wrapper .text {
          font-size: 14.4px;
          font-size: 1.44rem; } }
      @media (max-width: 1023px) and (min-width: 769px) {
        .callout-content-wrapper .content-wrapper .text {
          font-size: 16.2px;
          font-size: 1.62rem; } }
  @media (max-width: 600px) {
    .callout-content-wrapper {
      padding: 30px; } }
  @media (max-width: 768px) and (min-width: 601px) {
    .callout-content-wrapper {
      padding: 30px; } }
  @media (max-width: 1023px) and (min-width: 769px) {
    .callout-content-wrapper {
      padding: 30px; } }
  @media (max-width: 600px) {
    .callout-content-wrapper .image-wrapper, .callout-content-wrapper .content-wrapper {
      width: 90%;
      float: none;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; } }
  @media (max-width: 600px) and (max-width: 600px) {
    .callout-content-wrapper .image-wrapper, .callout-content-wrapper .content-wrapper {
      max-width: 400px; } }
  @media (max-width: 600px) and (max-width: 768px) and (min-width: 601px) {
    .callout-content-wrapper .image-wrapper, .callout-content-wrapper .content-wrapper {
      max-width: 500px; } }

#more-info-section {
  padding-top: 60px;
  padding-bottom: 100px; }
  @media (max-width: 600px) {
    #more-info-section {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (max-width: 768px) and (min-width: 601px) {
    #more-info-section {
      padding-top: 30px;
      padding-bottom: 30px; } }

.page-template-about .entry-header {
  width: 83.05085%;
  margin-left: 16.94915%;
  padding: 60px 0;
  /* A magic breakpoint just for our theme! */
  *zoom: 1; }
  @media (max-width: 820px) {
    .page-template-about .entry-header {
      padding: 20px 0;
      width: 83.05085%;
      float: left;
      margin-right: 1.69492%;
      margin-left: 8.47458%;
      margin-right: 0; } }
  .page-template-about .entry-header:after {
    content: "";
    display: table;
    clear: both; }
  .page-template-about .entry-header .title-and-icon {
    width: 49.15254%;
    margin-right: 1.69492%;
    float: left;
    /* A magic breakpoint just for our theme! */ }
    .page-template-about .entry-header .title-and-icon .entry-title {
      font-family: 'bebas_neue_regularregular', sans-serif;
      letter-spacing: 3px;
      font-size: 53.1px;
      font-size: 5.31rem;
      color: #707070; }
      @media (max-width: 600px) {
        .page-template-about .entry-header .title-and-icon .entry-title {
          letter-spacing: 2px; } }
      @media (max-width: 600px) {
        .page-template-about .entry-header .title-and-icon .entry-title {
          font-size: 23.4px;
          font-size: 2.34rem; } }
      @media (max-width: 768px) and (min-width: 601px) {
        .page-template-about .entry-header .title-and-icon .entry-title {
          font-size: 43.2px;
          font-size: 4.32rem; } }
      @media (max-width: 1023px) and (min-width: 769px) {
        .page-template-about .entry-header .title-and-icon .entry-title {
          font-size: 48.6px;
          font-size: 4.86rem; } }
    @media (max-width: 820px) {
      .page-template-about .entry-header .title-and-icon {
        width: 66.10169%;
        float: none;
        clear: both;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 600px) {
      .page-template-about .entry-header .title-and-icon {
        width: 90%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px; } }
  @media (max-width: 600px) and (max-width: 600px) {
    .page-template-about .entry-header .title-and-icon {
      max-width: 400px; } }
  @media (max-width: 600px) and (max-width: 768px) and (min-width: 601px) {
    .page-template-about .entry-header .title-and-icon {
      max-width: 500px; } }

  .page-template-about .entry-header .letter {
    width: 49.15254%;
    float: left;
    /* A magic breakpoint just for our theme! */ }
    .page-template-about .entry-header .letter .letter-bg {
      background-image: url(images/wide-letter-bg.svg);
      background-size: contain;
      background-repeat: no-repeat;
      position: relative;
      color: #C5D1B0; }
      .page-template-about .entry-header .letter .letter-bg:before {
        content: "";
        display: block;
        padding-top: 55.31136%; }
      .page-template-about .entry-header .letter .letter-bg .absolute-wrapper {
        padding: 10.98901%; }
    .page-template-about .entry-header .letter .quote {
      font-size: 23.6px;
      font-size: 2.36rem;
      font-family: 'bebas_neue_regularregular', sans-serif;
      letter-spacing: 3px;
      margin: 0;
      padding: 0;
      line-height: 29.5px;
      line-height: 2.95rem; }
      @media (max-width: 600px) {
        .page-template-about .entry-header .letter .quote {
          font-size: 10.4px;
          font-size: 1.04rem; } }
      @media (max-width: 768px) and (min-width: 601px) {
        .page-template-about .entry-header .letter .quote {
          font-size: 19.2px;
          font-size: 1.92rem; } }
      @media (max-width: 1023px) and (min-width: 769px) {
        .page-template-about .entry-header .letter .quote {
          font-size: 21.6px;
          font-size: 2.16rem; } }
      @media (max-width: 600px) {
        .page-template-about .entry-header .letter .quote {
          letter-spacing: 2px; } }
      @media (max-width: 600px) {
        .page-template-about .entry-header .letter .quote {
          line-height: 13px;
          line-height: 1.3rem; } }
      @media (max-width: 768px) and (min-width: 601px) {
        .page-template-about .entry-header .letter .quote {
          line-height: 24px;
          line-height: 2.4rem; } }
      @media (max-width: 1023px) and (min-width: 769px) {
        .page-template-about .entry-header .letter .quote {
          line-height: 27px;
          line-height: 2.7rem; } }
    .page-template-about .entry-header .letter .citation {
      font-size: 14.75px;
      font-size: 1.475rem; }
      @media (max-width: 600px) {
        .page-template-about .entry-header .letter .citation {
          font-size: 6.5px;
          font-size: 0.65rem; } }
      @media (max-width: 768px) and (min-width: 601px) {
        .page-template-about .entry-header .letter .citation {
          font-size: 12px;
          font-size: 1.2rem; } }
      @media (max-width: 1023px) and (min-width: 769px) {
        .page-template-about .entry-header .letter .citation {
          font-size: 13.5px;
          font-size: 1.35rem; } }
    @media (max-width: 820px) {
      .page-template-about .entry-header .letter {
        width: 66.10169%;
        float: none;
        clear: both;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 600px) {
      .page-template-about .entry-header .letter {
        width: 90%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px; } }
  @media (max-width: 600px) and (max-width: 600px) {
    .page-template-about .entry-header .letter {
      max-width: 400px; } }
  @media (max-width: 600px) and (max-width: 768px) and (min-width: 601px) {
    .page-template-about .entry-header .letter {
      max-width: 500px; } }

.page-template-about .after-post {
  min-height: 40px; }

.single .entry-header .post-meta {
  clear: both;
  color: #758185;
  margin-top: 20px; }
.single .entry-header .top-meta, .single .entry-header .bottom-meta {
  *zoom: 1;
  padding: 6px 0;
  height: 50px;
  line-height: 36px; }
  .single .entry-header .top-meta:after, .single .entry-header .bottom-meta:after {
    content: "";
    display: table;
    clear: both; }
.single .entry-header .top-meta {
  border-bottom: 2px solid #C5D1B0; }
.single .entry-header .posted-on {
  width: 37.5%;
  float: left;
  min-height: 2em; }
  .single .entry-header .posted-on .small-label {
    display: inline-block;
    margin-right: 15px; }
.single .entry-header .tags {
  width: 62.5%;
  float: left;
  font-size: 14.75px;
  font-size: 1.475rem;
  line-height: 1.05em;
  word-spacing: 1px;
  padding: 0 12px;
  height: 100%;
  min-height: 2.2em;
  border-left: 2px solid #C5D1B0; }
  @media (max-width: 600px) {
    .single .entry-header .tags {
      font-size: 9.75px;
      font-size: 0.975rem; } }
  @media (max-width: 768px) and (min-width: 601px) {
    .single .entry-header .tags {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media (max-width: 1023px) and (min-width: 769px) {
    .single .entry-header .tags {
      font-size: 13.5px;
      font-size: 1.35rem; } }
  .single .entry-header .tags:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }
  .single .entry-header .tags .centered {
    display: inline-block;
    vertical-align: middle;
    width: 97%; }
    .single .entry-header .tags .centered > a {
      display: inline-block;
      margin-top: 4px; }
  .single .entry-header .tags .small-label {
    display: inline-block;
    margin-right: 15px; }
.single .entry-header .posted-in {
  width: 75%;
  float: left;
  clear: left;
  font-size: 14.75px;
  font-size: 1.475rem;
  border-right: 2px solid #C5D1B0;
  line-height: 1.3em;
  height: 100%;
  min-height: 2em; }
  @media (max-width: 600px) {
    .single .entry-header .posted-in {
      font-size: 9.75px;
      font-size: 0.975rem; } }
  @media (max-width: 768px) and (min-width: 601px) {
    .single .entry-header .posted-in {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media (max-width: 1023px) and (min-width: 769px) {
    .single .entry-header .posted-in {
      font-size: 13.5px;
      font-size: 1.35rem; } }
  .single .entry-header .posted-in:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }
  .single .entry-header .posted-in .centered {
    display: inline-block;
    vertical-align: middle;
    width: 97%; }
    .single .entry-header .posted-in .centered > a {
      display: inline-block;
      margin-top: 4px; }
  .single .entry-header .posted-in .small-label {
    display: inline-block;
    margin-right: 15px; }
.single .entry-header .comment-count {
  width: 25%;
  float: left;
  padding: 0 12px; }
.single .entry-header .small-label {
  font-size: 8.85px;
  font-size: 0.885rem;
  line-height: 16px;
  display: inline-block; }
  @media (max-width: 600px) {
    .single .entry-header .small-label {
      font-size: 9.75px;
      font-size: 0.975rem; } }
  @media (max-width: 768px) and (min-width: 601px) {
    .single .entry-header .small-label {
      font-size: 7.2px;
      font-size: 0.72rem; } }
  @media (max-width: 1023px) and (min-width: 769px) {
    .single .entry-header .small-label {
      font-size: 8.1px;
      font-size: 0.81rem; } }
.single .entry-header .red-printed-text {
  font-size: 20.65px;
  font-size: 2.065rem;
  color: #E56777;
  text-transform: uppercase;
  word-spacing: 10px;
  vertical-align: middle; }
  @media (max-width: 600px) {
    .single .entry-header .red-printed-text {
      font-size: 9.75px;
      font-size: 0.975rem; } }
  @media (max-width: 768px) and (min-width: 601px) {
    .single .entry-header .red-printed-text {
      font-size: 16.8px;
      font-size: 1.68rem; } }
  @media (max-width: 1023px) and (min-width: 769px) {
    .single .entry-header .red-printed-text {
      font-size: 18.9px;
      font-size: 1.89rem; } }
@media (max-width: 600px) {
  .single .entry-header .post-meta {
    margin-top: 10px; }
  .single .entry-header .top-meta, .single .entry-header .bottom-meta {
    *zoom: 1;
    padding: 6px 0;
    height: auto;
    line-height: 19px; }
    .single .entry-header .top-meta:after, .single .entry-header .bottom-meta:after {
      content: "";
      display: table;
      clear: both; }
  .single .entry-header .top-meta {
    border-bottom: 2px solid #C5D1B0; }
  .single .entry-header .posted-on {
    width: 40%; }
  .single .entry-header .tags {
    width: 60%;
    padding: 0 4px;
    border-left: none;
    text-align: right; }
  .single .entry-header .small-label {
    margin-right: 5px !important; }
  .single .entry-header .posted-in {
    width: 60%;
    border-right: none; }
  .single .entry-header .comment-count {
    width: 40%;
    padding: 0 4px;
    text-align: right; }
  .single .entry-header .red-printed-text {
    word-spacing: 1px; } }
@media (max-width: 768px) and (min-width: 601px) {
  .single .entry-header .post-meta {
    margin-top: 10px; }
  .single .entry-header .top-meta, .single .entry-header .bottom-meta {
    *zoom: 1;
    padding: 6px 0;
    height: auto;
    line-height: 19px; }
    .single .entry-header .top-meta:after, .single .entry-header .bottom-meta:after {
      content: "";
      display: table;
      clear: both; }
  .single .entry-header .top-meta {
    border-bottom: 2px solid #C5D1B0; }
  .single .entry-header .posted-on {
    width: 40%; }
  .single .entry-header .tags {
    width: 60%;
    padding: 0 4px;
    border-left: none;
    text-align: right; }
  .single .entry-header .small-label {
    margin-right: 5px !important; }
  .single .entry-header .posted-in {
    width: 60%;
    border-right: none; }
  .single .entry-header .comment-count {
    width: 40%;
    padding: 0 4px;
    text-align: right; }
  .single .entry-header .red-printed-text {
    word-spacing: 1px; } }
.single .comment-form-wrapper {
  width: 66.10169%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px; }
  @media (max-width: 600px) {
    .single .comment-form-wrapper {
      width: 90%;
      float: none;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; } }
  @media (max-width: 600px) and (max-width: 600px) {
    .single .comment-form-wrapper {
      max-width: 400px; } }
  @media (max-width: 600px) and (max-width: 768px) and (min-width: 601px) {
    .single .comment-form-wrapper {
      max-width: 500px; } }

.single #respond {
  padding: 30px;
  background: #fff;
  -moz-box-shadow: 10px 10px rgba(86, 77, 67, 0.08);
  -webkit-box-shadow: 10px 10px rgba(86, 77, 67, 0.08);
  box-shadow: 10px 10px rgba(86, 77, 67, 0.08); }
  .single #respond input[type="text"] {
    width: 100%;
    outline: 0px !important;
    -webkit-appearance: none;
    border: none;
    border-bottom: 2px solid #73B2C7;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 7px;
    line-height: 1em;
    font-size: 16.225px;
    font-size: 1.6225rem;
    border-bottom: 2px solid #D1CCC1;
    text-align: center;
    font-size: 20.65px;
    font-size: 2.065rem;
    font-weight: 300; }
    @media (max-width: 600px) {
      .single #respond input[type="text"] {
        font-size: 7.15px;
        font-size: 0.715rem; } }
    @media (max-width: 768px) and (min-width: 601px) {
      .single #respond input[type="text"] {
        font-size: 13.2px;
        font-size: 1.32rem; } }
    @media (max-width: 1023px) and (min-width: 769px) {
      .single #respond input[type="text"] {
        font-size: 14.85px;
        font-size: 1.485rem; } }
    @media (max-width: 600px) {
      .single #respond input[type="text"] {
        font-size: 9.1px;
        font-size: 0.91rem; } }
    @media (max-width: 768px) and (min-width: 601px) {
      .single #respond input[type="text"] {
        font-size: 16.8px;
        font-size: 1.68rem; } }
    @media (max-width: 1023px) and (min-width: 769px) {
      .single #respond input[type="text"] {
        font-size: 18.9px;
        font-size: 1.89rem; } }
    .single #respond input[type="text"]:-moz-placeholder {
      color: #758185; }
    .single #respond input[type="text"]::-moz-placeholder {
      color: #758185; }
    .single #respond input[type="text"]:-ms-input-placeholder {
      color: #758185; }
    .single #respond input[type="text"]::-webkit-input-placeholder {
      color: #758185; }
    .single #respond input[type="text"]:focus:-moz-placeholder {
      color: transparent; }
    .single #respond input[type="text"]:focus::-moz-placeholder {
      color: transparent; }
    .single #respond input[type="text"]:focus:-ms-input-placeholder {
      color: transparent; }
    .single #respond input[type="text"]:focus::-webkit-input-placeholder {
      color: transparent; }
  .single #respond .comment-form-author {
    margin-bottom: 20px; }
  .single #respond .comment-form-email, .single #respond .comment-form-url {
    width: 47.36842%;
    float: left;
    margin-bottom: 40px; }
  .single #respond .comment-form-email {
    margin-right: 5.26316%; }
  .single #respond .comment-form-comment textarea {
    border: 2px solid #D1CCC1; }
  .single #respond .form-submit {
    text-align: center; }
    .single #respond .form-submit .submit {
      display: inline-block;
      padding: 0 20px;
      text-align: center;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      border-radius: 100px;
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: 1px;
      line-height: 36px;
      height: 36px;
      font-size: 17.7px;
      font-size: 1.77rem;
      -moz-appearance: none;
      -webkit-appearance: none;
      background: #fff;
      color: #758185;
      border: 1px solid #D1CCC1;
      padding-left: 40px;
      padding-right: 40px; }
      @media (max-width: 600px) {
        .single #respond .form-submit .submit {
          font-size: 7.8px;
          font-size: 0.78rem; } }
      @media (max-width: 768px) and (min-width: 601px) {
        .single #respond .form-submit .submit {
          font-size: 14.4px;
          font-size: 1.44rem; } }
      @media (max-width: 1023px) and (min-width: 769px) {
        .single #respond .form-submit .submit {
          font-size: 16.2px;
          font-size: 1.62rem; } }
      @media (max-width: 600px) {
        .single #respond .form-submit .submit {
          line-height: 20px;
          height: 18px;
          padding: 0 10px; } }
  @media (max-width: 600px) {
    .single #respond {
      padding: 20px; } }
.single .comments-area {
  width: 66.10169%;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 20px;
  background: #fff;
  -moz-box-shadow: 10px 10px rgba(86, 77, 67, 0.08);
  -webkit-box-shadow: 10px 10px rgba(86, 77, 67, 0.08);
  box-shadow: 10px 10px rgba(86, 77, 67, 0.08); }
  .single .comments-area .comment-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .single .comments-area .comment-list .children {
      list-style: none; }
    .single .comments-area .comment-list .comment {
      *zoom: 1; }
      .single .comments-area .comment-list .comment:after {
        content: "";
        display: table;
        clear: both; }
      .single .comments-area .comment-list .comment .comment-author {
        float: left;
        margin-right: 5%;
        width: 15%; }
      .single .comments-area .comment-list .comment .comment-body {
        float: left;
        width: 80%;
        border: 2px solid #E8E5DF;
        padding: 15px;
        position: relative;
        background: #ffffff;
        border: 2px solid #E8E5DF;
        color: #758185;
        margin-bottom: 20px; }
        .single .comments-area .comment-list .comment .comment-body:after, .single .comments-area .comment-list .comment .comment-body:before {
          right: 100%;
          top: 40px;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
        .single .comments-area .comment-list .comment .comment-body:after {
          border-color: rgba(255, 255, 255, 0);
          border-right-color: #ffffff;
          border-width: 18px;
          margin-top: -18px; }
        .single .comments-area .comment-list .comment .comment-body:before {
          border-color: rgba(232, 229, 223, 0);
          border-right-color: #E8E5DF;
          border-width: 21px;
          margin-top: -21px; }
      .single .comments-area .comment-list .comment .comment-meta {
        font-size: 14.75px;
        font-size: 1.475rem; }
        @media (max-width: 600px) {
          .single .comments-area .comment-list .comment .comment-meta {
            font-size: 6.5px;
            font-size: 0.65rem; } }
        @media (max-width: 768px) and (min-width: 601px) {
          .single .comments-area .comment-list .comment .comment-meta {
            font-size: 12px;
            font-size: 1.2rem; } }
        @media (max-width: 1023px) and (min-width: 769px) {
          .single .comments-area .comment-list .comment .comment-meta {
            font-size: 13.5px;
            font-size: 1.35rem; } }
        .single .comments-area .comment-list .comment .comment-meta .fn a {
          color: #00B9D0;
          text-decoration: none;
          font-style: normal;
          word-spacing: 0.4em; }
        .single .comments-area .comment-list .comment .comment-meta .comment-datetime {
          display: block;
          color: #758185;
          text-decoration: none;
          word-spacing: 0.4em; }
      .single .comments-area .comment-list .comment .reply {
        text-align: center;
        margin-bottom: 20px;
        margin-left: 20%; }
        .single .comments-area .comment-list .comment .reply a {
          display: inline-block;
          padding: 0 20px;
          text-align: center;
          -moz-border-radius: 100px;
          -webkit-border-radius: 100px;
          border-radius: 100px;
          text-transform: uppercase;
          text-decoration: none;
          letter-spacing: 1px;
          line-height: 36px;
          height: 36px;
          font-size: 17.7px;
          font-size: 1.77rem;
          -moz-appearance: none;
          -webkit-appearance: none;
          border: 2px solid #D1CCC1;
          color: #758185; }
          @media (max-width: 600px) {
            .single .comments-area .comment-list .comment .reply a {
              font-size: 7.8px;
              font-size: 0.78rem; } }
          @media (max-width: 768px) and (min-width: 601px) {
            .single .comments-area .comment-list .comment .reply a {
              font-size: 14.4px;
              font-size: 1.44rem; } }
          @media (max-width: 1023px) and (min-width: 769px) {
            .single .comments-area .comment-list .comment .reply a {
              font-size: 16.2px;
              font-size: 1.62rem; } }
          @media (max-width: 600px) {
            .single .comments-area .comment-list .comment .reply a {
              line-height: 20px;
              height: 18px;
              padding: 0 10px; } }
  @media (max-width: 600px) {
    .single .comments-area {
      width: 90%;
      float: none;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
      padding: 20px; } }
  @media (max-width: 600px) and (max-width: 600px) {
    .single .comments-area {
      max-width: 400px; } }
  @media (max-width: 600px) and (max-width: 768px) and (min-width: 601px) {
    .single .comments-area {
      max-width: 500px; } }
  @media (max-width: 600px) {
      .single .comments-area .comment-list .comment .comment-body:after, .single .comments-area .comment-list .comment .comment-body:before {
        top: 20px; }
      .single .comments-area .comment-list .comment .comment-body:after {
        border-width: 8px;
        margin-top: -8px; }
      .single .comments-area .comment-list .comment .comment-body:before {
        border-width: 10px;
        margin-top: -10px; } }
.single .comment #respond {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .single .comment #respond + .reply {
    display: none; }
.single .comments-wrapper {
  width: 74.57627%;
  margin-left: auto;
  margin-right: auto; }
  .single .comments-wrapper .white-bg {
    padding: 20px;
    background: #fff; }
  @media (max-width: 768px) and (min-width: 601px) {
    .single .comments-wrapper {
      width: 90%;
      float: none;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; } }
  @media (max-width: 768px) and (min-width: 601px) and (max-width: 600px) {
    .single .comments-wrapper {
      max-width: 400px; } }
  @media (max-width: 768px) and (min-width: 601px) and (max-width: 768px) and (min-width: 601px) {
    .single .comments-wrapper {
      max-width: 500px; } }

  @media (max-width: 600px) {
    .single .comments-wrapper {
      width: 90%;
      float: none;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; } }
  @media (max-width: 600px) and (max-width: 600px) {
    .single .comments-wrapper {
      max-width: 400px; } }
  @media (max-width: 600px) and (max-width: 768px) and (min-width: 601px) {
    .single .comments-wrapper {
      max-width: 500px; } }

.single .after-post {
  padding-bottom: 80px; }
  .single .after-post .article-sharing {
    text-align: center;
    padding: 0;
    margin-bottom: 40px; }
    .single .after-post .article-sharing .heading {
      font-family: 'bebas_neue_regularregular', sans-serif;
      letter-spacing: 3px;
      font-size: 23.23125px;
      font-size: 2.32313rem;
      letter-spacing: 5px;
      color: #707070;
      margin: 0; }
      @media (max-width: 600px) {
        .single .after-post .article-sharing .heading {
          letter-spacing: 2px; } }
      @media (max-width: 600px) {
        .single .after-post .article-sharing .heading {
          font-size: 10.2375px;
          font-size: 1.02375rem; } }
      @media (max-width: 768px) and (min-width: 601px) {
        .single .after-post .article-sharing .heading {
          font-size: 18.9px;
          font-size: 1.89rem; } }
      @media (max-width: 1023px) and (min-width: 769px) {
        .single .after-post .article-sharing .heading {
          font-size: 21.2625px;
          font-size: 2.12625rem; } }
.single .post-navigation {
  padding: 20px 0 0 0;
  width: 74.57627%;
  margin-right: auto;
  margin-left: auto; }
  .single .post-navigation .nav-previous, .single .post-navigation .nav-next {
    height: auto;
    width: 40%;
    text-align: left;
    padding: 5px 20px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    position: relative;
    font-size: 10.325px;
    font-size: 1.0325rem;
    line-height: 14.75px;
    line-height: 1.475rem; }
    .single .post-navigation .nav-previous a, .single .post-navigation .nav-next a {
      color: #707070; }
    @media (max-width: 600px) {
      .single .post-navigation .nav-previous, .single .post-navigation .nav-next {
        font-size: 6.5px;
        font-size: 0.65rem; } }
    @media (max-width: 768px) and (min-width: 601px) {
      .single .post-navigation .nav-previous, .single .post-navigation .nav-next {
        font-size: 8.4px;
        font-size: 0.84rem; } }
    @media (max-width: 1023px) and (min-width: 769px) {
      .single .post-navigation .nav-previous, .single .post-navigation .nav-next {
        font-size: 9.45px;
        font-size: 0.945rem; } }
    @media (max-width: 600px) {
      .single .post-navigation .nav-previous, .single .post-navigation .nav-next {
        line-height: 9.1px;
        line-height: 0.91rem; } }
    @media (max-width: 768px) and (min-width: 601px) {
      .single .post-navigation .nav-previous, .single .post-navigation .nav-next {
        line-height: 12px;
        line-height: 1.2rem; } }
    @media (max-width: 1023px) and (min-width: 769px) {
      .single .post-navigation .nav-previous, .single .post-navigation .nav-next {
        line-height: 13.5px;
        line-height: 1.35rem; } }
    .single .post-navigation .nav-previous .title, .single .post-navigation .nav-next .title {
      font-weight: 700; }
    @media (max-width: 600px) {
      .single .post-navigation .nav-previous, .single .post-navigation .nav-next {
        width: 50%; } }
    .single .post-navigation .nav-previous:after, .single .post-navigation .nav-previous:before, .single .post-navigation .nav-next:after, .single .post-navigation .nav-next:before {
      position: absolute;
      top: 0.4em; }
  .single .post-navigation .nav-previous {
    float: right;
    text-align: right; }
    .single .post-navigation .nav-previous:after {
      content: '\2192';
      right: 5px; }
  .single .post-navigation .nav-next {
    float: left; }
    .single .post-navigation .nav-next:before {
      content: '\2190';
      left: 5px; }
  @media (max-width: 600px) {
    .single .post-navigation {
      width: 90%;
      float: none;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; } }
  @media (max-width: 600px) and (max-width: 600px) {
    .single .post-navigation {
      max-width: 400px; } }
  @media (max-width: 600px) and (max-width: 768px) and (min-width: 601px) {
    .single .post-navigation {
      max-width: 500px; } }

.single .post-content, body.page .post-content {
  width: 74.57627%;
  margin-left: auto;
  margin-right: auto;
  font-size: 19.175px;
  font-size: 1.9175rem;
  line-height: 32.45px;
  line-height: 3.245rem;
  color: #707070;
  word-spacing: 2px; }
  @media (max-width: 600px) {
    .single .post-content, body.page .post-content {
      font-size: 15.6px;
      font-size: 1.56rem; } }
  @media (max-width: 768px) and (min-width: 601px) {
    .single .post-content, body.page .post-content {
      font-size: 15.6px;
      font-size: 1.56rem; } }
  @media (max-width: 1023px) and (min-width: 769px) {
    .single .post-content, body.page .post-content {
      font-size: 17.55px;
      font-size: 1.755rem; } }
  @media (max-width: 600px) {
    .single .post-content, body.page .post-content {
      line-height: 23.4px;
      line-height: 2.34rem; } }
  @media (max-width: 768px) and (min-width: 601px) {
    .single .post-content, body.page .post-content {
      line-height: 26.4px;
      line-height: 2.64rem; } }
  @media (max-width: 1023px) and (min-width: 769px) {
    .single .post-content, body.page .post-content {
      line-height: 29.7px;
      line-height: 2.97rem; } }
  .single .post-content > p:first-child::first-letter, body.page .post-content > p:first-child::first-letter {
    color: #C5D1B0;
    font-size: 128.325px;
    font-size: 12.8325rem;
    line-height: 95.875px;
    line-height: 9.5875rem;
    font-family: 'bebas_neue_regularregular', sans-serif;
    letter-spacing: 3px;
    float: left;
    padding-right: 5px;
    padding-bottom: 12px;
    padding-top: 6px;
    font-style: normal; }
    @media (max-width: 600px) {
      .single .post-content > p:first-child::first-letter, body.page .post-content > p:first-child::first-letter {
        font-size: 56.55px;
        font-size: 5.655rem; } }
    @media (max-width: 768px) and (min-width: 601px) {
      .single .post-content > p:first-child::first-letter, body.page .post-content > p:first-child::first-letter {
        font-size: 104.4px;
        font-size: 10.44rem; } }
    @media (max-width: 1023px) and (min-width: 769px) {
      .single .post-content > p:first-child::first-letter, body.page .post-content > p:first-child::first-letter {
        font-size: 117.45px;
        font-size: 11.745rem; } }
    @media (max-width: 600px) {
      .single .post-content > p:first-child::first-letter, body.page .post-content > p:first-child::first-letter {
        line-height: 42.25px;
        line-height: 4.225rem; } }
    @media (max-width: 768px) and (min-width: 601px) {
      .single .post-content > p:first-child::first-letter, body.page .post-content > p:first-child::first-letter {
        line-height: 78px;
        line-height: 7.8rem; } }
    @media (max-width: 1023px) and (min-width: 769px) {
      .single .post-content > p:first-child::first-letter, body.page .post-content > p:first-child::first-letter {
        line-height: 87.75px;
        line-height: 8.775rem; } }
    @media (max-width: 600px) {
      .single .post-content > p:first-child::first-letter, body.page .post-content > p:first-child::first-letter {
        letter-spacing: 2px; } }
  .single .post-content p, body.page .post-content p {
    margin-bottom: 1.25em;
    background: #ffffff; }
  .single .post-content ul, body.page .post-content ul {
    margin: 0 0 1.5em 1em; }
    .single .post-content ul li, body.page .post-content ul li {
      margin-bottom: 8px; }
  .single .post-content ol li, body.page .post-content ol li {
    margin-bottom: 1em; }
  @media (max-width: 600px) {
    .single .post-content ol, body.page .post-content ol {
      padding: 0;
      margin: 0; } }
  .single .post-content figure, body.page .post-content figure {
    margin-left: auto;
    margin-right: auto;
    *zoom: 1; }
    .single .post-content figure:after, body.page .post-content figure:after {
      content: "";
      display: table;
      clear: both; }
    .single .post-content figure figcaption, body.page .post-content figure figcaption {
      font-size: 16.225px;
      font-size: 1.6225rem;
      width: 62.5%;
      float: right;
      text-align: left;
      margin-right: 12.5%;
      padding-left: 8px;
      border-left: 2px solid #E6D6BE; }
      @media (max-width: 600px) {
        .single .post-content figure figcaption, body.page .post-content figure figcaption {
          font-size: 11.7px;
          font-size: 1.17rem; } }
      @media (max-width: 768px) and (min-width: 601px) {
        .single .post-content figure figcaption, body.page .post-content figure figcaption {
          font-size: 13.2px;
          font-size: 1.32rem; } }
      @media (max-width: 1023px) and (min-width: 769px) {
        .single .post-content figure figcaption, body.page .post-content figure figcaption {
          font-size: 14.85px;
          font-size: 1.485rem; } }
      .single .post-content figure figcaption:before, body.page .post-content figure figcaption:before {
        content: "\f102";
        font-family: 'FontAwesome';
        font-size: 38.35px;
        font-size: 3.835rem;
        line-height: 29.5px;
        line-height: 2.95rem;
        color: #E6D6BE;
        display: inline-block;
        padding-right: 5px; }
        @media (max-width: 600px) {
          .single .post-content figure figcaption:before, body.page .post-content figure figcaption:before {
            font-size: 16.9px;
            font-size: 1.69rem; } }
        @media (max-width: 768px) and (min-width: 601px) {
          .single .post-content figure figcaption:before, body.page .post-content figure figcaption:before {
            font-size: 31.2px;
            font-size: 3.12rem; } }
        @media (max-width: 1023px) and (min-width: 769px) {
          .single .post-content figure figcaption:before, body.page .post-content figure figcaption:before {
            font-size: 35.1px;
            font-size: 3.51rem; } }
        @media (max-width: 600px) {
          .single .post-content figure figcaption:before, body.page .post-content figure figcaption:before {
            line-height: 13px;
            line-height: 1.3rem; } }
        @media (max-width: 768px) and (min-width: 601px) {
          .single .post-content figure figcaption:before, body.page .post-content figure figcaption:before {
            line-height: 24px;
            line-height: 2.4rem; } }
        @media (max-width: 1023px) and (min-width: 769px) {
          .single .post-content figure figcaption:before, body.page .post-content figure figcaption:before {
            line-height: 27px;
            line-height: 2.7rem; } }
  .single .post-content img.alignleft, body.page .post-content img.alignleft {
    margin-left: -22.5%;
    max-width: 75%;
    margin-bottom: 20px; }
  .single .post-content img.alignright, body.page .post-content img.alignright {
    margin-right: -22.5%;
    max-width: 75%;
    margin-bottom: 20px; }
  .single .post-content img.aligncenter, body.page .post-content img.aligncenter {
    clear: both; }
  .single .post-content iframe, body.page .post-content iframe {
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .single .post-content .full-width, body.page .post-content .full-width {
    /*
     To make full-width containers reach 960px using a percentage-based margin,
     we calculate the necesary margin as $ratio * $container-width.
    */
    margin-left: -16.94915%;
    margin-right: -16.94915%;
    text-align: center; }
    .single .post-content .full-width + p, body.page .post-content .full-width + p {
      position: relative;
      top: -2em;
      margin-top: 0;
      padding-top: 0.5em;
      margin-left: -5.26316%;
      margin-right: -5.26316%;
      padding-left: 5.26316%;
      padding-right: 5.26316%; }
  @media (max-width: 600px) {
    .single .post-content, body.page .post-content {
      width: 83.05085%;
      float: left;
      margin-right: 1.69492%;
      margin-left: 8.47458%; }
      .single .post-content figure, body.page .post-content figure {
        width: 100%;
        max-width: 100%; }
      .single .post-content img.alignleft, body.page .post-content img.alignleft {
        margin-right: 0;
        margin-left: 0;
        max-width: 100%;
        float: none; }
      .single .post-content img.alignright, body.page .post-content img.alignright {
        margin-right: 0;
        margin-left: 0;
        max-width: 100%;
        float: none; }
      .single .post-content .full-width, body.page .post-content .full-width {
        margin-left: -12.5%;
        margin-right: -12.5%; } }
  @media (max-width: 768px) and (min-width: 601px) {
    .single .post-content, body.page .post-content {
      width: 83.05085%;
      float: left;
      margin-right: 1.69492%;
      margin-left: 8.47458%; }
      .single .post-content figure, body.page .post-content figure {
        width: 100%;
        max-width: 100%; }
      .single .post-content img.alignleft, body.page .post-content img.alignleft {
        margin-right: 0;
        margin-left: 0;
        max-width: 100%;
        float: none; }
      .single .post-content img.alignright, body.page .post-content img.alignright {
        margin-right: 0;
        margin-left: 0;
        max-width: 100%;
        float: none; }
      .single .post-content .full-width, body.page .post-content .full-width {
        margin-left: -12.5%;
        margin-right: -12.5%; } }
  @media (max-width: 1023px) and (min-width: 769px) {
    .single .post-content, body.page .post-content {
      width: 83.05085%;
      float: left;
      margin-right: 1.69492%;
      margin-left: 8.47458%; }
      .single .post-content figure, body.page .post-content figure {
        width: 100%;
        max-width: 100%; }
      .single .post-content img.alignleft, body.page .post-content img.alignleft {
        margin-right: 0;
        margin-left: 0;
        max-width: 100%;
        float: none; }
      .single .post-content img.alignright, body.page .post-content img.alignright {
        margin-right: 0;
        margin-left: 0;
        max-width: 100%;
        float: none; }
      .single .post-content .full-width, body.page .post-content .full-width {
        margin-left: -12.5%;
        margin-right: -12.5%; } }
  @media (max-width: 1023px) and (min-width: 769px) {
    .single .post-content, body.page .post-content {
      width: 66.10169%;
      float: left;
      margin-right: 1.69492%;
      margin-left: 16.94915%; } }

.posts-navigation {
  padding: 40px 20px; }
  .posts-navigation .nav-previous a, .posts-navigation .nav-next a {
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 36px;
    height: 36px;
    font-size: 17.7px;
    font-size: 1.77rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff;
    color: #758185;
    border: 1px solid #D1CCC1;
    padding-left: 40px;
    padding-right: 40px; }
    @media (max-width: 600px) {
      .posts-navigation .nav-previous a, .posts-navigation .nav-next a {
        font-size: 7.8px;
        font-size: 0.78rem; } }
    @media (max-width: 768px) and (min-width: 601px) {
      .posts-navigation .nav-previous a, .posts-navigation .nav-next a {
        font-size: 14.4px;
        font-size: 1.44rem; } }
    @media (max-width: 1023px) and (min-width: 769px) {
      .posts-navigation .nav-previous a, .posts-navigation .nav-next a {
        font-size: 16.2px;
        font-size: 1.62rem; } }
    @media (max-width: 600px) {
      .posts-navigation .nav-previous a, .posts-navigation .nav-next a {
        line-height: 20px;
        height: 18px;
        padding: 0 10px; } }
  .posts-navigation .nav-previous {
    float: right;
    text-align: right;
    width: 50%; }
  .posts-navigation .nav-next {
    float: left;
    text-align: left;
    width: 50%; }

.leadin-subscribe .vex-content h4 {
  margin: 0;
  font-family: 'bebas_neue_regularregular', sans-serif;
  letter-spacing: 3px;
  letter-spacing: 0 !important;
  line-height: 1.3em; }
  @media (max-width: 600px) {
    .leadin-subscribe .vex-content h4 {
      letter-spacing: 2px; } }
  @media (max-width: 600px) {
    .leadin-subscribe .vex-content h4 {
      text-align: center; } }
.leadin-subscribe .vex-content input[type="submit"] {
  text-shadow: none; }

body.error404 .page-content {
  padding-bottom: 30px;
  width: 74.57627%;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 600px) {
    body.error404 .page-content {
      width: 83.05085%;
      float: left;
      margin-right: 1.69492%;
      margin-left: 8.47458%;
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (max-width: 768px) and (min-width: 601px) {
    body.error404 .page-content {
      width: 83.05085%;
      float: left;
      margin-right: 1.69492%;
      margin-left: 8.47458%;
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (max-width: 1023px) and (min-width: 769px) {
    body.error404 .page-content {
      width: 83.05085%;
      float: left;
      margin-right: 1.69492%;
      margin-left: 8.47458%;
      padding-top: 20px;
      padding-bottom: 20px; } }
body.error404 #content-404 {
  padding: 60px 0;
  text-align: center;
  color: #707070; }
  body.error404 #content-404 h3.green {
    color: #C5D1B0;
    letter-spacing: 1px;
    font-family: 'bebas_neue_regularregular', sans-serif;
    letter-spacing: 3px;
    font-size: 22px;
    margin-top: 0; }
    @media (max-width: 600px) {
      body.error404 #content-404 h3.green {
        letter-spacing: 2px; } }
  body.error404 #content-404 h1 {
    font-family: 'bebas_neue_regularregular', sans-serif;
    letter-spacing: 3px;
    font-size: 67.85px;
    font-size: 6.785rem;
    line-height: 1em;
    margin-bottom: 15px;
    margin-top: -20px; }
    @media (max-width: 600px) {
      body.error404 #content-404 h1 {
        letter-spacing: 2px; } }
    @media (max-width: 600px) {
      body.error404 #content-404 h1 {
        font-size: 29.9px;
        font-size: 2.99rem; } }
    @media (max-width: 768px) and (min-width: 601px) {
      body.error404 #content-404 h1 {
        font-size: 55.2px;
        font-size: 5.52rem; } }
    @media (max-width: 1023px) and (min-width: 769px) {
      body.error404 #content-404 h1 {
        font-size: 62.1px;
        font-size: 6.21rem; } }
  body.error404 #content-404 p {
    margin-top: 15px;
    word-spacing: 5px; }
  body.error404 #content-404 .icon {
    max-width: 600px; }
  body.error404 #content-404 .button {
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 36px;
    height: 36px;
    font-size: 17.7px;
    font-size: 1.77rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 2px solid #758185;
    color: #758185;
    font-size: 17.7px;
    font-size: 1.77rem;
    line-height: 31.86px;
    line-height: 3.186rem;
    margin: 0 10px 10px 10px; }
    @media (max-width: 600px) {
      body.error404 #content-404 .button {
        font-size: 7.8px;
        font-size: 0.78rem; } }
    @media (max-width: 768px) and (min-width: 601px) {
      body.error404 #content-404 .button {
        font-size: 14.4px;
        font-size: 1.44rem; } }
    @media (max-width: 1023px) and (min-width: 769px) {
      body.error404 #content-404 .button {
        font-size: 16.2px;
        font-size: 1.62rem; } }
    @media (max-width: 600px) {
      body.error404 #content-404 .button {
        line-height: 20px;
        height: 18px;
        padding: 0 10px; } }
    @media (max-width: 600px) {
      body.error404 #content-404 .button {
        font-size: 7.8px;
        font-size: 0.78rem; } }
    @media (max-width: 768px) and (min-width: 601px) {
      body.error404 #content-404 .button {
        font-size: 14.4px;
        font-size: 1.44rem; } }
    @media (max-width: 1023px) and (min-width: 769px) {
      body.error404 #content-404 .button {
        font-size: 16.2px;
        font-size: 1.62rem; } }
    @media (max-width: 600px) {
      body.error404 #content-404 .button {
        line-height: 14.04px;
        line-height: 1.404rem; } }
    @media (max-width: 768px) and (min-width: 601px) {
      body.error404 #content-404 .button {
        line-height: 25.92px;
        line-height: 2.592rem; } }
    @media (max-width: 1023px) and (min-width: 769px) {
      body.error404 #content-404 .button {
        line-height: 29.16px;
        line-height: 2.916rem; } }
    @media (max-width: 600px) {
      body.error404 #content-404 .button {
        line-height: 2em; } }
  body.error404 #content-404 #prev-page-button-404 {
    display: inline-block;
    display: none; }
  @media (max-width: 600px) {
    body.error404 #content-404 {
      padding: 30px 0; } }

body.search .page-content {
  padding-bottom: 30px;
  width: 74.57627%;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 600px) {
    body.search .page-content {
      width: 83.05085%;
      float: left;
      margin-right: 1.69492%;
      margin-left: 8.47458%;
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (max-width: 768px) and (min-width: 601px) {
    body.search .page-content {
      width: 83.05085%;
      float: left;
      margin-right: 1.69492%;
      margin-left: 8.47458%;
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (max-width: 1023px) and (min-width: 769px) {
    body.search .page-content {
      width: 83.05085%;
      float: left;
      margin-right: 1.69492%;
      margin-left: 8.47458%;
      padding-top: 20px;
      padding-bottom: 20px; } }
body.search .hentry .entry-header {
  padding: 15px 0; }
  body.search .hentry .entry-header .entry-title {
    font-size: 29.5px;
    font-size: 2.95rem;
    float: none;
    width: 100%; }
    @media (max-width: 600px) {
      body.search .hentry .entry-header .entry-title {
        font-size: 13px;
        font-size: 1.3rem; } }
    @media (max-width: 768px) and (min-width: 601px) {
      body.search .hentry .entry-header .entry-title {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media (max-width: 1023px) and (min-width: 769px) {
      body.search .hentry .entry-header .entry-title {
        font-size: 27px;
        font-size: 2.7rem; } }
  body.search .hentry .entry-header .entry-meta {
    float: none; }
body.search .hentry .entry-summary {
  margin-top: 10px; }
body.search .search-form {
  margin-top: 15px; }
  body.search .search-form input {
    font-size: 20.65px;
    font-size: 2.065rem; }
    @media (max-width: 600px) {
      body.search .search-form input {
        font-size: 9.1px;
        font-size: 0.91rem; } }
    @media (max-width: 768px) and (min-width: 601px) {
      body.search .search-form input {
        font-size: 16.8px;
        font-size: 1.68rem; } }
    @media (max-width: 1023px) and (min-width: 769px) {
      body.search .search-form input {
        font-size: 18.9px;
        font-size: 1.89rem; } }

.archive .page-header {
  padding: 20px;
  margin-bottom: 0; }
  .archive .page-header .page-title {
    font-family: 'bebas_neue_regularregular', sans-serif;
    letter-spacing: 3px;
    color: #707070;
    font-size: 53.1px;
    font-size: 5.31rem; }
    @media (max-width: 600px) {
      .archive .page-header .page-title {
        letter-spacing: 2px; } }
    @media (max-width: 600px) {
      .archive .page-header .page-title {
        font-size: 23.4px;
        font-size: 2.34rem; } }
    @media (max-width: 768px) and (min-width: 601px) {
      .archive .page-header .page-title {
        font-size: 43.2px;
        font-size: 4.32rem; } }
    @media (max-width: 1023px) and (min-width: 769px) {
      .archive .page-header .page-title {
        font-size: 48.6px;
        font-size: 4.86rem; } }

.expanding-search .search-form {
  position: relative;
  color: #73B2C7;
  min-width: 31px;
  height: 31px; }
  .expanding-search .search-form .search-icon {
    position: absolute;
    left: 0;
    z-index: 2;
    font-size: 28px;
    font-weight: bold;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    cursor: pointer;
    bottom: -2px; }
  .expanding-search .search-form input[type="text"] {
    width: 260px;
    outline: 0px !important;
    -webkit-appearance: none;
    border: none;
    border-bottom: 2px solid #73B2C7;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 7px;
    line-height: 1em;
    font-size: 16.225px;
    font-size: 1.6225rem;
    padding: 5px 5px 5px 30px;
    background: transparent; }
    @media (max-width: 600px) {
      .expanding-search .search-form input[type="text"] {
        font-size: 7.15px;
        font-size: 0.715rem; } }
    @media (max-width: 768px) and (min-width: 601px) {
      .expanding-search .search-form input[type="text"] {
        font-size: 13.2px;
        font-size: 1.32rem; } }
    @media (max-width: 1023px) and (min-width: 769px) {
      .expanding-search .search-form input[type="text"] {
        font-size: 14.85px;
        font-size: 1.485rem; } }

#everywhereist-search-bar {
  display: none;
  background: #F2F2F2;
  padding: 0 2rem; }
  #everywhereist-search-bar input {
    background: transparent;
    color: #707070;
    font-size: 3.2rem;
    line-height: 8.4rem;
    font-weight: 300;
    display: block;
    width: 100%;
    max-width: 960px;
    height: 84px;
    margin-left: auto;
    margin-right: auto;
    border: none; }
    #everywhereist-search-bar input:focus {
      outline: none; }
    #everywhereist-search-bar input:-moz-placeholder {
      color: #AAA; }
    #everywhereist-search-bar input::-moz-placeholder {
      color: #AAA; }
    #everywhereist-search-bar input:-ms-input-placeholder {
      color: #AAA; }
    #everywhereist-search-bar input::-webkit-input-placeholder {
      color: #AAA; }

.pagination {
  clear: both;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 20px; }
  .pagination .page-numbers {
    width: 45px;
    height: 45px;
    text-align: center;
    display: inline-block;
    color: #FFF2DE;
    background: #6A899D;
    margin-right: 15px;
    line-height: 45px;
    margin-bottom: 15px; }
    .pagination .page-numbers:nth-child(5n + 5) {
      margin-right: 0; }
    .pagination .page-numbers:hover {
      color: #FFF2DE; }

.search-after-pagination {
  clear: both;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px; }
  .search-after-pagination .search-form input[type="text"] {
    width: 100%;
    max-width: 100%;
    font-size: 15px; }

/*! responsive-nav.js 1.0.34 by @viljamis */
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none; }

.nav-collapse li {
  width: 100%;
  display: block; }

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }

.nav-collapse.opened {
  max-height: 9999px; }

.nav-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative; }

  .js .nav-collapse.closed {
    max-height: none; }

  .nav-toggle {
    display: none; } }
#page {
  font-size: 17.7px;
  font-size: 1.77rem; }
  @media (max-width: 600px) {
    #page {
      font-size: 9.1px;
      font-size: 0.91rem; } }
  @media (max-width: 768px) and (min-width: 601px) {
    #page {
      font-size: 14.4px;
      font-size: 1.44rem; } }
  @media (max-width: 1023px) and (min-width: 769px) {
    #page {
      font-size: 16.2px;
      font-size: 1.62rem; } }

.mailing-list-signup {
  text-align: center; }
  .mailing-list-signup .input-wrapper {
    position: relative;
    margin-bottom: 15px;
    *zoom: 1;
    height: 32px; }
    .mailing-list-signup .input-wrapper:after {
      content: "";
      display: table;
      clear: both; }
    .mailing-list-signup .input-wrapper:after {
      content: url(images/envelope-icon.svg);
      display: block;
      position: absolute;
      left: 0px;
      top: 5px;
      z-index: 2;
      width: 25px; }
      @media (max-width: 600px) {
        .mailing-list-signup .input-wrapper:after {
          top: 2px; } }
    .mailing-list-signup .input-wrapper input[type="email"] {
      width: 100%;
      display: block;
      outline: 0px !important;
      -webkit-appearance: none;
      border: none;
      border-bottom: 2px solid #73B2C7;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      padding: 7px;
      line-height: 1em;
      font-size: 16.225px;
      font-size: 1.6225rem;
      padding-left: 40px;
      position: relative; }
      @media (max-width: 600px) {
        .mailing-list-signup .input-wrapper input[type="email"] {
          font-size: 7.15px;
          font-size: 0.715rem; } }
      @media (max-width: 768px) and (min-width: 601px) {
        .mailing-list-signup .input-wrapper input[type="email"] {
          font-size: 13.2px;
          font-size: 1.32rem; } }
      @media (max-width: 1023px) and (min-width: 769px) {
        .mailing-list-signup .input-wrapper input[type="email"] {
          font-size: 14.85px;
          font-size: 1.485rem; } }
  .mailing-list-signup .button-wrapper input {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    padding: 0;
    text-transform: uppercase;
    color: #758185;
    word-spacing: 10px;
    font-size: 16.225px;
    font-size: 1.6225rem; }
    @media (max-width: 600px) {
      .mailing-list-signup .button-wrapper input {
        font-size: 8.45px;
        font-size: 0.845rem; } }
    @media (max-width: 768px) and (min-width: 601px) {
      .mailing-list-signup .button-wrapper input {
        font-size: 13.2px;
        font-size: 1.32rem; } }
    @media (max-width: 1023px) and (min-width: 769px) {
      .mailing-list-signup .button-wrapper input {
        font-size: 14.85px;
        font-size: 1.485rem; } }
  .mailing-list-signup .mc4wp-form {
    position: relative; }
  .mailing-list-signup .mc4wp-alert {
    position: absolute;
    bottom: 0;
    background: white;
    padding: 20px;
    z-index: 10; }

.post-type-archive-guide .page-header {
  *zoom: 1;
  padding-bottom: 6%; }
  .post-type-archive-guide .page-header:after {
    content: "";
    display: table;
    clear: both; }
  .post-type-archive-guide .page-header .page-title {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%;
    margin-left: 8.47458%;
    text-align: right;
    font-family: 'bebas_neue_regularregular', sans-serif;
    letter-spacing: 3px;
    color: #707070;
    font-size: 53.1px;
    font-size: 5.31rem;
    margin-top: 10%; }
    @media (max-width: 600px) {
      .post-type-archive-guide .page-header .page-title {
        letter-spacing: 2px; } }
    @media (max-width: 600px) {
      .post-type-archive-guide .page-header .page-title {
        font-size: 23.4px;
        font-size: 2.34rem; } }
    @media (max-width: 768px) and (min-width: 601px) {
      .post-type-archive-guide .page-header .page-title {
        font-size: 43.2px;
        font-size: 4.32rem; } }
    @media (max-width: 1023px) and (min-width: 769px) {
      .post-type-archive-guide .page-header .page-title {
        font-size: 48.6px;
        font-size: 4.86rem; } }
  .post-type-archive-guide .page-header .icons {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    margin-right: 0;
    position: relative;
    top: -20px; }

.site-content a:hover, .footer a:hover {
  opacity: 0.8;
  color: #00B9D0; }

.no-svg img[src$=".svg"] {
  display: none; }
.no-svg .svg-bg {
  background-color: #ffffff; }
.no-svg .svg-hide {
  display: none !important; }

.ewist-archive-list-wrapper {
  width: 30%;
  margin-right: 5%;
  float: left;
  min-width: 200px; }
  .ewist-archive-list-wrapper:nth-of-type(3n) {
    margin-right: 0; }
  .ewist-archive-list-wrapper .ewist-archive-list {
    list-style: none;
    margin: 0;
    padding: 0; }

.entry-header {
  padding-top: 40px;
  padding-bottom: 20px;
  *zoom: 1;
  width: 74.57627%;
  margin-left: auto;
  margin-right: auto; }
  .entry-header:after {
    content: "";
    display: table;
    clear: both; }
  .entry-header .title .entry-title {
    font-family: 'bebas_neue_regularregular', sans-serif;
    letter-spacing: 3px;
    font-size: 53.1px;
    font-size: 5.31rem;
    line-height: 53.1px;
    line-height: 5.31rem;
    color: #707070;
    margin: 0; }
    @media (max-width: 600px) {
      .entry-header .title .entry-title {
        letter-spacing: 2px; } }
    @media (max-width: 600px) {
      .entry-header .title .entry-title {
        font-size: 29.9px;
        font-size: 2.99rem; } }
    @media (max-width: 768px) and (min-width: 601px) {
      .entry-header .title .entry-title {
        font-size: 43.2px;
        font-size: 4.32rem; } }
    @media (max-width: 1023px) and (min-width: 769px) {
      .entry-header .title .entry-title {
        font-size: 48.6px;
        font-size: 4.86rem; } }
    @media (max-width: 600px) {
      .entry-header .title .entry-title {
        line-height: 29.9px;
        line-height: 2.99rem; } }
    @media (max-width: 768px) and (min-width: 601px) {
      .entry-header .title .entry-title {
        line-height: 43.2px;
        line-height: 4.32rem; } }
    @media (max-width: 1023px) and (min-width: 769px) {
      .entry-header .title .entry-title {
        line-height: 48.6px;
        line-height: 4.86rem; } }
  .entry-header .title.with-icon {
    *zoom: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
    .entry-header .title.with-icon:after {
      content: "";
      display: table;
      clear: both; }
    .entry-header .title.with-icon .entry-title {
      width: 62.5%;
      float: left;
      flex: 5; }
    .entry-header .title.with-icon .post-icon {
      width: 37.5%;
      padding: 0 4.6875%;
      float: left;
      flex: 3;
      position: relative; }
      .entry-header .title.with-icon .post-icon img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        max-height: 100%; }
    .entry-header .title.with-icon .post-icon.icon-film img, .entry-header .title.with-icon .post-icon.icon-tickets img, .entry-header .title.with-icon .post-icon.icon-keys img, .entry-header .title.with-icon .post-icon.icon-passport img {
      max-width: 50%; }
  @media (max-width: 600px) {
    .entry-header {
      width: 83.05085%;
      float: left;
      margin-right: 1.69492%;
      margin-left: 8.47458%;
      padding-top: 20px;
      padding-bottom: 20px; }
      .entry-header .entry-title {
        width: 75%;
        flex: 6; }
      .entry-header .post-icon {
        width: 25%;
        flex: 2; } }
  @media (max-width: 768px) and (min-width: 601px) {
    .entry-header {
      width: 83.05085%;
      float: left;
      margin-right: 1.69492%;
      margin-left: 8.47458%;
      padding-top: 20px;
      padding-bottom: 20px; }
      .entry-header .entry-title {
        width: 75%;
        flex: 6; }
      .entry-header .post-icon {
        width: 25%;
        flex: 2; } }
  @media (max-width: 1023px) and (min-width: 769px) {
    .entry-header {
      width: 66.10169%;
      float: left;
      margin-right: 1.69492%;
      margin-left: 16.94915%;
      padding-top: 20px;
      padding-bottom: 20px; } }

section.after-post {
  min-height: 40px; }
