/*
Theme Name: Theme 6 (by Snug Designs)
Theme URI: https://snugdesigns.co.uk/
Author: Snug Designs
Author URI: https://snugdesigns.co.uk/
Description: A pre-made WordPress theme for online buisness owners, designed and developed by Snug Designs
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 2.0.1
Tags: 
Text Domain: thrive
*/

/* NORMALIZE */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    margin: 0;
    word-break: break-word;
    font-family: "GeosansLight", sans-serif;
}

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

h2 {
    font-weight: normal;
}

hr {
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

button,
input {
    /* 1 */
    overflow: visible;
}

button,
select {
    /* 1 */
    text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    padding: 0;
    /* 2 */
}

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

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* ACCESSIBILITY */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/* ALIGNMENT */

img.alignleft,
figure.alignleft {
    float: left;
    text-align: left;
    margin: 0 1.5em 1.5em 0;
    display: block !important;
}

img.alignright,
figure.alignright {
    float: right;
    text-align: right;
    margin: 0 0 1.5em 1.5em;
    display: block !important;
}

img.aligncenter,
figure.aligncenter {
    margin: 0 auto;
    display: block !important;
}

/* GENERAL */

html {
    overflow: auto !important;
    margin-right: 0 !important;
}

*,
body {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #2b4747;
}

a:hover,
a:focus {}

p {
    line-height: 1.6em;
}

select {
    padding: 0.5em;
}

label {
    font-weight: normal !important;
}

input,
textarea {
    padding: 15px;
    border-radius: 0 !important;
    border: none;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="search"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
    outline-offset: 0;
}

button {
    cursor: pointer;
    border: none;
    background: #7f7dc1;
    text-transform: uppercase;
    color: #fff;
}

:focus {
    background-image: none;
    outline: -webkit-focus-ring-color auto 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

address {
    font-style: normal;
}

hr {
    border-width: 0.2em;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

figure {
    margin: 0;
    max-width: 100%;
}

figure figcaption {
    text-align: center !important;
    margin: 1em 0 0 0;
    font-style: italic;
}

blockquote {
    background: #fff6e6;
    padding: 2em;
    line-height: 1em;
    margin: 1em 0;
}

blockquote p {
    margin: 0;
}

blockquote cite {
    margin: 20px 0 0 0;
    display: block;
}

strong,
b {
    font-weight: bold;
}

pre {
    font-family: monospace, monospace;
    background: #fff6e6;
    padding: 2em;
    line-height: 1.5em;
    margin: 1em 0;
    font-size: 1em;
    overflow: auto;
}

/* Tables */

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

thead th {
    border-bottom: 2px solid #404040;
    padding-bottom: 0.5em;
}

th {
    padding: 0.4em;
    text-align: left;
}

tr {
    border-top: 1px solid #404040;
}

tr:last-child {
    border-bottom: 1px solid #404040;
}

td {
    padding: 1em !important;
    border-left: 1px solid #404040;
}

td:last-child {
    border-right: 1px solid #404040;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

dt {
    font-weight: bold;
    margin: 0 0 1em 0;
}

dd {
    margin: 0 0 1em 1.5em;
}

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

mark {
    background-color: transparent;
}

.aligncenter {
    text-align: center;
}

img,
video {
    height: auto;
}

.wp-block-image.is-resized {
    width: auto;
}

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%;
}

.gallery-item a {
    display: block !important;
    margin: 0 auto;
}

.gallery-item a img {
    margin: 0 auto;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-item a {
    border-bottom: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    display: block;
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

/* LAYOUT */

#site {
    position: relative;
    overflow: hidden;
}

.header-section-new::before {
    content: " ";
    width: 80%;
    height: 90vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.single-product .header-section-new::before {
    display: none;
}

.inner {}

#main {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    position: relative;
}

#main.blog,
#main.archive,
#main.portfolio {
    padding: 100px 0;
}

#main.blog .inner,
#main.archive .inner,
#main.portfolio .inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
}

#main.blog.grid .inner {
    display: flex;
    flex-wrap: wrap;
}

#main.blog.grid .inner article {
    width: 30%;
    margin-bottom: 45px;
}

#main.blog.grid .inner article:nth-of-type(3n + 2) {
    margin: 0 5%;
}

#main.blog.magazine .inner {
    max-width: none;
    padding: 0;
}

#main.portfolio .page-title {
    width: 100%;
}

#main.portfolio article {
    width: 30%;
    max-width: 500px;
}

#main.portfolio article:nth-of-type(3n + 2) {
    margin: 0 5%;
}

#main.portfolio article .post-title {
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 1em;
}

#main.blog article .post-title {
    margin: 0 0 0.5em 0;
}

#main.blog.grid article .post-title {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 43px;
    margin: 25px 0 0 0;
}

#main.blog.grid .post-meta {
    margin: 40px 0 0;
}

#main.portfolio .inner {
    display: flex;
    flex-wrap: wrap;
}

.portfolio-categories {
    width: 100%;
    margin: 20px 0 50px;
}

.portfolio-categories ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.portfolio-categories ul li {
    display: inline;
    margin: 0 20px;
}

.portfolio-categories ul li a {
    background: #000000;
    color: #ffffff;
    padding: 1.1em 2em;
    display: inline-block;
    text-transform: uppercase;
    width: 200px;
    margin: 0 0 20px;
    transition: background 0.1s linear;
    -webkit-transition: background 0.1s linear;
}

#main.shop .inner {
    max-width: 1200px;
    margin: 0 auto;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.top-bar .social-header {
    width: 50%;
}

.top-bar .social-header a {
    font-size: 1.5em;
    margin-right: 40px;
}

.top-bar .search-header {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.top-bar .search-header form::before {
    content: " ";
    display: block;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    z-index: 1;
}

.top-bar .search-header input {
    width: 100%;
    background: transparent;
    padding: 4px 0 !important;
    position: relative;
    letter-spacing: 1.6px;
}

.top-bar .search-header input::-webkit-input-placeholder {
    text-transform: uppercase;
}

.top-bar .search-header input:-ms-input-placeholder {
    text-transform: uppercase;
}

.top-bar .search-header input::placeholder {
    text-transform: uppercase;
}

.top-bar .search-header i {
    font-size: 1.5em;
    cursor: pointer;
}

.top-bar .search-header form.search-form {
    width: 0;
    transition: width 0.2s linear;
    -webkit-transition: width 0.2s linear;
}

.top-bar .search-header form.search-form.show {
    width: 270px;
}

.header-section-new {
    position: relative;
    height: 100vh;
}

.single-post .header-section-new,
.single-product .header-section-new {
    height: auto;
}

/* Header */

.sticky-menu {
    position: fixed;
    width: 100%;
    top: 0;
    text-align: center;
    z-index: 1000;
    display: none;
    padding: 15px 40px;
}

.sticky-menu.show {
    display: block;
}

header {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    z-index: 10;
    position: absolute;
    width: 100%;
}

.single-post header {
    position: relative;
}

.single-post .header-section-new {
    display: none;
}

header a.site-title {
    font-size: 3em;
    display: block;
    border-bottom: none;
    color: #000;
}

header p.site-description {
    color: #000;
}

header .logo {
    width: 30%;
    text-align: center;
    margin: 0 auto;
}

.main-menu.left {
    width: 30%;
    position: absolute;
    left: 0;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    transform-origin: top left;
    padding: 16px 20px;
    width: 100vh;
    top: 100%;
    z-index: 10;
}

.main-menu.left > div {}

.main-menu.left ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    color: #212121;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    position: relative;
}

.main-menu.left ul li {
    padding: 20px;
    position: relative;
}

.main-menu.left ul li a {
    color: #212121;
}

.main-menu.left ul li .sub-menu {
    position: absolute;
    background: #e7c17b;
    opacity: 0;
    text-align: center;
    z-index: -1;
    width: 200px;
    left: -9999px;
    margin: 20px 0 0 0;
    padding: 0;
    display: block;
}

.main-menu.left ul li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 10;
    transform: translate(-50%, 0);
    left: 50%;
}

/* Main Navigation Search */

.search-box {
    position: absolute;
    bottom: -30%;
    background: #e7c17b;
    padding: 1em;
    z-index: 10;
    opacity: 0;
    right: 0;
    transition: opacity 0s, opacity 0.2s linear;
    -webkit-transition: opacity 0s, opacity 0.2s linear;
}

.search-box.show {
    opacity: 1;
    z-index: 1000;
}

/* Mobile Navigation */

.pop-out-menu {
    position: fixed;
    right: -30%;
    width: 100%;
    max-width: 30%;
    height: 100vh;
    z-index: 10000;
    transition: 0.5s;
    display: flex;
    padding: 50px;
}

.pop-out-menu.open {
    right: 0;
}

.pop-out-menu .wrapper {
    margin: auto 0;
}

.pop-out-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.pop-out-menu ul li {
    text-transform: uppercase;
    font-size: 28px;
    margin: 35px 0;
}

.pop-out-menu .social-links {
    margin: 60px 0 0 0;
}

