/*!
Theme Name: Marlene
Theme URI: http://demo.lollum.com/marlene/
Author: Lollum
Author URI: http://lollum.com/
Description: Magazine and Personal Blog WordPress Theme.
Version: 1.0.3
License: The PHP code and integrated HTML are licensed under the General Public
License (GPL). All other parts, but not limited to the CSS code, images, and design belong to their respective owners.
License URI: http://www.gnu.org/licenses/gpl-2.0.html - https://help.market.envato.com/hc/en-us/articles/202501064
Text Domain: marlene
Tags: black, white, light, one-column, two-columns, left-sidebar, right-sidebar, full-width-template, responsive-layout, accessibility-ready, custom-colors, custom-menu, featured-images, microformats, post-formats, sticky-post, theme-options, translation-ready

Marlene is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Layout
	## Header
	## Footer
# Content
    ## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
# Plugins
	## Owl Carousel
	## Flexslider
--------------------------------------------------------------*/

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #444444;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #444444;
  font-family: "Droid Serif", serif;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 1.2em 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #444444;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #7ed1e3;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
  margin-top: 1.5em;
}

h1 {
  font-size: 26px;
  font-size: 1.625rem;
}

h2 {
  font-size: 23px;
  font-size: 1.4375rem;
}

h3 {
  font-size: 20px;
  font-size: 1.25rem;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

h5 {
  font-size: 16px;
  font-size: 1rem;
}

h6 {
  font-size: 15px;
  font-size: 0.9375rem;
}

p {
  margin: 0 0 1.5em;
}

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

blockquote {
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #f5f5f5;
  border-left: 2px solid #1b1d1f;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Droid Serif", serif;
  font-style: italic;
  margin: 0 0 1.5em;
  padding: 1em 1em 1em 1.5em;
}

blockquote > p:last-child {
  margin-bottom: 0;
}

blockquote cite {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

mark,
ins {
  background: rgba(126, 209, 227, 0.3);
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# 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: #e6e6e6;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

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,
th,
td {
  border: 1px solid #e6e6e6;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.4em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 12px;
  font-size: 0.75rem;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background: #1b1d1f;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  padding: 11px 35px 12px;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: top;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #7ed1e3;
  color: #fff;
}

.button:hover,
.button:active,
.button:focus,
button:hover,
button:active,
button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  transition-duration: 0.2s;
  transition-property: border;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #e6e6e6;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #999;
  outline: none;
}

select {
  border: 1px solid #e6e6e6;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  box-sizing: border-box;
  font-weight: 400;
  line-height: 1;
  padding: 7px 20px;
}

textarea {
  box-sizing: border-box;
  padding: 7px 20px;
  width: 100%;
}

::-webkit-input-placeholder {
  line-height: 20px;
  font-weight: 400;
}

label {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  font-family: "Droid Serif", serif;
  font-weight: 700;
  margin-bottom: 1em;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: #7ed1e3;
  text-decoration: none;
}

a:hover {
  color: #7ed1e3;
}

a:focus {
  outline: thin dotted;
}

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

.entry-content a {
  border-bottom: 1px dotted #7ed1e3;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#top-header-navigation {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Droid Serif", serif;
  font-weight: 700;
}

#top-header-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#top-header-navigation li {
  display: inline-block;
  margin: .5em;
}

#top-header-navigation a {
  color: #444444;
}

#top-header-navigation a:hover {
  color: #7ed1e3;
}

#site-navigation {
  clear: both;
  display: block;
  width: 100%;
}

#menu-toggle {
  display: none;
}

#primary-menu-container {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #1b1d1f;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 2;
  padding: 1em 2.5em;
  text-transform: uppercase;
}

#primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#primary-menu a {
  color: #dadada;
  display: block;
}

#primary-menu li:hover > a {
  color: #fff;
}

#primary-menu ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

#primary-menu ul a {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
}

#primary-menu .current_page_parent > a,
#primary-menu .current_page_item > a,
#primary-menu .current-menu-item > a,
#primary-menu .current_page_ancestor > a,
#primary-menu .current-menu-ancestor > a {
  color: #fff;
}

#primary-menu li.menu-item-has-children {
  position: relative;
}

#primary-menu li.menu-item-has-children .expand-submenu {
  transition-duration: 0.2s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-image: url(assets/images/plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  height: 26px;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  z-index: 1;
}

#primary-menu li.menu-item-has-children .expand-submenu:hover {
  cursor: pointer;
  opacity: 1;
}

#primary-menu li.menu-item-has-children.open > ul {
  display: block;
}

#primary-menu li.menu-item-has-children.open > .expand-submenu {
  background-image: url(assets/images/minus.svg);
}

.no-js #primary-menu {
  text-align: center;
}

.no-js #primary-menu li:hover > ul {
  display: block;
}

/*--------------------------------------------------------------
With JS enabled, create an off-canvas menu

The 'mobile' and 'desktop' classes are appended to the html tag
with JS ('mobile' < 992px and 'desktop' >= 992px)
--------------------------------------------------------------*/

/*----------------------------
This is a workaround used to
hide the menu during the resize
of the page and stop (hide) the
animation on the container
----------------------------*/

.js #primary-menu-container {
  display: none;
}

.mobile #primary-menu-container {
  display: block;
}

/*----------------------------*/

.mobile #menu-toggle {
  display: inline-block;
}

.mobile #primary-menu-container {
  bottom: 0;
  left: 0;
  overflow-y: auto;
  padding: 5.5em 2em 2.5em;
  position: fixed;
  right: 0;
  text-align: left;
  top: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-duration: .2s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  will-change: transform;
  z-index: 998;
}

.mobile #primary-menu ul {
  margin: 0 0 0 1.5em;
}

.mobile #primary-menu ul a {
  color: #888888;
}

.mobile #primary-menu ul a:hover {
  color: #fff;
}

.mobile.mobile-nav-open #primary-menu-container {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mobile .admin-bar #primary-menu-container {
  top: 46px;
}

/* #close-mobile-menu and #mobile-nav-obfuscator are created with JS dynamically */

#close-mobile-menu {
  background: url(assets/images/close.svg) center no-repeat;
  height: 15px;
  padding: 0;
  position: absolute;
  right: 15px;
  text-indent: -99999px;
  top: 15px;
  width: 15px;
  z-index: 999;
}

