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

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

#site::before {
    content: " ";
    width: 70%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    
}

body.archive #site::before,
body.search-results #site::before,
body.single-post #site::before,
body.page.page-template-default #site::before,
body.woocommerce-checkout #site::before {
    height: 100vh;
}

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

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

#main .inner {
    max-width: 800px;
}


#main article {
    margin: 0 0 5em 0;
}

#main.blog {
    background: #FFFBF5;
}

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

#main.blog article,
#main.archive article {
    display: flex;
}

#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.archive,
#main.portfolio {
    padding: 2% 8% 8% 8%;
}

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

#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.error-page {
    padding: 4% 8% 8% 8%;
}

#main.shop {
    padding: 2% 8% 8% 8%;
}

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

/* Social Media */

.social-header {
    position: fixed;
}

.social-header .menu-social-container ul li a::before {
    color: #000;
}

/* Header */

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

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

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

header .logo {
    margin: 1em;
    width: 30%;
}

header .logo img {
    max-height: 200px;
}

/* Main Navigation */

nav.navigation-top {
    width: 70%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 500;
}

nav.navigation-top > div {
    width: 95%;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav.navigation-top .search-icon {
    display: block;
    width: 20px;
    height: auto;
    position: absolute;
    right: 2%;
    top: 45%;
}

nav.navigation-top .search-icon .search-icon-wrapper {
    list-style-type: none;
    padding: 0;
    margin: auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

nav.navigation-top .search-icon .search-icon-wrapper i {
    cursor: pointer;
}

nav.navigation-top ul {
    padding: 0 30px 0 0;
    width: 100%;
    float: right;
}

nav.navigation-top ul li {
    display: inline-block;
    position: relative;
}

nav.navigation-top ul li:hover {
    z-index: 5;
    position: static;
}

nav.navigation-top ul li a {
    color: #000;
    padding: 1em;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

nav.navigation-top ul li ul.sub-menu {
    position: absolute;
    background: #E7C17B;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    -webkit-transition: visibility 0s, opacity 0.3s linear; 
    text-align: left;;
    z-index: -1;
    width: 200px;
}

nav.navigation-top ul li:hover ul.sub-menu, 
nav.navigation-top ul li ul.sub-menu li:hover > ul.sub-menu   {
	visibility: visible;
    opacity: 1;
    z-index: 10;
}

nav.navigation-top ul li ul.sub-menu li {
    display: block;
    width: 100%;
}

nav.navigation-top ul li ul.sub-menu li a {
    display: block;
    width: 200px;
}

nav.navigation-top ul li ul.sub-menu li.menu-item-has-children > a::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 600;
    float: right;
}

nav.navigation-top ul li ul.sub-menu li ul.sub-menu {
    position: absolute;
    top: 0;
    left: 200px;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    -webkit-transition: visibility 0s, opacity 0.3s linear; /* Safari */
}

/* 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 */

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

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

#main.single-post,
#main.single-page {
    padding: 2% 4% 4% 4%;
}

#main.single-post article,
#main.single-page article {
    margin: 0 auto;
    max-width: 1200px;
}

#main.single-post .post-content,
#main.single-page .post-content {
    max-width: 800px;
    margin: 0 auto;
}

#main.services,
#main.about {
    background: #FFF6E6;
}

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

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

.blog-categories .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.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 {
    background: #DBC5A9;
    padding: 8% 4%;
}

.featured-pages .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.featured-pages-single {
    width: 30%;
    max-width: 500px;
}

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

.featured-pages-single p {
    background: #E7C17B;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    max-width: 70%;
    margin: -20px auto 10px;
    position: relative;
    word-break: break-all;
    transition: background 0.1s linear;
    -webkit-transition: background 0.1s linear;
}

.featured-pages-single img {
    width: 100%;
}

.latest-posts-home {
    background: #E7C17B;
    padding: 8% 4%;
}

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

.latest-posts-home-single {
    width: 30%;
    max-width: 500px;
}

.latest-posts-home-single h3 {
    text-align: center;
    font-size: 1.5em;

}

.latest-posts-home-single h3 a {
    color: #000000;
}


/* 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.single-post article .post-thumbnail {
    text-align: center;
}


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

#main.blog article .post-content,
#main.archive article .post-content {
    width: 40%;
    padding: 1% 3%;
    text-align: center;
}

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

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

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

#main.blog article .post-content-table-cell,
#main.archive article .post-content-table-cell {
    list-style-type: none;
    padding: 0;
    margin: auto;
    display: table-cell;
    vertical-align: middle;
}


/* Titles of posts and pages */

.page .post-title {
    margin: 0;
}

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

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

.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;
    border-right: 1px solid #000000;
    padding: 0 10px;
}

.post-meta div:last-child {
    border-right: none;
}

/* Thumbails associated with posts and pages */

.post-thumbnail {
    margin: 0 0 50px 0;
}