.pop-out-menu .social-links a {
    font-size: 28px;
    margin: 0 30px 0 0;
}

.pop-out-menu-open {
    display: inline-block;
    cursor: pointer;
}

.sticky-menu .pop-out-menu-open {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    right: 40px;
}

.pop-out-menu-open div {
    width: 30px;
    height: 2px;
    background-color: #000000;
    margin: 8px 0;
}

.pop-out-menu-close {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 40px;
}

.pop-out-menu-close div {
    width: 30px;
    height: 2px;
    background-color: #000000;
    margin: 8px 0;
}

.pop-out-menu-close .bar1 {
  -webkit-transform: rotate(-45deg) translate(-7px, 6px);
  transform: rotate(-45deg) translate(-7px, 6px);
}

.pop-out-menu-close .bar2 {
  opacity: 0;
}

.pop-out-menu-close .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.open-mobile-navigation {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

.admin-bar .open-mobile-navigation {
    top: 38px;
}

.open-mobile-navigation i {
    font-size: 1.5em;
    margin: 1em;
    cursor: pointer;
    color: #000;
}

.open-mobile-navigation i:hover {
    color: #e7c17b;
}

.navigation-mobile {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background: #efc5be;
    overflow: hidden;
    padding: 0;
    transition: 0.5s;
    overflow-y: auto;
}

.admin-bar .navigation-mobile {
    padding: 38px 0 0 0;
}

.navigation-mobile div {
    padding: 2em;
}

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

.navigation-mobile ul li a {
    text-decoration: none;
    font-size: 24px;
    color: #000;
    display: block;
    transition: 0.3s;
    padding: 0 0 1em 0;
    letter-spacing: 0.05em;
}

.navigation-mobile ul li a:hover {
    color: #f1f1f1;
}

.navigation-mobile ul li ul.sub-menu {
    padding: 0 0 0 1em;
}

.navigation-mobile .close-button {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 3em;
    color: #000;
    z-index: 100;
}

.admin-bar .navigation-mobile .close-button {
    top: 48px;
}

.woocommerce-account #main .post-content,
.woocommerce-cart #main .post-content,
.woocommerce-checkout #main .post-content {
    max-width: none !important;
}

.blog-categories {
    background: #e7c17b;
    padding: 8% 4%;
}

.blog-categories .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.blog-category-single {
    width: 30%;
    max-width: 500px;
}

.blog-category-single a {
    display: block;
}

.blog-category-single p {
    background: #2b4747;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 1em;
    max-width: 70%;
    margin: -20px auto 10px;
    position: relative;
}

.blog-category-single img {
    width: 100%;
}

.featured-pages {
    padding: 85px 0;
    position: relative;
}

.featured-pages::before {
    content: " ";
    background: #f3beaf;
    width: 75%;
    height: 70%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.featured-pages .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 5%;
}

.featured-pages-single {
    width: 30%;
    position: relative;
    line-height: 0;
}

.featured-pages-single a {
    display: block;
}

.featured-pages-single p {
    color: #101010;
    text-align: center;
    text-transform: uppercase;
    word-break: break-all;
    transition: background 0.1s linear;
    -webkit-transition: background 0.1s linear;
    line-height: 1.6em !important;
    z-index: 1;
    min-width: 160px;
    margin: 50px 0 0;
    font-size: 1.6em;
}

.featured-pages-single img {
    width: 100%;
    -webkit-box-shadow: 15px 15px 0px 0px #e28e77;
    -moz-box-shadow: 15px 15px 0px 0px #e28e77;
    box-shadow: 15px 15px 0px 0px #e28e77;
}

.latest-posts {
    padding: 85px 0;
    position: relative;
}

.latest-posts::before {
    content: " ";
    background: #f3beaf;
    width: 75%;
    height: 70%;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.latest-posts .inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    text-align: center;
}

.latest-posts .inner .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.latest-posts-single {
    width: 30%;
    position: relative;
    margin-top: 20px;
}

.latest-posts-single a {
    display: block;
}

.latest-posts-single .post-category {
    margin: 40px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 3.2px;
}

.latest-posts-single:nth-child(1),
.latest-posts-single:nth-child(2),
.latest-posts-single:nth-child(3) {
    margin-top: 0;
}

.latest-posts-single h3 {
    color: #101010;
    text-align: center;
    text-transform: uppercase;
    word-break: break-all;
    transition: background 0.1s linear;
    -webkit-transition: background 0.1s linear;
    line-height: 1.6em !important;
    z-index: 1;
    min-width: 160px;
    margin: 25px 0 0;
    font-size: 1.6em;
    font-weight: normal;
}

.latest-posts-single img {
    width: 100%;
    -webkit-box-shadow: 15px 15px 0px 0px #e28e77;
    -moz-box-shadow: 15px 15px 0px 0px #e28e77;
    box-shadow: 15px 15px 0px 0px #e28e77;
}

.latest-posts a.more-link {
    width: auto;
    margin: 50px auto 0;
    display: inline-block;
    min-width: 200px;
}

/* Post Format: Aside */

article.format-aside {}

/* Post Format: Image */

article.format-image {}

/* Post Format: Video */

article.format-video {}

/* Post Format: Quote */

article.format-quote {}

/* Post Format: Link */

article.format-link {}

/* Post Format: Gallery */

article.format-gallery {}

/* Post Format: Audio */

article.format-audio {}

/* Post Format: Status */

article.format-status {}

/* Post Format: Chat */

article.format-chat {}

#main.blog.magazine article,
#main.archive.magazine article {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 0 200px 0;
}

#main.blog.magazine article:nth-child(even),
#main.archive.magazine article:nth-child(even) {
    flex-direction: row-reverse;
}

#main.blog.magazine article:nth-of-type(4n + 1),
#main.archive.magazine article:nth-of-type(4n + 1) {
    padding-right: 5%;
}

#main.blog.magazine article:nth-of-type(4n + 1)::before,
#main.archive.magazine article:nth-of-type(4n + 1)::before {
    content: " ";
    background: #f3beaf;
    width: 75%;
    height: 55%;
    display: block;
    position: absolute;
    bottom: -10%;
    left: 0;
    z-index: 1;
}

#main.blog.magazine article:nth-of-type(4n + 2),
#main.archive.magazine article:nth-of-type(4n + 2) {
    padding-left: 5%;
}

#main.blog.magazine article:nth-of-type(4n + 3),
#main.archive.magazine article:nth-of-type(4n + 3) {
    padding-left: 5%;
    padding-right: 5%;
}

#main.blog.magazine article:nth-of-type(4n + 3)::before,
#main.archive.magazine article:nth-of-type(4n + 3)::before {
    content: " ";
    background: #f3beaf;
    width: 45%;
    height: 80%;
    display: block;
    position: absolute;
    top: -10%;
    left: 0;
    z-index: 0;
}

#main.single-post article .post-thumbnail {
    text-align: center;
}

#main.blog.magazine article .post-thumbnail,
#main.archive.magazine article .post-thumbnail {
    width: 50%;
    z-index: 1;
}

#main.blog article .post-thumbnail img,
#main.archive article .post-thumbnail img {
    margin: 0;
    width: 100%;
}

#main.blog.magazine article .post-content,
#main.archive.magazine article .post-content {
    width: 45%;
    text-align: left;
    position: relative;
    z-index: 1;
    display: flex;
}

#main.blog.magazine article:nth-child(even) .post-content,
#main.archive.magazine article:nth-child(even) .post-content {
    text-align: right;
}

#main.blog article .post-content.full-width .wrapper,
#main.archive article .post-content.full-width .wrapper {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
}

#main.blog article .post-content.full-width,
#main.archive article .post-content.full-width {
    width: 100%;
}

#main.blog.magazine article .post-title,
#main.archive.magazine article .post-title {
    text-align: left;
}

#main.blog.magazine article:nth-child(even) .post-title,
#main.archive.magazine article:nth-child(even) .post-title {
    text-align: right;
}

#main.blog.magazine article .post-meta,
#main.archive.magazine article .post-meta {
    text-align: left;
}

#main.blog.magazine article:nth-child(even) .post-meta,
#main.archive.magazine article:nth-child(even) .post-meta {
    text-align: right;
}

#main.blog article .more-link,
#main.archive article .more-link {
    margin: 0 auto 0 0;
}

#main.blog article:nth-child(even) .more-link,
#main.archive article:nth-child(even) .more-link {
    margin: 0 0 0 auto;
}

#main.blog article .post-content > a,
#main.archive article .post-content > a {
    color: #000000;
}

#main.blog article .post-content .wrapper,
#main.archive article .post-content .wrapper {
    margin: auto 0;
}

.post-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 80px auto 100px;
    max-width: 1400px;
    padding: 0 5%;
    
}

.post-header .image {
    width: 50%;
}

.post-header .image img {
    height: 100%;
    object-fit: cover;
}

.post-header .content {
    width: 45%;
    display: flex;
}

.post-header .content .content-wrapper {
    margin: auto 0;
}

