@charset "UTF-8";
/*!
Theme Name: Aquentro
Theme URI: https://motopress.com/products/aquentro/
Author: MotoPress
Author URI: https://motopress.com/
Description: Aquentro is a single property rental WordPress theme packaged with the ultimate booking plugin.
Version: 1.6.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aquentro
Tags:one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog

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.

Aquentro 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.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Grid
# Typography
# Elements
# Forms
# Vendors
# Navigation
  ## Links
  ## Menus
  ## Navigation
  ## Menu icons
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Header
  ## Posts and pages
  ## Comments
  ## Footer
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
.hidden {
  display: none;
}

/*--------------------------------------------------------------
# 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] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

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 2.5em;
}

hr {
  -webkit-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 0px solid;
  padding: 0;
  margin: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.wrapper {
  max-width: 1400px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 992px) {
  .wrapper {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}

.main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 992px) {
  .main-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 1470px) {
  .post-thumbnail + .main-wrapper {
    position: relative;
  }
}

.site-content {
  background: #fff;
  position: relative;
}

.site-content:after {
  visibility: hidden;
  position: absolute;
  bottom: -5rem;
  height: 5rem;
  width: 100%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222222), to(transparent));
  background: linear-gradient(to bottom, #222222 0, transparent 100%);
}

body.has-header-image .main-wrapper {
  padding-top: 0;
}

@media (min-width: 992px) {
  body.has-vertical-menu .main-wrapper {
    padding-left: 6.25rem;
  }
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  color: #484848;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 400;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  text-rendering: optimizeLegibility;
  font-family: "Oswald", serif;
  color: #222222;
  margin-bottom: 2rem;
  margin-top: 3.75rem;
  position: relative;
  line-height: 1.4;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1 {
  font-size: 39px;
  font-size: 2.4375rem;
  line-height: 1.4;
}

.entry-child-pages-list .entry-title,
h2 {
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 1.4;
}

h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.4;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}

h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}

h6 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
}

p {
  margin: 0 0 1.5em;
}

@media screen and (min-width: 768px) {
  p {
    margin: 0 0 1.75em;
  }
}

dfn, cite, em, i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #f2f2f2;
  font-family: monospace, monospace;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin: 0 0 1.5em;
  padding: 2.5em;
  max-width: 100%;
  overflow: auto;
  font-weight: 300;
}

code, kbd, tt, var {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  background: #7a68e2;
  color: #fff;
  padding: 0.125em 0.25em;
}

abbr, acronym {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
}

mark, ins {
  background: #7a68e2;
  text-decoration: none;
  color: #fff;
  padding: 0 0.250em;
}

big {
  font-size: 125%;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
  }
}

@media screen and (min-width: 768px) {
  p,
  address {
    margin: 0 0 1.75em;
  }
}

@media screen and (min-width: 768px) {
  pre {
    margin: 0 0 1.75em;
    padding: 1.95em 2.5em;
  }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  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/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote {
  quotes: "" "";
}

blockquote {
  quotes: "" "";
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.54545;
  padding: 1.875em 2.5em;
  margin: 2.5em 0;
  background: #f2f2f2;
}

blockquote:before {
  content: '“';
  font-family: "Oswald", serif;
  font-size: 70px;
  width: 60px;
  height: 60px;
  background: #7a68e2;
  border-radius: 50%;
  display: block;
  text-align: center;
  color: #fff;
  margin-bottom: 0.57143em;
  line-height: 1;
  padding-top: 16px;
}

blockquote:after {
  content: "";
}

blockquote cite,
blockquote small {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
  color: #222222;
  font-weight: 700;
  margin-top: 1.5em;
}

@media screen and (min-width: 768px) {
  blockquote cite,
  blockquote small {
    margin-top: 1.75em;
  }
}

p + blockquote cite, p +
blockquote small {
  margin-top: 0;
}

blockquote p {
  margin: 0 0 0.95em;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

blockquote > :last-child {
  margin-bottom: 0;
}

hr {
  background-color: #e0e0e0;
  border: 0;
  height: 1px;
  margin: 4.15em 0 4.65em;
}

ul, ol {
  margin: 0 0 1.5em 1.25em;
  padding: 0 0 0 1rem;
}

ul li + li, ol li + li {
  margin-top: 1.25rem;
}

ul li, ol li {
  padding-left: .5rem;
}

ul {
  list-style: square;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-top: 0.8em;
  margin-left: 1em;
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.25em 1.75em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 0 0 1.5em;
}

@media screen and (min-width: 768px) {
  figure {
    margin: 0 0 1.75em;
  }
}

th,
td {
  border: 1px solid #e0e0e0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  font-weight: 700;
}

th,
td {
  padding: 0.8em;
}

@media screen and (min-width: 768px) {
  .alignleft {
    margin: 0 2.4em 1.75em 0;
  }
}

@media screen and (min-width: 768px) {
  .alignright {
    margin: 0 0 1.75em 2.4em;
  }
}

@media screen and (min-width: 768px) {
  .aligncenter {
    margin: 0 auto 1.75em;
  }
}

@media screen and (min-width: 768px) {
  ul, ol {
    margin: 0 0 1.75em 1.25em;
  }
}

@media screen and (min-width: 768px) {
  li > ul,
  li > ol {
    margin-top: 0.6em;
    margin-left: 1.25em;
  }
}

@media screen and (min-width: 768px) {
  figure {
    margin: 0 0 1.75em;
  }
}

@media screen and (min-width: 768px) {
  table {
    margin: 0 0 1.75em;
  }
}

@media screen and (min-width: 768px) {
  th,
  td {
    padding: 1.3em;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.entry-child-pages-list .more-link,
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #7a68e2;
  text-transform: uppercase;
  padding: 1.215em 2.85714em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #7a68e2;
  -webkit-transition: background ease-in-out .15s, color ease-in-out .15s, border ease-in-out .15s;
  transition: background ease-in-out .15s, color ease-in-out .15s, border ease-in-out .15s;
  border-radius: 1.78571em;
  max-width: 458px;
}

.entry-child-pages-list .more-link:hover, .entry-child-pages-list .more-link:focus,
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  color: #fff;
  background-color: #9688e4;
  border-color: #9688e4;
  text-decoration: none;
}

.entry-child-pages-list .more-link[disabled],
fieldset[disabled] .entry-child-pages-list .more-link,
button[disabled],
fieldset[disabled]
button,
.button[disabled],
fieldset[disabled]
.button,
input[type="button"][disabled],
fieldset[disabled]
input[type="button"],
input[type="reset"][disabled],
fieldset[disabled]
input[type="reset"],
input[type="submit"][disabled],
fieldset[disabled]
input[type="submit"] {
  cursor: not-allowed;
  color: #909090;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.entry-child-pages-list .more-link[disabled]:hover,
fieldset[disabled] .entry-child-pages-list .more-link:hover,
button[disabled]:hover,
fieldset[disabled]
button:hover,
.button[disabled]:hover,
fieldset[disabled]
.button:hover,
input[type="button"][disabled]:hover,
fieldset[disabled]
input[type="button"]:hover,
input[type="reset"][disabled]:hover,
fieldset[disabled]
input[type="reset"]:hover,
input[type="submit"][disabled]:hover,
fieldset[disabled]
input[type="submit"]:hover {
  color: #909090;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.entry-child-pages-list .more-link.button-lg,
button.button-lg,
.button.button-lg,
input[type="button"].button-lg,
input[type="reset"].button-lg,
input[type="submit"].button-lg {
  padding: 1.3em 3.4em;
  height: auto;
}

.button + .button {
  margin-left: 20px;
}

select {
  border: 1px solid #e0e0e0;
}

textarea {
  width: 100%;
}

label {
  display: inline-block;
  max-width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0.71429em;
  color: #475764;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 1.2em 0.2em 0;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
}

select,
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 {
  display: block;
  width: 458px;
  max-width: 100%;
  padding: 1em;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.125;
  color: #484848;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, color ease-in-out .15s;
  transition: border-color ease-in-out .15s, color ease-in-out .15s;
}

select:focus,
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: #7a68e2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select::-ms-expand,
input[type="text"]::-ms-expand,
input[type="email"]::-ms-expand,
input[type="url"]::-ms-expand,
input[type="password"]::-ms-expand,
input[type="search"]::-ms-expand,
input[type="number"]::-ms-expand,
input[type="tel"]::-ms-expand,
input[type="range"]::-ms-expand,
input[type="date"]::-ms-expand,
input[type="month"]::-ms-expand,
input[type="week"]::-ms-expand,
input[type="time"]::-ms-expand,
input[type="datetime"]::-ms-expand,
input[type="datetime-local"]::-ms-expand,
input[type="color"]::-ms-expand,
textarea::-ms-expand {
  border: 0;
  background-color: transparent;
}

select[disabled], select[readonly],
fieldset[disabled] select,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled]
input[type="text"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled]
input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled]
input[type="url"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled]
input[type="password"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled]
input[type="search"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled]
input[type="number"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled]
input[type="tel"],
input[type="range"][disabled],
input[type="range"][readonly],
fieldset[disabled]
input[type="range"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled]
input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled]
input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled]
input[type="week"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled]
input[type="time"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled]
input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled]
input[type="datetime-local"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled]
input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled]
textarea {
  background-color: #f2f2f2;
}

select[disabled],
fieldset[disabled] select,
input[type="text"][disabled],
fieldset[disabled]
input[type="text"],
input[type="email"][disabled],
fieldset[disabled]
input[type="email"],
input[type="url"][disabled],
fieldset[disabled]
input[type="url"],
input[type="password"][disabled],
fieldset[disabled]
input[type="password"],
input[type="search"][disabled],
fieldset[disabled]
input[type="search"],
input[type="number"][disabled],
fieldset[disabled]
input[type="number"],
input[type="tel"][disabled],
fieldset[disabled]
input[type="tel"],
input[type="range"][disabled],
fieldset[disabled]
input[type="range"],
input[type="date"][disabled],
fieldset[disabled]
input[type="date"],
input[type="month"][disabled],
fieldset[disabled]
input[type="month"],
input[type="week"][disabled],
fieldset[disabled]
input[type="week"],
input[type="time"][disabled],
fieldset[disabled]
input[type="time"],
input[type="datetime"][disabled],
fieldset[disabled]
input[type="datetime"],
input[type="datetime-local"][disabled],
fieldset[disabled]
input[type="datetime-local"],
input[type="color"][disabled],
fieldset[disabled]
input[type="color"],
textarea[disabled],
fieldset[disabled]
textarea {
  cursor: not-allowed;
}

select:focus,
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 {
  outline: none;
  border-color: #7a68e2;
}

textarea {
  height: 7.8125rem;
  line-height: 1.75;
}

input[type="search"] {
  -webkit-appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("images/dropdown/dropdown_dark_passive.svg");
  background-repeat: no-repeat;
  background-position: right 0.9rem top 1.275rem;
  padding: .75rem 1.7rem 1rem 1rem;
  max-height: 3.125rem;
  overflow: auto;
}

select:focus {
  background-image: url("images/dropdown/dropdown_light_hover.svg");
}

select::-ms-expand {
  display: none;
}

.search-form {
  position: relative;
}

.search-form label {
  display: block;
  margin: 0;
}

.search-form input[type='search'] {
  padding-right: 35px;
}

.search-form button {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: none;
  color: #909090;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 1rem;
  padding-left: 1rem;
}

.search-form button:hover {
  color: #7a68e2;
}

.search-form .search-field {
  width: 100%;
}

label[for*="pwbox-"] {
  margin-bottom: 0;
  vertical-align: bottom;
}

form {
  margin: 0 0 1.5em;
}

@media screen and (min-width: 768px) {
  form {
    margin: 0 0 1.75em;
  }
}

/*--------------------------------------------------------------
# Vendors
--------------------------------------------------------------*/
.jetpack-testimonial-shortcode.column-1 {
  max-width: 940px;
  margin: 0 auto;
  direction: ltr;
}