#mobile-nav-obfuscator {
  background-color: #111;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  opacity: .6;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 997;
}

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

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

/* Semantic text */

.semantic {
  display: none !important;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

#masthead:before,
#masthead:after,
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.hentry:before,
.hentry:after,
#content:before,
#content:after,
#bottom-content:before,
#bottom-content:after,
#colophon:before,
#colophon:after {
  content: "";
  display: table;
  table-layout: fixed;
}

#masthead:after,
.clear:after,
.entry-content:after,
.comment-content:after,
.hentry:after,
#content:after,
#bottom-content:after,
#colophon:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

#secondary input[type="text"],
#secondary input[type="email"],
#secondary input[type="url"],
#secondary input[type="password"],
#secondary input[type="search"],
#colophon input[type="text"],
#colophon input[type="email"],
#colophon input[type="url"],
#colophon input[type="password"],
#colophon input[type="search"] {
  width: 100%;
}

.widget {
  margin: 0 0 3.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  font-weight: 400;
  max-width: 100%;
}

.widget h3.widget-title {
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 3.5em;
  text-transform: uppercase;
}

.widget h3.widget-title span {
  border-bottom: 1px solid #1b1d1f;
  padding-bottom: .5em;
}

.widget ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

#colophon h3.widget-title {
  color: #fff;
}

#colophon h3.widget-title span {
  border-color: #fff;
}

/* Text */

.widget_text {
  font-size: 14px;
  font-size: 0.875rem;
}

/* Search */

.widget_search input[type="search"] {
  background: #fff url(assets/images/search.svg) 120% center no-repeat;
  background-size: 40% 40%;
  margin-bottom: 0;
}

.widget_search .search-submit {
  display: none;
}

/* Posts */

.widget_recent_entries ul {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
}

.widget_recent_entries ul a {
  color: #444444;
  display: block;
  padding: .3em 0;
}

.widget_recent_entries ul a:hover {
  color: #7ed1e3;
}

.widget_recent_entries ul .post-date {
  color: #888888;
  display: block;
  font-style: italic;
  font-weight: 400;
  margin-bottom: .5em;
  margin-top: -.2em;
}

#colophon .widget_recent_entries ul a {
  color: #fff;
}

#colophon .widget_recent_entries ul a:hover {
  color: #7ed1e3;
}

#colophon .widget_recent_entries ul .post-date {
  color: #666666;
}

/* Categories and Archives */

.widget_categories,
.widget_archive {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
}

.widget_categories li,
.widget_archive li {
  overflow: hidden;
}

.widget_categories li span,
.widget_archive li span {
  font-size: 12px;
  font-size: 0.75rem;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  color: #888888;
  display: inline-block;
  float: right;
  font-weight: 400;
  margin: .2em 0;
  padding: .3em 0;
  text-align: center;
  width: 30px;
}

.widget_categories li:hover > span,
.widget_archive li:hover > span {
  background-color: #7ed1e3;
  border-color: #7ed1e3;
  color: #fff;
}

.widget_categories a,
.widget_archive a {
  color: #444444;
  display: inline-block;
  padding-right: 50px;
  padding: .5em 0;
}

.widget_categories a:hover,
.widget_archive a:hover {
  color: #7ed1e3;
}

.widget_categories ul ul,
.widget_archive ul ul {
  margin-left: 1.5em;
}

#colophon .widget_categories li span,
#colophon .widget_archive li span {
  border-color: #444;
  color: #666666;
}

#colophon .widget_categories li:hover > span,
#colophon .widget_archive li:hover > span {
  background-color: #7ed1e3;
  border-color: #7ed1e3;
  color: #fff;
}

#colophon .widget_categories a,
#colophon .widget_archive a {
  color: #fff;
}

#colophon .widget_categories a:hover,
#colophon .widget_archive a:hover {
  color: #7ed1e3;
}

/* Pages, meta and menus */

.widget_pages a,
.widget_meta a,
.widget_nav_menu a {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #444444;
  display: inline-block;
  font-weight: 700;
  padding: .5em 0;
}

.widget_pages a:hover,
.widget_meta a:hover,
.widget_nav_menu a:hover {
  color: #7ed1e3;
}

.widget_pages ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul {
  margin-left: 1.5em;
}

#colophon .widget_pages a,
#colophon .widget_meta a,
#colophon .widget_nav_menu a {
  color: #fff;
}

#colophon .widget_pages a:hover,
#colophon .widget_meta a:hover,
#colophon .widget_nav_menu a:hover {
  color: #7ed1e3;
}

/* Comments */

.widget_recent_comments {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #888888;
}

.widget_recent_comments li {
  font-style: italic;
  margin-bottom: 1em;
}

.widget_recent_comments a {
  color: #444444;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  padding: .5em 0;
}

.widget_recent_comments a:hover {
  color: #7ed1e3;
}

#colophon .widget_recent_comments {
  color: #666666;
}

#colophon .widget_recent_comments a {
  color: #fff;
}

#colophon .widget_recent_comments a:hover {
  color: #7ed1e3;
}

/* RSS */

.widget_rss .widget-title img {
  display: none;
}

.widget_rss ul li {
  margin-bottom: 1em;
}

.widget_rss ul .rsswidget {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #444444;
  font-weight: 700;
}

.widget_rss ul .rsswidget:hover {
  color: #7ed1e3;
}

.widget_rss .rss-date,
.widget_rss cite {
  font-size: 12px;
  font-size: 0.75rem;
  color: #888888;
  display: block;
  font-style: italic;
  font-weight: 400;
  margin-bottom: .5em;
}

.widget_rss .rssSummary {
  font-size: 13px;
  font-size: 0.8125rem;
}

#colophon .widget_rss .widget-title a {
  color: #fff;
}

#colophon .widget_rss ul .rsswidget {
  color: #fff;
}

#colophon .widget_rss ul .rsswidget:hover {
  color: #7ed1e3;
}

#colophon .widget_rss .rss-date,
#colophon .widget_rss cite {
  color: #666666;
}

/* Tag cloud */

.widget_tag_cloud a {
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  color: #888888;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 2px;
  padding: .5em 1em;
}

.widget_tag_cloud a:hover {
  background-color: #7ed1e3;
  border-color: #7ed1e3;
  color: #fff;
}

#colophon .widget_tag_cloud a {
  border-color: #444;
  color: #888888;
}