.post-header .content .post-meta {
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 40px;
    font-size: 20px;
    line-height: 24px;
}

.post-header .content .post-title {
    text-align: left;
}

/* Titles of posts and pages */

.page .entry-content {
    margin: 30px 0 0 0;
}

.page .entry-content > *:not(.snug-block):not(.alignfull):not(.full-width):not(.alignwide),
.single-post .entry-content > *:not(.snug-block):not(.alignfull):not(.full-width):not(.alignwide) {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    padding-left: 4%;
    padding-right: 4%;
    box-sizing: content-box;
}

.page .entry-content > ol,
.single-post .entry-content > ol,
.page .entry-content > ul,
.single-post .entry-content > ul,
.page .entry-content > blockquote,
.single-post .entry-content > blockquote {
    box-sizing: border-box !important;
}

.page .entry-content > *:last-child:not(.snug-block),
.single-post .entry-content > *:last-child:not(.snug-block) {
    margin-bottom: 4%;
}

.entry-content .woocommerce {
    max-width: 1200px !important;
}

.page .entry-content > .full-width,
.page .entry-content > .snug-block,
.page .entry-content > .alignfull,
.single-post .entry-content > .full-width,
.single-post .entry-content > .snug-block,
.single-post .entry-content > .alignfull {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
}

.page .entry-content > .alignwide,
.single-post .entry-content > .alignwide {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
    box-sizing: content-box;
}

.post-title,
.page-title {
    font-size: 3em;
    margin: 0 0 30px 0;
    word-wrap: break-word;
    text-align: center;
    line-height: initial;
}

.post-title a {
    color: #000000;
}

/* Post meta data */

.post-meta {
    text-align: center;
    text-transform: uppercase;
    margin: 1em 0 3em 0;
}

#main.blog .post-meta {
    margin: 1.5em 0;
}

.post-meta div {
    display: inline-block;
}

.post-meta div::after {
    content: " / ";
}

.post-meta div:last-child::after {
    content: " ";
}

/* Thumbails associated with posts and pages */

.post-thumbnail {}

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

.post-thumbnail a {
    border-bottom: none;
    line-height: 0;
    display: block;
}

.archive-description {
    text-align: center;
    margin: 0 0 50px 0;
}

/* Content of post and pages */

.entry-content p {
    line-height: 2em;
}

.entry-content ul li,
.entry-content ol li {
    line-height: 2.5em;
}

/* Continue reading link */

a.more-link {
    background: #2b4747;
    display: block;
    width: 200px;
    color: #ffffff;
    padding: 1.1em 1em;
    text-align: center;
    margin: 0 auto;
    border-bottom: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: background 0.1s linear;
    -webkit-transition: background 0.1s linear;
    letter-spacing: 1.6px;
}

a.more-link:hover {
    border-bottom: none;
}

/* Share buttons */

.socialShare {
    text-align: center;
    clear: both;
    margin: 60px 0 20px;
}

.socialShare a {
    margin: 0 10px 0 0;
    font-size: 1.5em;
}

.socialShare a:last-child {
    margin: 0;
}

.pagination {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.pagination span,
.pagination a.page-numbers {
    padding: 0 10px;
}

.pagination a.page-numbers {
    color: #000000;
}

.pagination .older-posts {
    float: left;
}

.pagination .newer-posts {
    float: right;
}

.post-navigation {
    width: 100%;
    overflow: auto;
}

.post-navigation .prev-post-link,
.post-navigation .next-post-link {
    width: 200px;
}

.post-navigation .prev-post-link {
    position: fixed;
    left: 0;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    transform-origin: top left;
    top: 60%;
    width: 205px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}

.post-navigation .prev-post-link a {}

.post-navigation .next-post-link {
    position: fixed;
    right: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: top right;
    top: 60%;
    width: 205px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}

.post-navigation .next-post-link a {}

.post-navigation a {
    background: #2b4747;
    color: #fff;
    display: block;
    border-bottom: none;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding: 20px;
}

.post-navigation a:hover {}

.post-navigation .prev-post-link {
    float: left;
}

.post-navigation .next-post-link {
    float: right;
}

#pre-footer {
    display: flex;
    justify-content: space-between;
    background: #fffbf5;
}

.site-footer .instagram {
    position: relative;
}

.site-footer .instagram::before {
    content: " ";
    background: #f7f2e9;
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

#pre-footer .instagram {
    width: 50%;
}

#pre-footer .instagram ul li {
    width: 33.33%;
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    float: left;
}

#pre-footer .instagram ul {
    margin: 0 !important;
}

#pre-footer .instagram ul li a {
    line-height: 0 !important;
    height: 100%;
    display: block;
    cursor: default !important;
}

#pre-footer .instagram ul li a img {
    width: 100%;
    vertical-align: unset !important;
}

#pre-footer .instagram p {
    display: none;
}

#pre-footer .instagram .widgetTitle {
    display: none;
}

#pre-footer .instagram #sb_instagram #sbi_images .sbi_type_image {
    width: 33.33% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    float: left;
}

.site-footer {
    overflow: auto;
}

.site-footer .sign-up {
    width: 100%;
    position: relative;
    padding: 70px 0;
}

.site-footer .sign-up .inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 5%;
}

.site-footer .sign-up .enews-widget {
    position: relative;
    z-index: 10;
}

.site-footer .sign-up .enews-widget .enews {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-footer .sign-up h2 {
    color: #000;
    font-size: 2.8em;
    text-align: left;
    margin: 0;
    max-width: 40%;
}

.site-footer .sign-up form {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}

.site-footer .sign-up input {
    border: none;
    border-bottom: 3px solid #000000;
    display: block;
    width: 80%;
    margin: 0 auto 15px;
    padding: 20px 0;
    background: none;
    margin: 0 0 0 40px;
    letter-spacing: 1.6px;
}

.site-footer .sign-up input[type="submit"] {
    color: #ffffff;
    background: none;
    border: none;
    text-transform: uppercase;
    width: 200px;
    padding: 10px;
    cursor: pointer;
    transition: background 0.1s linear;
    -webkit-transition: background 0.1s linear;
    letter-spacing: 1.6px;
}

.site-footer .sign-up input[type="submit"]:hover {
    background: #000000;
}

.site-footer .sign-up input::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 1.6px;
}

.site-footer .sign-up input:-ms-input-placeholder {
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 1.6px;
}

.site-footer .sign-up input::placeholder {
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 1.6px;
}

.footer {
    padding: 40px 0;
}

.footer .inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    flex-wrap: wrap;
}

.footer .inner section {
    width: 22%;
}

.footer .social-links {
    text-align: center;
}

.footer .social-links a {
    font-size: 1.8em;
    padding: 0 35px;
}

.site-footer {
    display: block;
    color: #000000;
}

.site-footer a {
    color: #000000;
    letter-spacing: 0.05em;
}

.site-footer p {
    margin: 0 auto;
}

.site-footer .copyright {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    color: #000000;
    padding: 20px;
}

.site-footer .social-footer {
    width: 100%;
    margin: 0 0 50px 0;
    text-align: center;
}

.site-footer .social-footer a {
    border-bottom: 0;
    margin: 0 20px;
    font-size: 1.5em;
    color: #000000;
}

.site-footer .footer-logo {
    margin: 0 0 40px;
}

.site-footer .footer-logo img {
    margin: 0 auto;
    display: block;
}

.site-footer .footer-menu {
    width: 100%;
    margin: 40px 0 0 0;
}

.site-footer .footer-menu ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.site-footer .footer-menu ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 35px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}

/* ERROR PAGE ==================== */

.recentPostsErrorPage {
    display: flex;
    justify-content: space-between;
}

.recentPostsErrorPage .singlePost {
    width: 30%;
}

.recentPostsErrorPage .singlePost .post-title {
    font-size: 1.2em;
    text-align: center;
    margin: 1em;
}

/* RELATED POSTS ==================== */

.related-posts {
    padding: 50px 0;
    position: relative;
}

.related-posts::before {
    content: " ";
    background: #f3beaf;
    width: 75%;
    height: 65%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.related-posts .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
}

.related-posts .inner h2 {
    width: 100%;
    text-transform: uppercase;
    font-size: 2.8em;
    text-align: center;
    margin: 0 0 50px;
}

.related-post-single {
    width: 30%;
    position: relative;
}

.related-post-single a {
    display: block;
}

.related-post-single img {
    width: 100%;
    -webkit-box-shadow: 15px 15px 0px 0px #e28e77;
    -moz-box-shadow: 15px 15px 0px 0px #e28e77;
    box-shadow: 15px 15px 0px 0px #e28e77;
}

.related-post-single .post-category {
    margin: 40px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    text-align: center;
}

.related-post-single .post-category a {
    color: #000000;
}

.related-post-single h3 {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    word-break: break-all;
    line-height: 1.6em !important;
    z-index: 1;
    margin: 25px 0 0;
    font-size: 1.6em;
    font-weight: normal;
}

.related-post-single h3 a {
    color: #000000;
}

/* COMMENTS ==================== */