.jetpack-testimonial-shortcode.column-1 .testimonial-entry {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jetpack-testimonial-shortcode.column-1 .testimonial-entry .testimonial-featured-image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  margin-bottom: 2.5em;
}

.jetpack-testimonial-shortcode.column-1 .testimonial-entry .testimonial-featured-image img {
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.jetpack-testimonial-shortcode.column-1 .testimonial-entry .testimonial-featured-image:after {
  content: '“';
  font-size: 35px;
  font-size: 2.1875rem;
  display: block;
  width: 30px;
  height: 30px;
  background: #7a68e2;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-top: 8px;
}

.jetpack-testimonial-shortcode.column-1 .testimonial-entry .testimonial-entry-content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  margin: 0 0 1.5em 0;
  padding: 1.25em;
  text-align: center;
}

.jetpack-testimonial-shortcode.column-1 .testimonial-entry .testimonial-entry-title {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  color: #222222;
}

.jetpack-testimonial-shortcode.column-1 .testimonial-entry .testimonial-entry-title a {
  color: inherit;
}

.jetpack-testimonial-shortcode.column-1 .testimonial-entry .testimonial-entry-title a:hover {
  color: #7a68e2;
}

.jetpack-testimonial-shortcode.column-1 .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.jetpack-testimonial-shortcode.column-1 .slick-dots li {
  margin: 0;
  width: 36px;
  height: 36px;
  position: relative;
}

.jetpack-testimonial-shortcode.column-1 .slick-dots li:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #dfdfdf;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.jetpack-testimonial-shortcode.column-1 .slick-dots li:hover:before {
  background: #7a68e2;
  width: 16px;
  height: 16px;
}

