/*
Theme Name: Truro
Theme URI: http://truro.sculptureqode.com/
Author: Sculpture Qode
Author URI: http://sculptureqode.com
Description: The Truro theme by Sculpture Qode.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: truro
Tags: blog
*/
/*--------------------------------------------------------------
* TABLE OF CONTENTS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  border: 0;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #ffffff;
}

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

iframe {
  max-width: 100%;
}

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

a {
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  outline: none;
}

button:focus, .Comments-reply a:focus,
input:focus {
  outline: none;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dt {
  font-weight: bold;
}

blockquote,
q {
  quotes: none;
}

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

pre {
  max-width: 100%;
}

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

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

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

big {
  font-size: 125%;
}

small {
  font-size: 75%;
}

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

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

blockquote,
q {
  position: relative;
  margin: 2rem 0;
  padding: 0 3rem;
}

blockquote:before,
q:before {
  position: absolute;
  left: 1px;
  top: 0.5rem;
}

blockquote:after,
q:after {
  position: absolute;
  right: 1px;
  bottom: 0.5rem;
}

pre {
  background-color: #f9f9f9;
  margin: 2rem 0;
  padding: 2rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
}

hr {
  background-color: #EBEBEB;
  border: 0;
  height: 1px;
  margin: 3rem 0;
}

ul,
ol {
  margin: 0 0 1.5rem 1.5rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 2rem;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 2rem 2rem;
}

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

table {
  margin: 0 0 2rem;
  width: 100%;
}

embed,
iframe,
object {
  max-width: 100%;
}

address {
  margin: 0 0 1.5rem;
}

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

mark,
ins {
  background: #FFF9C0;
}

::-moz-selection {
  background: #FFF9C0;
}

::selection {
  background: #FFF9C0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html,
body,
button,
.Comments-reply a,
input,
select,
textarea {
  color: #333333;
  font-family: "Lora", serif;
  font-size: 15px;
  line-height: 1.8rem;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  color: #161616;
  font-weight: 700;
  clear: both;
  padding: 0.5rem 0 0 0;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
  margin: 0 0 1.5rem 0;
}

h2 {
  font-size: 2.0rem;
  margin: 0 0 1.5rem 0;
}

h3 {
  font-size: 1.6rem;
  margin: 0 0 1rem 0;
}

h4 {
  font-size: 1.4rem;
  margin: 0 0 0.5rem 0;
}

h5 {
  font-size: 1.3rem;
  margin: 0 0 0.5rem 0;
}

h6 {
  font-size: 1.2rem;
  margin: 0 0 0.5rem 0;
}

p {
  margin: 0 0 1.5rem 0;
}

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

blockquote {
  font-style: italic;
  font-size: 1.2rem;
  line-height: 2.5rem;
  color: #161616;
}

blockquote:before {
  content: "\f10d";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.8rem;
}

blockquote:after {
  content: "\f10e";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.8rem;
}

cite {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
}

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

big {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #7DA0A0;
  text-decoration: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

a:hover {
  color: #333333;
}

.container, .header-container, .content-container, .footer-container, .Navigation-container, .Slider--contained .Slider-container, .Slide-container, .FeaturedPosts-container, .Banner-container, .ContentBoxes-container {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
## Grid
--------------------------------------------------------------*/
.row, .content-row, .footer-widgets, .FeaturedPosts-posts, .Posts--grid, .Posts--classicGrid, .RelatedPosts-inner, .ContentBoxes-row, .Columns-row {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5rem 1rem -1.5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 767px) {
  .row, .content-row, .footer-widgets, .FeaturedPosts-posts, .Posts--grid, .Posts--classicGrid, .RelatedPosts-inner, .ContentBoxes-row, .Columns-row {
    display: block;
  }
}

.row:last-of-type, .content-row:last-of-type, .footer-widgets:last-of-type, .FeaturedPosts-posts:last-of-type, .Posts--grid:last-of-type, .Posts--classicGrid:last-of-type, .RelatedPosts-inner:last-of-type, .ContentBoxes-row:last-of-type, .Columns-row:last-of-type {
  margin-bottom: 0;
}

.column, .footer-column, .Posts--classicGrid .Post--classic, .Columns-column {
  position: relative;
  padding: 0 1.5rem;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
}

.column-1 {
  position: relative;
  -ms-flex-preferred-size: 8.3333333333%;
      flex-basis: 8.3333333333%;
  width: 8.3333333333%;
  padding: 0 1.5rem;
}

@media (max-width: 767px) {
  .column-1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100% !important;
    margin-left: 0 !important;
  }
}

.column-2 {
  position: relative;
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
  width: 16.6666666667%;
  padding: 0 1.5rem;
}

@media (max-width: 767px) {
  .column-2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100% !important;
    margin-left: 0 !important;
  }
}

.column-3, .ContentBoxes-box {
  position: relative;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  width: 25%;
  padding: 0 1.5rem;
}

@media (max-width: 767px) {
  .column-3, .ContentBoxes-box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100% !important;
    margin-left: 0 !important;
  }
}

.column-4, .FeaturedPosts-post, .RelatedPosts-post {
  position: relative;
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  width: 33.3333333333%;
  padding: 0 1.5rem;
}

@media (max-width: 767px) {
  .column-4, .FeaturedPosts-post, .RelatedPosts-post {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100% !important;
    margin-left: 0 !important;
  }
}

.column-5 {
  position: relative;
  -ms-flex-preferred-size: 41.6666666667%;
      flex-basis: 41.6666666667%;
  width: 41.6666666667%;
  padding: 0 1.5rem;
}

@media (max-width: 767px) {
  .column-5 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100% !important;
    margin-left: 0 !important;
  }
}