#disqus_thread {
    max-width: 1200px;
    margin: 0 auto;
}

#comments {
    margin: 100px 0 150px;
}

#comments .inner {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 5%;
}

#comments .inner > h2 {
    font-size: 2.8em;
    text-align: center;
    margin: 0 0 60px;
    text-transform: uppercase;
}

.comment-reply-title {
    margin: 0;
}

#comments .comment-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#comments .comment-list .comment {
    margin: 0 0 30px;
}

#comments .comment-list .comment .comment-body {
    padding: 40px;
}

#comments .comment-list li:nth-of-type(even) .comment-body {
    background: #e8bc67;
}

#comments .comment-list li:nth-of-type(odd) .comment-body {
    background: #f2c2b9;
}

#comments .comment-list .comment .comment-body p {
    line-height: 2em;
}

#comments .comment-list .comment .comment-body .comment-author {
    font-size: 1.4em;
    margin: 0 0 0.4em 0;
}

#comments .comment-list .comment .comment-body .comment-author cite {
    font-style: normal;
}

#comments .comment-list .comment .comment-body .comment-author a {
    color: #000000;
}

#comments .comment-list .comment .comment-body .comment-meta {
    font-size: 0.8em;
}

#comments .comment-list .comment .comment-body .comment-meta a {
    color: #000000;
}

#comments .comment-list .comment .comment-body .says {
    display: none;
}

#comments .comment-list .comment .comment-body .reply a {
    display: inline-block;
    width: auto;
    font-size: 0.9em;
    background: #2b4747;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 25px;
}

#comments .comment-list .comment .children {
    list-style-type: none;
    margin-top: 30px;
}

#comments .comment-list .comment .children li {
    margin: 0 0 30px 0;
}

#comments .comment-list .comment ul.children li .children li {
    border-left: none;
    margin: 2em 0 0 0;
}

#comments .comment-list .comment ul.children li .children li .children li {
    border-left: none;
}

#comments .comment-list .comment .children li .comment-body {
    margin: 0;
}

#comments .comment-respond form label {
    display: block;
}

.comment-respond {
    background: #f2c2b9;
    padding: 40px;
}

.comment-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.comment-form .logged-in-as {
    width: 100%;
}

.comment-form .comment-notes {
    width: 100%;
}

.comment-form-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.comment-form .form-submit {
    width: 100%;
}

.commentFormComment,
.commentAuthorDetails {
    width: 49%;
}

.commentFormComment p {
    margin: 0;
    height: 100%;
}

.commentFormComment textarea {
    width: 100%;
    height: 100%;
}

.commentFormAuthor p,
.commentFormEmail p,
.commentFormURL p {
    margin: 0;
}

.comment-form input {
    width: 32%;
    margin: 0 0 25px 0;
    border: none;
    background: transparent;
    padding: 15px;
    order: -1;
}

.comment-form input#wp-comment-cookies-consent {
    width: auto;
    margin: 7px 5px 0 0;
}

.comment-form textarea {
    width: 100%;
    height: 150px;
    vertical-align: top;
    margin: 0 0 15px 0;
    line-height: 1.7em !important;
    border: none;
    background: transparent;
    padding: 15px;
}

.comment-form textarea::-webkit-input-placeholder,
.comment-form input::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #212121;
    letter-spacing: 1.8px;
}

.comment-form textarea:-ms-input-placeholder,
.comment-form input:-ms-input-placeholder {
    text-transform: uppercase;
    color: #212121;
    letter-spacing: 1.8px;
}

.comment-form textarea::placeholder,
.comment-form input::placeholder {
    text-transform: uppercase;
    color: #212121;
    letter-spacing: 1.8px;
}

.commentFormAuthor input,
.commentFormEmail input {}

.commentFormURL input {
    margin: 0;
}

.commentFormCookies {
    width: 100%;
    clear: both;
}

.commentFormCookies input {
    float: left;
    margin: 7px 7px 0px 0px;
    width: auto;
    display: inline-block;
}

.commentFormCookies label {
    display: inline-block;
}

p.form-submit input.submit {
    background: #2b4747;
    text-transform: uppercase;
    border: none;
    color: #fff;
    padding: 1em;
    cursor: pointer;
    max-width: 200px;
    margin: 0 auto;
    display: block;
    transition: background 0.1s linear;
    -webkit-transition: background 0.1s linear;
    letter-spacing: 1.6px;
}

#comments .comment-reply-title a {
    display: inline-block;
    width: auto;
    font-size: 0.8em;
    background: #2b4747;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 25px;
    font-weight: normal;
}

/* ERROR PAGE ==================== */

.search-error-page {
    margin: 30px 0 0 0;
}

.search-error-page form.search-form {
    max-width: 500px;
    margin: 0 auto;
}

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

/* SEARCH FORM ==================== */

form.search-form {
    position: relative;
}

form.search-form label {}

form.search-form input {
    width: 100%;
    padding: 15px;
}

form.search-form button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    line-height: normal;
}

/* SEARCH RESULTS ==================== */

.single-search {
    margin: 0 0 50px 0;
}

.single-search h2 {
    font-size: 1.3em;
}

.single-search a.more-link {
    margin: 2em 0 0 0;
}

.sign-up-block {
    margin: 85px 0;
    position: relative;
    padding: 35px 0;
}

.sign-up-block::before {
    content: " ";
    background: #f3beaf;
    width: 80%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.sign-up-block .inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
}

.sign-up-block .enews {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sign-up-block .enews h2 {
    color: #000;
    font-size: 2.8em;
    text-align: left;
    margin: 0;
    max-width: 40%;
    text-transform: uppercase;
}

.sign-up-block .enews form {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}

.sign-up-block .enews input {
    border: none;
    display: block;
    width: 80%;
    padding: 18px;
    background: none;
    margin: 0 0 0 40px;
    letter-spacing: 1.6px;
}

.sign-up-block .enews input[type="submit"] {
    color: #ffffff;
    background: none;
    border: none;
    text-transform: uppercase;
    width: 200px;
    padding: 10px;
    cursor: pointer;
    transition: background 0.1s linear;
    -webkit-transition: background 0.1s linear;
    letter-spacing: 1.6px;
}

.title-text-block {
    padding: 85px 0;
}

.title-text-block .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
}

.title-text-block .inner .title {
    width: 48%;
}

.title-text-block .inner .title .sub-title {
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 0 0 40px;
    letter-spacing: 4px;
}

.title-text-block .inner .title h2 {
    font-size: 2.8em;
    text-transform: uppercase;
    margin: 0;
}

.title-text-block .inner .title .more-link {
    margin: 50px auto 0 0;
}

.title-text-block .inner .text {
    width: 48%;
}

.title-text-block .inner .text p:first-of-type {
    margin-top: 0;
}

.title-text-block .inner .text p:last-of-type {
    margin-bottom: 0;
}

.image-text-block {
    position: relative;
}

.image-text-block.no-space::before {
    content: " ";
    width: 75%;
    height: 55%;
    display: block;
    position: absolute;
    bottom: -10%;
    left: 0;
    z-index: -1;
}

.image-text-block.no-space.image-right::before {
    left: auto;
    right: 0;
}

.image-text-block.space::before {
    content: " ";
    width: 45%;
    height: 80%;
    display: block;
    position: absolute;
    top: -10%;
    left: 0;
    z-index: 0;
}

.image-text-block.space.image-right::before {
    left: auto;
    right: 0;
}

.image-text-block .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.image-text-block.space .inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
}

.image-text-block.no-space.image-right .inner {
    margin: 0 0 0 auto;
}

.image-text-block.image-right .inner {
    flex-direction: row-reverse;
}

.image-text-block.no-space .image {
    width: 50%;
}

.image-text-block.space .image {
    width: 55%;
}

.image-text-block .content {
    display: flex;
}

.image-text-block.no-space .content {
    width: 45%;
}

.image-text-block.no-space.image-left .content {
    padding: 0 10% 0 0;
}

.image-text-block.no-space.image-right .content {
    padding: 0 0 0 10%;
}

.image-text-block.space .content {
    width: 40%;
}

.image-text-block .content .wrapper {
    margin: auto 0;
}

.image-text-block .content .sub-title {
    margin: 0 0 40px;
    text-transform: uppercase;
    font-size: 20px;
}

.image-text-block .content h2 {
    font-size: 46px;
    line-height: 76px;
    margin: 0 0 40px;
}

.image-text-block .content p {
    font-size: 20px;
    line-height: 28px;
}

.image-text-block .content a.more-link {
    margin: 40px auto 0 0;
}

/* FAQ ==================== */

.faq-block {
    overflow: auto;
    padding: 85px 0;
}

.faq-block .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
}

.faq-block .sub-title {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 45px;
    font-size: 1.2;
    letter-spacing: 4px;
}

.faq-block h2 {
    text-align: center;
    margin: 0 0 50px 0;
    width: 100%;
    font-size: 2.8em;
    text-transform: uppercase;
}

.faq-column {
    width: 49%;
}