#colophon .widget_tag_cloud a:hover {
  background-color: #7ed1e3;
  border-color: #7ed1e3;
  color: #fff;
}

/* Calendar */

.widget_calendar table {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
}

.widget_calendar caption {
  font-size: 12px;
  font-size: 0.75rem;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  font-weight: 700;
  padding: 1em 0;
  text-align: center;
  text-transform: uppercase;
}

.widget_calendar thead th,
.widget_calendar thead td,
.widget_calendar tbody th,
.widget_calendar tbody td,
.widget_calendar tfoot th,
.widget_calendar tfoot td {
  text-align: center;
}

#colophon .widget_calendar table,
#colophon .widget_calendar th,
#colophon .widget_calendar td {
  border-color: #444;
}

#colophon .widget_calendar caption {
  border-color: #444;
}

/* Social icons */

.site-follow {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-follow li {
  display: inline-block;
}

.site-follow a {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  color: #444444;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  margin-bottom: 3px;
  text-align: center;
  width: 34px;
}

.site-follow a:hover {
  color: #fff;
}

.site-follow a.facebook:hover {
  background-color: #3b5998 !important;
  border-color: #3b5998 !important;
}

.site-follow a.twitter:hover {
  background-color: #55acee !important;
  border-color: #55acee !important;
}

.site-follow a.dribbble:hover {
  background-color: #ea4c89 !important;
  border-color: #ea4c89 !important;
}

.site-follow a.linkedin:hover {
  background-color: #0077b5 !important;
  border-color: #0077b5 !important;
}

.site-follow a.flickr:hover {
  background-color: #0063dc !important;
  border-color: #0063dc !important;
}

.site-follow a.tumblr:hover {
  background-color: #35465c !important;
  border-color: #35465c !important;
}

.site-follow a.vimeo:hover {
  background-color: #1ab7ea !important;
  border-color: #1ab7ea !important;
}

.site-follow a.youtube:hover {
  background-color: #cd201f !important;
  border-color: #cd201f !important;
}

.site-follow a.instagram:hover {
  background-color: #3f729b !important;
  border-color: #3f729b !important;
}

.site-follow a.google:hover {
  background-color: #dc4e41 !important;
  border-color: #dc4e41 !important;
}

.site-follow a.foursquare:hover {
  background-color: #f94877 !important;
  border-color: #f94877 !important;
}

.site-follow a.github:hover {
  background-color: #333333 !important;
  border-color: #333333 !important;
}

.site-follow a.pinterest:hover {
  background-color: #bd081c !important;
  border-color: #bd081c !important;
}

.site-follow a.stack-overflow:hover {
  background-color: #fe7a15 !important;
  border-color: #fe7a15 !important;
}

.site-follow a.deviantart:hover {
  background-color: #05cc47 !important;
  border-color: #05cc47 !important;
}

.site-follow a.behance:hover {
  background-color: #1769ff !important;
  border-color: #1769ff !important;
}

.site-follow a.delicious:hover {
  background-color: #3399ff !important;
  border-color: #3399ff !important;
}

.site-follow a.soundcloud:hover {
  background-color: #ff8800 !important;
  border-color: #ff8800 !important;
}

.site-follow a.spotify:hover {
  background-color: #23cf5f !important;
  border-color: #23cf5f !important;
}

.site-follow a.stumbleupon:hover {
  background-color: #eb4924 !important;
  border-color: #eb4924 !important;
}

.site-follow a.reddit:hover {
  background-color: #ff4500 !important;
  border-color: #ff4500 !important;
}

.site-follow a.vine:hover {
  background-color: #00b488 !important;
  border-color: #00b488 !important;
}

.site-follow a.digg:hover {
  background-color: #005be2 !important;
  border-color: #005be2 !important;
}

.site-follow a.vk:hover {
  background-color: #45668e !important;
  border-color: #45668e !important;
}

.site-follow a.yelp:hover {
  background-color: #af0606 !important;
  border-color: #af0606 !important;
}

.site-follow a.medium:hover {
  background-color: #00ab6b !important;
  border-color: #00ab6b !important;
}

.site-follow a.slack:hover {
  background-color: #6ecadc !important;
  border-color: #6ecadc !important;
}

.site-follow a.tripadvisor:hover {
  background-color: #589442 !important;
  border-color: #589442 !important;
}

.site-follow a.rss:hover {
  background-color: #f26522 !important;
  border-color: #f26522 !important;
}

#colophon a {
  background-color: transparent;
  border-color: #444;
  color: #fff;
}

/* Newsletter */

.marlene-widget-newsletter {
  background-color: rgba(126, 209, 227, 0.1);
  padding: 2em 1em;
}

.marlene-widget-newsletter label {
  display: none;
}

.marlene-widget-newsletter input[type="text"],
.marlene-widget-newsletter input[type="email"] {
  min-width: 50%;
}

.marlene-widget-newsletter input[type="submit"] {
  background-color: #7ed1e3;
  color: #fff;
}

.marlene-widget-newsletter input[type="submit"]:hover {
  background: #1b1d1f;
  color: #fff;
}

.marlene-newsletter-description {
  font-size: 14px;
  font-size: 0.875rem;
}

.marlene-newsletter-message {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 1em;
}

.marlene-newsletter-message.marlene-newsletter-error {
  color: #e7272d;
}

.marlene-newsletter-field {
  margin-bottom: .5em;
}

#colophon .marlene-widget-newsletter {
  background-color: transparent;
  padding: 0;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.page-template-custom-front-page #front-page-sidebar {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  margin-bottom: 3em;
  padding-top: 3em;
}

.no-sidebar #main {
  margin-left: auto;
  margin-right: auto;
  max-width: 835px;
}

#secondary {
  border-top: 1px solid #e6e6e6;
  margin-top: 5em;
  padding-top: 5em;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

h1.site-title,
p.site-title {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "Droid Serif", serif;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 1em;
}

h1.site-title a,
p.site-title a {
  color: #444444;
}

#top-header {
  border-bottom: 1px solid #e6e6e6;
  line-height: 1;
  margin-bottom: 2em;
  padding: .5em 0;
  text-align: center;
}

#top-header .site-follow {
  margin-bottom: .5em;
  margin-top: 1em;
}

#masthead {
  margin-bottom: 2.5em;
  text-align: center;
}