.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: 2em auto;
    border-bottom: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: background 0.1s linear;
    -webkit-transition: background 0.1s linear;
}

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%;
    margin: 1.5em 0;
    overflow: auto;
}

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

.post-navigation .prev-post-link a {
    text-align: right;
}

.post-navigation .next-post-link a {
    text-align: left;
}

.post-navigation .prev-post-link a::before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 20px;
}

.post-navigation .next-post-link a::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
}

.post-navigation a {
    background: #2B4747;
    color: #fff;
    display: block;
    padding: 1em 1.5em;
    border-bottom: none;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

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

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


#pre-footer .sign-up {
    width: 50%;
    text-align: center;
    padding: 2%;
    position: relative;
    overflow: hidden;
}

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

#pre-footer .sign-up .sign-up-table-cell {
    list-style-type: none;
    padding: 0;
    margin: auto;
    display: table-cell;
    vertical-align: middle;
}

#pre-footer .sign-up .widget {
    position: relative;
    z-index: 10;
}

#pre-footer .sign-up h2 {
    color: #000;
    font-size: 2em;
}

#pre-footer .sign-up input {
    border: 3px solid #EFC5BE;
    display: block;
    width: 80%;
    margin: 0 auto 15px;
    padding: 15px;
}

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

#pre-footer .sign-up input::placeholder {
    text-transform: uppercase;
}

footer.site-footer {
    display: block;
    background: #2B4747;
    color: #ffffff;
}

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

footer .inner {
    padding: 4%;
    max-width: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer p {
    margin: 0 auto;
}

footer .copyright {
    text-align: right;
    width: 45%;
}

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

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

footer .footer-menu {
    width: 45%;
}

footer .footer-menu ul {
    padding: 0;
    margin: 0;
}

footer .footer-menu ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 10px 10px 0;
    text-transform: uppercase;
}

/* 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 {
    background: #EFC5BE;
    padding: 8% 4%;
}

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

.related-post-single {
    width: 30%;
    max-width: 500px;
}

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

.related-post-single img {
    width: 100%;
}

.related-post-single h3 {
    text-align: center;
    font-size: 1.5em;
}

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

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

#comments {
    background: #E7C17B;
    padding: 6% 4%;
}

#comments .inner {
    max-width: 800px;
}

#comments h2.commentsTitle {
    text-align: center;
    font-size: 2.5em;
    color: #ffffff;
    margin: 0 0 2em;
}

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

#comments .comment-list .comment {
    
}

#comments .comment-list .comment .comment-body {
    margin: 0 0 4em 0;
}

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

#comments .comment-list .comment .children li {
    border-left: 0.5em solid #2B4747;
    padding: 1em 0 1em 2em;
    margin: 0 0 4em 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-form {

}

.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: 100%;
    margin: 0 0 15px 0;
    border: 3px solid #EFC5BE;
}

.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: 3px solid #EFC5BE;
}



.comment-form textarea::placeholder,
.comment-form input::placeholder {
    text-transform: uppercase;
}

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

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

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

.faq-block {
    overflow: auto;
    padding: 8% 4%;
    background: #FFF6E6;
}

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

.faq-block h2 {
    text-align: center;
    margin: 50px 0;
    width: 100%;
}

.faq-column {
    width: 45%;
}

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

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

.question h3 {
    color: #2B4747;
    margin: 0;
    text-transform: uppercase;
    line-height: 50px;
}

.question i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2em;
    color: #EFC5BE;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.answer {
    display: none;
}

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

.header-block {
    overflow: hidden;
    padding: 2% 4% 8% 4%;
    position: relative;
}

.header-block .inner {
    display: flex;
    position: relative;
    overflow: hidden;
    max-width: 1400px;
}

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

.header-block-content {
    width: 40%;
    margin: 0 0 0 -5%;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-block-content.dark {
    color: #000000;
}

.header-block-content.light {
    color: #ffffff;
}

.header-block-content-table {
    display: table;
    width: 100%;
  
}

.header-block-content-table-cell {
    list-style-type: none;
    padding: 0;
    margin: auto;
    display: table-cell;
    vertical-align: middle;
}

.header-block-content .header-title {
    font-size: 3.5em;
    margin: 0 0 30px 0;
}

.header-block-content a.more-link {
    margin: 2em auto 0;
}


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

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

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

/* SERVICES PAGE ==================== */

.testimonials-services {
    background: transparent;
    padding: 80px 0;
}

.testimonials-services .prev-slide,
.testimonials-services .next-slide {
    color: #E7C17B;
}

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

.testimonials-block {
    position: relative;
    padding: 8% 4%;
}

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

.page-template-page-builder .testimonials-block,
.page-template-page-about .testimonials-block {
    background: #FFFBF5;
}

.page-template-page-home .testimonials-block {
    background: #EFC5BE;
}

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

.testimonial {
     display: none;
}

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

.testimonial-image {
    width: 30%;
    padding: 0 0 0 5%;
}

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