.faq-single {
    margin: 0 0 25px 0;
}

.question {
    cursor: pointer;
    position: relative;
}

.question h3 {
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.5em;
    padding: 20px 45px 20px 20px;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 1.6px;
    position: relative;
    text-align: center;
}

.question i {
    position: absolute;
    right: 15px;
    color: #efc5be;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -ms-transition: -ms-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    font-size: 1.2em;
    top: 50%;
    transform: translate(0%, -50%);
}

.answer {
    display: none;
}

.rotate {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header-block {
    position: relative;
    z-index: 1;
    display: flex;
    height: 100vh;
}

.header-block .inner {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.header-block.style1,
.header-block.style3 {
    margin: auto 0;
}

.header-block.style1 .inner,
.header-block.style3 .inner {
    max-width: 1400px;
    margin: auto;
    padding: 0 5%;
}

.header-block.style2 .inner {
    width: 100%;
}

.header-block-image {
    width: 60%;
    z-index: 10;
    text-align: right;
}

.header-block.style2 .inner .header-block-image {
    position: absolute;
    top: 0;
    right: 0;
}

.header-block.style3 .inner .header-block-image {
    display: flex;
    justify-content: space-between;
}

.header-block.style3 .inner .header-block-image img {
    width: 48%;
}

.header-block-content {
    width: 35%;
    z-index: 20;
    position: relative;
    display: flex;
}

.header-block.style2 .header-block-content {
    max-width: 1400px;
    margin: auto;
    padding: 0 5%;
    width: 100%;
}

.header-block.style2 .header-block-content .wrapper {
    max-width: 50%;
}

.header-block-content .wrapper {
    margin: auto 0;
    width: 100%;
}

.header-block-content .header-title{
    margin: 0;
    font-size: 46px;
    line-height: 76px;
    text-transform: uppercase;
}

.header-block-content .post-meta {
    text-align: left;
    margin: 0 0 40px;
    font-size: 20px;
    line-height: 24px;
}

.header-block-content a.more-link {
    margin: 40px auto 0 0;
}

.header-block-content .sub-title {
    margin: 0 0 40px;
    text-transform: uppercase;
    font-size: 20px;
}

/* HOME TEMPLATE 1 ==================== */

.testimonials-home {
    background: #efc5be;
    padding: 80px 0;
}

.testimonials-home .prev-slide,
.testimonials-home .next-slide {
    color: #ffffff;
}

/* TESTIMONIALS ==================== */

.testimonials-block {
    position: relative;
    padding: 85px 0;
}

.testimonials-block .inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
}

.testimonials-block .slideshow {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    width: 80%;
}

.testimonial {
    display: none;
}

.testimonial-inner {}

.testimonial-image {
    width: 150px;
    margin: 0 auto 25px;
}

.testimonial-image img {
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.testimonial-content {
    max-width: 650px;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    font-size: 1.1em;
    line-height: 1.7em;
}

.testimonial-content .testimonial-author {
    font-weight: bold;
    margin: 25px 0 0 0;
    font-size: 1.2em;
}

.testimonials-block .prev-slide,
.testimonials-block .next-slide {
    top: 50%;
}

.testimonials-block .prev-slide {
    text-align: left;
    left: 7%;
}

.testimonials-block .next-slide {
    text-align: right;
    right: 7%;
}

.full-width-image-block {
    width: 100%;
    background-size: cover;
    background-attachment: scroll;
}

.full-width-image-block .inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
}

.full-width-image-block .content {
    list-style-type: none;
    padding: 0;
    margin: auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 50%;
}

.full-width-image-block .content h2 {
    font-size: 2.5em;
}

.full-width-image-block .content .text {
    line-height: 1.7em;
}

.full-width-image-block .content-wrapper {
    background: #fffbf5;
    width: 50%;
    margin: 150px 0;
    padding: 20px 40px;
}

.full-width-image-block.boxRight .content-wrapper {
    margin: 150px 0 150px auto;
}

.overlapping-images-block {
    padding: 85px 0;
}

.overlapping-images-block .inner {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
}

.overlapping-images-block.imagesRight .inner {
    flex-direction: row-reverse;
}

.overlapping-images-block .content {
    width: 45%;
    text-align: right;
    position: relative;
}

.overlapping-images-block .content .wrapper {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
}

.overlapping-images-block.imagesRight .content {
    text-align: left;
}

.overlapping-images-block .content.full-width {
    width: 100%;
}

.overlapping-images-block .content h2 {
    font-size: 3.4em;
    margin: 0 0 30px;
}

.overlapping-images-block .content a.more-link {
    margin: 30px 0 0 auto;
}

.overlapping-images-block.imagesRight .content a.more-link {
    margin: 30px auto 0 0;
}

.overlapping-images-block .images {
    width: 50%;
    position: relative;
}

.overlapping-images-block .images .image-top {
    float: none;
    width: 75%;
    position: relative;
    z-index: 1;
}

.overlapping-images-block.imagesRight .images .image-top {
    float: right;
    width: 75%;
    position: relative;
    z-index: 20;
    margin: 0 0 0 auto;
}

.overlapping-images-block .images .image-bottom {
    position: relative;
    width: 60%;
    float: right;
    z-index: 2;
    margin: -35% 0% 0 0;
}

.overlapping-images-block.imagesRight .images .image-bottom {
    position: relative;
    width: 60%;
    margin: -35% 0% 0 0%;
    float: left;
    z-index: 30;
}

.contact-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-wrapper .contact-content {
    width: 40%;
}

.contact-wrapper .contact-form {
    width: 55%;
}

.contact-wrapper .contact-form input,
.contact-wrapper .contact-form textarea {
    width: 100%;
    border: 3px solid #c38e7f;
}

.contact-wrapper .contact-form input[type="submit"] {
    background: #2b4747;
    border: none;
    color: #ffffff;
    padding: 1.1em 1em;
    display: block;
    width: 200px;
    margin: 0 auto;
    cursor: pointer;
    text-transform: uppercase;
    transition: background 0.1s linear;
    -webkit-transition: background 0.1s linear;
}

/* SLIDESHOW ==================== */

.slideshow-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 2% 4% 8% 4%;
    overflow: hidden;
}

.slideshow-wrapper .slideshow {
    /*max-width: 1200px;*/
    position: relative;
    margin: 0 auto;
    width: 75%;
    z-index: 10;
}

.slideshow-wrapper .slideshow img {
    object-fit: cover;
    width: 100%;
    max-height: 700px;
}

.slide {
    display: none;
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slide-content h2 {
    text-align: center;
    font-size: 4em;
}

.slide-content h2.light {
    color: #ffffff;
}

.slide-content h2.dark {
    color: #000000;
}

.prev-slide,
.next-slide {
    cursor: pointer;
    position: absolute;
    top: 44%;
    transform: translate(0, -50%);
    width: auto;
    color: #2b4747;
    font-weight: bold;
    font-size: 3em;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    width: 12%;
    z-index: 10;
}

.prev-slide {
    left: 0;
    text-align: right;
}

.next-slide {
    right: 0;
    text-align: left;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 0.5s;
    animation-name: fade;
    animation-duration: 0.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

.what {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 900px;
}

.what-left {
    width: 50%;
    position: relative;
}

.what-right {
    width: 50%;
}

.what-left .image-1 {
    width: 50%;
}

.what-left .image-2 {
    width: 50%;
    position: absolute;
    top: 40%;
    left: 40%;
}

/* WIDGETS ==================== */

.widget {}

h2.widgetTitle {}

.widget-title a {}

/* widget forms */

.widget select {
    width: 100%;
    padding: 0.5em;
}

/* widget lists */

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

.widget ul li,
.widget ol li {
    padding: 0 0 1em 0;
    margin: 0 0 1em 0;
    border-bottom: 1px solid #cecece;
    display: block;
}

.widget:not(.widget_tag_cloud) ul li + li {}

.widget ul li ul {}

.widget ul li li {}

/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {}

.widget_rss ul li {}

/* Widget markup */

.widget .post-date,
.widget .rss-date {}

/* Text widget */

.widget_text {}

.widget_text ul {}

.widget_text ol {}

.widget_text ul li,
.widget_text ol li {}

.widget_text ul li:last-child,
.widget_text ol li:last-child {}

.widget_text ul li ul {}

.widget_text ul li li {}

.widget_text ol li {}

.widget_text ol li + li {}

/* RSS Widget */

.widget_rss {}

.widget_rss .widgetTitle .rsswidget:first-child {
    float: right;
}

.widget_rss ul li a {
    font-size: 1.3em;
}

.widget_rss ul li span.rss-date {
    display: block;
    font-size: 0.8em;
    margin: 1em 0 0 0;
}

.widget_rss ul li .rssSummary {
    margin: 1em 0 0 0;
}

.widget_rss ul li cite {
    font-size: 0.8em;
    margin: 1em 0 0 0;
    display: block;
    font-style: normal;
}

/* Contact Info Widget */

.widget_contact_info .contact-map {}

/* Gravatar */

.widget-grofile h4 {}

/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {}

/* Recent Posts widget */

.widget_recent_entries ul li .post-date {
    display: block;
    font-size: 0.8em;
    margin: 0.8em 0 0 0;
}

/* Tag cloud widget */

.tagcloud ul li {}

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {}

/* Calendar widget */

.widget_calendar {}

.widget_calendar .calendar_wrap {
    width: 100%;
}

.widget_calendar table {
    width: 100%;
    border-collapse: collapse;
}

.widget_calendar table caption {
    margin: 0 0 0.8em 0;
}

.widget_calendar table thead {}

.widget_calendar table thead tr {
    border-bottom: 1px solid #cecece;
}

.widget_calendar table thead tr th {
    padding: 0.5em 0;
}

.widget_calendar table tfoot {}

.widget_calendar table tfoot tr {}

.widget_calendar table tbody {}

.widget_calendar table tbody tr {}

.widget_calendar table tbody tr td {
    text-align: center;
    padding: 0.5em 0;
}

.widget_calendar table tbody tr td a {
    color: #000;
    text-decoration: underline;
}

/* Archive widget */

.widget_archive select {}

/* Category widget */

.widget_categories ul li .children {
    margin: 0 0 0 1em;
}

.widget_categories ul li .children li {
    border-bottom: none;
    margin: 1em 0 0 0;
    padding: 0;
}

.widget_categories ul li .children li:before {
    content: "- ";
}

/* WooCommerce widgets */

.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 0 0 1em 0 !important;
}

.widget.woocommerce form div {
    position: relative;
}

.widget.woocommerce form div input {
    padding: 0.5em;
    width: 100%;
}

.widget.woocommerce form div button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.5em;
}