#masthead .wrap {
  border-bottom: 10px solid #1b1d1f;
  padding-bottom: 2.5em;
}

.site-description {
  display: none;
}

.today-date {
  display: none;
}

.today-date .month {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  line-height: 1;
}

.today-date .day {
  font-size: 50px;
  font-size: 3.125rem;
  display: block;
  line-height: 1;
}

.site-title,
.site-logo {
  margin-bottom: 2em;
}

.site-logo {
  display: block;
}

#retina-logo {
  display: none;
}

#search-modal-toggle {
  display: none;
}

#search-modal {
  margin-top: 2em;
}

#search-modal input[type="search"] {
  background: #fff url(assets/images/search.svg) -1.5em 50% no-repeat;
  background-size: 40% 40%;
  padding-left: 3em;
}

#search-modal input[type="submit"] {
  display: none;
}

/* #close-search-modal and #search-modal-obfuscator are created with JS dynamically */

#close-search-modal {
  background: url(assets/images/close.svg) center no-repeat;
  background-size: 15px 15px;
  background-color: #7ed1e3;
  border-radius: 100%;
  height: 34px;
  margin-right: -17px;
  padding: 0;
  position: absolute;
  right: 50%;
  text-indent: -99999px;
  top: -60px;
  width: 34px;
  z-index: 999;
}

#close-search-modal:hover {
  background-color: #1b1d1f;
}

.search-modal-open #search-modal {
  display: block;
}

#search-modal-obfuscator {
  background-color: #111;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  opacity: .6;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 997;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

#colophon {
  background-color: #1b1d1f;
  color: #999999;
  margin-top: 5em;
  padding-top: 5em;
}

#colophon strong {
  color: #fff;
}

#colophon .button,
#colophon button,
#colophon input[type="button"],
#colophon input[type="reset"],
#colophon input[type="submit"] {
  background-color: #7ed1e3;
  color: #fff;
}

#colophon .button:hover,
#colophon button:hover,
#colophon input[type="button"]:hover,
#colophon input[type="reset"]:hover,
#colophon input[type="submit"]:hover {
  background-color: #666666;
  color: #fff;
}

#bottom-footer {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #141618;
  color: #fff;
  overflow: hidden;
  padding: 2em 0;
}

#bottom-footer-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#bottom-footer-navigation a {
  color: #7ed1e3;
  font-weight: 700;
}

#bottom-footer-navigation a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
  display: block;
}

.sticky .entry-title {
  border-left: 10px solid #7ed1e3;
  padding-left: .5em;
}

.hentry {
  margin: 0 0 5em;
}

.single-post .hentry {
  margin-bottom: 0;
}

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

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

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

.page-content > p:last-child,
.entry-content > p:last-child,
.entry-summary > p:last-child {
  margin-bottom: 0;
}

.entry-summary {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #888888;
}

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

.post-thumbnail {
  display: block;
  margin-bottom: 2.3em;
}

.post-thumbnail img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.entry-meta {
  font-size: 11px;
  font-size: 0.6875rem;
  border-bottom: 1px solid #e6e6e6;
  color: #888888;
  font-family: "Droid Serif", serif;
  font-style: italic;
  margin-bottom: 2.5em;
  padding-bottom: 1em;
}

.entry-meta a {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #444444;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 600;
}

.entry-meta a:hover {
  color: #7ed1e3;
}

.entry-meta > span.meta {
  margin-right: 1em;
}

.entry-meta .author-avatar {
  display: inline-block;
  margin-right: 1em;
}

.entry-meta .author-avatar img {
  border-radius: 100%;
}

.post-content {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1.5em;
}

.entry-title {
  margin-bottom: 1.13em;
}

.single-page .entry-header {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 2em;
  padding-bottom: 1em;
}

.single-page .entry-title {
  margin-bottom: 0;
}

.subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  color: #999;
}

.post-sharer {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-sharer.before {
  margin-bottom: 4em;
}

.post-sharer.after {
  margin-bottom: 1.5em;
  margin-top: 4em;
}

.post-sharer li {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 1px;
}

.post-sharer a {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: .6em 1em;
}

.post-sharer a:hover {
  color: #fff;
}

.post-sharer .marlene-facebook-share {
  background-color: #3b5998;
  padding: .6em 2.5em;
}

.post-sharer .marlene-facebook-share .fa {
  margin-right: 1em;
}

.post-sharer .marlene-twitter-share {
  background-color: #55acee;
  padding: .6em 2.5em;
}

.post-sharer .marlene-twitter-share .fa {
  margin-right: 1em;
}

.post-sharer .marlene-google-share {
  background-color: #dc4e41;
}

.post-sharer .marlene-linkedin-share {
  background-color: #0077b5;
}

.post-sharer .marlene-pinterest-share {
  background-color: #bd081c;
}

.post-sharer .marlene-vk-share {
  background-color: #45668e;
}

.entry-content .pull img {
  margin-bottom: 3em;
  margin-top: 1.5em;
}

.tags-links {
  font-weight: 700;
}

.tags-links a {
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  color: #888888;
  display: inline-block;
  font-weight: 400;
  margin-right: 4px;
  padding: .5em 1em;
}

.tags-links a:first-child {
  margin-left: 1em;
}

.tags-links a:hover {
  background-color: #1b1d1f;
  border-color: #1b1d1f;
  color: #fff;
}

.page-links {
  font-weight: 700;
}

.page-links a {
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  color: #888888;
  display: inline-block;
  font-weight: 400;
  margin-right: 4px;
  padding: .5em 1em;
}

.page-links a:first-child {
  margin-left: 1em;
}

.page-links a:hover {
  background-color: #1b1d1f;
  border-color: #1b1d1f;
  color: #fff;
}

.post-navigation {
  background-color: rgba(126, 209, 227, 0.1);
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  overflow: hidden;
  padding: 2em 1.5em;
}

.post-navigation .previous-post.has-thumb,
.post-navigation .next-post.has-thumb {
  min-height: 80px;
}

.post-navigation .next-post {
  margin-top: 1.5em;
}

.post-navigation img {
  position: absolute;
}

.post-navigation h4 {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 0;
  padding-right: 1.5em;
}

.post-navigation span {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.post-navigation .has-thumb h4,
.post-navigation .has-thumb span {
  margin-left: 140px;
}

.author-bio {
  border-top: 1px solid #e6e6e6;
  margin-bottom: 1.5em;
  padding-top: 1.5em;
}

.author-bio .author-avatar img {
  border-radius: 100%;
}

.author-bio .author-posts,
.author-bio .author-name {
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  font-weight: 700;
  margin-top: .5em;
}

.author-bio .author-posts a,
.author-bio .author-name a {
  text-decoration: underline;
}

.author-bio .author-posts a:hover,
.author-bio .author-name a:hover {
  color: #444444;
}

.author-bio .author-social-profiles {
  margin: .5em 0 0;
  padding: 0;
}

.author-bio .author-social-profiles li {
  display: inline-block;
}

.author-bio .author-social-profiles a {
  color: #444444;
  padding-right: .4em;
}

.author-bio .author-social-profiles a:hover {
  color: #7ed1e3;
}

.author-bio .author-info {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: .5em;
}

.contributors-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contributors-list .author-bio {
  margin-bottom: 5em;
}

.contributors-list .author-bio:first-child {
  border-top: none;
}

.author .page-header {
  margin-bottom: 2em;
}

.author .author-bio {
  border-top: 0;
  margin-bottom: 5em;
  padding-top: 0;
  border-bottom: 1px solid #e6e6e6;
}

#related-posts {
  border-top: 1px solid #e6e6e6;
  margin-bottom: 1.5em;
  padding-top: 1.5em;
}

#related-posts h3 {
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: #7ed1e3;
  color: #fff;
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  margin-bottom: 1em;
  padding: .75em 3.5em;
  text-transform: uppercase;
}