.column-6, .Posts--grid .Post--grid, .Posts--classicGrid .Post--grid {
  position: relative;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  padding: 0 1.5rem;
}

@media (max-width: 767px) {
  .column-6, .Posts--grid .Post--grid, .Posts--classicGrid .Post--grid {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100% !important;
    margin-left: 0 !important;
  }
}

.column-7 {
  position: relative;
  -ms-flex-preferred-size: 58.3333333333%;
      flex-basis: 58.3333333333%;
  width: 58.3333333333%;
  padding: 0 1.5rem;
}

@media (max-width: 767px) {
  .column-7 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100% !important;
    margin-left: 0 !important;
  }
}

.column-8, .content--centered .content-main, .content--404 .content-main {
  position: relative;
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%;
  width: 66.6666666667%;
  padding: 0 1.5rem;
}

@media (max-width: 767px) {
  .column-8, .content--centered .content-main, .content--404 .content-main {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100% !important;
    margin-left: 0 !important;
  }
}

.column-9 {
  position: relative;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  width: 75%;
  padding: 0 1.5rem;
}

@media (max-width: 767px) {
  .column-9 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100% !important;
    margin-left: 0 !important;
  }
}

.column-10 {
  position: relative;
  -ms-flex-preferred-size: 83.3333333333%;
      flex-basis: 83.3333333333%;
  width: 83.3333333333%;
  padding: 0 1.5rem;
}

@media (max-width: 767px) {
  .column-10 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100% !important;
    margin-left: 0 !important;
  }
}

.column-11 {
  position: relative;
  -ms-flex-preferred-size: 91.6666666667%;
      flex-basis: 91.6666666667%;
  width: 91.6666666667%;
  padding: 0 1.5rem;
}

@media (max-width: 767px) {
  .column-11 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100% !important;
    margin-left: 0 !important;
  }
}

.column-12 {
  position: relative;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  padding: 0 1.5rem;
}

@media (max-width: 767px) {
  .column-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100% !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .column, .footer-column, .Posts--classicGrid .Post--classic, .Columns-column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100% !important;
    margin-left: 0;
  }
}

.column-offset-1 {
  margin-left: 8.3333333333%;
}

.column-offset-2, .content--centered .content-main, .content--404 .content-main {
  margin-left: 16.6666666667%;
}

.column-offset-3 {
  margin-left: 25%;
}

.column-offset-4 {
  margin-left: 33.3333333333%;
}

.column-offset-5 {
  margin-left: 41.6666666667%;
}

.column-offset-6 {
  margin-left: 50%;
}

.column-offset-7 {
  margin-left: 58.3333333333%;
}

.column-offset-8 {
  margin-left: 66.6666666667%;
}

.column-offset-9 {
  margin-left: 75%;
}

.column-offset-10 {
  margin-left: 83.3333333333%;
}

.column-offset-11 {
  margin-left: 91.6666666667%;
}

.column-offset-12 {
  margin-left: 100%;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .header {
    display: none;
  }
}

.header-section {
  padding: 0 6%;
}

.header-section--secondary {
  padding: 0 6%;
}

.header-section--secondary .header-sectionInner {
  padding: 0;
}

.header-sectionInner {
  padding: 2.5rem 0;
}

.header-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header.has-borders .header-sectionInner {
  border-bottom: double 4px #EBEBEB;
}

.header--one .header-section--primary .header-sectionInner {
  border-bottom: double 4px #EBEBEB;
}