/* WooCommerce price slider */

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {}

.woocommerce .widget_price_filter .price_slider_amount .button {
    left: 0 !important;
}

/* WooCommerce cart widget */

.woocommerce.widget_shopping_cart ul.cart_list {}

.woocommerce.widget_shopping_cart ul.cart_list li {}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
    width: 100%;
    text-align: center;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: none !important;
    border-bottom: 1px solid #cecece;
    text-align: center;
    padding: 0 0 1em;
}

.woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 0.5em !important;
}

/*WooCommerce product categories widget */

.woocommerce.widget_product_categories ul {}

.woocommerce.widget_product_categories ul li {}

.woocommerce.widget_product_categories ul li ul.children {
    margin: 0 0 0 1em;
}

.woocommerce.widget_product_categories ul li ul.children li {
    border-bottom: none;
    margin: 1em 0 0 0;
    padding: 0;
}

.woocommerce.widget_product_categories ul li ul.children li:before {
    content: "- ";
}

/*WooCommerce products by rating widget */

.woocommerce ul.product_list_widget li {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
}

.woocommerce ul.product_list_widget li a {
    border-bottom: none;
}

/* WOOCOMMERCE ==================== */

.woocommerce {}

.woocommerce button.button,
.woocommerce a.button {
    border-radius: 0;
    text-transform: uppercase;
    background: #2b4747;
    text-align: center;
    color: #ffffff;
    padding: 20px;
    font-weight: normal;
}

/* Forms */

.woocommerce form .form-row {
    padding: 0;
}

.woocommerce form .form-row#billing_address_2_field {
    margin: 15px 0 6px 0;
}

.woocommerce form fieldset {
    border: none;
    padding: 0;
}

fieldset legend {
    font-size: 1.5em;
    padding: 1em 0;
}

.woocommerce form .form-row .select2-container {
    padding: 15px;
    background: #ffffff;
}

.select2-container--default .select2-selection--single {
    border: none !important;
    border-radius: 0;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0.7em !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 23px;
}

.select2-dropdown {
    border: none;
}

/* Store notice */

.woocommerce-store-notice,
p.demo_store {
    background: #2b4747;
    position: relative;
}

.woocommerce-store-notice,
p.demo_store a {}

/* Messages */

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #e7c17b;
    color: #000000;
}

.woocommerce-message {
    border-top: none !important;
    padding: 1em;
    line-height: 50px;
}

.woocommerce-info {
    border-top: none;
    padding: 1em;
}

.woocommerce-error {
    border-top: none;
    padding: 1em;
    background: #e03610;
    color: #fff;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
    display: none;
}

/* Log in */

.woocommerce form.login {
    border: none !important;
    padding: 0 !important;
}

/* My account */

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 1em;
    display: block;
    background: #4e4e4e;
    margin: 0 0 0.5em 0;
    border-bottom: none !important;
    color: #fff;
    text-transform: uppercase;
    background: #2b4747;
    text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {}

.woocommerce-account .col2-set {
    width: 100% !important;
}

.woocommerce-account .col2-set .col-1.woocommerce-Address {
    width: 45%;
    float: left;
}

.woocommerce-account .col2-set .col-2.woocommerce-Address {
    width: 45%;
    float: right;
}

.woocommerce-account .col2-set .col-1.woocommerce-Address a.edit::after,
.woocommerce-account .col2-set .col-2.woocommerce-Address a.edit::after {
    content: "\f044";
    font-family: "Font Awesome 5 Free";
    margin: 0 0 0 5px;
}

.woocommerce-account .addresses .title::after,
.woocommerce-account .addresses .title::before {
    display: none;
}

/* Product ordering */

.woocommerce .woocommerce-ordering {}

.woocommerce .woocommerce-ordering select {}

.woocommerce .woocommerce-ordering input {}

.woocommerce .woocommerce-result-count {}

/* Product list */

.woocommerce .page-description {
    margin: 1em 0 4em 0;
}

.woocommerce ul.products {}

.woocommerce ul.products li.product {
    position: relative;
}

.woocommerce ul.products li.product h2 {
    text-align: center;
}

.woocommerce ul.products li.product .price {
    text-align: center;
}

.woocommerce ul.products li.product .button {
    display: block;
    text-align: center;
    background: #2b4747;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
    max-width: 200px;
    margin: 20px auto 0;
    padding: 15px;
}

.woocommerce ul.products li.product .star-rating {
    margin: 0 auto 10px;
}

.woocommerce ul.products li.product .star-rating::before {}

.woocommerce ul.products li.product .star-rating span::before {}

.woocommerce .shop-categories {
    margin: 60px 0 50px 0;
    overflow: auto;
    display: block;
    width: 100%;
}

.woocommerce .shop-categories ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.woocommerce .shop-categories ul li {
    display: inline;
    margin: 0 20px;
}

.woocommerce .shop-categories ul li a {
    background: #000000;
    color: #ffffff;
    padding: 1.1em 2em;
    display: inline-block;
    text-transform: uppercase;
    width: 200px;
    margin: 0 0 20px;
    transition: background 0.1s linear;
    -webkit-transition: background 0.1s linear;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    background: none !important;
    color: #000000 !important;
    padding: 0 10px;
}

/* Individual product */

.woocommerce .quantity .qty {
    position: relative;
    color: #000;
    top: 0;
}

/* Related Products */

.related.products {
    position: relative;
}

.related.products::before {
    content: " ";
    background: #f3beaf;
    width: 75%;
    height: 70%;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.related.products h2 {
    text-align: center;
    font-size: 2em;
    color: #ffffff;
}

.related.products ul {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
}

.related.products .star-rating span {
    color: #ffffff;
}

.related.products .star-rating::before {
    color: #ffffff;
}

body.single-product .product {
    z-index: 1;
}

.woocommerce div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 40%;
}

.woocommerce div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page div.product div.images {
    width: 57%;
}

.woocommerce div.product .product_title {
    font-size: 3em;
    color: #000000;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n + 2) {
    width: 24%;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #000000;
}

div.product .product_meta .sku_wrapper {
    display: block;
}

div.product .product_meta .posted_in {
    display: block;
}

.woocommerce .product .images .woocommerce-product-gallery__wrapper {}

.woocommerce .product .images .woocommerce-product-gallery__image:first-child {
    margin: 0 0 0.3em 0;
}

.woocommerce .product .images .woocommerce-product-gallery__image:nth-child(n + 2) {
    width: 24%;
}

.woocommerce .product .images .woocommerce-product-gallery__image:nth-child(n + 2) {
    width: 24%;
    margin: 0 1.333% 0 0;
}

.woocommerce .product .images .woocommerce-product-gallery__image:nth-child(5),
.woocommerce .product .images .woocommerce-product-gallery__image:nth-child(9),
.woocommerce .product .images .woocommerce-product-gallery__image:nth-child(13),
.woocommerce .product .images .woocommerce-product-gallery__image:nth-child(17) {
    margin: 0;
}

.woocommerce .product .product_meta span {
    margin: 0 0 20px 0;
}

#reviews .comment-form-rating {
    width: 100%;
}

.woocommerce p.stars a {
    border-bottom: none;
}

.woocommerce p.stars a {
    border-bottom: none;
}

.woocommerce #review_form #respond p {
    width: 100%;
}

.woocommerce #review_form #respond .comment-reply-title {
    font-size: 1.5em;
    margin: 0 0 15px 0;
    display: block;
    font-size: 2em;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    display: none;
}