#related-posts .post-thumbnail {
  margin-bottom: 1em;
}

#related-posts h4 {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: .5em;
}

#related-posts a {
  word-wrap: break-word;
}

#related-posts .entry-summary {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #888888;
}

.marlene-pagination {
  clear: both;
  margin: 1.5em 0;
  text-align: right;
}

.marlene-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.marlene-pagination li {
  display: inline-block;
}

.marlene-pagination a,
.marlene-pagination span {
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  color: #888888;
  display: inline-block;
  font-weight: 400;
  padding: .5em 1em;
}

.marlene-pagination a.current,
.marlene-pagination a:hover,
.marlene-pagination span.current,
.marlene-pagination span:hover {
  background-color: #7ed1e3;
  border-color: #7ed1e3;
  color: #fff;
}

.page-header {
  border: 1px solid #e6e6e6;
  margin-bottom: 5em;
  padding: 1em 1.5em;
}

.page-header .page-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0;
}

.page-header .page-title span {
  color: #7ed1e3;
}

.page-header p {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #888888;
  font-style: italic;
  margin-bottom: 0;
  margin-top: .5em;
}

.error-404 .page-header {
  margin-bottom: 0;
  padding: 0;
  border: none;
  text-align: center;
}

.error-404 .page-title {
  font-size: 120px;
  font-size: 7.5rem;
}

.error-404 .page-content {
  text-align: center;
}

.error-404 .page-content input[type="search"] {
  background: #fff url(assets/images/search.svg) 120% center no-repeat;
  background-size: 40% 40%;
  margin-bottom: 0;
  width: 40%;
}

.error-404 .page-content .search-submit {
  display: none;
}

.no-results .page-content {
  text-align: center;
}

.no-results .page-content p {
  font-size: 20px;
  font-size: 1.25rem;
}

.no-results .page-content input[type="search"] {
  background: #fff url(assets/images/search.svg) 120% center no-repeat;
  background-size: 40% 40%;
  margin-bottom: 0;
  width: 40%;
}

.no-results .page-content .search-submit {
  display: none;
}

h3.post-module-title {
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 3.5em;
  text-transform: uppercase;
}

h3.post-module-title span {
  border-bottom: 1px solid #1b1d1f;
  padding-bottom: .5em;
}

.post-module {
  padding: 0 15px;
  margin-bottom: 3em;
}

.post-module.has-bg ul.posts {
  padding: 1em;
}

.post-module ul.posts {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
}

.post-module ul.posts:before,
.post-module ul.posts:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.post-module ul.posts:after {
  clear: both;
}

.post-module ul.posts li.hentry {
  width: 100%;
  margin-bottom: 3em;
}

.post-module ul.posts li.hentry:last-child {
  margin-bottom: 0;
}

.post-module.columns-1 ul.posts li.hentry {
  float: none;
  width: 100%;
}

.post-module .post-thumbnail {
  margin-bottom: 1.5em;
}

.post-module .entry-header {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.post-module .entry-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.post-module .entry-categories {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-bottom: .3em;
  text-transform: uppercase;
}

.post-module .entry-categories a {
  color: #444444;
  margin-right: .5em;
}

.post-module .entry-categories a:hover {
  color: #7ed1e3;
}

.post-module .entry-summary {
  margin-top: .7em;
}

.post-module .more-button {
  font-size: 11px;
  font-size: 0.6875rem;
  background-color: #7ed1e3;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  margin-top: 1em;
  padding: .3em .85em;
  text-transform: uppercase;
}

.post-module .more-button:hover {
  background-color: #1b1d1f;
  color: #fff;
}

.post-module .entry-footer {
  font-size: 12px;
  font-size: 0.75rem;
  color: #888888;
  padding-top: 1em;
  text-transform: uppercase;
}

.post-module .entry-footer a {
  color: #444444;
  font-weight: 700;
}

.post-module .entry-footer a:hover {
  color: #7ed1e3;
}

.post-module .entry-footer .meta {
  display: inline-block;
  margin-right: .5em;
}

#marlene-load-more-wrap {
  text-align: center;
}

#marlene-load-more {
  background-color: #7ed1e3;
  color: #fff;
}

#marlene-load-more:hover {
  background: #1b1d1f;
  color: #fff;
}

.marlene-more-no-posts {
  font-size: 12px;
  font-size: 0.75rem;
  color: #888888;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.marlene-more-no-posts span {
  border-bottom: 2px dashed #e6e6e6;
  padding-bottom: 1em;
}

.marlene-loader {
  margin: 5em auto 3em;
  text-align: center;
  width: 70px;
}

.marlene-loader > div {
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  background-color: #7ed1e3;
  border-radius: 100%;
  display: inline-block;
  height: 18px;
  width: 18px;
}