.header--one .Social {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header--one .SearchForm {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header--two .header-section--secondary .header-sectionInner {
  border-bottom: double 4px #EBEBEB;
}

.header--two .Social {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header--two .SearchForm {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header--three .header-section--secondary .header-sectionInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: double 4px #EBEBEB;
}

.header--three .Navigation--primary {
  border-top: none;
  border-bottom: none;
  text-align: left;
}

.header--three .Navigation--primary ul li {
  margin: 0 2rem 0 0;
}

.header--three .Navigation--primary ul ul li {
  margin: 0;
}

.header--four .header-section--primary .header-sectionInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
}

.header--mobile {
  padding: 1rem 6%;
  display: none;
}

@media (max-width: 991px) {
  .header--mobile {
    display: block;
  }
}

.header--mobile .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header--mobile.has-borders {
  border-bottom: double 4px #EBEBEB;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
.content-inner {
  padding: 4rem 6%;
}

.content-row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 991px) {
  .content-row {
    display: block;
  }
}

.content-main {
  padding: 0 1.5rem;
  width: 72%;
  -ms-flex-preferred-size: 72%;
      flex-basis: 72%;
}

@media (max-width: 991px) {
  .content-main {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 3rem;
  }
}

.content-main .content-title {
  margin-bottom: 3rem;
}

.content-sidebar {
  padding: 0 1.5rem;
  width: 28%;
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
}

@media (max-width: 991px) {
  .content-sidebar {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.content--sidebarLeft .content-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.content--fullWidth .content-main {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
}

.content--404 .content-title {
  font-size: 10rem;
  margin-bottom: 0.5rem;
}

.content--404 .content-main {
  text-align: center;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer {
  background-color: #f9f9f9;
}

.footer-section--primary {
  padding: 0 6%;
}

.footer-section--secondary {
  color: #FFFFFF;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  background: #161616;
  padding: 1rem 6%;
}

.footer-section--secondary .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-widgets {
  margin-bottom: 0;
  padding: 4rem 0;
}

@media (max-width: 767px) {
  .footer-column {
    margin-bottom: 3rem;
  }
  .footer-column:last-of-type {
    margin-bottom: 0;
  }
}

.footer a {
  color: inherit;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.Button,
button,
.Comments-reply a,
input[type="submit"] {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 14px;
  border-radius: 1px;
  padding: 0.4rem 2rem;
  font-style: italic;
  color: #161616;
  cursor: pointer;
  background: none;
  border: solid 1px #161616;
  width: auto;
  display: inline-block;
  line-height: 2rem;
  margin: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.Button:hover,
button:hover,
.Comments-reply a:hover,
input[type="submit"]:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  color: #161616;
}

.Button:disabled,
button:disabled,
.Button.is-disabled,
button.is-disabled,
.Comments-reply a.is-disabled,
input[type="submit"].is-disabled,
.Comments-reply a:disabled,
input[type="submit"]:disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

/*--------------------------------------------------------------
# Input Fields
--------------------------------------------------------------*/
input[type="text"], select, textarea,
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="username"],
input[type="file"],
textarea {
  -webkit-appearance: none;
  padding: 0.4rem 1rem;
  width: 100%;
  margin: 0;
  border-radius: 1px;
  border: solid 1px #EFEFEF;
  background-color: #EFEFEF;
  outline: none;
  line-height: 2rem;
  margin: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

input[type="text"]:focus, select:focus, textarea: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="username"]:focus,
input[type="file"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  background-color: #FBFBFB;
}

input[type="text"]:disabled, select:disabled, textarea:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="tel"]:disabled,
input[type="range"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="time"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="username"]:disabled,
input[type="file"]:disabled,
textarea:disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}

/*--------------------------------------------------------------
# Select
--------------------------------------------------------------*/
select {
  background-image: url("assets/images/select-arrow.png");
  background-size: 10px 6px;
  background-position: right 1rem top 1.2rem;
  background-repeat: no-repeat;
  font-style: italic;
}

/*--------------------------------------------------------------
# Textarea
--------------------------------------------------------------*/
textarea {
  padding: 1rem;
}

input[type="radio"], input[type="checkbox"] {
  -webkit-appearance: none;
  border: solid 1px #EFEFEF;
  background-color: #EFEFEF;
  cursor: pointer;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 100%;
  outline: 0;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

input[type="radio"]:checked, input[type="checkbox"]:checked {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
}

input[type="radio"]:checked:before, input[type="checkbox"]:checked:before {
  content: "\f111";
  font-family: 'FontAwesome';
  font-size: 0.5rem;
  color: #7DA0A0;
  line-height: 1;
  display: inline-block;
}

input[type="radio"]:disabled, input[type="checkbox"]:disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

input[type="checkbox"] {
  border-radius: 0;
}

input[type="checkbox"]:checked:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  border-radius: 50px;
  font-size: 1rem;
  color: #7DA0A0;
  line-height: 1;
  display: inline-block;
}

/*--------------------------------------------------------------
# Labels
--------------------------------------------------------------*/
label {
  font-size: 0.9rem;
  font-style: italic;
}

/*--------------------------------------------------------------
# WordPress
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5rem;
}

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

.aligncenter {
  clear: both;
  display: block;
  margin: 1.5rem auto;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%;
}

.wp-caption-text {
  margin: 1rem 0 0 0;
  font-size: 0.8em;
  text-align: center;
  font-style: italic;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.5rem 0.5rem -0.5rem;
}

.gallery.gallery-columns-1 .gallery-item {
  padding: 0.5rem;
  width: calc( 100% / 1);
}

@media (max-width: 767px) {
  .gallery.gallery-columns-1 .gallery-item {
    width: calc( 100% / 2);
  }
}

@media (max-width: 479px) {
  .gallery.gallery-columns-1 .gallery-item {
    width: 100%;
  }
}

.gallery.gallery-columns-2 .gallery-item {
  padding: 0.5rem;
  width: calc( 100% / 2);
}

@media (max-width: 767px) {
  .gallery.gallery-columns-2 .gallery-item {
    width: calc( 100% / 2);
  }
}

@media (max-width: 479px) {
  .gallery.gallery-columns-2 .gallery-item {
    width: 100%;
  }
}

.gallery.gallery-columns-3 .gallery-item {
  padding: 0.5rem;
  width: calc( 100% / 3);
}

@media (max-width: 767px) {
  .gallery.gallery-columns-3 .gallery-item {
    width: calc( 100% / 2);
  }
}

@media (max-width: 479px) {
  .gallery.gallery-columns-3 .gallery-item {
    width: 100%;
  }
}

.gallery.gallery-columns-4 .gallery-item {
  padding: 0.5rem;
  width: calc( 100% / 4);
}

@media (max-width: 767px) {
  .gallery.gallery-columns-4 .gallery-item {
    width: calc( 100% / 2);
  }
}

@media (max-width: 479px) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 100%;
  }
}

.gallery.gallery-columns-5 .gallery-item {
  padding: 0.5rem;
  width: calc( 100% / 5);
}

@media (max-width: 767px) {
  .gallery.gallery-columns-5 .gallery-item {
    width: calc( 100% / 2);
  }
}

@media (max-width: 479px) {
  .gallery.gallery-columns-5 .gallery-item {
    width: 100%;
  }
}

.gallery.gallery-columns-6 .gallery-item {
  padding: 0.5rem;
  width: calc( 100% / 6);
}

@media (max-width: 767px) {
  .gallery.gallery-columns-6 .gallery-item {
    width: calc( 100% / 2);
  }
}

@media (max-width: 479px) {
  .gallery.gallery-columns-6 .gallery-item {
    width: 100%;
  }
}

.gallery.gallery-columns-7 .gallery-item {
  padding: 0.5rem;
  width: calc( 100% / 7);
}

@media (max-width: 767px) {
  .gallery.gallery-columns-7 .gallery-item {
    width: calc( 100% / 2);
  }
}

@media (max-width: 479px) {
  .gallery.gallery-columns-7 .gallery-item {
    width: 100%;
  }
}

.gallery.gallery-columns-8 .gallery-item {
  padding: 0.5rem;
  width: calc( 100% / 8);
}

@media (max-width: 767px) {
  .gallery.gallery-columns-8 .gallery-item {
    width: calc( 100% / 2);
  }
}

@media (max-width: 479px) {
  .gallery.gallery-columns-8 .gallery-item {
    width: 100%;
  }
}

.gallery.gallery-columns-9 .gallery-item {
  padding: 0.5rem;
  width: calc( 100% / 9);
}

@media (max-width: 767px) {
  .gallery.gallery-columns-9 .gallery-item {
    width: calc( 100% / 2);
  }
}

@media (max-width: 479px) {
  .gallery.gallery-columns-9 .gallery-item {
    width: 100%;
  }
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.sticky {
  display: block;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagination {
  clear: both;
  padding-top: 2rem;
}

.pagination .page-numbers {
  display: inline-block;
  font-family: "Playfair Display", serif;
  padding: 0.1rem 1rem 0.4rem;
  border-color: #FFFFFF;
  margin: 0 2px;
  font-size: 1.2rem;
  color: #161616;
}

.pagination .page-numbers.current {
  border: solid 1px #161616;
}

/*--------------------------------------------------------------
## Post Pagination
--------------------------------------------------------------*/
.post-navigation {
  color: #161616;
  padding: 0 0 1.5rem 0;
  margin-bottom: 1.5rem;
  border-bottom: double 4px #EBEBEB;
}

.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 479px) {
  .post-navigation .nav-links {
    display: block;
  }
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.post-navigation .nav-previous {
  padding-right: 1rem;
}

@media (max-width: 479px) {
  .post-navigation .nav-previous {
    margin-bottom: 2rem;
    padding: 0;
  }
}

.post-navigation .nav-next {
  padding-left: 1rem;
  text-align: right;
}

@media (max-width: 479px) {
  .post-navigation .nav-next {
    text-align: left;
    padding: 0;
  }
}

.post-navigation span {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  display: block;
  margin-bottom: 0.5rem;
}

.post-navigation a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comment Form
--------------------------------------------------------------*/
.comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.comment-form .comment-notes {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.comment-form-comment {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.comment-form-author, .comment-form-email, .comment-form-url {
  width: calc( 33.33% - 1rem);
  -ms-flex-preferred-size: calc( 33.33% - 1rem);
      flex-basis: calc( 33.33% - 1rem);
  margin-right: 1.5rem;
}

@media (max-width: 767px) {
  .comment-form-author, .comment-form-email, .comment-form-url {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
  }
}

.comment-form-url {
  margin-right: 0;
}

.comment-form .form-submit {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-top: 1rem;
  margin-bottom: 0;
}

.comment-reply-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.comment-reply-title small {
  font-size: 0.8em;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.Navigation {
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 0.8rem;
  position: relative;
  z-index: 999;
}

.Navigation-arrow {
  float: right;
  font-size: 1.5rem;
  padding: 1rem 0 0.5rem 1rem;
  cursor: pointer;
}

.Navigation--primary {
  text-align: center;
  line-height: 4rem;
  color: #161616;
}

@media (max-width: 991px) {
  .Navigation--primary {
    display: none;
  }
}

.Navigation--primary a {
  color: inherit;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.Navigation--primary a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.Navigation--primary a:hover {
  color: #7DA0A0;
}

.Navigation--primary ul {
  margin: 0;
}

.Navigation--primary ul > li {
  position: relative;
  display: inline-block;
  margin: 0 1rem;
}

.Navigation--primary ul > li > ul {
  width: 280px;
  background-color: #2B2B2B;
  position: absolute;
  z-index: 999;
  line-height: normal;
  text-align: left;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-transform-origin: 10% top;
          transform-origin: 10% top;
  -webkit-transition: opacity 0.2s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
  transition: opacity 0.2s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
  transition: opacity 0.2s cubic-bezier(1, 0, 0, 1), transform 0.2s cubic-bezier(1, 0, 0, 1);
  transition: opacity 0.2s cubic-bezier(1, 0, 0, 1), transform 0.2s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.2s cubic-bezier(1, 0, 0, 1);
}

.Navigation--primary ul > li > ul > li {
  margin: 0;
}

.Navigation--primary ul > li > ul > li a {
  width: 280px;
  display: block;
  padding: 1rem 1.5rem;
  background-color: #2B2B2B;
  color: #FFFFFF;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.Navigation--primary ul > li > ul > li a:hover {
  color: #FFFFFF;
  padding-left: 1.7rem;
}

.Navigation--primary ul > li > ul > li ul {
  left: 100%;
  top: 0;
}

.Navigation--primary ul > li > ul > li.menu-item-has-children > a:after {
  content: "\f0da";
  float: right;
  margin-top: 3px;
}

.Navigation--primary ul > li:hover > ul {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  pointer-events: all;
}

.Navigation--primary ul > li.current-menu-item > a {
  color: #7DA0A0;
}

.Navigation--primary ul > li.current_page_item > a {
  color: #7DA0A0;
}

.Navigation--primary ul > li.current_menu_item > a {
  color: #7DA0A0;
}

.Navigation--primary ul > li.current_page_ancestor > a {
  color: #7DA0A0;
}

.Navigation--primary ul > li.current-menu-ancestor > a {
  color: #7DA0A0;
}

.Navigation--primary ul > li.current_page_parent > a {
  color: #7DA0A0;
}

.Navigation--primary ul > li.menu-item-has-children > a:after {
  content: "\f0d7";
  padding-left: 0.5rem;
}

.Navigation--mobile {
  background-color: #161616;
  color: #FFFFFF;
  padding: 0 6%;
  display: none;
  text-align: left;
}

@media (min-width: 992px) {
  .Navigation--mobile {
    display: none !important;
  }
}

.Navigation--mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.Navigation--mobile ul li > ul {
  display: none;
  margin-left: 1rem;
}

.Navigation--mobile a {
  border-bottom: solid 1px #EBEBEB;
  color: inherit;
  display: block;
  padding: 1rem 0;
}

.Navigation--footer {
  font-size: 0.7rem;
  text-align: center;
}

@media (max-width: 767px) {
  .Navigation--footer {
    display: none;
  }
}

.Navigation--footer ul {
  margin: 0;
}

.Navigation--footer ul li {
  display: inline-block;
  margin: 0 2rem 0 0;
}

/*--------------------------------------------------------------
## Navigation Toggle
--------------------------------------------------------------*/
.NavigationToggle {
  display: none;
  width: 30px;
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

@media (max-width: 991px) {
  .NavigationToggle {
    display: block;
  }
}

.NavigationToggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000000;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.NavigationToggle span:nth-child(1) {
  top: 0px;
}

.NavigationToggle span:nth-child(2), .NavigationToggle span:nth-child(3) {
  top: 8px;
}

.NavigationToggle span:nth-child(4) {
  top: 16px;
}

.NavigationToggle.is-open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.NavigationToggle.is-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.NavigationToggle.is-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.NavigationToggle.is-open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/*--------------------------------------------------------------
# Social
--------------------------------------------------------------*/
.Social {
  margin: 0;
  color: #161616;
}

.Social-item {
  display: inline-block;
  margin-right: 1rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.Social-item:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.Social-item:last-of-type {
  margin-right: 0;
}

.Social-item a {
  color: inherit;
  display: inline-block;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.Social-item a:hover {
  color: inherit;
}

.Social--header .Social-icon {
  background: none !important;
}

.Social--widget .Social-item {
  margin: 2px;
}

.Social--widget .Social-icon {
  border-radius: 1px;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
}

.Social--widget .Social-icon--facebook {
  background: #3B5998;
}

.Social--widget .Social-icon--twitter {
  background: #1DA1F2;
}

.Social--widget .Social-icon--google {
  background: #DB4437;
}

.Social--widget .Social-icon--linkedin {
  background: #0077B5;
}

.Social--widget .Social-icon--instagram {
  background: #262626;
}

.Social--widget .Social-icon--pinterest {
  background: #BD081C;
}

.Social--widget .Social-icon--vimeo {
  background: #1AB7EA;
}

.Social--widget .Social-icon--youtube {
  background: #FF0000;
}

.Social--widget .Social-icon--heart {
  background: #222222;
}

.Social--widget .Social-icon:not(.Button) {
  color: #FFFFFF;
}

.Social--widget .Social-icon:not(.Button):hover {
  color: #FFFFFF;
}

/*--------------------------------------------------------------
# Branding
--------------------------------------------------------------*/
.Branding {
  text-align: center;
}

.Branding-title {
  color: inherit;
  font-size: 3rem;
  text-transform: uppercase;
  color: #161616;
  padding: 0;
  margin: 0;
}

.Branding-description {
  margin: 0;
}

.Branding a {
  color: inherit;
}

/*--------------------------------------------------------------
## Featured
--------------------------------------------------------------*/
.FeaturedContent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.FeaturedContent--one .FeaturedPosts-inner {
  border-bottom: double 4px #EBEBEB;
}

.FeaturedContent--one .ContentBoxes-inner {
  border-bottom: double 4px #EBEBEB;
}

.FeaturedContent--one.slider-disabled .FeaturedPosts-inner {
  border-top: double 4px #EBEBEB;
}

.FeaturedContent--one.slider-disabled.featuredposts-disabled .ContentBoxes-inner {
  border-top: double 4px #EBEBEB;
}

.FeaturedContent--two .FeaturedPosts {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.FeaturedContent--two .FeaturedPosts-inner {
  border-top: double 4px #EBEBEB;
}

.FeaturedContent--two .Slider {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.FeaturedContent--two .ContentBoxes {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.FeaturedContent--two .ContentBoxes-inner {
  border-bottom: double 4px #EBEBEB;
}

.FeaturedContent--two.slider-disabled .FeaturedPosts-inner {
  border-top: double 4px #EBEBEB;
  border-bottom: double 4px #EBEBEB;
}

.FeaturedContent--two.slider-disabled.featuredposts-disabled .ContentBoxes-inner {
  border-top: double 4px #EBEBEB;
}

.FeaturedContent--three .ContentBoxes {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.FeaturedContent--three .ContentBoxes-inner {
  border-top: double 4px #EBEBEB;
}

.FeaturedContent--three .Slider {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.FeaturedContent--three .FeaturedPosts {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.FeaturedContent--three .FeaturedPosts-inner {
  border-bottom: double 4px #EBEBEB;
}

.FeaturedContent--three.slider-disabled .FeaturedPosts-inner {
  border-top: double 4px #EBEBEB;
  border-bottom: double 4px #EBEBEB;
}

.FeaturedContent--three.slider-disabled.featuredposts-disabled .ContentBoxes-inner {
  border-top: double 4px #EBEBEB;
  border-bottom: double 4px #EBEBEB;
}

.FeaturedContent--four .Slider {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.FeaturedContent--four .ContentBoxes {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.FeaturedContent--four .ContentBoxes-inner {
  border-bottom: double 4px #EBEBEB;
}

.FeaturedContent--four .FeaturedPosts {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.FeaturedContent--four .FeaturedPosts-inner {
  border-bottom: double 4px #EBEBEB;
}

.FeaturedContent--four.slider-disabled .ContentBoxes-inner {
  border-top: double 4px #EBEBEB;
  border-bottom: double 4px #EBEBEB;
}

.FeaturedContent--four.slider-disabled.contentboxes-disabled .FeaturedPosts-inner {
  border-top: double 4px #EBEBEB;
  border-bottom: double 4px #EBEBEB;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.Slider {
  position: relative;
  color: #FFFFFF;
}

.Slider:after {
  content: '';
  height: 4px;
  max-width: 1240px;
  width: 88%;
  border-top: double 4px #EBEBEB;
  display: block;
  margin: 0 auto;
  padding: 0 6%;
}

.Slider-carousel.owl-loaded .Slide-content {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: none;
          transform: none;
}

.Slider--contained {
  padding: 0 6%;
}

.Slider--contained:after {
  width: 100%;
}

.Slider .owl-stage-outer {
  padding-bottom: 4.5rem;
}

/*--------------------------------------------------------------
# Slide
--------------------------------------------------------------*/
.Slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 600px;
  -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1);
}

.Slide-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.Slide-content {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  padding: 2rem;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateX(-2%);
          transform: translateX(-2%);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: -4.5rem;
  width: 65%;
  border-radius: 1px;
  color: #161616;
}

@media (max-width: 767px) {
  .Slide-content {
    width: 80%;
  }
}

@media (max-width: 479px) {
  .Slide-content {
    width: 100%;
  }
}

.Slide-supportTitle {
  position: absolute;
  width: 100%;
  top: -2rem;
  left: 0;
  z-index: -1;
}

.Slide-supportTitle:after {
  content: "";
  width: 100%;
  background: #FFFFFF;
  height: 8px;
  display: block;
  position: relative;
  z-index: 1;
}

.Slide-supportTitle span {
  background: #FFFFFF;
  padding: 0.8rem 1.5rem 0.5rem 1.5rem;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-size: 0.7rem;
  font-weight: 800;
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  display: inline-block;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
}

.Slide-title {
  margin-bottom: 1.5rem;
  line-height: 1;
}

.Slide-title a {
  color: inherit;
}

.Slide-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*--------------------------------------------------------------
# Featured Posts
--------------------------------------------------------------*/
.FeaturedPosts {
  padding: 0 6%;
}

.FeaturedPosts-inner {
  padding: 3rem 0;
}

.FeaturedPosts-post:last-of-type .FeaturedPosts-postInner {
  border-right: none;
}

@media (max-width: 767px) {
  .FeaturedPosts-post {
    margin-bottom: 2rem;
  }
  .FeaturedPosts-post:last-of-type {
    margin-bottom: 0;
  }
  .FeaturedPosts-post:last-of-type .FeaturedPosts-postInner {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.FeaturedPosts-postInner {
  border-right: solid 1px #EBEBEB;
  padding: 0 1.5rem 0 0;
}

@media (max-width: 767px) {
  .FeaturedPosts-postInner {
    padding: 0 0 2rem;
    border-right: none;
    border-bottom: solid 1px #EBEBEB;
  }
}

.FeaturedPosts-postTitle a {
  color: inherit;
}

.FeaturedPosts-coverLink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.Banner {
  position: relative;
  text-align: center;
  padding: 3.5rem 6% 4rem 6%;
  background-color: #f9f9f9;
  -webkit-box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.1);
}

.Banner-container {
  z-index: 1;
}

.Banner-supportTitle {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-size: 0.7rem;
  font-weight: 800;
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.Banner-title {
  margin: 0;
  padding: 0;
  font-size: 3rem;
  color: #161616;
}

.Banner-supportText {
  padding: 2rem 25% 0 25%;
  font-size: 1.1rem;
  font-style: italic;
}

@media (max-width: 767px) {
  .Banner-supportText {
    padding: 1rem 0 0 0;
    width: 100%;
  }
}

.Banner-supportText *:last-child {
  margin-bottom: 0;
}

.Banner--left {
  text-align: left;
}

.Banner--left .Banner-supportText {
  padding: 1rem 50% 0 0;
}

@media (max-width: 767px) {
  .Banner--left .Banner-supportText {
    padding: 2rem 0 0 0;
  }
}

.Banner--right {
  text-align: right;
}

.Banner--right .Banner-supportText {
  padding: 1rem 0 0 50%;
}

@media (max-width: 767px) {
  .Banner--right .Banner-supportText {
    padding: 2rem 0 0 0;
  }
}

.Banner.has-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
}

.Banner.has-background .Banner-title {
  color: inherit;
}

.Banner.has-background .Banner-supportText {
  color: inherit;
}

.Banner.has-background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.Posts--classic .Post:last-of-type {
  margin-bottom: 0;
}

.Posts--grid {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Posts--classicGrid {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*--------------------------------------------------------------
## Post
--------------------------------------------------------------*/
.Post {
  margin-bottom: 3rem;
}

.Post-title a {
  color: inherit;
}

.Post-header {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
  color: #161616;
}

.Post-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #161616;
}

.Post--single {
  border-bottom: double 4px #EBEBEB;
  padding-bottom: 2rem;
}

.Post--single .Post-header {
  margin-bottom: 2rem;
}

.Post--list.has-post-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 479px) {
  .Post--list.has-post-thumbnail {
    display: block;
  }
}

.Post--list.has-post-thumbnail .Post-header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30%;
}

@media (max-width: 479px) {
  .Post--list.has-post-thumbnail .Post-header {
    width: auto;
    margin-bottom: 1.5rem;
  }
}

.Post--list.has-post-thumbnail .Post-content {
  padding-left: 2rem;
}

@media (max-width: 479px) {
  .Post--list.has-post-thumbnail .Post-content {
    padding-left: 0;
  }
}

.Post--list.has-post-thumbnail .Post-title {
  padding-top: 0;
}

/*--------------------------------------------------------------
## Sharing
--------------------------------------------------------------*/
.Sharing {
  margin: 0;
  font-size: 0.9rem;
}

.Sharing li {
  display: inline-block;
  margin-right: 0.8rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.Sharing li:last-of-type {
  margin-right: 0;
}

.Sharing li:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.Sharing a {
  color: inherit;
}

/*--------------------------------------------------------------
## Meta
--------------------------------------------------------------*/
.Meta {
  margin: 0;
  list-style: none;
  font-size: 0.8em;
  font-style: italic;
}

.Meta a {
  color: inherit;
  display: inline-block;
}

.Meta-item {
  display: inline-block;
  margin: 0 1.5rem 0 0;
}

.Meta-item:last-of-type {
  margin-right: 0;
}

.Meta-item ul {
  margin: 0;
  list-style: none;
}

.Meta-item ul li {
  display: inline-block;
  margin-right: 0.5rem;
}

.Meta-item ul li:last-of-type {
  margin-right: 0;
}

.Meta-item i {
  margin-right: 0.2rem;
}

.Meta-item--categories {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  font-size: 0.7rem;
}

.Meta-item--categories a {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  color: inherit;
}

.Meta-item--tags {
  margin: 0 0 1.5rem 0;
  width: 100%;
  text-align: center;
}

.Meta-item--tags ul li {
  margin: 4px;
}

.Meta-item--tags a {
  background: #F2F2F2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 1.5rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.Meta-item--tags a:hover {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
}

.Meta--slide {
  position: absolute;
  bottom: auto;
  top: -1.9rem;
  width: 100%;
  text-align: center;
  left: 0;
  z-index: -1;
}

.Meta--slide .Meta-item--categories {
  margin-right: 0;
}

.Meta--slide .Meta-item--categories li:after {
  content: "";
  width: 100%;
  background: #FFFFFF;
  height: 8px;
  display: block;
  position: relative;
  z-index: 1;
}

.Meta--slide .Meta-item--categories a {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  padding: 0.8rem 1.5rem 0.5rem 1.5rem;
  border-radius: 1px 1px 0 0;
}

.Meta--postHeader {
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
}

.Meta--postHeader .Meta-item--categories {
  margin-right: 0;
}

.Meta--postHeader .Meta-item--categories a {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  padding: 0.8rem 1.5rem 0.5rem 1.5rem;
  border-radius: 1px 1px 0 0;
}

.Meta--postFooter .Meta-item--categories a {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.Meta--featuredPosts .Meta-item--categories a {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.Meta--banner .Meta-item--categories a {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*--------------------------------------------------------------
## Related Posts
--------------------------------------------------------------*/
.RelatedPosts {
  border-bottom: double 4px #EBEBEB;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 479px) {
  .RelatedPosts {
    display: block;
  }
}

.RelatedPosts-title {
  padding-top: 0;
  margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
  .RelatedPosts-post {
    margin-bottom: 2rem;
  }
  .RelatedPosts-post:last-of-type {
    margin-bottom: 0;
  }
}

.RelatedPosts-postHeader {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.RelatedPosts-postTitle a {
  color: inherit;
}

.RelatedPosts-postFooter {
  color: #161616;
}

/*--------------------------------------------------------------
## Author
--------------------------------------------------------------*/
.Author {
  padding: 0 0 3rem 0;
  border-bottom: double 4px #EBEBEB;
  margin-bottom: 3rem;
  border-radius: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 479px) {
  .Author {
    display: block;
  }
}

.Author-title {
  padding-top: 0;
}

.Author-title a {
  color: inherit;
}

.Author-avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 1.5rem;
}

@media (max-width: 479px) {
  .Author-avatar {
    margin-bottom: 1.5rem;
  }
}

.Author-bio {
  overflow: hidden;
}

.Author-bio p:last-of-type {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.Comments ol {
  list-style: none;
  margin: 0 0 0 1rem;
}

.Comments-list {
  margin: 2rem 0 !important;
}

.Comments-item {
  padding: 2rem 0;
  border-bottom: solid 1px #EBEBEB;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.Comments-item.bypostauthor {
  background-color: inherit;
}

.Comments-item .comment-respond {
  padding-top: 1.5rem;
}

.Comments-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  .Comments-inner {
    display: block;
  }
}

.Comments-inner p:last-of-type {
  margin-bottom: 0;
}

.Comments-avatar {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2rem;
  border-radius: 100%;
  overflow: hidden;
}

.Comments-cite a {
  color: #161616;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.Comments-cite a:hover {
  color: inherit;
}

.Comments-meta {
  font-size: 0.8em;
  font-style: italic;
  margin-bottom: 1rem;
  color: #161616;
}

.Comments-meta a {
  color: inherit;
}

.Comments-reply {
  position: absolute;
  top: 0.5rem;
  right: 0;
}

.Comments-reply i {
  margin-right: 0.5rem;
}

.Comments-reply a {
  line-height: 1;
  padding: 0.5rem 1rem 0.65rem;
  font-size: 0.8rem;
  color: #161616;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.Comments-reply a:hover {
  color: #161616;
}

/*--------------------------------------------------------------
## Wigets
--------------------------------------------------------------*/
.Widget {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: double 4px #EBEBEB;
}

.Widget-title {
  padding-top: 0;
  margin-bottom: 1.5rem;
}

.Widget a:not(.Button) {
  color: inherit;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.Widget a:not(.Button):hover {
  color: #7DA0A0;
}

.Widget ul {
  margin: 0;
  list-style: none;
}

.Widget:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/*--------------------------------------------------------------
# About Me
--------------------------------------------------------------*/
.AboutMe-image {
  margin-bottom: 1.5rem;
}

/*--------------------------------------------------------------
# Recent Posts
--------------------------------------------------------------*/
.RecentPosts-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.5rem;
}

.RecentPosts img {
  margin-right: 1.5rem;
}

.RecentPosts-content {
  margin-top: -4px;
}

.RecentPosts-title {
  font-size: 1rem;
  padding-top: 0;
  margin-bottom: 0;
}

.RecentPosts-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*--------------------------------------------------------------
# Recent Comments
--------------------------------------------------------------*/
.RecentComments-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.4;
  margin-bottom: 1.2em;
}

.RecentComments-content {
  margin-top: -4px;
}

.RecentComments img {
  margin-right: 1.2em;
}

.RecentComments-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*--------------------------------------------------------------
# Search Form
--------------------------------------------------------------*/
.SearchForm {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.SearchForm-button {
  color: inherit;
  background-color: #EFEFEF;
  border: solid 1px #EFEFEF;
  padding: 0.5rem 1rem;
  border-radius: 0 1px 1px 0 !important;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.SearchForm-button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
          transform: none;
  color: inherit;
}

.SearchForm-field {
  border-radius: 1px 0 0 1px !important;
}

.SearchForm--header {
  margin-left: 3rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.SearchForm--header .SearchForm-field {
  opacity: 0;
  pointer-events: none;
  background-color: #ffffff;
  position: absolute;
  left: -210px;
  width: 200px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 9999;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}

.SearchForm--header .SearchForm-button {
  background: none;
  border: none;
  padding: 0;
  color: #161616;
}

.SearchForm--header.is-active .SearchForm-field {
  opacity: 1;
  pointer-events: all;
}

.SearchForm--header.is-active .SearchForm-button i:before {
  content: "\f00d";
}

.Widget.widget_tag_cloud a.tag-cloud-link {
  font-size: 1rem !important;
  font-style: italic;
  margin-right: 1rem;
}

/*--------------------------------------------------------------
## Content Boxes
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .ContentBoxes-box {
    margin-bottom: 1rem;
  }
}

.ContentBoxes-boxInner {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  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;
  text-align: center;
  padding: 2rem;
  height: 200px;
  border-radius: 1px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

@media (max-width: 991px) {
  .ContentBoxes-boxInner {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .ContentBoxes-boxInner {
    height: 200px;
  }
}

.ContentBoxes-boxInner:hover {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
}

.ContentBoxes-title {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.75rem;
  background: #FFFFFF;
  padding: 1rem;
  margin-bottom: 0;
  text-align: center;
  border-radius: 1px;
}

.ContentBoxes-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.ContentBoxes--homepage {
  padding: 0 6%;
}

.ContentBoxes--homepage .ContentBoxes-inner {
  padding: 3rem 0;
}

/*--------------------------------------------------------------
## Columns
--------------------------------------------------------------*/
.Columns {
  position: relative;
}

/*--------------------------------------------------------------
# Shortcodes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Instagram
--------------------------------------------------------------*/
.Instagram {
  position: relative;
  text-align: center;
  margin: 0.25rem 0;
  overflow: hidden;
}

.Instagram-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  padding: 1rem 2rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
  background: #FFFFFF;
  border-radius: 1px;
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
}

.Instagram ul.instagram-pics {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 0.5rem;
}

@media (max-width: 767px) {
  .Instagram ul.instagram-pics {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.Instagram ul.instagram-pics li {
  width: auto;
}

@media (max-width: 767px) {
  .Instagram ul.instagram-pics li {
    width: 25%;
  }
}

@media (max-width: 479px) {
  .Instagram ul.instagram-pics li {
    width: 33.33%;
  }
}

@media (max-width: 479px) {
  .Instagram ul.instagram-pics li {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Support Title
--------------------------------------------------------------*/
.SupportTitle {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 0.5rem;
}

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 45%;
  line-height: 1;
  color: inherit;
  padding: 1.5rem;
  font-size: 3em;
  cursor: pointer;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .owl-carousel .owl-prev,
  .owl-carousel .owl-next {
    display: none;
  }
}

.owl-carousel .owl-prev {
  left: 0;
}

.owl-carousel .owl-next {
  right: 0;
}

.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  bottom: 2rem;
  text-align: center;
  width: 100%;
}

.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-dot {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}

.owl-carousel .owl-dot span {
  width: 9px;
  height: 9px;
  border: solid 1px #FFFFFF;
  background: none;
  display: block;
  border-radius: 100%;
}

.owl-carousel .owl-dot.active span {
  background: #FFFFFF;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## WP Instagram Widget
--------------------------------------------------------------*/
.null-instagram-feed .widgettitle {
  margin-bottom: 1rem;
}

.null-instagram-feed p {
  margin: 1.5rem 0 0 0;
}

ul.instagram-pics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0 -0.25rem;
}

ul.instagram-pics li {
  width: 33.33%;
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  padding: 0.25rem;
}

ul.instagram-pics li img {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

ul.instagram-pics li img:hover {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  ul.instagram-pics li {
    width: 16.66%;
    -ms-flex-preferred-size: 16.66%;
        flex-basis: 16.66%;
  }
}

@media (max-width: 479px) {
  ul.instagram-pics li {
    width: 33.33%;
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
}

.Basket {
  color: inherit;
  margin-left: 1.5rem;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  left: -9999px;
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*# sourceMappingURL=style.css.map */