.woocommerce .star-rating {
    float: none;
}

.woocommerce .star-rating span {
    color: #e7c17b;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs .panel .woocommerce-Reviews {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.woocommerce div.product .woocommerce-tabs .panel .woocommerce-Reviews #review_form_wrapper .wp-comment-cookies-consent {
    width: auto;
    margin: 0px 10px 0 0;
}

.woocommerce #review_form #respond .form-submit input {
    background: #2b4747;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
    max-width: 200px;
    margin: 0 auto;
    padding: 15px;
}

.woocommerce div.product .woocommerce-tabs .panel .woocommerce-Reviews {
    display: flex;
    justify-content: space-between;
}

.woocommerce div.product .woocommerce-tabs .panel .woocommerce-Reviews #comments {
    width: 49%;
}

.woocommerce #reviews #comments h2 {
    margin: 0 0 15px 0;
}

.woocommerce div.product .woocommerce-tabs .panel .woocommerce-Reviews #review_form_wrapper {
    width: 49%;
}

.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: none;
    padding: 0;
    margin: 30px 0 0 0;
}

.woocommerce table.shop_attributes th {
    border-left: 1px solid #000000;
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: middle;
}

/* Product image */

.woocommerce ul.products li.product img {}

/* Product title */

.woocommerce ul.products li.product h2 {
    color: #000000;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.3em !important;
}

/* Product price */

.woocommerce ul.products li.product .price {
    color: #000000;
    font-size: 1.1em;
}

/* Product sale */

.woocommerce span.onsale {
    background: #2b4747;
    font-weight: normal;
    padding: 10px 14px;
    text-transform: uppercase;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
    font-weight: normal;
}

/* Add to cart button */

.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .button {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
    max-width: 200px;
    padding: 15px;
    transition: background 0.1s linear;
    -webkit-transition: background 0.1s linear;
    position: absolute;
    margin: 0;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    visibility: hidden;
}

.woocommerce ul.products li.product:hover .add_to_cart_button,
.woocommerce ul.products li.product:hover .button {
    visibility: visible;
}

/* View cart link that shows after product is added to cart */

.woocommerce ul.products li.product .wc-forward {
    display: block;
    text-align: center;
    padding: 20px 0 0 0;
}

/* Product price */

.woocommerce div.product p.price {
    font-size: 1.7em;
}

/* Add to cart button */

.woocommerce div.product form.cart .button {
    background: #2b4747;
    font-weight: normal;
    text-transform: uppercase;
    padding: 15px 30px;
    line-height: 1.15em;
}

/* Product tabs */

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 3px solid #2b4747;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0 !important;
    border: none;
    background: #2b4747;
    color: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-radius: 0 !important;
    border: none;
    background: #2b4747;
    color: #ffffff;
    padding: 10px 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #ffffff !important;
    font-weight: normal;
}

/* Product reviews */

.woocommerce div.product .woocommerce-tabs .panel .woocommerce-Reviews #comments {
    background: transparent;
    padding: 0 5% 0 0;
}

.woocommerce p.stars a {
    color: #e7c17b;
}

.woocommerce p.stars {
    color: #d3ced2;
}

/* Cart */

.woocommerce table.cart {
    border: 3px solid #000000;
    background: #ffffff;
}

.woocommerce table.cart th {
    border: none;
    padding: 1em;
}

.woocommerce table.cart td {
    border-right: 0;
    border-top: 3px solid #000000;
    border-left: none;
}

.woocommerce table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: auto;
}

/* Proceed to checkout button */

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
    border-radius: 0px !important;
    background: #2b4747 !important;
    font-size: 1em;
}

/* Tables */

.woocommerce table.shop_table {
    border-radius: 0px !important;
}

.woocommerce .cart_totals table.shop_table {
    border: 3px solid;
    background: #ffffff;
}

.woocommerce .cart_totals table.shop_table th {
    padding: 1em;
    border-top: 3px solid;
}

.woocommerce .cart_totals table.shop_table td {
    border-top: 3px solid;
}

/* Checkout */

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 15px;
    border: none;
}

.woocommerce-checkout .col2-set {
    width: 49%;
    float: left;
}

.woocommerce-checkout .col2-set .col-1 {
    width: 100%;
}

.woocommerce-checkout .col2-set .col-2 {
    float: left;
    width: 100%;
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: inherit;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row .select2-container {
    border: 3px solid #efc5be;
}

form.woocommerce-checkout h3#order_review_heading {
    float: right;
    display: block;
    width: 49%;
}

form.woocommerce-checkout #order_review {
    float: right;
    width: 49%;
}

.woocommerce-checkout #payment {
    border-radius: 0;
    background: transparent;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 1em 0;
    border-bottom: none;
}

.woocommerce-checkout #payment .form-row {
    padding: 0 0 1em 0 !important;
}

/* Review order table on checkout page */

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    border: 3px solid #000000;
    background: #ffffff;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
    padding: 1em;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
    padding: 1em;
    border: none;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal {
    border-top: 3px solid #000000;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr:last-child {
    border-bottom: 3px solid;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal td {
    border: none;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total {
    border-top: 3px solid #000000;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total td {
    border: none;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    padding: 15px;
    line-height: normal;
}

.woocommerce-page #payment #place_order {
    background: #2b4747;
}

/* Coupons */

.woocommerce form.checkout_coupon {
    border: none;
    background: #e7c17b;
    border-radius: 0;
    margin: 0;
    padding: 1em;
}

.woocommerce form.checkout_coupon p {
    margin: 0 0 1em 0;
}

.woocommerce form.checkout_coupon input::placeholder {
    text-transform: uppercase;
}

.woocommerce form.checkout_coupon button {
    padding: 15px;
}

.home-header-graphic-1 {
    width: 50%;
    position: absolute;
    bottom: -46%;
    right: 18%;
    fill: rgba(231, 193, 123, 0.85);
    -webkit-transform: rotate(230deg);
    -moz-transform: rotate(230deg);
    -o-transform: rotate(230deg);
    -ms-transform: rotate(230deg);
    transform: rotate(230deg);
    z-index: -1;
}

.home-header-graphic-2 {
    position: absolute;
    bottom: -8%;
    right: -6%;
    fill: rgba(195, 142, 127, 0.83);
    width: 34%;
    -webkit-transform: rotate(333deg);
    -moz-transform: rotate(333deg);
    -o-transform: rotate(333deg);
    -ms-transform: rotate(333deg);
    transform: rotate(333deg);
}

.blog-header-graphic-1 {
    width: 30%;
    position: absolute;
    bottom: -22%;
    right: 5%;
    fill: rgba(195, 142, 127, 0.68);
    -webkit-transform: rotate(230deg);
    -moz-transform: rotate(230deg);
    -o-transform: rotate(230deg);
    -ms-transform: rotate(230deg);
    transform: rotate(230deg);
}

.blog-header-graphic-2 {
    position: absolute;
    bottom: 12%;
    right: -13%;
    fill: rgba(231, 193, 123, 0.85);
    width: 37%;
}

.about-graphic-1 {
    fill: rgba(239, 197, 190, 0.8);
    width: 53%;
    position: absolute;
    top: 35%;
    right: 10%;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

.about-graphic-2 {
    fill: rgba(255, 246, 230, 0.69);
    width: 48%;
    position: absolute;
    top: 35%;
    right: -7%;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    z-index: 10;
}

.home-about-graphic-1 {
    width: 58%;
    position: absolute;
    top: 27%;
    left: -73px;
    fill: rgba(239, 197, 190, 1);
}

.home-about-graphic-2 {
    height: 58%;
    position: absolute;
    top: 48%;
    left: 25%;
    -webkit-transform: rotate(100deg);
    -moz-transform: rotate(100deg);
    -o-transform: rotate(100deg);
    -ms-transform: rotate(100deg);
    transform: rotate(100deg);
    z-index: 1;
}

.footer-graphic-1 {
    width: 50%;
    position: absolute;
    top: 15%;
    right: -8%;
    fill: rgba(231, 193, 123, 0.82);
    z-index: 1;
}

.footer-graphic-2 {
    width: 60%;
    position: absolute;
    top: -10%;
    right: -17%;
    fill: rgba(43, 71, 71, 0.72);
}

.shop-graphic-1 {
    width: 30%;
    position: absolute;
    bottom: -5%;
    right: 5%;
    fill: rgba(195, 142, 127, 0.68);
    -webkit-transform: rotate(230deg);
    -moz-transform: rotate(230deg);
    -o-transform: rotate(230deg);
    -ms-transform: rotate(230deg);
    transform: rotate(230deg);
}

.shop-graphic-2 {
    position: absolute;
    bottom: 12%;
    right: -13%;
    fill: rgba(231, 193, 123, 0.85);
    width: 37%;
}

/* Buttons */

.wp-block-button__link {
    background-color: #2b4747;
}

.wp-block-button.is-style-outline {
    color: #2b4747;
}

/* Separator */

.wp-block-separator.is-style-default {
    max-width: 100px;
    margin: 25px auto;
}

.wp-block-separator.is-style-wide {
    margin: 25px auto;
}

.wp-block-separator.is-style-dots {
    margin: 25px auto;
}

/* Verse */

pre.wp-block-verse {
    line-height: 2em;
}

/* Table */

.wp-block-table.aligncenter {
    margin: 0 auto;
}

wp-block-table alignright {
    margin: 0 0 0 auto;
}

/* Pullquote */

.wp-block-pullquote.is-style-default {
    border-top: 5px solid #2b4747;
    border-bottom: 5px solid #2b4747;
}

.wp-block-pullquote blockquote {
    background: transparent;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 50%;
}

/* Video */

.wp-block-embed__wrapper iframe {
    display: block;
    margin: 0 auto;
}

/* File */

.wp-block-file .wp-block-file__button {
    background: #2b4747;
}

/* Quote */

.wp-block-quote.is-style-large {
    padding: 2em;
}

/* Gallery */

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 50%;
}

/* Image */

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
    display: block;
}