.marlene-loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.marlene-loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#homeslider {
  margin: 0 15px 3em;
  position: relative;
}

#homeslider .hentry {
  margin-bottom: 0;
  position: relative;
}

#homeslider .post-thumbnail {
  margin-bottom: 0;
}

#homeslider .slider-content {
  background-color: #1b1d1f;
  color: #fff;
  padding: 1em;
}

#homeslider .slider-content a {
  color: #fff;
}

#homeslider .entry-categories {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-bottom: .5em;
  text-transform: uppercase;
}

#homeslider .entry-title {
  font-size: 16px;
  font-size: 1rem;
}

#homeslider .entry-summary {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 1em;
}

#homeslider .entry-footer {
  font-size: 12px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 1em;
  text-transform: uppercase;
}

#homeslider .entry-footer .meta {
  margin-right: 1em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

#comments {
  border-top: 1px solid #e6e6e6;
  margin-top: 5em;
  padding-top: 1.5em;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 100%;
}

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

.bypostauthor {
  display: block;
}

.comment-notes,
.must-log-in,
.no-comments {
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  font-weight: 700;
}

.comment-awaiting-moderation {
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  font-weight: 700;
}

.comments-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #444444;
  margin-bottom: 2em;
}

.comments-title span {
  color: #7ed1e3;
}

#reply-title {
  font-size: 18px;
  font-size: 1.125rem;
}

.comment-list {
  list-style: none;
  margin-left: 0;
  padding: 0;
}

.comment-list ul,
.comment-list ol {
  list-style: none;
  margin-left: 3em;
  padding: 0;
}

.comment-body {
  padding-bottom: 1.5em;
  position: relative;
}

.comment-body:after {
  background-color: #e6e6e6;
  bottom: 1.5em;
  content: '';
  height: 1px;
  left: 50px;
  position: absolute;
  right: 0;
}

.comment-author,
.comment-metadata,
.comment-content,
.reply,
.comment-awaiting-moderation {
  padding-left: 50px;
}

.comment-author {
  font-size: 13px;
  font-size: 0.8125rem;
}

.comment-author a {
  color: #444444;
}

.comment-author a:hover {
  color: #7ed1e3;
}

.comment-author .says {
  display: none;
}

.comment-author img {
  border-radius: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

.comment-metadata {
  font-size: 12px;
  font-size: 0.75rem;
  color: #888888;
  margin-bottom: .5em;
}

.comment-metadata a {
  color: #888888;
  text-decoration: none;
}

.comment-metadata a:hover {
  color: #7ed1e3;
}

.comment-edit-link:before {
  content: '\f040';
  font-family: 'FontAwesome';
  font-style: normal;
  margin-left: .75em;
  margin-right: .3em;
}

.reply {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 2.5em;
  margin-top: -.5em;
  text-transform: uppercase;
}

.reply a {
  font-size: 11px;
  font-size: 0.6875rem;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  color: #888888;
  color: #888888;
  display: inline-block;
  font-weight: 400;
  padding: .3em .7em;
}

.reply a:hover {
  background-color: #1b1d1f;
  border-color: #1b1d1f;
  color: #fff;
}

.logged-in-as {
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  font-weight: 700;
}

#cancel-comment-reply-link {
  color: #7ed1e3;
  text-decoration: underline;
}

#cancel-comment-reply-link:hover {
  color: #444444;
}

.comment-navigation {
  margin: 0 0 2.5em;
}

.comment-navigation .nav-links > div {
  display: inline-block;
  margin-right: .5em;
}

.comment-navigation a {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #1b1d1f;
  border-radius: 4px;
  color: #dadada;
  display: inline-block;
  padding: .3em .7em;
  text-transform: uppercase;
}

.comment-navigation a:hover {
  background-color: #7ed1e3;
  color: #fff;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## 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 {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #888888;
  margin: 0.769em 0;
}

.wp-caption-text {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #888888;
  text-align: center;
  margin-bottom: 0.769em;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  margin: 0;
  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;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Owl Carousel
--------------------------------------------------------------*/

/*
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  margin-right: 5px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
  font-family: 'FontAwesome';
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  text-align: center;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  color: #dadada;
  background-color: #1b1d1f;
  border-color: #1b1d1f;
}

.owl-carousel .owl-controls {
  position: absolute;
  top: -43.25px;
  right: 0;
}

/*--------------------------------------------------------------
## Flexslider
--------------------------------------------------------------*/

.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

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

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

.flexslider {
  margin: 0;
  padding: 0;
}

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

.flexslider .slides img {
  display: block;
  width: 100%;
}

.flexslider .slides:after {
  clear: both;
  content: "\0020";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

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

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  -moz-user-select: none;
  height: auto;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.flex-control-nav {
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.flex-control-nav li {
  display: inline-block;
  *display: inline;
  margin: 0 6px;
  zoom: 1;
}

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

.flex-direction-nav a {
  transition-duration: 0.2s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-image: url(assets/images/flex-left.svg);
  background-position: center;
  cursor: pointer;
  display: block;
  height: 30px;
  left: 15px;
  margin: -15px 0 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
  top: 50%;
  width: 30px;
  z-index: 10;
}

.flex-direction-nav a.flex-next {
  background-image: url(assets/images/flex-right.svg);
  left: auto;
  right: 15px;
}

.flex-direction-nav a:hover {
  opacity: 1 !important;
}

.flexslider:hover .flex-direction-nav a {
  opacity: .5;
}

@media (min-width: 320px) {
  .mobile #primary-menu-container {
    -webkit-transform: translateX(-320px);
    transform: translateX(-320px);
    width: 320px;
  }

  .no-js #related-posts .related-posts {
    margin-left: -10px;
    overflow: hidden;
    font-size: 0;
    /* hack for margin in inline-block */
    margin-right: -10px;
    overflow: hidden;
  }

  .no-js #related-posts .post {
    font-size: 15px;
    font-size: 0.9375rem;
    /* restore font size */
    display: inline-block;
    margin-top: 1.5em;
    padding-left: 10px;
    vertical-align: top;
    width: 50%;
    padding-right: 10px;
  }

  .no-js #related-posts .post:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media (min-width: 480px) {
  .wrap {
    padding-left: 0;
    padding-right: 0;
    width: 90%;
  }

  .page-template-custom-front-page #primary {
    width: 90% !important;
  }

  .post-navigation .previous-post {
    float: left;
    width: 50%;
  }

  .post-navigation .next-post {
    float: right;
    margin-top: 0;
    width: 50%;
  }

  .author-bio {
    min-height: 165px;
  }

  .author-bio .author-avatar {
    position: absolute;
  }

  .author-bio .author-posts,
  .author-bio .author-name {
    margin-left: 125px;
  }

  .author-bio .author-social-profiles {
    margin-left: 125px;
  }

  .author-bio .author-info {
    margin-left: 125px;
  }

  .post-module {
    padding: 0;
  }

  .post-module ul.posts li.hentry {
    float: left;
    margin: 0 0 3em;
    padding: 0 15px;
    width: 50%;
  }

  .post-module ul.posts li.hentry:nth-child(odd) {
    clear: both;
  }

  #homeslider {
    margin: 0 auto 5em;
    width: 90%;
  }
}