.testimonial-content {
    width: 65%;
    text-align: center;
    padding: 0 5% 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-content .testimonial-content-table {
    display: table;
    width: 100%;
    height: 100%;
}

.testimonial-content .testimonial-content-table-cell {
    list-style-type: none;
    padding: 0;
    margin: auto;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.7em;
}

.testimonial-content .testimonial-author {
    font-weight: bold;
    margin: 20px 0 0 0;
}

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


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

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


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

.page-template-page-builder .testimonials-block .prev-slide,
.page-template-page-builder .testimonials-block .next-slide,
.page-template-page-about .testimonials-block .prev-slide,
.page-template-page-about .testimonials-block .next-slide {
    color: #E7C17B;
}

.about {
    width: 100%;
	background-size: cover;
    background-attachment: scroll;
    padding: 0 4%;
}

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

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

.about-content .about-content-text {
    line-height: 1.7em;
}

.about-content-wrapper {
    background: #FFFBF5;
    width: 50%;
    margin: 150px 0;
    padding: 20px 40px;
}

.about-block {
    background: #E7C17B;
    padding: 8% 4%;
}

.about-block .inner {
    display: flex;
    justify-content: space-between;
}

.about-block.about-block-home {
    background: #FFFBF5;
}

.about-block .about-block-content {
    width: 50%;
    text-align: center;
}

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

.about-block .about-block-content .about-block-content-table {
    display: table;
    width: 100%;
    height: 100%;
}

.about-block .about-block-content .about-block-content-table-cell {
    list-style-type: none;
    padding: 0;
    margin: auto;
    display: table-cell;
    vertical-align: middle;
}

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

.about-block .about-block-content a.more-link {
    margin: 2em auto 0;
}

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

.about-block .about-block-images .image-top {
    float: right;
    width: 50%;
    position: relative;
    z-index: 20;
    margin: 0 10% 0 0;
}

.about-block .about-block-images .image-bottom {
    position: relative;
    width: 50%;
    margin: -10% 10% 0 10%;
    float: left;
    z-index: 30;
}

.about-block-home .about-block-images .image-top {
    float: none;
    width: 50%;
    position: relative;
    z-index: 1;
    margin: 0 0 0 10%;
}

.about-block-home .about-block-images .image-bottom {
    position: relative;
    width: 50%;
    float: right;
    z-index: 2;
    margin: -10% 10% 0 0;
}

.text-block {
    padding: 8% 4%;
}

.text-block .inner {
    max-width: 800px;
}

.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: .4} 
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .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 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 {
    background: #E7C17B;
    padding: 8% 4%;
}

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

.related.products ul {
    max-width: 1200px;
    margin: 0 auto;
    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 {
    background: #2B4747;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
    max-width: 200px;
    margin: 20px auto 0;
    padding: 15px;
    transition: background 0.1s linear;
    -webkit-transition: background 0.1s linear;
}

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


.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.80);
    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-2 {
    fill: rgba(43, 71, 71, 0.69);
    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;
}

.home-about-graphic-1 {
    width: 58%;
    position: absolute;
    top: 27%;
    left: -73px;
    fill: rgba(239, 197, 190, 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%;
}

.stylesheet-picker {
    position: fixed;
    left: -340px;
    top: 0;
    z-index: 2000;
    color: #000000;
    transition: left .3s ease-in;
    -moz-transition: left .3s ease-in;
    -webkit-transition: left .3s ease-in;
    -o-transition: left .3s ease-in;
}

.stylesheet-picker.out {
    left: 0;
}

.stylesheet-picker .widget-button {
    cursor: pointer;
    background: #000;
    margin: 0;
    padding: 15px 25px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    width: 290px;
    text-align: center;
    margin: 0 auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 50%;
    left: 225px;
}

.stylesheet-picker .stylesheet-widget {
    background: #ffffff;
    height: 100vh;
    padding: 0;
}

.stylesheet-picker .stylesheet-widget .widget {
    padding: 20px;
}

.stylesheet-picker .stylesheet-widget button {
    display: block;
    background: transparent !important;
    padding: 0;
}

.stylesheet-picker .wp_user_stylesheet_switcher {
    width: 300px;
}

/* 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: 800px) { 
    .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 .inner {
        flex-wrap: wrap;
    }
    
    .header-block-image {
        width: 100%;
    }
    
    .header-block-content {
        width: 100%;
        margin: 0;
    }
    
    .header-block-content .header-title {
        text-align: center;
        margin: 20px 0 20px 0;
    }
    
    .about-block .inner {
        flex-wrap: wrap;
    }
    
    .about-block .about-block-content {
        width: 100%;
    }
    
    .about-block .about-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-home-single {
        width: 100%;
        margin: 0 auto;
    }
    
    .about-content-wrapper {
        width: 90%;
        margin: 50px auto;
        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 {
        padding: 0 50px 0 0px;
    }
    
    .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 {
    
}