.jetpack-testimonial-shortcode.column-1 .slick-dots li button {
  opacity: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.jetpack-testimonial-shortcode.column-1 .slick-dots li.slick-active:before {
  background: #7a68e2;
  width: 16px;
  height: 16px;
}

.entry-content .contact-form textarea,
.entry-content .contact-form input[type='text'],
.entry-content .contact-form input[type='email'],
.entry-content .contact-form input[type='url'] {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}

.entry-content .contact-form textarea {
  height: 130px;
}

.entry-content .contact-form {
  max-width: 458px;
}

.entry-content .contact-form label {
  font-weight: 400;
  margin-bottom: 10px;
}

.entry-content .contact-form > div {
  margin-bottom: 1.5rem;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #7a68e2;
  text-decoration: none;
  -webkit-transition: border-color ease-in-out .15s, color ease-in-out .15s, background ease-in-out .15s;
  transition: border-color ease-in-out .15s, color ease-in-out .15s, background ease-in-out .15s;
}

a:hover, a:active {
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline-color: #484848;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .main-navigation {
    float: left;
    clear: both;
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .main-navigation li {
    float: left;
  }
}

.main-navigation li {
  border-bottom: 1px solid #dfdfdf;
}

@media screen and (min-width: 992px) {
  .main-navigation li {
    border-bottom: 0px solid #dfdfdf;
  }
}

.main-navigation .top-navigation-mobile {
  margin: 1.8em 0 0;
}

.main-navigation .top-navigation-mobile li {
  border-bottom: 0px solid #dfdfdf;
}

.main-navigation ul {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .main-navigation ul {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.main-navigation ul {
  list-style: none;
  line-height: 1.4;
  padding-left: 0;
  margin: 0;
}

.main-navigation ul:after {
  display: table;
  content: '';
  clear: both;
}

.main-navigation ul ul {
  display: none;
  margin: -1px 0;
  text-transform: none;
  min-width: 140px;
  border-top: 1px solid #dfdfdf;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 992px) {
  .main-navigation ul ul {
    padding-top: 0.71429em;
    padding-bottom: 0.71429em;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(51, 51, 51, 0.15);
    box-shadow: 0 4px 8px rgba(51, 51, 51, 0.15);
    border: 1px solid #eeeeee;
    float: left;
    width: 183px;
    position: absolute;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    margin: 0;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .main-navigation ul ul ul {
    visibility: hidden;
    top: -1px;
  }
  .main-navigation ul ul li {
    float: none;
    padding: 0;
  }
  .main-navigation ul ul li:hover ul, .main-navigation ul ul li:focus ul {
    top: 0;
  }
}

.main-navigation ul ul li {
  margin: 0;
}

@media screen and (min-width: 992px) {
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: 100%;
  }
}

.main-navigation ul ul a {
  color: #484848;
  padding: 0.85em 0 0.85em 1.5em;
  text-transform: none;
}

@media screen and (min-width: 992px) {
  .main-navigation ul ul a {
    width: 100%;
    padding: 0.83333em 1.16667em;
    color: #222222;
  }
}

.main-navigation ul ul a:before {
  content: "";
  display: none;
  position: absolute;
  left: -1px;
  z-index: 1;
  top: .5em;
  bottom: .5em;
  width: 2px;
  height: auto;
  right: auto;
  background: #7a68e2;
}

@media (min-width: 992px) {
  .main-navigation ul ul a:hover:before {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .main-navigation ul li > ul {
    left: auto;
  }
  .main-navigation ul li > ul.toleft {
    right: 0;
  }
  .main-navigation ul li li > ul {
    left: 100%;
  }
  .main-navigation ul li li > ul.toleft {
    left: -100%;
    top: 0;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}

.main-navigation li {
  margin: 0;
  padding: 0;
  position: relative;
}

@media (min-width: 992px) {
  .main-navigation li {
    margin: 0 1.66667em;
  }
}

.main-navigation a {
  display: block;
  text-decoration: none;
  -webkit-transition: border-color ease-in-out .15s, color ease-in-out .15s, background ease-in-out .15s;
  transition: border-color ease-in-out .15s, color ease-in-out .15s, background ease-in-out .15s;
  color: inherit;
  padding: 1em 0;
  font-weight: 700;
}

@media (min-width: 992px) {
  .main-navigation a {
    text-transform: uppercase;
    font-weight: 500;
  }
}

.main-navigation a:hover {
  color: #7a68e2;
}

.main-navigation a:before {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #7a68e2;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #7a68e2;
  display: block;
}

@media (min-width: 992px) {
  .main-navigation .current_page_item > a:before,
  .main-navigation .current-menu-item > a:before,
  .main-navigation .current_page_ancestor > a:before,
  .main-navigation .current-menu-ancestor > a:before {
    display: block;
  }
}

.main-navigation .menu-item-has-children a {
  margin-right: 4em;
}

@media screen and (min-width: 992px) {
  .main-navigation .menu-item-has-children a {
    margin-right: 0;
  }
}

@media screen and (min-width: 992px) {
  .main-navigation .menu-item-has-children .menu-item-has-children a {
    padding: 0.83333em 1.16667em;
  }
}

.main-navigation .menu-item-has-children .current_page_item > a,
.main-navigation .menu-item-has-children .current-menu-item > a,
.main-navigation .menu-item-has-children .current_page_ancestor > a,
.main-navigation .menu-item-has-children .current-menu-ancestor > a {
  color: #7a68e2;
}

@media (min-width: 992px) {
  .main-navigation .menu-item-has-children .current_page_item > a:after,
  .main-navigation .menu-item-has-children .current-menu-item > a:after,
  .main-navigation .menu-item-has-children .current_page_ancestor > a:after,
  .main-navigation .menu-item-has-children .current-menu-ancestor > a:after {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .menu-primary-container > ul > li:first-of-type > a {
    padding-left: 0;
  }
}

@media screen and (min-width: 992px) {
  .menu-primary-container > ul > li:last-of-type > a {
    padding-right: 0;
  }
}

.footer-navigation li {
  display: inline-block;
  margin: 0 0.7em 0.6em;
}

.main-navigation .menu-item-has-children > a:after,
.main-navigation .menu-item-has-children .dropdown-toggle:after {
  content: "";
  font-family: FontAwesome;
  font-size: 12px;
  font-size: 0.75rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px;
}

.main-navigation .menu-item-has-children .menu-item-has-children > a:after {
  position: absolute;
  top: 1em;
  right: 1em;
}

.main-navigation .menu-item-has-children > a:after {
  display: none;
  margin-left: 0.75em;
  float: right;
}

@media screen and (min-width: 992px) {
  .main-navigation .menu-item-has-children > a:after {
    display: block;
  }
}

.main-navigation .menu-item-has-children .dropdown-toggle {
  background: transparent;
  border: 0px solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-left: 1px solid #dfdfdf;
  border-radius: 0;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  padding: .325rem 1.45em;
  margin: 0.65rem 0;
  color: #222222;
}

@media (min-width: 992px) {
  .main-navigation .menu-item-has-children .dropdown-toggle {
    color: inherit;
  }
}

.main-navigation .menu-item-has-children .dropdown-toggle.toggled-on:after {
  content: "";
}

@media screen and (min-width: 992px) {
  .main-navigation .menu-item-has-children .dropdown-toggle {
    display: none;
  }
}

.main-navigation .sub-menu .menu-item-has-children > a:after {
  content: "";
  float: right;
}

.main-navigation {
  margin: 0.09375em 0;
}

.main-navigation > div:last-child {
  padding-bottom: 2.5rem;
}

@media screen and (min-width: 992px) {
  .main-navigation > div:last-child {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .main-navigation {
    margin: 0 -2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .main-navigation {
    margin: 0 -1.25rem;
  }
}

.main-navigation .menu-primary-container {
  display: none;
}

.main-navigation.toggled {
  background: #fff;
}

.main-navigation.toggled .menu-primary-container {
  display: block;
}

@media screen and (max-width: 991px) {
  .main-navigation.toggled .menu-primary-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .main-navigation.toggled .menu-primary-container {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.main-navigation.toggled .menu-toggle-wrapper {
  margin-bottom: 1.25rem;
}

.main-navigation.toggled .menu-toggle-wrapper button {
  color: #484848;
}

.main-navigation.toggled ul li a {
  padding: 1rem .625rem;
}

.main-navigation.toggled ul ul a {
  padding-left: 1.325rem;
}

.main-navigation.toggled ul ul ul a {
  padding-left: 2.125rem;
}

.main-navigation.toggled ul ul ul ul a {
  padding-left: 2.825rem;
}

.main-navigation.toggled ul ul ul ul ul a {
  padding-left: 3.525rem;
}

.main-navigation .menu-primary-container {
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .main-navigation .menu-primary-container {
    display: block;
  }
}

.menu-toggle, .main-navigation .toggled ul:not(.sub-menu), .main-navigation ul ul.toggled-on {
  display: block;
}

@media screen and (min-width: 992px) {
  .menu-toggle-wrapper {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.menu-footer-menu-container {
  display: inline-block;
}

.content-left-menu-container {
  display: none;
  z-index: 1;
  -webkit-transform: rotate(-90deg) translateX(-40%);
  transform: rotate(-90deg) translateX(-40%);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  position: fixed;
  top: 50%;
  width: 100vh;
  left: 0;
  padding: 20px 0;
  -webkit-transition: visibility .5s ease, opacity .8s ease, -webkit-transform .6s ease;
  transition: visibility .5s ease, opacity .8s ease, -webkit-transform .6s ease;
  transition: visibility .5s ease, opacity .8s ease, transform .6s ease;
  transition: visibility .5s ease, opacity .8s ease, transform .6s ease, -webkit-transform .6s ease;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 992px) {
  .content-left-menu-container {
    display: block;
  }
}

.content-left-menu-container.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(-90deg) translateX(-50%);
  transform: rotate(-90deg) translateX(-50%);
}

.content-left-menu-container.absolute {
  position: absolute;
}

.content-left-menu-container .content-left-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-size: 0.6875rem;
}

.content-left-menu-container .content-left-menu li {
  margin: 0;
}

.content-left-menu-container .content-left-menu li:after {
  content: '—';
  margin: 0 15px;
  color: #909090;
}

.content-left-menu-container .content-left-menu li:last-of-type:after {
  display: none;
}

.content-left-menu-container .content-left-menu li a {
  color: #909090;
  text-transform: uppercase;
}

.content-left-menu-container .content-left-menu li a:hover {
  color: #7a68e2;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main
.posts-navigation {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous {
    float: left;
    width: 50%;
  }
}

.comment-navigation .nav-previous + .nav-next,
.posts-navigation .nav-previous + .nav-next {
  margin-top: 1.7em;
}

@media screen and (min-width: 768px) {
  .comment-navigation .nav-previous + .nav-next,
  .posts-navigation .nav-previous + .nav-next {
    margin-top: 0;
    padding-top: 0;
  }
}

.comment-navigation .nav-next,
.posts-navigation .nav-next {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .comment-navigation .nav-next,
  .posts-navigation .nav-next {
    float: right;
    width: 50%;
  }
}

.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .post-navigation .nav-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.post-navigation a {
  color: inherit;
  display: block;
}

.post-navigation a:hover {
  text-decoration: none;
}

.post-navigation a:hover .post-title {
  color: #7a68e2;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
  padding-bottom: 1.875em;
  border-bottom: 1px solid #eeeeee;
}

@media (min-width: 992px) {
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    padding-bottom: 3.75em;
  }
}

.post-navigation .nav-next {
  text-align: right;
}

.post-navigation .nav-next .meta-nav {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.post-navigation .nav-previous + .nav-next {
  margin-top: 1.7em;
}

@media (min-width: 768px) {
  .post-navigation .nav-previous + .nav-next {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .post-navigation .nav-previous {
    margin-right: 1em;
  }
  .post-navigation .nav-next {
    margin-left: 1em;
  }
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: calc(50% - 1em);
    border-bottom: 1px solid #eeeeee;
  }
}

.post-navigation span {
  display: block;
}

.post-navigation .meta-nav {
  color: #909090;
  margin: 0 0 1.875em;
  text-transform: lowercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post-navigation .meta-nav:after {
  content: '';
  background: url("images/divider_line_big.svg");
  width: 38px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-top: 1em;
  background-size: contain;
}

.post-navigation .post-title {
  font-family: "Oswald", serif;
  color: #222222;
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 1.4;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  word-wrap: break-word;
}

.pagination {
  font-size: 16px;
  font-size: 1rem;
  padding: 3.75rem 0 3.75rem 3.75rem;
  text-align: center;
}

@media (min-width: 768px) {
  .pagination {
    padding: 3.75rem 0 3.75rem 3.75rem;
    width: calc(100% - 114px);
    float: right;
  }
}

.pagination .nav-links {
  display: block;
}

.pagination .page-numbers {
  display: block;
  float: left;
  padding: 0 0.925em;
  line-height: 3.75em;
  font-weight: 700;
  margin-top: 0.25em;
}

.pagination .prev,
.pagination .next {
  position: relative;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  color: #484848;
  height: 3em;
  width: 3em;
  text-align: center;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 8px rgba(34, 34, 34, 0.15);
  box-shadow: 0 4px 8px rgba(34, 34, 34, 0.15);
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 3em;
}

.pagination .prev:before,
.pagination .next:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #7a68e2;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.pagination .prev:hover,
.pagination .next:hover {
  color: #fff;
}

.pagination .prev:hover:before,
.pagination .next:hover:before {
  opacity: 1;
}

.pagination .prev {
  margin-right: 1em;
  background-image: url("images/arrows/arrow_left_passive.svg");
}

.pagination .prev:before {
  background-image: url("images/arrows/arrow_left_hover.svg");
}

.pagination .next {
  margin-left: 1em;
  background-image: url("images/arrows/arrow_right_passive.svg");
}

.pagination .next:before {
  background-image: url("images/arrows/arrow_right_hover.svg");
}

/*--------------------------------------------------------------
# Menu icons
--------------------------------------------------------------*/
.theme-social-menu a[href*="twitter.com"] .menu-text, .theme-social-menu a[href*="facebook.com"] .menu-text, .theme-social-menu a[href*="plus.google.com"] .menu-text, .theme-social-menu a[href*="pinterest.com"] .menu-text, .theme-social-menu a[href*="foursquare.com"] .menu-text, .theme-social-menu a[href*="yahoo.com"] .menu-text, .theme-social-menu a[href*="skype:"] .menu-text, .theme-social-menu a[href*="yelp.com"] .menu-text, .theme-social-menu a[href*="linkedin.com"] .menu-text, .theme-social-menu a[href*="viadeo.com"] .menu-text, .theme-social-menu a[href*="xing.com"] .menu-text, .theme-social-menu a[href*="soundcloud.com"] .menu-text, .theme-social-menu a[href*="spotify.com"] .menu-text, .theme-social-menu a[href*="last.fm"] .menu-text, .theme-social-menu a[href*="youtube.com"] .menu-text, .theme-social-menu a[href*="vimeo.com"] .menu-text, .theme-social-menu a[href*="vine.com"] .menu-text, .theme-social-menu a[href*="flickr.com"] .menu-text, .theme-social-menu a[href*="500px.com"] .menu-text, .theme-social-menu a[href*="instagram.com"] .menu-text, .theme-social-menu a[href*="tumblr.com"] .menu-text, .theme-social-menu a[href*="reddit.com"] .menu-text, .theme-social-menu a[href*="dribbble.com"] .menu-text, .theme-social-menu a[href*="stumbleupon.com"] .menu-text, .theme-social-menu a[href*="digg.com"] .menu-text, .theme-social-menu a[href*="behance.net"] .menu-text, .theme-social-menu a[href*="delicious.com"] .menu-text, .theme-social-menu a[href*="deviantart.com"] .menu-text, .theme-social-menu a[href*="play.com"] .menu-text, .theme-social-menu a[href*="wikipedia.com"] .menu-text, .theme-social-menu a[href*="apple.com"] .menu-text, .theme-social-menu a[href*="github.com"] .menu-text, .theme-social-menu a[href*="github.io"] .menu-text, .theme-social-menu a[href*="windows.com"] .menu-text, .theme-social-menu a[href*="tripadvisor."] .menu-text, .theme-social-menu a[href*="slideshare.net"] .menu-text, .theme-social-menu a[href*=".rss"] .menu-text, .theme-social-menu a[href*="vk.com"] .menu-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.theme-social-menu a[href*="twitter.com"]:before, .theme-social-menu a[href*="facebook.com"]:before, .theme-social-menu a[href*="plus.google.com"]:before, .theme-social-menu a[href*="pinterest.com"]:before, .theme-social-menu a[href*="foursquare.com"]:before, .theme-social-menu a[href*="yahoo.com"]:before, .theme-social-menu a[href*="skype:"]:before, .theme-social-menu a[href*="yelp.com"]:before, .theme-social-menu a[href*="linkedin.com"]:before, .theme-social-menu a[href*="viadeo.com"]:before, .theme-social-menu a[href*="xing.com"]:before, .theme-social-menu a[href*="soundcloud.com"]:before, .theme-social-menu a[href*="spotify.com"]:before, .theme-social-menu a[href*="last.fm"]:before, .theme-social-menu a[href*="youtube.com"]:before, .theme-social-menu a[href*="vimeo.com"]:before, .theme-social-menu a[href*="vine.com"]:before, .theme-social-menu a[href*="flickr.com"]:before, .theme-social-menu a[href*="500px.com"]:before, .theme-social-menu a[href*="instagram.com"]:before, .theme-social-menu a[href*="tumblr.com"]:before, .theme-social-menu a[href*="reddit.com"]:before, .theme-social-menu a[href*="dribbble.com"]:before, .theme-social-menu a[href*="stumbleupon.com"]:before, .theme-social-menu a[href*="digg.com"]:before, .theme-social-menu a[href*="behance.net"]:before, .theme-social-menu a[href*="delicious.com"]:before, .theme-social-menu a[href*="deviantart.com"]:before, .theme-social-menu a[href*="play.com"]:before, .theme-social-menu a[href*="wikipedia.com"]:before, .theme-social-menu a[href*="apple.com"]:before, .theme-social-menu a[href*="github.com"]:before, .theme-social-menu a[href*="github.io"]:before, .theme-social-menu a[href*="windows.com"]:before, .theme-social-menu a[href*="tripadvisor."]:before, .theme-social-menu a[href*="slideshare.net"]:before, .theme-social-menu a[href*=".rss"]:before, .theme-social-menu a[href*="vk.com"]:before {
  margin-right: 0;
}

.theme-social-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  margin: 0;
}

.theme-social-menu li {
  margin: 0 .5rem;
  padding: 0;
}

.theme-social-menu li a {
  padding: 0 .5rem;
}

.theme-social-menu a:before {
  font: normal normal normal 1rem/1 FontAwesome;
  font-size: 16px;
  font-size: 1rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px;
  display: inline-block !important;
  margin-right: 0.438em;
}

.theme-social-menu a:empty {
  width: 1em;
}

.theme-social-menu a[href*="twitter.com"]:before {
  content: "";
}

.theme-social-menu a[href*="facebook.com"]:before {
  content: "";
}

.theme-social-menu a[href*="google.com"]:before {
  content: "";
}

.theme-social-menu a[href*="/map"]:before {
  content: "";
}

.theme-social-menu a[href*="pinterest.com"]:before {
  content: "";
}

.theme-social-menu a[href*="foursquare.com"]:before {
  content: "";
}

.theme-social-menu a[href*="yahoo.com"]:before {
  content: "";
}

.theme-social-menu a[href*="skype:"]:before {
  content: "";
}

.theme-social-menu a[href*="yelp.com"]:before {
  content: "";
}

.theme-social-menu a[href*="linkedin.com"]:before {
  content: "";
}

.theme-social-menu a[href*="viadeo.com"]:before {
  content: "";
}

.theme-social-menu a[href*="xing.com"]:before {
  content: "";
}

.theme-social-menu a[href*="soundcloud.com"]:before {
  content: "";
}

.theme-social-menu a[href*="spotify.com"]:before {
  content: "";
}

.theme-social-menu a[href*="last.fm"]:before {
  content: "";
}

.theme-social-menu a[href*="youtube.com"]:before {
  content: "";
}

.theme-social-menu a[href*="vimeo.com"]:before {
  content: "";
}

.theme-social-menu a[href*="vine.com"]:before {
  content: "";
}

.theme-social-menu a[href*="flickr.com"]:before {
  content: "";
}

.theme-social-menu a[href*="500px.com"]:before {
  content: "";
}

.theme-social-menu a[href*="instagram.com"]:before {
  content: "";
}

.theme-social-menu a[href*="tumblr.com"]:before {
  content: "";
}

.theme-social-menu a[href*="reddit.com"]:before {
  content: "";
}

.theme-social-menu a[href*="dribbble.com"]:before {
  content: "";
}

.theme-social-menu a[href*="stumbleupon.com"]:before {
  content: "";
}

.theme-social-menu a[href*="digg.com"]:before {
  content: "";
}

.theme-social-menu a[href*="behance.net"]:before {
  content: "";
}

.theme-social-menu a[href*="delicious.com"]:before {
  content: "";
}

.theme-social-menu a[href*="deviantart.com"]:before {
  content: "";
}

.theme-social-menu a[href*="play.com"]:before {
  content: "";
}

.theme-social-menu a[href*="wikipedia.com"]:before {
  content: "";
}

.theme-social-menu a[href*="apple.com"]:before {
  content: "";
}

.theme-social-menu a[href*="github.com"]:before {
  content: "";
}

.theme-social-menu a[href*="github.io"]:before {
  content: "";
}

.theme-social-menu a[href*="windows.com"]:before {
  content: "";
}

.theme-social-menu a[href*="tripadvisor."]:before {
  content: "";
}

.theme-social-menu a[href*="slideshare.net"]:before {
  content: "";
}

.theme-social-menu a[href*=".rss"]:before {
  content: "";
}

.theme-social-menu a[href*="vk.com"]:before {
  content: "";
}

.theme-social-menu a[href*="tel:"]:before {
  content: "";
}

.footer-navigation .theme-social-menu a[href*="twitter.com"], .footer-navigation .theme-social-menu a[href*="facebook.com"], .footer-navigation .theme-social-menu a[href*="plus.google.com"], .footer-navigation .theme-social-menu a[href*="pinterest.com"], .footer-navigation .theme-social-menu a[href*="foursquare.com"], .footer-navigation .theme-social-menu a[href*="yahoo.com"], .footer-navigation .theme-social-menu a[href*="skype:"], .footer-navigation .theme-social-menu a[href*="yelp.com"], .footer-navigation .theme-social-menu a[href*="linkedin.com"], .footer-navigation .theme-social-menu a[href*="viadeo.com"], .footer-navigation .theme-social-menu a[href*="xing.com"], .footer-navigation .theme-social-menu a[href*="soundcloud.com"], .footer-navigation .theme-social-menu a[href*="spotify.com"], .footer-navigation .theme-social-menu a[href*="last.fm"], .footer-navigation .theme-social-menu a[href*="youtube.com"], .footer-navigation .theme-social-menu a[href*="vimeo.com"], .footer-navigation .theme-social-menu a[href*="vine.com"], .footer-navigation .theme-social-menu a[href*="flickr.com"], .footer-navigation .theme-social-menu a[href*="500px.com"], .footer-navigation .theme-social-menu a[href*="instagram.com"], .footer-navigation .theme-social-menu a[href*="wordpress.com"], .footer-navigation .theme-social-menu a[href*="wordpress.org"], .footer-navigation .theme-social-menu a[href*="tumblr.com"], .footer-navigation .theme-social-menu a[href*="reddit.com"], .footer-navigation .theme-social-menu a[href*="dribbble.com"], .footer-navigation .theme-social-menu a[href*="stumbleupon.com"], .footer-navigation .theme-social-menu a[href*="digg.com"], .footer-navigation .theme-social-menu a[href*="behance.net"], .footer-navigation .theme-social-menu a[href*="delicious.com"], .footer-navigation .theme-social-menu a[href*="deviantart.com"], .footer-navigation .theme-social-menu a[href*="play.com"], .footer-navigation .theme-social-menu a[href*="wikipedia.com"], .footer-navigation .theme-social-menu a[href*="apple.com"], .footer-navigation .theme-social-menu a[href*="github.com"], .footer-navigation .theme-social-menu a[href*="github.io"], .footer-navigation .theme-social-menu a[href*="windows.com"], .footer-navigation .theme-social-menu a[href*="tripadvisor."], .footer-navigation .theme-social-menu a[href*="slideshare.net"], .footer-navigation .theme-social-menu a[href*=".rss"], .footer-navigation .theme-social-menu a[href*="vk.com"] {
  margin: 0 0 1em;
  padding: 0;
  border-radius: 100%;
  background: transparent;
  width: 2.858em;
  height: 2.858em;
  line-height: 3.35em;
  text-align: center;
  color: #96acbd;
}

.footer-navigation .theme-social-menu a[href*="twitter.com"]:before, .footer-navigation .theme-social-menu a[href*="facebook.com"]:before, .footer-navigation .theme-social-menu a[href*="plus.google.com"]:before, .footer-navigation .theme-social-menu a[href*="pinterest.com"]:before, .footer-navigation .theme-social-menu a[href*="foursquare.com"]:before, .footer-navigation .theme-social-menu a[href*="yahoo.com"]:before, .footer-navigation .theme-social-menu a[href*="skype:"]:before, .footer-navigation .theme-social-menu a[href*="yelp.com"]:before, .footer-navigation .theme-social-menu a[href*="linkedin.com"]:before, .footer-navigation .theme-social-menu a[href*="viadeo.com"]:before, .footer-navigation .theme-social-menu a[href*="xing.com"]:before, .footer-navigation .theme-social-menu a[href*="soundcloud.com"]:before, .footer-navigation .theme-social-menu a[href*="spotify.com"]:before, .footer-navigation .theme-social-menu a[href*="last.fm"]:before, .footer-navigation .theme-social-menu a[href*="youtube.com"]:before, .footer-navigation .theme-social-menu a[href*="vimeo.com"]:before, .footer-navigation .theme-social-menu a[href*="vine.com"]:before, .footer-navigation .theme-social-menu a[href*="flickr.com"]:before, .footer-navigation .theme-social-menu a[href*="500px.com"]:before, .footer-navigation .theme-social-menu a[href*="instagram.com"]:before, .footer-navigation .theme-social-menu a[href*="wordpress.com"]:before, .footer-navigation .theme-social-menu a[href*="wordpress.org"]:before, .footer-navigation .theme-social-menu a[href*="tumblr.com"]:before, .footer-navigation .theme-social-menu a[href*="reddit.com"]:before, .footer-navigation .theme-social-menu a[href*="dribbble.com"]:before, .footer-navigation .theme-social-menu a[href*="stumbleupon.com"]:before, .footer-navigation .theme-social-menu a[href*="digg.com"]:before, .footer-navigation .theme-social-menu a[href*="behance.net"]:before, .footer-navigation .theme-social-menu a[href*="delicious.com"]:before, .footer-navigation .theme-social-menu a[href*="deviantart.com"]:before, .footer-navigation .theme-social-menu a[href*="play.com"]:before, .footer-navigation .theme-social-menu a[href*="wikipedia.com"]:before, .footer-navigation .theme-social-menu a[href*="apple.com"]:before, .footer-navigation .theme-social-menu a[href*="github.com"]:before, .footer-navigation .theme-social-menu a[href*="github.io"]:before, .footer-navigation .theme-social-menu a[href*="windows.com"]:before, .footer-navigation .theme-social-menu a[href*="tripadvisor."]:before, .footer-navigation .theme-social-menu a[href*="slideshare.net"]:before, .footer-navigation .theme-social-menu a[href*=".rss"]:before, .footer-navigation .theme-social-menu a[href*="vk.com"]:before {
  font-size: 16px;
  font-size: 1rem;
}

.footer-navigation .theme-social-menu a[href*="twitter.com"]:hover, .footer-navigation .theme-social-menu a[href*="facebook.com"]:hover, .footer-navigation .theme-social-menu a[href*="plus.google.com"]:hover, .footer-navigation .theme-social-menu a[href*="pinterest.com"]:hover, .footer-navigation .theme-social-menu a[href*="foursquare.com"]:hover, .footer-navigation .theme-social-menu a[href*="yahoo.com"]:hover, .footer-navigation .theme-social-menu a[href*="skype:"]:hover, .footer-navigation .theme-social-menu a[href*="yelp.com"]:hover, .footer-navigation .theme-social-menu a[href*="linkedin.com"]:hover, .footer-navigation .theme-social-menu a[href*="viadeo.com"]:hover, .footer-navigation .theme-social-menu a[href*="xing.com"]:hover, .footer-navigation .theme-social-menu a[href*="soundcloud.com"]:hover, .footer-navigation .theme-social-menu a[href*="spotify.com"]:hover, .footer-navigation .theme-social-menu a[href*="last.fm"]:hover, .footer-navigation .theme-social-menu a[href*="youtube.com"]:hover, .footer-navigation .theme-social-menu a[href*="vimeo.com"]:hover, .footer-navigation .theme-social-menu a[href*="vine.com"]:hover, .footer-navigation .theme-social-menu a[href*="flickr.com"]:hover, .footer-navigation .theme-social-menu a[href*="500px.com"]:hover, .footer-navigation .theme-social-menu a[href*="instagram.com"]:hover, .footer-navigation .theme-social-menu a[href*="wordpress.com"]:hover, .footer-navigation .theme-social-menu a[href*="wordpress.org"]:hover, .footer-navigation .theme-social-menu a[href*="tumblr.com"]:hover, .footer-navigation .theme-social-menu a[href*="reddit.com"]:hover, .footer-navigation .theme-social-menu a[href*="dribbble.com"]:hover, .footer-navigation .theme-social-menu a[href*="stumbleupon.com"]:hover, .footer-navigation .theme-social-menu a[href*="digg.com"]:hover, .footer-navigation .theme-social-menu a[href*="behance.net"]:hover, .footer-navigation .theme-social-menu a[href*="delicious.com"]:hover, .footer-navigation .theme-social-menu a[href*="deviantart.com"]:hover, .footer-navigation .theme-social-menu a[href*="play.com"]:hover, .footer-navigation .theme-social-menu a[href*="wikipedia.com"]:hover, .footer-navigation .theme-social-menu a[href*="apple.com"]:hover, .footer-navigation .theme-social-menu a[href*="github.com"]:hover, .footer-navigation .theme-social-menu a[href*="github.io"]:hover, .footer-navigation .theme-social-menu a[href*="windows.com"]:hover, .footer-navigation .theme-social-menu a[href*="tripadvisor."]:hover, .footer-navigation .theme-social-menu a[href*="slideshare.net"]:hover, .footer-navigation .theme-social-menu a[href*=".rss"]:hover, .footer-navigation .theme-social-menu a[href*="vk.com"]:hover {
  color: #7a68e2;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin: 0 2.4em 1.5em 0;
}

.alignright {
  display: inline;
  float: right;
  margin: 0 0 1.5em 2.4em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto 1.5em;
}

/*--------------------------------------------------------------
# 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;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area > :last-child,
.widget > :last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .main-wrapper > .widget-area {
    border-left: 1px solid #eeeeee;
  }
}

.widget {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  margin-bottom: 5em;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget:first-child {
  padding-top: 0;
}

.widget .widget-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  position: relative;
  font-weight: 400;
  padding: 0;
  margin-bottom: 2.5em;
}

.widget .widget-title:before {
  display: none;
}

.widget .widget-title:after {
  content: '';
  margin-left: 1rem;
  height: 18px;
  width: 40px;
  background: url("images/divider_line_small.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .site-footer .widget .widget-title {
    margin-bottom: 1.500em;
  }
}

.widget .widget .widget-title:empty {
  margin-bottom: 0;
}

.widget ul {
  list-style: none;
  padding: 0;
}

.widget ul ul {
  padding-left: 1rem;
}

.widget ul li {
  padding-left: 0;
}

.widget.widget_recent_comments ul, .widget.widget_recent_entries ul, .widget.widget_text ul {
  list-style: square;
  padding-left: 1rem;
}

.widget.widget_recent_comments ul li, .widget.widget_recent_entries ul li, .widget.widget_text ul li {
  padding-left: .5rem;
}

.widget.widget_recent_comments .comment-author-link a {
  color: inherit;
}

.widget ol, .widget ul {
  margin-left: 0;
}

.widget ol ul, .widget ol ol, .widget ul ul, .widget ul ol {
  margin: 0.8em 0 0 0.7em;
}

.widget.widget_calendar th, .widget.widget_calendar td {
  border-width: 0;
}

.widget.widget_calendar th {
  font-weight: 400;
  color: #909090;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.66667;
  padding: 0.7em 0 0.4em;
}

.widget.widget_calendar tbody th, .widget.widget_calendar tbody td, .widget.widget_calendar thead th, .widget.widget_calendar thead td {
  text-align: center;
}

.widget.widget_calendar tbody td, .widget.widget_calendar thead td {
  padding: 0.25em 0;
}

.widget.widget_calendar tfoot td {
  padding: 0.92857em 1.07143em;
}

.widget.widget_calendar table {
  margin: 0;
}

.widget.widget_calendar caption {
  background: #f6f6f6;
  padding: 1em;
}

.widget.widget_calendar #next {
  text-align: right;
}

.widget.widget_archive select, .widget.widget_categories select {
  margin-top: 1.8em;
}

.widget .search-form-wrapper {
  margin: 0;
}

.widget.widget_search .widget-title + form {
  margin: 2.15em 0 0;
}

@media screen and (min-width: 768px) {
  .widget.widget_search .widget-title + form {
    margin: 1.8em 0 0;
  }
}

.widget.widget_recent_entries .post-date {
  display: block;
}

.widget.widget_archive li, .widget.widget_categories li, .widget.widget_pages li {
  color: #909090;
}

.tagcloud {
  padding: 0 0 3.75em 0;
  margin-bottom: 6.25rem;
  border-bottom: 1px solid #eeeeee;
}

.tagcloud a {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  margin: 0 0.33333em 0.83333em 0;
  padding: .7em 1em;
  border-radius: 1.66667em;
  background: #f2f2f2;
  color: #484848;
  -webkit-transition: border-color ease-in-out .15s, background ease-in-out .15s, color ease-in-out .15s;
  transition: border-color ease-in-out .15s, background ease-in-out .15s, color ease-in-out .15s;
}

.tagcloud a:hover {
  background: #7a68e2;
  color: #fff;
  text-decoration: none;
}

.widget .tagcloud {
  padding-bottom: 0;
  border-bottom: 0;
}

.tags-title {
  margin-right: 0.4em;
}

.widget .jetpack-image-container > :last-child {
  margin-bottom: 0;
}

.widget .widget-title a {
  color: inherit;
}

.widget div[class^="gr_custom_container"] {
  border: 0px solid gray;
  border-radius: 0;
  padding: 0;
  background-color: #FFF;
  color: inherit;
}

.widget .milestone-countdown, .widget .milestone-message,
.widget div[class^="gr_custom_each_container"] {
  border-color: #e0e0e0;
}

.widget div[class^="gr_custom_container"] a {
  color: inherit;
}

.widget.widget_eu_cookie_law_widget {
  background: #fff;
}

.widget.widget_googleplus_badge * {
  max-width: 100%;
}

.widget .upcoming-events li {
  margin-bottom: 0;
}

.widget .milestone-countdown, .widget .milestone-message {
  color: inherit;
}

.widget.widget_authors > ul > li {
  margin-bottom: 0;
}

.widget.widget_wpcom_social_media_icons_widget a.genericon {
  margin-right: 1em;
  color: inherit;
}

.widget.widget_wpcom_social_media_icons_widget a.genericon:hover {
  color: #7a68e2;
}

.widget .jetpack-display-remote-posts {
  margin: 0;
}

.widget .jetpack-display-remote-posts a:hover {
  text-decoration: underline;
}

.widget .jetpack-display-remote-posts h4 {
  margin: 0.8em 0;
}

.widget .jetpack-display-remote-posts h4:first-of-type {
  margin-top: 0;
}

.widget .jetpack-display-remote-posts h4 + a {
  margin: 1.2em 0 0;
  display: block;
}

.widget .jetpack-display-remote-posts p {
  margin: 0.8em 0 0 !important;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: inherit !important;
}

.widget .jetpack-display-remote-posts h4,
.widget .grofile-meta h4 {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: inherit;
  line-height: inherit;
}

.widget .tiled-gallery {
  margin: 0;
}

.homepage-widgets-bottom .tagcloud {
  padding-top: 0.5em;
}

.homepage-widgets-bottom .widget {
  margin: 0;
  padding: 5.5em 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.homepage-widgets-bottom .widget .widget-title {
  margin-bottom: 1.45em;
}

.homepage-widgets-bottom .widget + .widget {
  padding: 5.1em 0 0;
}

.homepage-widgets-bottom .flex-control-nav {
  bottom: -4.714em;
}

.homepage-widgets-bottom .flex-viewport {
  margin: 2.05em 0 4.25em;
}

.homepage-widgets .widget, .homepage-widgets-bottom .widget {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

@media screen and (min-width: 992px) {
  .homepage-widgets .testimonial-entry-content, .homepage-widgets-bottom .testimonial-entry-content {
    padding-left: 9.0625em;
    padding-right: 9.0625em;
  }
}

body .mphb_widget_rooms-wrapper .mphb-widget-room-type-price {
  margin: 1.5em 0;
}

.mphb-widget-room-type-book-button form {
  margin-bottom: 0;
}

.homepage-widgets {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.homepage-widget-area {
  background: rgba(34, 34, 34, 0.85);
  margin: 0;
}

.homepage-widget-area .widget_mphb_search_availability_widget {
  text-align: left;
}

.homepage-widget-area .widget_mphb_search_availability_widget .widget-title {
  margin-bottom: 0.8em;
}

.homepage-widget-area .widget_mphb_search_availability_widget.widget:last-child {
  margin-bottom: 0;
}

.homepage-widget-area .widget {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  padding: 1.875em;
}

@media (min-width: 992px) {
  .homepage-widget-area .widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.homepage-widget-area .widget .widget-title {
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 1.45em;
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: none;
}

@media (min-width: 992px) {
  .homepage-widget-area .widget .widget-title {
    width: 180px;
    text-align: left;
    margin-bottom: 0;
    padding: 0 1em 0 0;
  }
}

.homepage-widget-area .widget .widget-title:after {
  display: none;
}

@media (min-width: 992px) {
  .homepage-widget-area .widget > *:not(.widget-title) {
    width: calc(100% - 180px);
    margin: 0 auto;
  }
}

.homepage-widget-area .widget input:not([type="submit"]),
.homepage-widget-area .widget select,
.homepage-widget-area .widget textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  color: #fff;
}

.homepage-widget-area .widget input:not([type="submit"]):focus, .homepage-widget-area .widget input:not([type="submit"]):active,
.homepage-widget-area .widget select:focus,
.homepage-widget-area .widget select:active,
.homepage-widget-area .widget textarea:focus,
.homepage-widget-area .widget textarea:active {
  border: none;
  border-bottom: 1px solid #fff;
}

.homepage-widget-area select {
  background-image: url("images/dropdown/dropdown_dark_passive.svg");
}

.homepage-widget-area select option {
  color: #484848;
}

.homepage-widget-area select:focus {
  background-image: url("images/dropdown/dropdown_dark_hover.svg");
}

.homepage-widget-area .search-form .search-submit {
  color: #909090;
}

.homepage-widget-area .search-form .search-submit:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .content-area:not(.full-width) {
    float: left;
    width: 69%;
    padding-right: 3.75rem;
  }
  .content-area:not(.full-width) .site-main {
    max-width: 800px;
  }
}

.site-content {
  padding-top: 90px;
  z-index: 1;
}

.site-content .widget-area {
  padding-bottom: 6.25em;
}

@media screen and (min-width: 768px) {
  .site-content .widget-area {
    padding-bottom: 6.25em;
  }
}

@media screen and (min-width: 992px) {
  .site-content .widget-area {
    float: right;
    width: 31%;
    padding-left: 4.375rem;
    margin-top: 0;
  }
}

body.page-template-template-full-width-page .main-wrapper,
body.page-template-template-front-page .main-wrapper {
  max-width: none;
  padding: 0;
}

body.page-template-template-full-width-page .site-main,
body.page-template-template-front-page .site-main {
  padding-bottom: 0;
}

.content-area.full-width {
  width: 100%;
  overflow: hidden;
}

.content-area.boxed {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  float: none;
}

.content-area.boxed .site-main {
  max-width: none;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  padding: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: fixed;
  -webkit-transform: none;
  transform: none;
  background: #fff;
  color: #484848;
  border-bottom: 1px solid #eeeeee;
}

@media (min-width: 992px) {
  .site-header {
    padding: 1.5625em 0;
  }
}

@media (min-width: 992px) {
  .site-header {
    color: #222222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 90px;
  }
}

.site-header > .wrapper {
  max-width: none;
  width: 100%;
}

@media (min-width: 992px) {
  .site-header > .wrapper {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

.site-header.opened {
  overflow-y: auto;
  max-height: 100vh;
  height: 100%;
}

.site-header .site-branding {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
  padding: 1.25em 0;
  color: #222222;
}

@media (min-width: 992px) {
  .site-header .site-branding {
    color: inherit;
    padding: 0;
    overflow: visible;
  }
}

.site-header.nav-down.nav-top .site-branding {
  max-height: 200px;
  padding: 1.25em 0;
}

@media (min-width: 992px) {
  .site-header.nav-down.nav-top .site-branding {
    padding: 0;
  }
}

.site-header.nav-down .site-branding, .site-header.nav-up .site-branding {
  max-height: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .site-header.nav-down .site-branding, .site-header.nav-up .site-branding {
    max-height: 300px;
  }
}

.site-header.nav-down {
  -webkit-transform: none;
  transform: none;
}

.site-header.nav-not-top.nav-up {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.site-header .site-title {
  color: inherit;
  margin: 0;
  line-height: 1;
  font-family: "Oswald", serif;
  font-size: 26px;
  font-size: 1.625rem;
}

.site-header .site-title a {
  color: inherit;
}

.site-header .site-title a:hover {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .site-header-main,
  .site-logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 992px) {
  .top-navigation-right {
    margin-left: auto;
  }
}

.top-navigation-right ul li a, .top-navigation ul li a {
  padding-top: 0;
  padding-bottom: 0;
  color: #909090;
}

@media screen and (min-width: 992px) {
  .site-branding {
    margin: 0 auto 0 0;
    max-width: 100%;
    min-width: 0;
  }
}

.custom-logo-link {
  display: block;
  margin: 0 0 0.4em;
}

@media screen and (min-width: 992px) {
  .custom-logo-link {
    margin: 0 1.3em 0 0;
  }
}

.custom-logo {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .menu-toggle-wrapper {
    border: 0px solid;
    margin-left: 0;
    margin-right: 0;
  }
}

.site-branding {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .site-branding {
    text-align: left;
    padding: 0;
    margin: 0 auto 0 0;
    max-width: 100%;
    min-width: 0;
  }
}

.site-description {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 0.250em 0 0;
  text-transform: uppercase;
  display: none;
}

@media screen and (min-width: 992px) {
  .top-navigation-right,
  .site-header-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

.menu-toggle {
  color: inherit;
  margin: 0 auto;
  font-weight: 400;
  background-image: url("images/menu/menu_passive.svg");
  background-repeat: no-repeat;
  background-position: left 0 top 1.7rem;
  border-radius: 0;
  border: 0;
  padding-top: 1.875em;
  padding-bottom: 1.875em;
  padding-right: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  white-space: nowrap;
}

.menu-toggle span {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0.18em;
}

.menu-toggle:hover, .menu-toggle:focus {
  background-color: transparent;
  color: inherit;
}

.main-navigation.toggled .menu-toggle-wrapper {
  border-bottom: 1px solid #dfdfdf;
}

.main-navigation.toggled .menu-toggle {
  background-image: url("images/menu/close_passive.svg");
  background-repeat: no-repeat;
  background-position: left 0 top 1.7rem;
}

.no-js .menu-toggle {
  display: none;
}

.header-image {
  clear: both;
  margin: 0.875em 0;
}

.header-image a {
  display: block;
}

.header-image a:hover img,
.header-image a:focus img {
  opacity: 0.85;
}

body.mobile-menu-opened {
  overflow: hidden;
  position: relative;
  height: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.widget-area .widget, .site-main > *, .homepage-widget-area {
  visibility: hidden;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-links {
  clear: both;
}

.page .site-content > .post-thumbnail,
.single .site-content > .post-thumbnail {
  z-index: 2;
  height: 450px;
}

@media (min-width: 992px) {
  .page .site-content > .post-thumbnail,
  .single .site-content > .post-thumbnail {
    height: 60vh;
  }
}

.post-edit-link {
  display: inline-block;
  margin: 2rem 0;
}

body.content-after-visible .site-content:after {
  visibility: visible;
}

body.page-template-template-front-page .site-content > .post-thumbnail {
  height: auto;
  min-height: 300px;
}

@media (min-width: 992px) {
  body.page-template-template-front-page .site-content > .post-thumbnail {
    min-height: 720px;
  }
}

body.page-template-template-front-page .site-content > .post-thumbnail .wrapper {
  min-height: 720px;
  padding-top: 180px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 992px) {
  body.page-template-template-front-page .site-content > .post-thumbnail .wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

body.page-template-template-front-page.has-header-image .site-main {
  padding-top: 0;
}

body .site-main {
  padding-top: 5rem;
}

@media (min-width: 992px) {
  body .widget-area {
    padding-top: 5rem;
  }
}

.page-header, .entry-header {
  margin: 0 0 3.75rem;
  padding: 0;
}

.page-title,
.entry-title {
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.66em;
  padding-bottom: 0;
  word-wrap: break-word;
}

.page-title:before,
.entry-title:before {
  display: none;
}

.site-main {
  padding-bottom: 5rem;
}

.site-main:after {
  display: table;
  content: '';
  clear: both;
}

body.single .site-main > article, body.page .site-main > article {
  position: relative;
}

body.single .site-main .entry-header, body.page .site-main .entry-header {
  margin: 0 0 3.75rem;
  padding: 0;
}

body.single .site-main .entry-header:after, body.page .site-main .entry-header:after {
  background: #fff;
}

body.single .site-main .entry-header .entry-meta, body.page .site-main .entry-header .entry-meta {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
  margin: 2.5rem 0 1.25rem;
  color: #909090;
}

body.single .site-main .entry-header .entry-meta span:last-child .delimiter, body.page .site-main .entry-header .entry-meta span:last-child .delimiter {
  display: none;
}

body.single .site-main .entry-header .delimiter, body.page .site-main .entry-header .delimiter {
  display: inline-block;
  background: #e0e0e0;
  margin: 0 0.5em;
  width: 1px;
  height: 10px;
}

body.search .site-main article + article,
body.archive .site-main article + article,
body.blog .site-main article + article {
  margin-top: 3.75em;
}

@media screen and (min-width: 768px) {
  body.search .site-main article + article,
  body.archive .site-main article + article,
  body.blog .site-main article + article {
    margin-top: 3.75em;
  }
}

body.search .site-main .page-header + article,
body.archive .site-main .page-header + article,
body.blog .site-main .page-header + article {
  padding-top: 0.4em;
}

body.search .site-main .entry-header,
body.archive .site-main .entry-header,
body.blog .site-main .entry-header {
  padding: 0;
  margin: 0;
}

body.search .site-main .entry-header + .entry-content,
body.search .site-main .entry-header + .entry-summary,
body.archive .site-main .entry-header + .entry-content,
body.archive .site-main .entry-header + .entry-summary,
body.blog .site-main .entry-header + .entry-content,
body.blog .site-main .entry-header + .entry-summary {
  padding-top: 2.45em;
}

body.search .site-main .entry-title,
body.archive .site-main .entry-title,
body.blog .site-main .entry-title {
  margin: 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  body.search .site-main .entry-title,
  body.archive .site-main .entry-title,
  body.blog .site-main .entry-title {
    padding-top: 2rem;
  }
}

body.search .site-main .post-thumbnail,
body.archive .site-main .post-thumbnail,
body.blog .site-main .post-thumbnail {
  position: relative;
  display: block;
}

@media screen and (min-width: 768px) {
  body.search .site-main .post-thumbnail,
  body.archive .site-main .post-thumbnail,
  body.blog .site-main .post-thumbnail {
    z-index: 0;
  }
}

@media screen and (min-width: 768px) {
  body.search .site-main .post-thumbnail + .entry-wrapper,
  body.archive .site-main .post-thumbnail + .entry-wrapper,
  body.blog .site-main .post-thumbnail + .entry-wrapper {
    margin-top: -7.1em;
  }
}

body.search .site-main .entry-wrapper,
body.archive .site-main .entry-wrapper,
body.blog .site-main .entry-wrapper {
  position: relative;
  background: #fff;
}

@media screen and (min-width: 768px) {
  body.search .site-main .entry-wrapper,
  body.archive .site-main .entry-wrapper,
  body.blog .site-main .entry-wrapper {
    padding-left: 3.75rem;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    float: right;
    width: calc(100% - 114px);
  }
}

body.search .site-main .entry-footer,
body.archive .site-main .entry-footer,
body.blog .site-main .entry-footer {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #909090;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  body.search .site-main .entry-footer,
  body.archive .site-main .entry-footer,
  body.blog .site-main .entry-footer {
    width: 114px;
    margin-top: 3.75rem;
    float: left;
    text-align: right;
  }
}

body.search .site-main .entry-footer .delimiter,
body.archive .site-main .entry-footer .delimiter,
body.blog .site-main .entry-footer .delimiter {
  display: none;
}

body.search .site-main .entry-footer .entry-meta > span,
body.archive .site-main .entry-footer .entry-meta > span,
body.blog .site-main .entry-footer .entry-meta > span {
  margin-bottom: 0.83333em;
  display: block;
  margin-right: .75rem;
}

@media (min-width: 992px) {
  body.search .site-main .entry-footer .entry-meta > span,
  body.archive .site-main .entry-footer .entry-meta > span,
  body.blog .site-main .entry-footer .entry-meta > span {
    margin-right: 0;
  }
}

body.search .site-main .entry-footer .entry-meta,
body.archive .site-main .entry-footer .entry-meta,
body.blog .site-main .entry-footer .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  body.search .site-main .entry-footer .entry-meta,
  body.archive .site-main .entry-footer .entry-meta,
  body.blog .site-main .entry-footer .entry-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

body.search .site-main .entry-footer .sticky-post,
body.archive .site-main .entry-footer .sticky-post,
body.blog .site-main .entry-footer .sticky-post {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  body.search .site-main .entry-footer .sticky-post,
  body.archive .site-main .entry-footer .sticky-post,
  body.blog .site-main .entry-footer .sticky-post {
    display: block;
  }
}

body.search .site-main .entry-footer a,
body.archive .site-main .entry-footer a,
body.blog .site-main .entry-footer a {
  color: inherit;
}

body.search .site-main .entry-footer a:hover,
body.archive .site-main .entry-footer a:hover,
body.blog .site-main .entry-footer a:hover {
  color: #7a68e2;
}

@media screen and (min-width: 768px) {
  body.search .site-main .has-post-thumbnail .entry-wrapper,
  body.archive .site-main .has-post-thumbnail .entry-wrapper,
  body.blog .site-main .has-post-thumbnail .entry-wrapper {
    min-height: 8em;
  }
}

body.search .site-main .post_format-post-format-link .entry-title a:before,
body.archive .site-main .post_format-post-format-link .entry-title a:before,
body.blog .site-main .post_format-post-format-link .entry-title a:before {
  content: "";
  font: normal normal normal 1rem/1.75 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.66em;
}

.entry-footer {
  position: relative;
  z-index: 1;
}

.sticky-post {
  text-transform: uppercase;
  color: #7a68e2;
  display: inline-block;
  font-weight: 700;
}

@media all and (-ms-high-contrast: none) {
  body.search .site-main a.post-thumbnail img,
  body.archive .site-main a.post-thumbnail img,
  body.blog .site-main a.post-thumbnail img {
    width: auto;
  }
}

@supports (-ms-ime-align: auto) {
  body.search .site-main a.post-thumbnail img,
  body.archive .site-main a.post-thumbnail img,
  body.blog .site-main a.post-thumbnail img {
    width: auto;
  }
}

body.single .site-main .entry-header,
body.page .site-main .entry-header,
.site-main .page-header {
  position: relative;
}

body.single .site-main .entry-header:after,
body.page .site-main .entry-header:after,
.site-main .page-header:after {
  content: '';
  background: url("images/divider_line_big.svg") center center no-repeat;
  width: 56px;
  height: 12px;
  display: block;
  margin: 2rem auto 0;
}

.content-bottom-widgets:after,
body.single .site-main .entry-header:after,
body.page .site-main .entry-header:after,
.site-main .page-header:after {
  bottom: -0.9em;
}

.entry-title a {
  color: inherit;
}

.entry-title a:hover {
  color: #7a68e2;
  text-decoration: none;
}

.post-thumbnail {
  position: relative;
}

.post-thumbnail img {
  display: block;
}

div.post-thumbnail {
  display: block;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-size: cover;
  margin-top: -90px;
  position: relative;
}

div.post-thumbnail img {
  display: none;
}

div.post-thumbnail .thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(71, 87, 100, 0.55);
}

@media screen and (min-width: 768px) {
  .entry-child-pages .post-thumbnail {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .entry-child-pages .post-thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    z-index: 0;
    max-width: none;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.entry-child-pages-list h1:first-child,
.entry-child-pages-list h2:first-child,
.entry-child-pages-list h3:first-child,
.entry-child-pages-list h4:first-child,
.entry-child-pages-list h5:first-child,
.entry-child-pages-list h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.archive-description h1:first-child,
.archive-description h2:first-child,
.archive-description h3:first-child,
.archive-description h4:first-child,
.archive-description h5:first-child,
.archive-description h6:first-child,
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child {
  margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
  -ms-hyphens: auto;
  hyphens: auto;
}

.archive-description,
body:not(.search-results) .entry-summary {
  color: #909090;
  text-align: center;
  font-weight: 700;
  margin: 1.5em 0 1.1em;
}

@media screen and (min-width: 768px) {
  .archive-description,
  body:not(.search-results) .entry-summary {
    margin: 0.6em 0;
  }
}

.textwidget > :last-child,
.comment-content > :last-child,
.archive-description > :last-child,
.entry-content > :last-child,
.entry-summary > :last-child,
.page-content > :last-child,
form > :last-child {
  margin-bottom: 0;
}

.more-link {
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}

.more-link:after {
  content: "";
  font-family: FontAwesome;
  margin-left: 1rem;
}

.more-link:hover {
  text-decoration: none;
  color: #9688e4;
}

.more-link .meta-nav {
  display: none;
}

.related-posts ul {
  margin: 0;
}

.related-posts ul li {
  margin-top: 1.25em;
}

.related-posts ul li:first-of-type {
  margin-top: 0;
}

.related-posts ul li a {
  word-wrap: break-word;
}

body.single .hentry {
  margin-bottom: 3.75em;
}

.related-posts,
.entry-author,
.post-navigation {
  margin-bottom: 6.25rem;
  border: 0;
}

.author-avatar .avatar {
  float: left;
  margin: 0.45em 2.55em 2.55em 0;
  width: 60px;
  height: 60px;
}

.author-description > :last-child {
  margin-bottom: 0;
}

.related-posts .related-posts-title,
.entry-author .name,
.comments-area .comments-title,
.comments-area .comment-reply-title {
  clear: none;
  margin-bottom: 1.3em;
}

.entry-author > :last-child {
  margin-bottom: 0;
}

.author-description {
  overflow: hidden;
}

.author-link {
  white-space: nowrap;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
  display: none;
}

.delimiter {
  display: inline-block;
  margin: 0 0.4em;
}

.byline .by,
.cat-links,
.category-delimiter {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

@media screen and (min-width: 768px) {
  .page-links {
    margin: 0 0 1.75em;
  }
}

.page-links a {
  margin-left: 0.65em;
  margin-right: 0.65em;
}

.entry-attachment {
  margin: 0 0 1.5em;
}

@media screen and (min-width: 768px) {
  .entry-attachment {
    margin: 0 0 1.75em;
  }
}

.entry-caption > :last-child {
  margin-bottom: 0;
}

.content-bottom-widgets {
  padding-top: 5em;
}

@media screen and (min-width: 992px) {
  .content-bottom-widgets {
    margin-right: -1em;
    margin-left: -1em;
  }
}

.content-bottom-widgets:after {
  background: #303030;
}

@media screen and (min-width: 992px) {
  .content-bottom-widgets .widget-area {
    width: 33.3333%;
    float: left;
    padding: 0 1em;
  }
}

.content-bottom-widgets .widget {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #96acbd;
  padding-left: 0;
  padding-right: 0;
}

.content-bottom-widgets .widget .widget-title {
  color: #fff;
}

.entry-child-pages .post-thumbnail {
  display: block;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .entry-child-pages .post-thumbnail {
    padding-top: 139.5%;
  }
}

.last-news a:hover,
.entry-child-pages a:hover {
  text-decoration: none;
}

.last-news .post-thumbnail,
.entry-child-pages .post-thumbnail {
  z-index: 0;
  -webkit-transition: none;
  transition: none;
}

.last-news .post-thumbnail:before,
.entry-child-pages .post-thumbnail:before {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background: rgba(72, 72, 72, 0.5);
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
}

.last-news .post-thumbnail:hover:before,
.entry-child-pages .post-thumbnail:hover:before {
  opacity: 1;
}

.last-news .post-thumbnail .fa,
.entry-child-pages .post-thumbnail .fa {
  -webkit-transition: opacity ease-in-out .15s;
  transition: opacity ease-in-out .15s;
}

.last-news .post-thumbnail .fa,
.entry-child-pages .post-thumbnail .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  font-size: 39px;
  font-size: 2.4375rem;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.last-news .post-thumbnail:hover .fa,
.entry-child-pages .post-thumbnail:hover .fa {
  opacity: 1;
}

.last-news-wrapper:after {
  display: table;
  content: "";
  clear: both;
}

.last-news-wrapper .post-thumbnail-wrapper {
  float: left;
  padding-right: 0.6875em;
  max-width: 50%;
}

.last-news-wrapper .post-thumbnail {
  position: relative;
  overflow: hidden;
  display: block;
}

.last-news-wrapper .post-thumbnail img {
  width: 100%;
}

.last-news-wrapper .entry-title {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: left;
  margin-bottom: 1em;
}

.last-news-wrapper .entry-wrapper {
  max-width: 50%;
  float: right;
  padding: 3.75em;
}

.last-news-wrapper .entry-wrapper .more-link {
  display: block;
  margin-top: 1.875em;
}

.last-news-wrapper .entry-wrapper .more-link:hover {
  text-decoration: underline;
}

.last-news-wrapper .hentry {
  -webkit-box-shadow: 0 4px 8px rgba(34, 34, 34, 0.15);
  box-shadow: 0 4px 8px rgba(34, 34, 34, 0.15);
  margin-bottom: 2.5em;
}

.last-news-wrapper .hentry:last-of-type {
  margin-bottom: 0;
}

.last-news-wrapper .hentry:nth-child(2n) .entry-wrapper {
  float: left;
}

.last-news-wrapper .hentry:nth-child(2n) .post-thumbnail-wrapper {
  float: right;
  padding-left: 0.6875em;
  padding-right: 0;
}

.last-news-wrapper .hentry:after {
  content: '';
  clear: both;
  display: table;
}

.entry-child-pages-list-wrapper,
.entry-child-pages-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.entry-child-pages-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.entry-child-pages-wrapper .hentry {
  margin: 0;
}

.entry-child-pages {
  margin: 3.65em 0 0;
  padding: 6.05em 0 0;
}

.entry-child-pages .entry-child-pages-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.entry-child-pages .post-thumbnail:before {
  display: none;
}

.entry-child-pages .hentry {
  width: 100%;
  position: relative;
  margin-bottom: 1.2rem;
}

.entry-child-pages .hentry:last-of-type {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .entry-child-pages .hentry {
    width: 32%;
    margin-right: 2%;
  }
}

.entry-child-pages .hentry:hover .overlay .border {
  opacity: 1;
}

.entry-child-pages .hentry .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(71, 87, 100, 0.5);
}

.entry-child-pages .hentry .overlay .border {
  height: 100%;
  width: 100%;
  outline: 6px solid white;
  outline-offset: -1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(34, 34, 34, 0.6);
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (max-width: 991px) {
  .entry-child-pages .hentry .overlay .border .button {
    padding-right: 1.42857em;
    padding-left: 1.42857em;
  }
}

.entry-child-pages .title-wrapper {
  position: absolute;
  z-index: 1;
  bottom: 3.125em;
  left: 3.125em;
}

.entry-child-pages .title-wrapper .entry-title {
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
}

.entry-child-pages .title-wrapper .number {
  color: #fff;
  font-family: "Oswald", serif;
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
}

.entry-child-pages-list-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.entry-child-pages-list {
  margin-top: 2.5em;
}

.entry-child-pages-list .entry-child-pages-list-wrapper {
  margin: 0 -25px;
}

.entry-child-pages-list .hentry {
  padding: 0 25px;
  margin-top: 4.5em;
}

@media screen and (max-width: 767px) {
  .entry-child-pages-list .hentry {
    margin-top: 3.125em;
  }
}

.entry-child-pages-list .hentry:nth-child(1), .entry-child-pages-list .hentry:nth-child(2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .entry-child-pages-list .hentry:nth-child(2) {
    margin-top: 3.125em;
  }
}

.entry-child-pages-list .entry-title {
  text-align: left;
  margin: 0 0 0.72em;
}

.entry-child-pages-list .post-thumbnail {
  display: block;
  margin: 0 0 1.55em;
}

.entry-child-pages-list .read-more {
  margin-top: 0.65em;
}

.entry-child-pages-list .hentry {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-template-template-full-width-grid-page .entry-child-pages-list .hentry {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .page-template-template-grid-page .entry-child-pages-list .hentry {
    width: 50%;
  }
}

.entry-child-pages-list .more-link:after {
  display: none;
}

.entry-author {
  overflow: hidden;
}

.entry-author .name {
  display: block;
  width: 100%;
  float: left;
  font-size: 30px;
  font-size: 1.875rem;
}

.entry-author .author-avatar {
  width: 15%;
  float: left;
}

@media screen and (max-width: 767px) {
  .entry-author .author-avatar {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .entry-author .author-avatar img {
    margin: 0 auto;
  }
}

.entry-author .author-avatar img {
  display: block;
}

.entry-author .author {
  float: left;
  width: 85%;
}

@media screen and (max-width: 767px) {
  .entry-author .author {
    width: 100%;
  }
  .entry-author .author .name {
    display: block;
    text-align: center;
    margin-bottom: .5rem;
  }
}

body.page-template-template-front-page article.page .entry-header {
  display: none;
}

.icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-bottom: 30px;
}

.icon-text i {
  margin-right: 20px;
  font-size: 1.14286em;
}

body.home .site-main .hentry.post:first-child:not(.has-post-thumbnail) .entry-wrapper,
body.home .site-main .hentry.post:first-child:not(.has-post-thumbnail) .entry-footer {
  margin-top: 0;
  padding-top: 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area > .comment-respond {
  padding-bottom: 1.7em;
}

.comment-list > li:last-child .comment-body + .comment-respond {
  padding-bottom: 1.7em;
}

.comment-body + .comment-respond,
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 4.65em;
}

.comment-body + .comment-respond,
.comment-navigation + .comment-respond {
  padding-bottom: 3.7em;
}

.comment-list + .comment-respond {
  padding-bottom: 1.7em;
}

.comment-reply-title {
  margin-bottom: 0.63em;
}

.comments-title {
  margin-bottom: 0.85em;
}

.comment-list {
  list-style: none;
  margin: 0;
}

.comment-list .children {
  list-style: none;
  margin: 0;
}

.comment-author {
  margin-bottom: 0.357em;
}

@media screen and (min-width: 768px) {
  .comment-author {
    margin-bottom: 0.25em;
  }
}

.comment-author .avatar {
  float: left;
  position: relative;
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 768px) {
  .comment-author .avatar {
    height: 60px;
    width: 60px;
  }
}

.comment-author .fn {
  font-weight: 700;
}

.comment-author .fn a {
  color: #222222;
}

.comment-author .fn a:hover {
  color: #7a68e2;
}

.comment-metadata,
.pingback .edit-link {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
  color: #909090;
}

.comment-metadata > a,
.pingback .edit-link > a {
  margin-right: 1em;
}

.comment-meta {
  margin-bottom: 1.143em;
}

@media screen and (min-width: 768px) {
  .comment-meta {
    margin-bottom: 1.9em;
  }
}

.comment-metadata .edit-link,
.pingback .edit-link {
  display: inline-block;
}

.comment-list .children > li {
  margin-left: 1.14286em;
}

@media screen and (min-width: 768px) {
  .comment-list .children > li {
    margin-left: 1em;
  }
}

.comment-content {
  padding-bottom: 0.9375em;
}

@media screen and (min-width: 768px) {
  .comment-content {
    padding-bottom: 1.25em;
  }
}

.comment-content ul, .comment-content ol {
  margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-reply-link {
  text-transform: lowercase;
}

.comment-form {
  width: 458px;
  max-width: 100%;
}

.comment-form p {
  margin: 0 0 1.3em;
}

.comment-form p.form-submit {
  margin-top: 2.5em;
}

.comment-form .comment-form-cookies-consent input {
  display: inline-block;
  margin-right: 1em;
}

.comment-form .comment-form-cookies-consent label {
  margin-bottom: 0;
  display: inline;
}

.comment-form .comment-notes {
  color: #909090;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 2.8em;
}

.form-submit {
  margin-bottom: 0;
}

.no-comments {
  margin-bottom: 0;
}

.page-template-template-full-width-grid-page .comment-list + .comment-respond p.form-submit,
.page-template-template-full-width-grid-page .comment-list > li:last-child .comment-body + .comment-respond p.form-submit, .page-template-template-full-width-grid-page .comment-form {
  margin-bottom: 0;
}

.page-template-template-full-width-grid-page .comment-list > li:last-child .comment-body + .comment-respond,
.page-template-template-full-width-grid-page .comment-list + .comment-respond {
  padding-bottom: 0;
}

.comment-list .comment {
  margin-top: 2.5em;
  padding-left: 0;
}

.comment-list .comment-body {
  position: relative;
  padding-left: 5em;
}

.comment-list .comment-body .comment-author img {
  position: absolute;
  left: 0;
  top: 0;
}

.comments-area > ol {
  padding: 0;
}

.comments-area .nav-links {
  margin: 1rem 0;
}

.comments-area .nav-links:after {
  display: table;
  content: '';
  clear: both;
}

body.page .comments-area {
  margin-top: 3.75rem;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  background: #303030;
  height: auto;
  padding: 5rem 0 15rem;
}

@media (min-width: 992px) {
  .site-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.site-footer.relative {
  position: relative;
  z-index: 0;
}

.site-footer .footer-socials {
  z-index: 1;
  position: relative;
}

.site-footer .theme-social-menu {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-footer .theme-social-menu li a {
  color: #dfdfdf;
  font-size: 20px;
  font-size: 1.25rem;
}

.site-footer .theme-social-menu li a:hover {
  color: #7a68e2;
}

.site-footer .footer-widget-area {
  z-index: 1;
  position: relative;
  margin-bottom: 3.75em;
}

.site-footer .footer-widget-area .widget {
  font-size: 16px;
  font-size: 1rem;
  color: #909090;
  max-width: 800px;
  margin: 2.5rem auto 0;
  text-align: center;
}

.site-footer .footer-widget-area .widget:last-child {
  margin-bottom: 0;
}

.site-footer .footer-widget-area .widget .widget-title {
  padding: 0;
  display: block;
  text-align: center;
  color: #fff;
}

.site-footer .footer-widget-area .widget .widget-title:after {
  display: none;
}

.site-footer .footer-widget-area .widget .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  list-style: none;
}

.site-footer .footer-widget-area .widget .menu ul {
  list-style: none;
}

.site-footer .footer-widget-area .widget a {
  color: #dfdfdf;
}

.site-footer .footer-widget-area .widget a:hover {
  text-decoration: none;
  color: #7a68e2;
}

.site-footer .footer-widget-area .tagcloud a:hover {
  color: #fff;
}

.site-info {
  font-size: 12px;
  font-size: 0.75rem;
  color: #dfdfdf;
  text-align: center;
  background: #222222;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.site-info .footer-bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
}

.site-info > .wrapper {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
  display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
  margin: 0 0 1.5em;
  max-width: 100%;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  embed,
  iframe,
  object,
  video {
    margin: 0 0 1.75em;
  }
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
  margin: 0 0 1.5em;
}

@media screen and (min-width: 768px) {
  .wp-audio-shortcode,
  .wp-video,
  .wp-playlist.wp-audio-playlist {
    margin: 0 0 1.75em;
  }
}

.wp-playlist.wp-audio-playlist {
  padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
  margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
  top: 0.7142857143em;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption, .gallery-caption {
  margin-top: 0.45em;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 1.4em 0 0;
  text-align: center;
  color: #909090;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1em;
  margin-left: -1em;
}

.gallery img {
  display: block;
  margin: 0 auto;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-left: 1em;
  margin: 0 0 1em;
}

.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;
}

/*--------------------------------------------------------------
## Print
--------------------------------------------------------------*/
@media print {
  /* Hide elements */
  form,
  button,
  input,
  select,
  textarea,
  .site-header-menu,
  .page-links,
  .edit-link,
  .post-navigation,
  .pagination.navigation,
  .comments-pagination,
  .comment-respond,
  .comment-edit-link,
  .comment-reply-link,
  .comment-metadata .edit-link,
  .pingback .edit-link,
  .content-bottom-widgets,
  .post-thumbnail,
  .site-info {
    display: none !important;
  }
  .post-thumbnail + .main-wrapper {
    margin-top: 0em;
  }
}

@media screen and (min-width: 768px) {
  embed,
  iframe,
  object,
  video {
    margin: 0 0 1.75em;
  }
}

@media screen and (min-width: 768px) {
  .wp-audio-shortcode,
  .wp-video,
  .wp-playlist.wp-audio-playlist {
    margin: 0 0 1.75em;
  }
}

@media screen and (min-width: 768px) {
  .wp-caption, .gallery-caption {
    margin-bottom: 1.75em;
  }
}