@media (min-width: 768px) {
  .wrap {
    max-width: 815px;
  }

  .entry-meta {
    border: none;
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 3em;
    text-align: right;
    width: 25%;
  }

  .entry-meta > span.meta {
    display: block;
    margin-bottom: .4em;
    margin-right: 0;
  }

  .entry-meta .author-avatar {
    margin-right: 0;
  }

  .entry-meta .author-avatar img {
    margin-bottom: 2em;
  }

  .post-content {
    float: right;
    width: 75%;
  }

  .search-results .type-page .post-content {
    float: none;
    width: 100%;
  }

  .entry-content .pull {
    margin-left: -25%;
  }

  .post-navigation {
    margin-left: 25%;
  }

  .author-bio {
    margin-left: 25%;
  }

  .contributors-list .author-bio {
    margin-left: 0;
  }

  .author .author-bio {
    margin-left: 0;
  }

  #related-posts {
    margin-left: 25%;
  }

  .post-module.has-bg ul.posts {
    padding: 2em;
  }

  .post-module ul.posts li.hentry:nth-child(odd) {
    clear: none;
  }

  .post-module ul.posts li.hentry:last-child {
    margin-bottom: 3em;
  }

  .post-module ul.posts li.first {
    clear: both !important;
  }

  .post-module.columns-1 ul.posts li.hentry:last-child {
    margin-bottom: 0;
  }

  .post-module.columns-2 ul.posts li.hentry:nth-last-child(-n+2) {
    margin-bottom: 0;
  }

  .post-module.columns-3 ul.posts li.hentry {
    width: 33.33333333333333%;
  }

  .post-module.columns-3 ul.posts li.hentry:nth-last-child(-n+3) {
    margin-bottom: 0;
  }

  .post-module.columns-4 ul.posts li.hentry {
    width: 25%;
  }

  .post-module.columns-4 ul.posts li.hentry:nth-last-child(-n+4) {
    margin-bottom: 0;
  }

  .post-module.columns-5 ul.posts li.hentry {
    width: 20%;
  }

  .post-module.columns-5 ul.posts li.hentry:nth-last-child(-n+5) {
    margin-bottom: 0;
  }

  .post-module.columns-1 .entry-title {
    font-size: 23px;
    font-size: 1.4375rem;
  }

  .post-module.columns-2 .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .post-module.columns-3 .entry-title {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .post-module.columns-4 .post-thumbnail {
    margin-bottom: 1em;
  }

  .post-module.columns-5 .entry-title {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .post-module.columns-5 .post-thumbnail {
    margin-bottom: .7em;
  }

  #homeslider .slider-content {
    background-color: transparent;
    bottom: 20px;
    left: 20px;
    position: absolute;
    width: 400px;
    z-index: 999;
  }

  #homeslider .entry-categories:after {
    background-color: rgba(255, 255, 255, 0.3);
    content: '';
    display: block;
    margin-top: .5em;
    height: 1px;
    left: 0;
    margin-bottom: 2em;
    right: 0;
    top: 0;
  }

  #homeslider .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .single-post #comments {
    margin-left: 25%;
  }

  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    float: left;
    width: 33.33333%;
  }

  .comment-form-author {
    padding-right: 5px;
  }

  .comment-form-url {
    padding-left: 5px;
  }
}

@media screen and (min-width: 783px) {
  .mobile .admin-bar #primary-menu-container {
    top: 32px;
  }
}