.wp-block-image .alignleft,
.wp-block-image .alignright {
    max-width: 50%;
}

/* MEDIA QUERIES ==================== */

@media (hover: none) {
    .open-mobile-navigation {
        display: block;
        z-index: 1000;
    }

    nav.navigation-top {
        display: none;
    }
}

@media (any-pointer: coarse) {
    .open-mobile-navigation {
        display: block;
        z-index: 1000;
    }

    nav.navigation-top {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    #main {
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    
    .image-text-block.no-space .image,
    .image-text-block.space .image {
        width: 100%;
    }
    
    .image-text-block.no-space.image-left .image {
        padding: 0 5% 0 0;
    }
    
    .image-text-block.no-space.image-right .image {
        padding: 0 0 0 5%;
    }
    
    .image-text-block.no-space.image-left .content,
    .image-text-block.no-space.image-right .content {
        width: 100%;
        padding: 0 5%;
        max-width: 1400px;
        margin: 30px auto 0;
    }
    
    .image-text-block.space.image-left .content,
    .image-text-block.space.image-right .content {
        width: 100%;
        padding: 0;
        max-width: 1400px;
        margin: 30px auto 0;
    }
    
    .sign-up-block .enews {
        flex-direction: column;
    }
    
    .sign-up-block .enews form {
        flex-direction: column;
        width: 100%;
    }
    
    .sign-up-block .enews input {
        margin: 0 0 20px;
        width: 100%;
    }
    
    .sign-up-block::before {
        width: 100%;
    }
    
    .sign-up-block .enews h2 {
        max-width: none;
        margin: 0 0 20px;
    }
    
    .title-text-block .inner {
        padding-bottom: 80px;
    }
    
    .title-text-block .inner .title {
        width: 100%;
    }
    
    .title-text-block .inner .text {
        width: 100%;
    }
    
    .title-text-block .inner .title .more-link {
        position: absolute;
        bottom: 0;
    }
    
    .main-menu.left {
        display: none;
    }

    .open-mobile-navigation {
        display: block;
        z-index: 99;
    }

    header .logo {
        width: 70%;
        text-align: center;
        margin: 1em auto;
    }

    nav.navigation-top {
        display: none;
    }

    #main.blog article,
    #main.archive article {
        flex-direction: row !important;
        flex-wrap: wrap;
    }

    #main.blog article .post-thumbnail,
    #main.archive article .post-thumbnail {
        width: 100%;
    }

    #main.blog article .post-content,
    #main.archive article .post-content {
        width: 100%;
    }

    #main.blog article .post-title {
        margin: 0.5em 0;
    }

    .woocommerce .col2-set,
    .woocommerce-page .col2-set {
        width: 100%;
    }

    form.woocommerce-checkout h3#order_review_heading {
        float: left;
        width: 100%;
    }

    form.woocommerce-checkout #order_review {
        float: left;
        width: 100%;
    }

    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
    }

    .contact-wrapper .contact-content,
    .contact-wrapper .contact-form {
        width: 100%;
    }

    .header-block-content .wrapper {
        position: relative;
        top: auto;
        transform: none;
    }

    .header-block .inner {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .header-block-image {
        width: 100%;
    }

    .header-block-content {
        width: 100%;
        margin: 0;
    }

    .header-block-content .header-title {
        margin: 20px 0 20px 0;
    }

    .overlapping-images-block .content .wrapper {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
    }

    .about-block .inner,
    .overlapping-images-block .inner {
        flex-wrap: wrap;
    }

    .overlapping-images-block .content {
        width: 100%;
        margin: 40px 0 0 0;
    }

    .about-block .about-block-images,
    .overlapping-images-block .images {
        width: 100%;
        margin: 40px 0 0 0;
    }

    .faq-column {
        width: 100%;
    }

    .woocommerce div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 100%;
    }

    .woocommerce div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page div.product div.images,
    .woocommerce-page div.product div.images {
        width: 100%;
    }

    #pre-footer {
        flex-wrap: wrap;
    }

    #pre-footer .instagram {
        width: 100%;
    }

    #pre-footer .sign-up {
        width: 100%;
    }

    .testimonial-inner {
        flex-wrap: wrap;
    }

    .testimonial-content {
        width: 100%;
        padding: 0 5%;
    }

    .testimonial-image {
        margin: 0 auto 15px;
        width: 50%;
        padding: 0;
    }

    .latest-posts-single {
        width: 100%;
        margin: 0 auto 20px;
    }

    .about-content-wrapper,
    .full-width-image-block .content-wrapper {
        width: 90%;
        margin: 50px auto !important;
        padding: 20px 40px;
    }

    .featured-pages-single {
        width: 100%;
        margin: 0 auto 20px;
    }

    .blog-category-single {
        width: 100%;
        margin: 0 auto 20px;
    }

    .woocommerce div.product .woocommerce-tabs .panel .woocommerce-Reviews #comments {
        width: 100%;
        padding: 0;
    }

    .woocommerce div.product .woocommerce-tabs .panel .woocommerce-Reviews #review_form_wrapper {
        width: 100%;
    }

    .woocommerce div.product .woocommerce-tabs .panel .woocommerce-Reviews {
        flex-direction: column;
    }

    .related-post-single {
        width: 100%;
        margin: 0 auto;
    }

    footer .footer-menu,
    footer .copyright {
        width: 100%;
        text-align: center;
    }

    footer .footer-menu div {
        margin: 0 0 30px;
    }

    footer .social-footer {
        margin: 30px 0 50px 0;
    }

    .woocommerce .shop-categories .shop-category-link {
        width: 47%;
    }

    .woocommerce .shop-categories .shop-category-link:nth-child(5n + 5) {
        margin: 0 5% 15px 0;
    }

    .woocommerce .shop-categories .shop-category-link:nth-child(2n + 2) {
        margin: 0 0 15px 0;
    }

    .related.products ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .prev-slide,
    .next-slide {
        font-size: 2em;
        width: 8%;
    }

    .prev-slide {
        text-align: left;
        padding: 0 0 0 10px;
    }

    .next-slide {
        text-align: right;
        padding: 0 10px 0 0;
    }

    .slideshow-wrapper .slideshow {
        width: 84%;
    }

    .slideshow-wrapper .slideshow .slide img {
        height: 400px;
        object-fit: cover;
    }

    .slide-content {
        width: 90%;
    }

    .slide-content h2 {
        font-size: 2.5em;
    }

    .slide-content a.more-link {
        width: 150px;
    }

    .question h3 {}

    .home-header-graphic-1 {
        width: 76%;
        bottom: -14%;
        right: -15%;
    }

    .home-header-graphic-2 {
        width: 60%;
        bottom: 10%;
        right: -17%;
    }

    .blog-header-graphic-1 {
        width: 63%;
        bottom: -22%;
        right: -3%;
    }

    .blog-header-graphic-2 {
        width: 58%;
        bottom: 12%;
        right: -24%;
    }

    .shop-graphic-1 {
        width: 63%;
        bottom: -4%;
        right: -3%;
    }

    .shop-graphic-2 {
        width: 69%;
        bottom: 4%;
        right: -28%;
    }

    .wp-block-media-text figure {
        width: 100%;
    }

    .wp-block-media-text .wp-block-media-text__content {
        width: 100%;
    }

    .post-navigation .prev-post-link,
    .post-navigation .next-post-link {
        float: none;
        margin: 0 auto 20px;
    }
}

@media only screen and (max-width: 600px) {
    footer .inner .footer-widgets {
        flex-direction: column;
    }

    footer .inner .footer-widgets section {
        width: 100%;
    }

    footer .inner .footer-widgets section:nth-child(2) {
        margin: 0;
    }

    .comment-form-wrapper {
        flex-direction: column-reverse;
    }

    .commentFormComment,
    .commentAuthorDetails {
        width: 100%;
    }

    .commentFormComment {
        margin: 0 0 5% 0;
    }
}

/* PRINT STYLE ==================== */

@media print {}