@media (min-width: 992px) {
  #top-header-navigation {
    display: inline-block;
    float: left;
    width: 49%;
  }

  #top-header-navigation li {
    margin: 0 1.5em 0 0;
  }

  #primary-menu-container {
    padding: 0 3em;
  }

  .no-js #primary-menu {
    text-align: left;
  }

  /* Restore the visibility of the menu */

  .desktop #primary-menu-container {
    display: block;
  }

  #primary-menu > li {
    display: inline-block;
    margin-right: 2.5em;
    position: relative;
  }

  #primary-menu > li.menu-item-has-children {
    padding-right: 1em;
  }

  #primary-menu > li > a {
    padding: 1em 0;
  }

  #primary-menu li.hover > ul {
    display: block;
  }

  #primary-menu ul {
    background-color: #1b1d1f;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 48px;
    width: 270px;
    z-index: 99999;
  }

  #primary-menu ul ul {
    left: 270px;
    top: 0;
  }

  #primary-menu ul a {
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    padding: .75em 1.5em;
  }

  #primary-menu li.menu-item-has-children .expand-submenu {
    background-image: none;
    opacity: 1;
    right: -1.5em;
    top: 1em;
  }

  #primary-menu li.menu-item-has-children .expand-submenu:before {
    font-size: 9px;
    font-size: 0.5625rem;
    transition-duration: 0.2s;
    transition-property: color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    color: #dadada;
    content: '\f0d7';
    font-family: 'FontAwesome';
  }

  #primary-menu li.menu-item-has-children .expand-submenu:hover {
    cursor: pointer;
    opacity: 1;
  }

  #primary-menu li.menu-item-has-children.open > .expand-submenu {
    background-image: none;
  }

  #primary-menu li.menu-item-has-children.current_page_parent > .expand-submenu:before,
  #primary-menu li.menu-item-has-children.current_page_item > .expand-submenu:before,
  #primary-menu li.menu-item-has-children.current-menu-item > .expand-submenu:before,
  #primary-menu li.menu-item-has-children.current_page_ancestor > .expand-submenu:before,
  #primary-menu li.menu-item-has-children.current-menu-ancestor > .expand-submenu:before,
  #primary-menu li.menu-item-has-children:hover > .expand-submenu:before {
    color: #fff;
  }

  #primary-menu ul li.menu-item-has-children .expand-submenu {
    right: 0;
    top: .625em;
  }

  #primary-menu ul li.menu-item-has-children .expand-submenu:before {
    content: '\f0da';
  }

  .fixed-yes #site-navigation {
    width: 90%;
    position: fixed;
    top: 0;
    left: 5%;
    z-index: 1400;
  }

  .fixed-yes body.admin-bar #site-navigation {
    top: 32px;
  }

  .fixed-yes #content {
    padding-top: 40px;
  }

  .marlene-widget-newsletter input[type="text"],
  .marlene-widget-newsletter input[type="email"],
  .marlene-widget-newsletter input[type="submit"] {
    width: 100%;
  }

  .marlene-newsletter-message {
    text-align: center;
  }

  .wrap {
    max-width: 1170px;
  }

  .left-sidebar #primary {
    float: right;
    margin: 0 0 0 -25%;
    width: 100%;
  }

  .left-sidebar #main {
    margin: 0 0 0 25%;
    padding-left: 2.857em;
  }

  .left-sidebar #secondary {
    float: left;
    overflow: hidden;
    width: 25%;
  }

  .left-sidebar #colophon {
    clear: both;
    width: 100%;
  }

  .right-sidebar #primary {
    float: left;
    margin: 0 -25% 0 0;
    width: 100%;
  }

  .right-sidebar #main {
    margin: 0 25% 0 0;
    padding-right: 2.857em;
  }

  .right-sidebar #secondary {
    float: right;
    overflow: hidden;
    width: 25%;
  }

  .right-sidebar #colophon {
    clear: both;
    width: 100%;
  }

  .page-template-custom-front-page #front-page-sidebar {
    border: none;
    margin-bottom: 0;
    padding-top: 0;
  }

  .page-template-custom-front-page #primary {
    float: none;
    margin: 0 auto;
  }

  .page-template-custom-front-page #main {
    margin: 0;
    padding-right: 0;
  }

  .page-template-custom-front-page #main-content-area {
    margin: 0 -15px;
  }

  .page-template-custom-front-page #main-content {
    padding: 0 15px;
  }

  .page-template-custom-front-page #front-page-sidebar {
    padding: 0 15px;
  }

  .page-template-custom-front-page.right-sidebar #main-content {
    float: left;
    width: 75%;
  }

  .page-template-custom-front-page.right-sidebar #front-page-sidebar {
    float: left;
    width: 25%;
  }

  .page-template-custom-front-page.left-sidebar #main-content {
    float: right;
    width: 75%;
  }

  .page-template-custom-front-page.left-sidebar #front-page-sidebar {
    float: right;
    width: 25%;
  }

  .page-template-custom-front-page.no-sidebar #main {
    max-width: none;
  }

  #secondary {
    border: none;
    margin-top: 0;
    padding-top: 0;
  }

  h1.site-title,
  p.site-title {
    margin-bottom: 0;
  }

  #top-header {
    overflow: hidden;
    padding: 1em 0;
    text-align: left;
  }

  #top-header .site-follow {
    display: inline-block;
    float: right;
    margin-bottom: 0;
    margin-top: 0;
    text-align: right;
    width: 49%;
  }

  #top-header .site-follow a {
    border: none;
    display: inline;
    line-height: 1;
    margin: 0;
    padding: .3em .5em;
  }

  #masthead {
    margin-bottom: 4.375em;
    padding-top: 1.5em;
    text-align: left;
  }

  #masthead .wrap {
    border-bottom: none;
    padding-bottom: 0;
  }

  .site-description {
    font-size: 12px;
    font-size: 0.75rem;
    display: inline-block;
    margin: 0 0 3em;
    max-width: 285px;
    text-align: left;
    vertical-align: top;
  }

  .today-date {
    display: inline-block;
    font-family: "Droid Serif", serif;
    font-weight: 700;
    margin-bottom: 3em;
    position: relative;
    vertical-align: top;
  }

  .site-description + .today-date {
    margin-left: 2.5em;
    padding-left: 2.5em;
  }

  .site-description + .today-date:before {
    background-color: #1b1d1f;
    bottom: 0;
    content: '';
    display: inline-block;
    height: 100%;
    left: 0;
    margin-left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }

  .site-title,
  .site-logo {
    float: right;
    vertical-align: top;
  }

  #search-modal-toggle {
    background-color: #2b2d2f;
    color: #fff;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 48px;
  }

  #search-modal-toggle:hover {
    background-color: #7ed1e3;
  }

  #site-navigation {
    position: relative;
  }

  #search-modal {
    display: none;
    left: 0;
    margin-top: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 50%;
    z-index: 999;
  }

  #search-modal input[type="search"] {
    font-size: 18px;
    font-size: 1.125rem;
    border-color: #fff;
    outline: none;
    padding: 10px 20px 10px 3em;
  }

  #search-modal input[type="submit"] {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    padding: 14px 35px 15px;
  }

  #colophon .widget-area {
    margin: 0 -15px;
    overflow: hidden;
  }

  #colophon .footer-widget {
    float: left;
    padding: 0 15px;
    width: 25%;
  }

  #bottom-footer .site-info {
    float: left;
    margin-bottom: 0;
    width: 40%;
  }

  #bottom-footer-navigation {
    float: right;
    text-align: right;
    width: 60%;
  }

  #bottom-footer-navigation li {
    display: inline-block;
  }

  #bottom-footer-navigation a {
    margin: 0 .5em;
  }

  .hentry {
    margin-bottom: 7em;
  }

  #homeslider {
    margin: -2em 30px 5em;
    width: auto;
  }

  #homeslider:after {
    border-bottom: 100px solid #fff;
    border-left: 100px solid transparent;
    bottom: 0;
    content: '';
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
  }

  #homeslider .slider-content {
    bottom: 40px;
    left: 40px;
    padding: 0;
  }

  #homeslider .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (min-width: 1200px) {
  .fixed-yes #site-navigation {
    width: 1170px;
    left: 50%;
    margin-left: -585px;
  }

  #homeslider .slider-content {
    bottom: 70px;
    left: 70px;
  }
}