/*!
Theme Name: Code Manas
Theme URI: https://www.codemanas.com/downloads/code-manas/
Author: codemanas
Author URI: https://www.codemanas.com/
Description: Code Manas is a simple WordPress blog theme. With simple and aesthetic design, this theme showcases the blogs in the most effective and simplest way. Being compatible with Kirki, this theme provides rich experiences for the WordPress Customizer using best coding practices. This themes comes with many theme options for a normal user to customize the theme the way one wants.
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: code-manas
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Code Manas is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
  ##comments and navigation
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Layout
# Sections
  ## Header image
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#. Normalize
--------------------------------------------------------------*/

html {
  font-family: 'Oxygen', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
    display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}
svg {
  width: 16px;
  height: 15px;
  vertical-align: middle;
}
figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  }

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

tr {
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
table caption {
  background-color: transparent;
  border:1px solid #e5e5e5;
  border-bottom: none;
  padding: 1em;
  text-align: center;
  text-transform: uppercase;
}
table th a{
  color: #000;
}
/*--------------------------------------------------------------
 Typography
--------------------------------------------------------------*/

button,
input,
select,
textarea {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

body {
  font-family: 'Oxygen', sans-serif;
  color: #707070;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0 0 20px 0;
    color: #000;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 32px;
}

h3{
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
  margin:0 0 15px 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0;
  padding: 30px 5px 5px 0px;
}
blockquote p {
  margin: 0 0 1em;
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #f7f7f7;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}
/*--------------------------------------------------------------
 Elements
--------------------------------------------------------------*/

html {
  box-sizing: border-box;
}

*,
*::before,
*::after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background-color: #fff; /* Fallback for when there is no custom background color defined. */
  word-wrap: break-word;
}
blockquote,
q {
  quotes: "" "";
  position: relative;
}
blockquote:before {
  position: absolute;
  left: -40px;
  top: -10px;
}
blockquote::before{
  content: "\201C";
}
blockquote::before, q::before {
  font-size: 4.90rem;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
}



hr {
  background-color: #ddd;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

ul, ol {
  margin: 0 0 0.5em 1em;
  padding: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
  vertical-align: middle;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  table-layout: fixed;
  border:1px solid #e5e5e5;
}

td, th {
  padding: 5px 10px;
}

/*--------------------------------------------------------------
#Forms
--------------------------------------------------------------*/
button, a.button, input[type="button"], input[type="reset"], input[type="submit"] {
  display: inline-block;
  font-size: 16px;
  margin: 10px;
  padding: 10px 30px;
  color: #ffffff;
  border-radius: 0px;
  background:#c8836e;
  border: none;
}

 a.button {
  min-width: 150px;
 }

button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #e66239 ;
  border-color:transparent;
  color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
  color: #666;
  border: 1px solid #ddd;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
  outline:none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"]{
  padding: 10px 0 10px 15px;
}

select {
 
  padding:5px;
}

textarea {
  padding:10px;
  width: 100%;
}
.form-submit input#submit {
  margin: 20px 0 10px 0;
}
.form-submit{
  text-align: center;
}
.wpcf7 p {
  margin-top: 0;
  margin-bottom: 20px;
}

.wpcf7 input[type="submit"] {
  width: 100%;
}
/*--------------------------------------------------------------
#. Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#.#. Links
--------------------------------------------------------------*/

a {
  color: #c8836e;
  outline: none;
  text-decoration: inherit;
}

a:visited {
  color: #e76239;
}

a:hover,
a:focus,
a:active {
  color:#e66239;
}

a:focus {
  outline:inherit;
}

a:hover,
a:active {
  outline: 0;
}
a.more-link {
  margin-top: 10px;
  display: inline-block;
  padding: 7px 13px;
  background: #e76239;
  color: #fff;
  position: relative;
  z-index: 0;
  font-size: 16px;
  font-weight: 500;
}
a.more-link:hover{
  background:#000;
}

/*----reset---*/

.clearfix:before,
.clearfix:after{
  clear: both;
  content: "";
  display: table;
}
.clearfix:after{
  clear: both;
}
.clearfix{
  zoom:1;
}
.container:before,
.container:after{
  display: table;
  content: "";
}
.container:after{
  clear: both;
}
.container {
  width: 1230px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

body.layout-boxed #content .container{
    padding: 0 40px;
}

@media only screen and (max-width: 1400px){
  .container {
    max-width: 1230px;
  }
}
@media only screen and (max-width: 1300px){
  .container {
    width: 97% !important;
    padding: 0 15px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
## Site branding
--------------------------------------------------------------*/

.site-header {
    background-color: #fff;
    transition: padding 0.2s ease-in-out 0s;
    clear: both;
    z-index: 999;
    position: relative;
}

.nav-shrink .site-header {
  background-color: #fff;
}

.nav-shrink .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 1px 20px 2px #d2d1d1;
}

.menu-sticky .site-header {
  transition: all 0.3s ease-in-out;
}

.custom-logo-link,
#site-identity {
  float: left;
  margin-right: 15px;
}

.centered-header .site-header .container {
  width: 100% !important;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.centered-header .custom-logo-link, .centered-header #site-identity {
  float: none;
  text-align: center;
  margin: 0 auto;
}
.centered-header .site-branding{
  text-align: center;
  padding-bottom: 17px;
  border-bottom: 1px solid #ddd;
}

.custom-logo-link img{
  vertical-align: middle;
  margin-top: 17px;
  webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.nav-shrink .custom-logo-link img{
  max-width: 75%;
  margin-top: 12px;
}

.site-title {
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: 1.1;
  text-align: center;
}

.site-title a {
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #C49A45;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.viva-title-script {
  font-family: 'Alex Brush', 'Great Vibes', 'Pinyon Script', cursive;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
  line-height: 1;
  margin-bottom: 2px;
  color: #C49A45;
}

.viva-title-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 6px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  opacity: 0.9;
  color: #7A6258;
  margin-top: -2px;
}

.viva-title-sub .viva-line {
  display: inline-block;
  width: 25px;
  height: 1px;
  background: #B38B2D;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.site-title a:hover {
  color: #96753D;
}

.site-title a:hover .viva-title-script {
  color: #B88932;
  letter-spacing: 1.8px;
}

.site-title a:hover .viva-title-sub {
  letter-spacing: 7px;
  color: #96753D;
}

.site-title a:hover .viva-title-sub .viva-line {
  width: 38px;
  background: #96753D;
  opacity: 1;
}

.site-description {
  color: #7A6258 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  letter-spacing: 1.5px !important;
  margin-top: 3px !important;
  margin-bottom: 0 !important;
  text-transform: uppercase !important;
  opacity: 0.9 !important;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.icon {
  background-color: #000;
  width: 22px;
  height: 2px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.icon::after, .icon::before {
  content: '';
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.icon, .icon::after, .icon::before {
  width: 22px;
  height: 2px;
  position: absolute;
}

.icon::before {
  transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0) translateY(-6px) translateZ(0) rotate(0deg) scale(1);
  background-color: #000;
}

.icon::after {
  transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0) translateY(6px) translateZ(0) rotate(0deg) scale(1);
  background-color: #000;
}

.site-header-menu {
  float: right;
  position: relative;
}

.centered-header .site-header-menu{
  float: none;
  width: 100%;
  text-align: center;
}
.main-navigation ul {
  display: block;
  margin: 0;
  padding: 0;
}

.main-navigation ul ul {
  background-color: #fff;
  box-shadow: 0px 0px 4px 2px #ddd;
  left: -9999px;
  margin: 0;
  min-width: 220px;
  position: absolute;
  top: 70px;
  opacity: 0;
  z-index: -9999;
  transition: opacity 0.4s ease-in-out 0s;
}

.nav-shrink .main-navigation ul ul {
  top: 60px;
}

.nav-shrink .main-navigation ul ul ul{
  top: 0;
}

.main-navigation ul ul ul {
  right: 100%;
  top: 0;
  box-shadow: 0px 0px 4px 2px #ddd;
  left: inherit;
}
.main-navigation ul ul ul::after{
  content:none;
}
.main-navigation li {
  position: relative;
  display: inline-block;
  margin-bottom:0;
  float: left;
}
.centered-header .main-navigation li{
  float: none;
}
.main-navigation ul > li:hover > ul {
  opacity: 1;
  left:0;
  z-index: 9999;
}

.main-navigation ul ul ul ul  {
  display: none;
}

.main-navigation ul ul ul li:hover > ul {
  display: block;
}

.main-navigation ul ul li:hover > ul {
  opacity: 1;
  right: 100%;
  left: inherit;
}

.main-navigation ul ul::after{
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  border-left: 1px solid #f1f0f0;
  border-top: 1px solid #f1f0f0;
  z-index: 9999;
  left: 32px;
  transform: rotate(45deg);
  background: #fff;
  height: 15px;
  width: 15px;
}

.main-navigation li li {
  float: none;
  display: block;
}

.main-navigation ul li li:first-child > a {
  border-left: none;
}

.main-navigation ul li a {
  color: #be2e75;
  text-shadow: 2px 2px 8px #a99393;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 30px 20px;
  z-index: 99;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-navigation ul li > a::before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 35px;
  height: 1.5px;
  background: #D4AF37;
  border-radius: 1px;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

a#togglesearchbar {
  color: #a3a3a3;
  transition: all 0.3s ease;
}

a#togglesearchbar:hover{
  color: #e66239;
}

.nav-shrink .main-navigation ul li a{
  padding: 10px 20px;
}

.nav-shrink .main-navigation ul li > a::before {
  bottom: 2px;
}

.main-navigation ul ul a {
  border-bottom: 1px solid #f1f1ee;
  transition: padding 0.2s ease-in-out 0s;
  color: #000;
  height: auto;
  padding: 15px 15px 15px 30px;
  text-align: left;
  text-transform: uppercase;
}

.nav-shrink .main-navigation ul ul a {
  padding: 15px 15px 15px 25px;
}

.main-navigation ul ul li:last-child > a {
  border:none;
}

.main-navigation ul li.menu-item-has-children > a,
.main-navigation ul li.page_item_has_children > a{
    /*padding-right: 25px;*/
}

.main-navigation ul li.menu-item-has-children > a::after,
.main-navigation ul li.page_item_has_children > a::after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 7px;
  margin-right: 0;
  float: right;
  position: absolute;
  right: 7px;
}

.main-navigation ul li li.menu-item-has-children > a::after,
.main-navigation ul li li.page_item_has_children > a::after {
  content: "\f104";
  top: 15px;
  left: 10px;
  margin-right: 10px;
  float: left;
  right: inherit;
  margin-left: 0;
}

.main-navigation ul li.menu-item-has-childrenv > a,
.main-navigation ul li.page_item_has_children > a {
  padding-right: 30px;
}

.main-navigation > ul > li > a:hover,
.main-navigation > ul > li.current-menu-item > a,
.main-navigation > ul > li.current_page_item > a,
.main-navigation > ul > li.current-menu-ancestor > a,
.main-navigation > ul > li.current-menu-parent > a,
.main-navigation > ul > li.current_page_parent > a,
.main-navigation > ul > li.current_page_ancestor > a,
.main-navigation > ul > li:hover > a {
  color: #bf1bc2 !important;
}

.main-navigation > ul > li > a:hover::before,
.main-navigation > ul > li.current-menu-item > a::before,
.main-navigation > ul > li.current_page_item > a::before,
.main-navigation > ul > li.current-menu-ancestor > a::before,
.main-navigation > ul > li.current-menu-parent > a::before,
.main-navigation > ul > li.current_page_parent > a::before,
.main-navigation > ul > li.current_page_ancestor > a::before,
.main-navigation > ul > li:hover > a::before {
  transform: translateX(-50%) scaleX(1) !important;
  display: block !important;
  background: #D4AF37 !important;
}

.main-navigation ul li.search-menu-item > a::before,
.main-navigation ul li a#togglesearchbar::before,
a#togglesearchbar::before {
  display: none !important;
  content: none !important;
}

.main-navigation ul ul li a::before {
  display: none !important;
}

.main-navigation li > a:hover::before,
.main-navigation li.current-menu-item > a::before,
.main-navigation li.current_page_item > a::before,
.main-navigation li:hover > a::before {
  transform: translateX(-50%) scaleX(1);
}

.main-navigation li li.current-menu-item > a::before,
.main-navigation li li > a:hover::before,
.main-navigation li li.current_page_item > a::before,
.main-navigation li li:hover > a::before {
  display: none;
}
.main-navigation .menu-toggle,
.main-navigation .dropdown-toggle {
  display: none;
}

/* ═══════════════════════════════════════
   Viva Luxury Search Popup
═══════════════════════════════════════ */
li.menu-item-search-wrapper {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
}

#togglesearchbar {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 14px !important;
  color: #7a5f50 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  background: none !important;
  border: none !important;
  transition: color 0.2s ease, transform 0.2s ease;
}
#togglesearchbar:hover {
  color: #c9933b !important;
  transform: scale(1.1);
}
#togglesearchbar::before,
#togglesearchbar::after,
.main-navigation ul li a#togglesearchbar::before {
  display: none !important;
  content: none !important;
}

/* The popup box — JS sets position:fixed + top/left */
div#top-search {
  display: none;
  position: fixed !important;
  width: 300px !important;
  padding: 14px 14px !important;
  background: #ffffff !important;
  border-radius: 12px !important;
  box-shadow: 0 12px 40px rgba(48,38,36,0.20) !important;
  border: 1px solid #e5d5c8 !important;
  box-sizing: border-box !important;
  z-index: 2147483640 !important;
}
div#top-search::before,
div#top-search::after {
  display: none !important;
  content: none !important;
}

/* The form inside */
div#top-search .viva-search-form {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

div#top-search .viva-search-input {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  height: 40px !important;
  padding: 0 14px !important;
  background: #faf7f4 !important;
  border: 1.5px solid #d8c3b5 !important;
  border-radius: 20px !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 13px !important;
  color: #302624 !important;
  outline: none !important;
  box-sizing: border-box !important;
  transition: border-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none !important;
}
div#top-search .viva-search-input:focus {
  border-color: #D4AF37 !important;
  box-shadow: 0 0 0 3px rgba(212,175,55,0.14) !important;
  background: #fff !important;
}
div#top-search .viva-search-input::placeholder {
  color: #b8a89e !important;
}

div#top-search .viva-search-btn {
  flex: 0 0 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: linear-gradient(135deg, #D4AF37 0%, #b8922a 100%) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s !important;
  box-shadow: 0 2px 10px rgba(212,175,55,0.35) !important;
}
div#top-search .viva-search-btn:hover {
  background: linear-gradient(135deg, #b8922a 0%, #9a7820 100%) !important;
  transform: scale(1.1) !important;
  box-shadow: 0 4px 16px rgba(212,175,55,0.55) !important;
}
div#top-search .viva-search-btn svg {
  display: block !important;
  pointer-events: none !important;
}
div#top-search .viva-search-btn::after,
div#top-search .viva-search-btn::before {
  display: none !important;
  content: none !important;
}

/* Search popup — mobile responsive tweaks */
@media (max-width: 480px) {
  div#top-search {
    padding: 12px !important;
    border-radius: 10px !important;
  }
  div#top-search .viva-search-input {
    height: 44px !important;
    font-size: 15px !important;
    padding: 0 16px !important;
  }
  div#top-search .viva-search-btn {
    width: 44px !important;
    height: 44px !important;
    flex: 0 0 44px !important;
  }
}


.blog #primary .entry-meta {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
## Comment and Post Navigation
--------------------------------------------------------------*/

a.comment-reply-link {
  font-weight: normal;
  color: #c8836e;
}

a.comment-reply-link:hover{
  color:#e66239; 
}

a.comment-reply-link:hover:after{
  background:#e66239;
  color: #fff; 
}

a.comment-reply-link:after{
  content: "\f112";
  font-family: fontawesome;
  background: #c8836e;
  color: #fff;
  padding: 5px;
  font-size: 16px;
  margin-left: 10px;
}

.post-navigation-wrapper{
  background-color: #f5f0ed;
  margin: 30px 0;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  overflow: hidden;
  clear: both;
  width: 80%;
  margin: 0 auto;
  padding: 15px 20px;
}

#infinite-handle{
  margin-bottom: 20px;
  height: auto;
  overflow: hidden;
}

#infinite-handle span:hover {
  border:1px solid #179bd7;
  background: #179bd7;
  color: #fff;
}

#infinite-handle span {
  border:1px solid #001837;
  padding: 5px 15px;
  width: auto;
  line-height: 1.5;
  color: #001837;
  display: block;
}

.post-title {
  font-size: 17px;
  margin-top: 15px;
}

.meta-nav {
  display: none;
}

.nav-pagination-wrapper{
  width: 80%;
  margin: 0 auto;
}

.navigation .nav-links .nav-next{
  float: right;
  position: relative;
  text-align: right;
}

.navigation .nav-links .nav-previous {
  float: left;
  margin-bottom: 0;
  position: relative;
  text-align: left;
}

.post-navigation a, .posts-navigation a {
  border: none;
  padding: 6px 25px;
  background: transparent;
  display: block;
  color: #000;
}

.post-navigation a:hover, .posts-navigation a:hover {
  color: #e76239;
}

.navigation,
.pagination {
  margin-top: 20px;
}

.nav-subtitle {
  background: transparent;
  color: #707070;
  display: block;
  font-size: 14px;
  letter-spacing: 0.1818em;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.nav-links .nav-title {
  position: relative;
  font-family: 'Playfair Display', serif;
}

.post-navigation .nav-links .nav-next a::after,
.posts-navigation  .nav-next a:after{
  content: "\f178";
  font-family: FontAwesome;
  margin-left: 10px;
  font-size: 16px;
  position: absolute;
  top: 5px;
  right: 0;
  font-weight: 300;
}

.post-navigation .nav-links .nav-previous a::before,
.posts-navigation  .nav-previous a:before {
  content: "\f177";
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 16px;
  position: absolute;
  top: 5px;
  left: 0;
  font-weight: 300;
}

.navigation.pagination .nav-links .page-numbers {
  padding: 5px;
  text-align: center;
  background-color: transparent;
  color: #7b7b7b;
  display: inline-block;
  margin: 0 3px;
  font-size: 20px;
}

.navigation.pagination .nav-links .page-numbers:first-child {
  padding-left: 0;
  margin-left: 0;
}

.navigation.pagination .nav-links .page-numbers.current{
  font-weight: 700;
}

.navigation.pagination .nav-links .page-numbers.current,
.navigation.pagination .nav-links a.page-numbers:hover {
  background:transparent none repeat scroll 0 0;
  color: #e76239;
}

.navigation.pagination .nav-links .prev.page-numbers,
.navigation.pagination .nav-links .next.page-numbers{
  color: #e76239;
}

.prev.page-numbers:before {
  content: "\f177";
  font-family: fontawesome;
  padding-right: 8px;
  font-weight: normal;
  font-size: 16px;
}

.next.page-numbers:after {
  content: "\f178";
  font-family: fontawesome;
  padding-left: 8px;
  font-weight: normal;
  font-size: 16px;
}

.page-numbers.dots {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.single-post-wrapper .nav-previous a svg, .blog .nav-previous a svg, .search .nav-previous a svg {
  margin-right: 10px;
  fill: #a7a7a7;
}

/*--------------------------------------------------------------
6. Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;/* It should be ablolute */
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important; /* It should be clip auto */
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
#. Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.alignnone{
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-top: 15px;
}

/*--------------------------------------------------------------
#. Clearings
--------------------------------------------------------------*/

.clear-fix::before,
.clear-fix::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after,
#sidebar-front-page-widget-area::after,
#sidebar-front-page-widget-area::before,
#featured-slider::after,
#featured-slider::before,
.widget::after,
.widget::before {
    content: "";
    display: table;
}

.clear-fix::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after,
.widget::after,
.widget::before {
    clear: both;
}

/*--------------------------------------------------------------
#.Widgets
--------------------------------------------------------------*/

.widget-area ul {
  list-style: none;
  margin-left: 0;
}

.sidebar .widget ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.sidebar .widget ul li a {
  color: #000;
}

.sidebar .widget ul li a:hover {
  color: #e76239;
}

.widget:first-child {
  margin: 0;
}

.sidebar .widget {
  margin-bottom: 50px;
}
.widget-title {
  font-size: 20px;
}

#secondary .widget-title {
  color: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 15px;
  padding: 8px 13px;
  text-transform: none;
  font-size: 20px;
  letter-spacing: 0;
  background-color: #e5e5e5;
  display: inline-block;
  z-index: 1;
}

.sidebar .widget{
  position: relative;
}

.sidebar .widget-title:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #e5e5e5;
  width: 100%;
  position: absolute;
  left: 0;
  margin-top: 8px;
  z-index: -1;
}

.sidebar .textwidget p{
  margin: 10px 0;
}

#subscribe-email input {
  margin-top: 0;
  border: none;
  background-color: #f5f0ed;
  width: 100%;
  padding: 8px 10px;
  height: 45px;
}

#subscribe-submit input[type="submit"] {
  margin: 0;
  display: block;
  width: 100%;
  padding: 8px 10px;
}

.recent-posts-item {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
}

.recent-posts-thumb {
  float: left;
  margin-right: 15px;
}

.recent-posts-thumb img {
  max-width: 150px;
  width: 70px;
}

.recent-posts-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: 'Oxygen', sans-serif;
}

.recent-posts-title a{
  color: #000;
}

.recent-posts-title a:hover{
  color: #e76239;
}

.recent-posts-text-content {
  display: table-cell;
}

.recent-posts-meta {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 600;
}

.recentcomments a {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
}

/*--------------------------------------------------------------
9.1 Posts and pages
--------------------------------------------------------------*/

.entry-title{
  font-family: 'Playfair Display', serif;
}

.entry-title a{
  color: #000;
}

.entry-title a:hover{
  color: #e76239;
}

.entry-content-outer img,
.entry-content-outer img {
  vertical-align: middle;
  margin-bottom: 15px;
}

.entry-content-outer a:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.alignment-left img {
  margin-right: 30px;
}

.alignment-right img {
  margin-left: 30px;
}

.alignment-right .entry-content-wrapper,
.alignment-left .entry-content-wrapper {
  display: table;
}

.alignment-left  h2.entry-title,
.alignment-right h2.entry-title {
  margin-bottom: 5px;
}

.blog #primary article,
.archive #primary article {
  padding-bottom: 20px;
  clear: both;
}
.entry-content-wrapper {
  padding-left: 40px;
  border-left: 7px solid #f5f5f5;
  padding-top: 30px;
}

.sticky {
  display: block;
}

.hentry {
  margin: 40px 0 0;
}

.hentry:first-child {
  margin:0;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline-block;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 20px 0 0;
}

.entry-meta .byline .author.vcard {
  margin-left: -4px;
}

.entry-meta > span {
  margin-right: 15px;
  font-size: 14px;
  font-weight: bold;
}

.entry-meta > span a {
  color:#707070;
  padding-bottom: 7px;
}

.entry-meta > span a:hover{
  text-decoration: underline;
}

.post-thumbnail img {
  width: 100%;
}

.post-thumbnail img,
.post-thumbnail a img {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.post-thumbnail:hover img,
.post-thumbnail a:hover img, .post-thumbnail a:focus img {
  opacity: 0.8;
}

.page-template-custom-templates.centered-header .blog-top-content-wrapper{
   text-align: center;
}

.blog-top-content-wrapper {
  margin-bottom: 25px;
}

.blog.page-template-custom-templates .blog-top-content-wrapper{
  text-align: center;
}

.blog-top-content-wrapper .entry-title{
  margin-bottom: 0;
}

.blog-top-content-wrapper:after,
.blog-top-content-wrapper:before,
.post-thumbnail:before,
.post-thumbnail:after{
  clear: both;
  content: "";
  display: block;
}

.blog-type-category a:last-child:after{
  content: none;
}

.entry-date.published:before {
  content: "\f073";
  color: #e76239;
}

.author.vcard:before {
  content: "\f007";
  color: #4283c3;
}

.blog-type-category:before {
  content: "\f02b";
  color: #707070;
}

.edit-link:before {
  content: "\f044";
  color: #e8575c;
}

.comments-link:before {
  content: "\f075";
  color: #df9c56;
}

.cat-tags-links:before {
  content: "\f02e";
  color: #3bbf38;
}

.cat-tags-links:before,
.blog-type-category:before, 
.entry-date.published:before, 
.author.vcard:before, 
.edit-link:before,
.author.vcard:before, 
.comments-link:before {
  font-family: fontawesome;
  margin-right: 5px;
}

.page-template-custom-templates .entry-content {
  width: 80%;
  margin: 0 auto;
}

.continue-link:hover{
  text-decoration: underline;
}

/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
 Comments
--------------------------------------------------------------*/

#respond {
  clear: both;
  display: block;
}

.comment-respond{
  background-color: #f7f7f7;
  padding: 40px 30px;
  margin-top: 30px;
}

.comment-active .comment-respond {
  margin-top: 64px;
}

#comments {
  margin-top: 30px;
}

.comments-area{
  width: 80%;
  display: block;
  margin: 0 auto;
}

#commentform label {
  display: inline-block;
  width: 100px;
  position: relative;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-notes {
  position: relative;
}

.comments-area #commentform p.comment-notes,
.comments-area #commentform p.comment-form-comment {
  width: 100%;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input{
  width: 100%;
  background-color: #e5e5e5;
}

#tab-reviews .comment-form-author,
#tab-reviews .comment-form-email,
#tab-reviews .comment-form-url{
  width: 100%;
}

.comment-form-author,
.comment-form-email,
.comment-form-url{
  width: 100%;
  float: left;
}

.comment-list li.comment::after {
  content: inherit;
  display: none;
}

.comment-list li{
  padding-left: 0;
}

.comment {
  display: block;
  float: left;
  width: 100%;
}

ol.comment-list {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  overflow: inherit;
  padding: 0;
  width: 100%;
}

ol.comment-list .children {
  border: medium none;
  float: left;
  margin: 10px 0 10px 10px;
  width: 100%;
}

ol.comment-list li {
  list-style: outside none none;
  margin-bottom: 7px;
}
.comment.parent > .comment-body{
  width: 95%;
}
.comment .comment-body {
  border-radius: 0;
  clear: both;
  display: block;
  float: left;
  margin-top: 10px;
  padding: 0px;
  position: relative;
  text-align: left;
  width: 100%;
}

.comment .reply {
  position: absolute;
  top: 20px;
  right: 0px;
}

.comment-author.vcard {
  font-size: 16px;
  margin-bottom: 5px;
  color:#000;
}
.comment-author.vcard .fn,.comment-author.vcard .fn a{
  font-weight: normal;
  color:#000;
}
.comment-list .children {
  background-position: left 20px;
  background-repeat: no-repeat;
  border-left: 1px solid rgb(238, 238, 238);
  margin-left: 0;
  padding-left: 40px;
}

.comment-list li.comment > div img.avatar {
  left: 29px;
  position: absolute;
  top: 29px;
}

#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}

.vcard .avatar {
  float: left;
  margin: 7px 20px 10px 0;
}

.comment-metadata {
  font-size: 13px;
  margin-bottom: 10px;
}

.comment-metadata > a{
  color: #a9a9a9;
  margin-right: 30px;
}

.form-allowed-tags code {
  white-space: inherit;
  word-wrap: break-word;
}

.comment-respond label {
  display: block;
  font-weight: normal;
}

.comments-title {
  font-weight: normal;
  margin: 25px 0 25px;
  font-size: 32px;
  text-align: center;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#commentform label {
  display: inline-block;
  width: 100px;
  margin-bottom: 10px;
  margin-left: 15px;
}

#commentform span.required {
  font-size: 16px;
  position: absolute;
  bottom: 2px;
  color: #707070;
}

.comment-content {
  clear: both;
  display: block;
}

.authorbox  .author-info,
.authorbox  .author-bio-posts-content {
  float: left;
  max-width: 90%;
  width: 90%;
}

.author-info h4 {
  margin-bottom: 0;
}

.author-avatar {
  float: left;
  margin: 0 15px 15px 0;
}

.authorbox {
  margin: 65px 0 50px;
  overflow: hidden;
  padding: 25px 30px 10px;
  background: #f9f9f9;
  border-radius: 10px;
}

/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
11. Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
}

.wp-caption-text {
  text-align: left;
}

/*--------------------------------------------------------------
11.2. Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 5px;
}

.gallery-item img {
  vertical-align: middle;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.manas-featured-section {
  position: relative;
}
.custom-featured-image {
  width: 100%;
  height: 75vh;
  vertical-align: middle;
  background-color: #f5f0ed;
  background-size: cover;
  background-position: center;
}
.featured-text-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 30;
    padding: 0 30px;
}
.featured-text-content h1 {
  font-size: 48px;
  font-family: 'Playfair Display', serif;
}
.theme-tagline {
  font-size: 16px;
  font-weight: normal;
}

.page-menu-wrapper {
  position: relative;
}
.page-menu-container {
  border-bottom: 1px solid #e5e5e5;
}
.centered-header .page-menu-container{
  text-align: center;
}

ul.custom-page-menu {
  margin: 0;
  padding-left: 0;
}
.custom-page-menu li {
    display: inline-block;
    list-style: none;
    line-height: 22px;
    padding: 0 18px;
    position: relative;
}
.custom-page-menu li a{
    color: #000;
    display: block;
    font-size: 16px;
    padding: 25px 0;
    position: relative;
    z-index: 99;
    font-weight: 500;
}
.custom-page-menu li.current_page_item a{
    color: #e76239;
}
.custom-page-menu li > a:hover, 
.custom-page-menu li.current-menu-item > a, 
.custom-page-menu li.current_page_item > a, 
.custom-page-menu li:hover > a{
    color: #e76239;
}

#custom-search-form {
  margin:0;
  margin-top: 14px;
  padding: 0;
  position: relative;
  width: 250px;
}

#custom-search-form .search-query {
  padding: 8px 12px;
  margin-bottom: 0;
  border-radius: 0px;
  height: 43px;
  border:1px solid #ddd;
  width: 100%;
}

.search-query:focus + button {
  z-index: 3;
}

.custom-page-menu li.custom-search {
  float: right;
}

.centered-header .custom-page-menu li.custom-search {
  float: none;
}

.custom-page-menu li a.search{
  padding: 0;
}

.form-search .search-submit {
    border: medium none;
    font: 17px/1.4 FontAwesome;
    background: none;
    color: #b1b1b1;
    height: 43px;
    padding: 2px 8px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    border-radius: 0;
}

/*--------------------------------------------------------------
 Main Content
--------------------------------------------------------------*/

#content {
    padding: 60px 0;
    clear: both;
}

#primary {
    float: left;
    width: 70%;
}

.left-sidebar #primary{
  float: right;
}

#secondary {
    float: right;
}

.left-sidebar #secondary{
    float: left;
    padding-right: 30px;
}

.right-sidebar #secondary{
    padding-left: 30px;
}

.sidebar {
    width: 30%;
}

.no-sidebar #primary, .no-sidebar .main-content {
    width: 100%;
}

.home.home-content-not-enabled #content {
    display: none;
}

.right-sidebar .primary-inner-wrapper{
    border-right: 1px solid #e5e5e5;
   padding-right:30px;
}

.left-sidebar .primary-inner-wrapper{
    padding-left:30px;
    border-left: 1px solid #e5e5e5;
}

.home article.hentry {
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

#footer-widgets {
    background-color: #f5f0ed;
    color: #707070;
    overflow: hidden;
    padding: 100px 0 70px;
}

#footer-widgets .widget-title {
    color: #000;
    font-family: 'Playfair Display', serif;
}

#footer-widgets h1, #footer-widgets h2, #footer-widgets h3, #footer-widgets h4 {
    font-weight: 400;
}

#footer-widgets ul {
    list-style: none;
    margin: 0;
}

#footer-widgets ul li {
    margin-bottom: 5px;
    padding: 5px 0 5px;
    position: relative;
}

#footer-widgets, #footer-widgets ul li a {
    color: #707070;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#footer-widgets ul li a:hover {
    color: #e76239;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#footer-widgets ul li a:before{
    content: "-";
    font-family: fontawesome;
    margin-right: 10px;
    display: inline-block;
}

#colophon {
    background-color: #f5f0ed !important;
    clear: both;
    color: #707070 !important;
    padding: 20px 0 !important;
    visibility: visible !important;
    border-top: 1px solid rgba(48, 38, 36, 0.08);
}

.site-footer-left {
    float: left;
    width: 50%;
    text-align: left;
    font-size: 14px;
}

#colophon .copyright {
    clear: both;
    color: #707070 !important;
}

.site-footer-right {
    float: right;
    width: 50%;
    text-align: right;
}

#colophon a {
    color: #707070 !important;
}



/*----------------------------------------------------------------
manas-theme  social icon lists for all social medias
----------------------------------------------------------------*/


.manas-social-menu ul {
    margin: 0;
}

.manas-social-menu ul  {
  margin: 0;
  padding: 0;
}
.manas-social-menu li {
    display: inline-block;
    margin-right: 5px;
}

.manas-social-menu li a {
    display: block;
    height: 26px;
    margin-right: 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    width: 26px;
}

.manas-social-menu ul li{
  display: inline-block;
}

.manas-social-menu ul li a{
  font-family: 'fontawesome';
  speak: none;
  content: "\f0c1"; 
}

.manas-social-menu ul li a:after{
  content: "\f0c1";
}

.manas-social-menu ul li a:after{
  color: #000;
  color: #fff;
}

.manas-social-menu ul li a[href*="facebook.com"]:after{
  content: "\f09a";
}

.manas-social-menu ul li a[href*="facebook.com"]:hover:after{
  color: #4867AA;
}

.manas-social-menu ul li a[href*="youtube.com"]:after{
  content: "\f167";
}

.manas-social-menu ul li a[href*="youtube.com"]:hover:after{ 
  color: #E62B24;
}

.manas-social-menu ul li a[href*="twitter.com"]:after{
  content: "\f099";
}

.manas-social-menu ul li a[href*="twitter.com"]:hover:after{
  color: #00ACED;
}

.manas-social-menu ul li a[href*="linkedin.com"]:after{
  content: "\f0e1";
}

.manas-social-menu ul li a[href*="linkedin.com"]:hover:after{
  color: #0077B5;
}

.manas-social-menu ul li a[href*="plus.google.com"]:after{
  content: "\f0d5";
}

.manas-social-menu ul li a[href*="plus.google.com"]:hover:after{
  color: #DC4A38;
}

.manas-social-menu ul li a[href*="dribbble.com"]:after{
  content: "\f17d";
}

.manas-social-menu ul li a[href*="dribbble.com"]:hover:after{
  color: #000;
}

.manas-social-menu ul li a[href*="pinterest.com"]:after{
  content: "\f0d2";
}

.manas-social-menu ul li a[href*="pinterest.com"]:hover:after{
  color: #CB2027;
}

.manas-social-menu ul li a[href*="bitbucket.org"]:after{
  content: "\f171";
}

.manas-social-menu ul li a[href*="bitbucket.org"]:hover:after{
  color: #1F5081;
}

.manas-social-menu ul li a[href*="github.com"]:after{
  content: "\f09b";
}

.manas-social-menu ul li a[href*="github.com"]:hover:after{
  color: #323131;
}

.manas-social-menu ul li a[href*="codepen.io"]:after{
  content: "\f1cb";
}

.manas-social-menu ul li a[href*="codepen.io"]:hover:after{
  color: #000000;
}

.manas-social-menu ul li a[href*="flickr.com"]:after{
  content: "\f16e";
}

.manas-social-menu ul li a[href*="flickr.com"]:hover:after{
  color: #1C9BE9;
}

.manas-social-menu ul li a[href*="fedicons.com"]:after{
  content: "\f09e";
}

.manas-social-menu ul li a[href*="fedicons.com"]:hover:after{
  color: #FFA500;
}

.manas-social-menu ul li a[href*="foursquare.com"]:after{
  content: "\f180";
}

.manas-social-menu ul li a[href*="foursquare.com"]:hover{
  color: #E8436E;
}

.manas-social-menu ul li a[href*="instagram.com"]:after{
  content: "\f16d";
}

.manas-social-menu ul li a[href*="instagram.com"]:hover:after{
  color: #BD3D87;
}

.manas-social-menu ul li a[href*="tumblr.com"]:after{
  content: "\f173";
}

.manas-social-menu ul li a[href*="tumblr.com"]:hover:after{
  color: #36465D;
}

.manas-social-menu ul li a[href*="reddit.com"]:after{
  content: "\f1a1";
}

.manas-social-menu ul li a[href*="reddit.com"]:hover:after{
  color: #FF4500;
}

.manas-social-menu ul li a[href*="vimeo.com"]:after{
  content: "\f194";
}

.manas-social-menu ul li a[href*="vimeo.com"]:hover:after{
  color: #1BB6EC;
}

.manas-social-menu ul li a[href*="digg.com"]:after{
  content: "\f1a6";
}

.manas-social-menu ul li a[href*="digg.com"]:hover:after{
  color: #000000;
}

.manas-social-menu ul li a[href*="twitch.tv"]:after{
  content: "\f1e8";
}
.manas-social-menu ul li a[href*="twitch.tv"]:hover:after{
  color: #6441A5;
}

.manas-social-menu ul li a[href*="stumbleupon.com"]:after{
  content: "\f1a4";
}

.manas-social-menu ul li a[href*="stumbleupon.com"]:hover:after{
  color: #EB4924;
}

.manas-social-menu ul li a[href*="delicious.com"]:after{
  content: "\f1a5";
}

.manas-social-menu ul li a[href*="delicious.com"]:hover:after{
  color: #4289D7;
}

.manas-social-menu ul li a[href*="soundcloud.com"]:after{
  content: "\f1be";
}

.manas-social-menu ul li a[href*="soundcloud.com"]:after{
  color: #F68211;
}

.manas-social-menu ul li a[href*="wordpress.org"]:after{
  content: "\f19a";
}

.manas-social-menu ul li a[href*="wordpress.org"]:after{
  color: #21759B;
}

.manas-social-menu ul li a[href*="jsfiddle.net"]:after{
  content: "\f1cc";
}

.manas-social-menu ul li a[href*="jsfiddle.net"]:after{
  color: #4679A4;
}

.manas-social-menu ul li a[href*="tripadvisor.com"]:after{
  content: "\f262";
}

.manas-social-menu ul li a[href*="tripadvisor.com"]:after{
  color: #5A9342;
}

.manas-social-menu ul li a[href*="angel.co"]:after{
  content: "\f209";
}

.manas-social-menu ul li a[href*="angel.co"]:after{
  color: #000000;
}

.manas-social-menu ul li a[href*="slack.com"]:after{
  content: "\f198";
}

.manas-social-menu ul li a[href*="slack.com"]:after{
  color: #36B098;
}

#colophon a:hover{
  color: #e76239;
}

#scroll-top {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #c8836e;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#scroll-top:hover {
    background: #e66239;
}

#scroll-top.show {
    opacity: 1;
}

/* Menu toggle */

.secondary-menu-toggle.active .icon,
.menu-toggle.active .icon{
    background-color: transparent;
}

.secondary-menu-toggle.active .icon::before,
.menu-toggle.active .icon::before {
    transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
    -o-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
    -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
    -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
    -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(-135deg) scale(1);
}

.secondary-menu-toggle.active .icon::after,
.menu-toggle.active .icon::after {
    transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
    -o-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
    -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
    -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
    -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(138deg) scale(1);
}

/* Dropdown Toggle */

button.dropdown-toggle {
   color: #222;
    background-color: transparent;
    border: none;
    padding: 0;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 33px;
    line-height: 35px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background: transparent;
}

.dropdown-toggle:focus {
  outline: none;
}

.dropdown-toggle.toggled-on .icon {
  -ms-transform: rotate(-180deg); /* IE 9 */
  -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
}

#site-header-menu .menu-toggle,
.page-menu-container .secondary-menu-toggle {
    display: none;
}


@media only screen and (max-width: 1024px){
  .sidebar, #primary, .three-columns-enabled .sidebar, .three-columns-enabled #primary {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      float: left;
      margin-top: 40px;
  }

  #primary{
     margin-top: 10px;
  }
  .home #content .container {
     padding: 0;
  }
  .right-sidebar .primary-inner-wrapper,
  .left-sidebar .primary-inner-wrapper{
     border: none;
  }
  .left-sidebar .primary-inner-wrapper,
  .right-sidebar .primary-inner-wrapper{
     padding: 0;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
   .sidebar .widget{
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
    }

    .sidebar .widget:nth-child(2n+1) {
      clear: both;
    }

    .sidebar .widget-title:after {
      width: 90%;
      left: 15px;
    }
  
    .page-template-custom-templates .entry-content,
    .nav-pagination-wrapper,
    .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation,
    .comments-area{
      width: 100%;
    }

}

@media only screen and (max-width:1024px){
    .secondary-menu-toggle{
      display: block;
      margin: 0 auto;
    }

    .secondary-menu-toggle.active .menu-label.open, .secondary-menu-toggle .menu-label.close {
      display: none;
   }

   .secondary-menu-toggle.active .menu-label.close {
      display: block;
   }

   .page-menu-container .secondary-menu-toggle{
      display: block;
      position: relative;
      width: 65px;
      height: 65px;
      border: none;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      -ms-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      padding: 0;
      border: none;
      background-color: transparent;
      outline: none;
    }

    .secondary-menu-toggle:hover{
      background: transparent;
      color: #e66239;
    }

    .secondary-menu-toggle:hover span{
      color: #e66239;
    }

    .secondary-menu-toggle .menu-label {
        color: #000;
        margin-left: 17px;
    }

    .page-menu-container .container {
      padding: 0;
      margin: 0;
      width: 100% !important;
    }

    ul.custom-page-menu{
      display: none;
      background-color: #fff;
      left: 0;
      width: 100%;
      max-width: 100%;
      border-top: 1px solid #ddd;
    }

    .custom-page-menu  li {
      display: block;
      float: none;
      border-bottom: 1px dashed #e5e5e5;
      text-align: center;
    }

    .custom-page-menu  li:last-child{
      border: none;
    }

    .custom-page-menu li a{
      padding: 13px 0;
    }

    .custom-page-menu li.custom-search{
      float: none;
      margin-bottom: 15px;
    }

    #custom-search-form{
      width: 80%;
      margin: 0 auto;
      margin-top: 14px;
    }
}

@media only screen and (max-width:767px){
    .site-branding {
        display: block;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 17px;
        opacity: 0.9;
        border-bottom: 1px solid #ddd;
    }

    .custom-logo-link, #site-identity {
        float: none;
        text-align: center;
        margin: 0 auto;
    }

    .site-header-menu {
        float: none;
        width: 100%;
        text-align: center;
    }

    .site-header .container {
        width: 100% !important;
        max-width: 100%;
        padding: 0;
    }

     .menu-toggle {
        position: relative;
        width: 60px;
        height: 60px;
        border: none;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        padding: 0;
        border: none;
        background-color: transparent;
        outline: none;
    }

    .main-navigation .menu-toggle, .main-navigation .dropdown-toggle {
       display: block;
    }

    .main-navigation ul li.menu-item-has-children > a::after, .main-navigation ul li.page_item_has_children > a::after {
      content: none; 
    } 

    button.dropdown-toggle .fa{
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      -ms-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
    }

    button.dropdown-toggle.toggled-on .fa{
      webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
    }

    #site-header-menu .menu-toggle {
        display: block;
        margin: 0 auto;
    }

    .secondary-menu-toggle .menu-label {
        margin-top: 0;
    }

    .menu-label {
        color: #000;
        display: inline-block;
        margin-left: 17px;
        margin-top: 16px;
    }

    .menu-toggle.active .menu-label.open,
    .menu-toggle .menu-label.close{
       display: none;
    }

    .menu-toggle.active .menu-label.close{
      display: block;
    } 

    .menu-toggle, .main-navigation.toggled ul {
        display: block;
    }

    #site-header-menu .menu-toggle {
        display: block;
    }

    .centered-header #site-header-menu .menu-toggle {
        display: block;
        margin: 0 auto;
    }

    .main-navigation ul ul.toggled-on {
        display: block;
    }

    #site-header-menu .menu-toggle.active{
        display: block;
        position: relative;
        margin: 0 auto;
    }

    .menu-toggle:hover, .menu-toggle:focus {
        border-color: transparent;
        background-color: transparent;
    }

    #site-header-menu .main-navigation {
        clear: both;
        display: block;
        float: left;
        width: 100%;
    }

    #site-header-menu .main-navigation ul {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0 130px;
        position: relative;
        top: 0;
        z-index: 30000;
        background-color: #fff;
        left: 0;
        right: 0;
        left: auto;
        width: 100%;
        max-width: 100%;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .main-navigation ul ul {
        box-shadow: none;
        min-width: inherit;
        border-top: 1px dashed #e5e5e5;
    }

    .main-navigation ul ul ul{
      box-shadow: none;
    }

    #site-header-menu .main-navigation ul.sub-menu{
      border-top: 1px dashed #e5e5e5; 
      background: #f5f5f5;
      opacity: 1;
    }

    #site-header-menu .main-navigation ul ul.toggled-on{
      opacity: 1;
      padding: 0;
      border-bottom: none;
    }
        
    .main-navigation ul ul::after,
    .main-navigation ul li li.menu-item-has-children > a::after, .main-navigation ul li li.page_item_has_children > a::after{
      content: none;
    }

   .main-navigation li {
      display:block;
      float: none;
      text-align: center;
    }

    .main-navigation li:last-child{
      border:none;
    }

    .main-navigation ul li a{
      padding: 15px 25px;
    }

    .main-navigation ul ul a {
      border-bottom: none;
      text-align: center;
    }

    #site-header-menu .main-navigation ul li {
        border-bottom: 1px dashed #e5e5e5;
        position: relative;
    }

    .menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
    }

    .menu-overlay.active {
        opacity: 0.98;
        visibility: visible;
    }

    a#togglesearchbar {
        display: inline-flex !important;
    }


    .page-template-custom-templates .entry-content {
        width: 100%;
    }

    blockquote:before{
        left: 0px;
        top: -11px;
    }

    blockquote::before, q::before {
        font-size: 2.9rem;
    }

    .comments-area {
        width: 100%;
    }

    .featured-text-content h1{
       font-size: 38px;
    }

    .featured-text-content{
      padding: 0 20px;
    }

    .navigation, .pagination {
       text-align: center;
     }
}

@media only screen and (max-width:600px){
  #site-header-menu .main-navigation ul{
    padding: 0 45px;
  }
  .custom-featured-image {
    height: 55vh;
  }
}

@media only screen and (max-width:400px){
  #site-header-menu .main-navigation ul{
    padding: 0;
  }
}

/* ==========================================
   FRONT PAGE TEMPLATE REDESIGN STYLES
   ========================================== */

:root {
  --ink: #302624;
  --warm-ink: #8d6e61;
  --rose: #8a584c;
  --paper: #f3e4d8;
}

.hero {
  position: relative;
  min-height: clamp(420px, 26.7vw, 520px);
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(105deg, #f8ebdf 0%, #edd5c3 55%, #e7cab6 100%);
}

.hero-background {
  position: absolute;
  z-index: 0;
  inset: 0 25% 0 0;
  background: url("assets/img/file_00000000688871f49b61519a27468c61.webp") left center / cover no-repeat;
}

.hero-copy {
  position: relative;
  z-index: 4;
  display: flex;
  width: 28%;
  margin-left: 25%;
  max-width: 360px;
  min-height: clamp(420px, 26.7vw, 520px);
  padding: 44px 18px 40px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.brand-lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  color: var(--warm-ink);
  width: 100%;
}
.lotus { width: 82px; height: 55px; margin-bottom: 2px; object-fit: contain; }
.brand-name {
  font-size: 16px;
  letter-spacing: .34em;
  padding-left: .34em;
  margin: 0 auto;
  line-height: 1.3;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.logo-e {
  display: inline-block;
  height: 0.72em;
  width: auto;
  margin: 0 0.05em;
  vertical-align: -0.06em;
  object-fit: contain;
}
.brand-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 6px auto 0;
  font-size: 9px;
  letter-spacing: .32em;
  padding-left: .32em;
  color: #7a5f50;
  text-align: center;
}
.brand-subtitle::before, .brand-subtitle::after { content: ""; width: 36px; height: 1px; background: currentColor; opacity: .5; }

h1#hero-title {
  margin: 20px auto 12px !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(22px, 1.5vw, 26px) !important;
  font-weight: 400 !important;
  line-height: 1.05 !important;
  letter-spacing: .005em !important;
  color: #302322 !important;
  background: linear-gradient(100deg, #302322 20%, #9b7468 48%, #302322 76%) !important;
  background-size: 220% 100% !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: none !important;
  text-align: center !important;
  width: 100% !important;
  display: block !important;
  animation: headline-reveal .9s cubic-bezier(.2, .75, .25, 1) both, headline-shimmer 7s ease-in-out 1s infinite;
}

@keyframes headline-reveal {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes headline-shimmer {
  from, 20% { background-position: 100% 0; }
  55%, to { background-position: 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  h1#hero-title { animation: none; }
}
.hero-slogan {
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(10.5px, 1.05vw, 12.5px);
  font-weight: 500;
  letter-spacing: .24em;
  padding-left: .24em;
  text-transform: uppercase;
  color: #836151;
  margin: 0 auto 13px;
  line-height: 1.4;
  text-align: center;
  display: block;
}
.ornament { display: flex; justify-content: center; align-items: center; gap: 11px; color: #a07460 !important; margin: 0 auto 13px; }
.ornament span { width: 57px; height: 1px; background: currentColor; opacity: .62; }
.ornament b { font-size: 14px; font-weight: 400; line-height: 1; color: #a07460 !important; }
.hero-copy p { margin: 0 0 21px; font-size: 14px; letter-spacing: -.02em; color: var(--ink) !important; }
.appointment { display: inline-flex !important; align-items: center; gap: 16px; padding: 14px 31px !important; background: var(--rose) !important; color: #fff !important; text-decoration: none !important; font-size: 15px !important; letter-spacing: .085em !important; text-transform: uppercase !important; font-family: Montserrat, Arial, sans-serif !important; transition: background .2s ease, transform .2s ease; border: none !important; }
.appointment:hover, .appointment:focus-visible { background: #906055 !important; color: #fff !important; transform: translateY(-2px); }
.appointment span { font-size: 23px; font-weight: 400; line-height: .7; color: #fff !important; }

.hero-portrait {
  position: absolute;
  z-index: 2;
  inset: 0 0 0 42%;
  background: transparent;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 6%);
  mask-image: linear-gradient(to right, transparent 0%, #000 6%);
}
.hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  display: block;
}
.treatments-section {
  background-color: #ebdcd0;
  border-top: 1px solid rgba(48, 38, 36, 0.08);
}
.treatments-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.treatment-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 34px 28px;
  text-decoration: none;
  color: var(--ink);
  background-color: transparent;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border-right: 1px solid rgba(48, 38, 36, 0.08);
}
.treatment-card:hover {
  background-color: rgba(255, 255, 255, 0.35);
  transform: translateY(-2px);
}
.treatment-card svg {
  flex-shrink: 0;
  width: 68px;
  height: 68px;
  stroke: var(--rose);
  color: var(--rose);
  fill: none;
  transition: transform 0.3s ease;
}
.treatment-card:hover svg {
  transform: scale(1.05);
}
.treatment-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}
.treatment-content h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1.2;
}
.treatment-content p {
  margin: 0;
  font-size: 11.5px;
  line-height: 1.45;
  color: #60504c;
  font-family: Montserrat, Arial, sans-serif;
  letter-spacing: 0;
}

/* Features & Rose Script Banner Section */
.features-banner-section {
  display: flex;
  background-color: #1e1917;
  color: #fff;
  width: 100%;
}
.features-dark-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 80%;
}
.feature-dark-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 34px 28px;
  text-decoration: none;
  color: #fff;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.feature-dark-card:hover {
  background-color: rgba(255, 255, 255, 0.04);
  transform: translateY(-1px);
}
.feature-dark-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-dark-icon svg {
  width: 44px;
  height: 44px;
  stroke: #c29d8f;
  color: #c29d8f;
  fill: none;
  transition: transform 0.3s ease;
}
.feature-dark-card:hover .feature-dark-icon svg {
  transform: scale(1.08);
}
.feature-dark-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}
.feature-dark-content h3 {
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ebdcd0;
  line-height: 1.2;
}
.feature-dark-content p {
  margin: 0;
  font-size: 10px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.55);
  font-family: Montserrat, Arial, sans-serif;
  letter-spacing: 0.02em;
}

/* Rose Right Banner */
.feature-rose-banner {
  width: 20%;
  background: linear-gradient(155deg, #e8c0b2 0%, #d4a090 55%, #c48070 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px 24px;
  text-decoration: none;
  color: #3b2b25;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.feature-rose-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(155deg, rgba(255,255,255,0.18) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.feature-rose-banner:hover::before {
  opacity: 1;
}
.feature-rose-banner:hover {
  background: linear-gradient(155deg, #deb0a0 0%, #c89080 55%, #b87060 100%);
}
.feature-rose-banner-text {
  font-family: 'Great Vibes', cursive;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  -webkit-text-stroke: 0.6px rgba(59,43,37,0.55);
  text-shadow:
    0 0 24px rgba(255, 210, 180, 0.65),
    0 0 8px  rgba(220, 150, 110, 0.45),
    0 3px 10px rgba(59, 43, 37, 0.40),
    0 6px 24px rgba(59, 43, 37, 0.20);
  position: relative;
}
.feature-rose-banner-ornament {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  position: relative;
}
.feature-rose-banner-ornament span {
  display: block;
  width: 22px;
  height: 1px;
  background: currentColor;
  opacity: 0.45;
}
.feature-rose-banner-ornament b {
  color: #e8372a !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
.feature-rose-banner svg {
  width: 18px;
  height: 18px;
  fill: #e8372a;
  transition: transform 0.4s ease;
  position: relative;
}
.feature-rose-banner:hover svg {
  transform: scale(1.2);
}
.feature-rose-banner-cta {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 8.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 12px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  position: relative;
}
.feature-rose-banner:hover .feature-rose-banner-cta {
  opacity: 0.75;
  transform: translateY(0);
}

@media (min-width: 1101px) {
  .treatment-card:last-child {
    border-right: none;
  }
  .feature-dark-card:last-child {
    border-right: none;
  }
}

/* Keep the copy and portrait separate and beautifully proportioned on tablets / narrow laptops (e.g. iPad Air 1180px, iPad Pro, 1200px screens) */
@media (max-width: 1280px) and (min-width: 1025px) {
  .hero { min-height: clamp(420px, 26.7vw, 520px); }
  .hero-copy {
    width: 30% !important;
    margin-left: 22% !important;
    max-width: 360px !important;
    min-height: clamp(420px, 26.7vw, 520px) !important;
    padding: 44px 18px 40px !important;
    z-index: 4 !important;
  }
  .hero-copy .lotus { width: 82px !important; height: 55px !important; }
  .hero-copy .brand-name { font-size: 16px !important; letter-spacing: .34em !important; }
  .hero-copy .brand-subtitle { font-size: 9px !important; letter-spacing: .32em !important; }
  .hero-copy h1#hero-title { font-size: clamp(20px, 1.5vw, 24px) !important; margin: 16px 0 10px !important; }
  .hero-copy .hero-slogan { font-size: 11px !important; letter-spacing: .22em !important; margin-bottom: 10px !important; }
  .hero-copy .ornament { margin-bottom: 10px !important; }
  .hero-copy p { font-size: 13px !important; line-height: 1.45 !important; margin: 0 0 18px !important; }
  .hero-copy .appointment { padding: 13px 26px !important; font-size: 13px !important; }
  .hero-portrait { inset: 0 0 0 42% !important; z-index: 2 !important; -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 6%) !important; mask-image: linear-gradient(to right, transparent 0%, #000 6%) !important; }
  .hero-portrait img { object-position: left top !important; }
  .hero-background { inset: 0 25% 0 0 !important; background-position: left center !important; }
}

@media (max-width: 1024px) and (min-width: 681px) {
  .hero {
    display: flex !important;
    flex-direction: column !important;
    min-height: 0 !important;
    background: #f8ebdf !important;
    overflow: visible !important;
  }
  .hero-background { display: none !important; }
  .hero-copy {
    order: 2 !important;
    position: relative !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-left: 0 !important;
    min-height: 0 !important;
    padding: 32px 20px 40px !important;
    background: #f8ebdf !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .hero-copy .brand-lockup {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    margin: 0 auto !important;
  }
  .hero-copy .lotus { width: 65px !important; height: 45px !important; margin: 0 auto 2px !important; }
  .hero-copy .brand-name { font-size: 14px !important; text-align: center !important; }
  .hero-copy .brand-subtitle { font-size: 9px !important; justify-content: center !important; margin: 4px auto 0 !important; }
  .hero-copy h1#hero-title { font-size: 24px !important; margin: 14px auto 8px !important; text-align: center !important; }
  .hero-copy .hero-slogan { font-size: 11px !important; letter-spacing: .2em !important; margin: 0 auto 10px !important; text-align: center !important; }
  .hero-copy .ornament { margin: 0 auto 10px !important; justify-content: center !important; }
  .hero-copy p { font-size: 13.5px !important; max-width: 540px !important; margin: 0 auto 20px !important; text-align: center !important; }
  .hero-copy .appointment { margin: 0 auto !important; align-self: center !important; }
  .hero-portrait {
    order: 1 !important;
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: clamp(340px, 48vw, 440px) !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }
  
  /* Treatments Grid - Tablet Wrap (2x2) */
  .treatments-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .treatment-card {
    border-right: 1px solid rgba(48, 38, 36, 0.08);
    border-bottom: 1px solid rgba(48, 38, 36, 0.08);
  }
  .treatment-card:nth-child(2n) {
    border-right: none;
  }
  .treatment-card:nth-child(3),
  .treatment-card:nth-child(4) {
    border-bottom: none;
  }
  
  /* Features Section - Tablet Wrap */
  .features-banner-section {
    flex-direction: column;
  }
  .features-dark-grid {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-dark-card {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .feature-dark-card:nth-child(2n) {
    border-right: none;
  }
  .feature-dark-card:nth-child(3),
  .feature-dark-card:nth-child(4) {
    border-bottom: none;
  }
  .feature-rose-banner {
    width: 100%;
    padding: 36px 20px;
  }
}

/* Phones: stack portrait on top, copy below */
@media (max-width: 680px) {
  section.hero,
  .hero {
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    background: #f8ebdf !important;
    overflow: visible !important;
  }
  .hero-background { display: none !important; }
  .hero .hero-portrait,
  .hero-portrait {
    order: 1 !important;
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 260px !important;
    aspect-ratio: 3 / 2 !important;
    background-size: cover !important;
    background-position: center top !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    flex-shrink: 0 !important;
  }
  .hero .hero-portrait img,
  .hero-portrait img {
    object-position: 30% top !important;
  }
  .hero .hero-copy,
  .hero-copy {
    order: 2 !important;
    position: relative !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-left: 0 !important;
    min-height: 0 !important;
    padding: 24px 20px 36px !important;
    margin-top: 0 !important;
    z-index: 12 !important;
    background: #f8ebdf !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .hero .hero-copy .brand-lockup,
  .hero-copy .brand-lockup {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    margin: 0 auto !important;
  }
  .hero .hero-copy .lotus,
  .lotus { width: 50px !important; height: 34px !important; margin: 0 auto 2px !important; }
  .hero .hero-copy .brand-name,
  .brand-name { font-size: 12px !important; text-align: center !important; }
  .hero .hero-copy .brand-subtitle,
  .brand-subtitle { font-size: 8px !important; justify-content: center !important; margin: 4px auto 0 !important; }
  h1#hero-title { font-size: clamp(22px, 6vw, 28px) !important; text-align: center !important; margin-left: auto !important; margin-right: auto !important; }
  .hero-slogan { font-size: 10px !important; letter-spacing: .18em !important; text-align: center !important; margin: 0 auto 10px !important; }
  .hero-copy p { font-size: 13px !important; text-align: center !important; margin: 0 auto 18px !important; max-width: 480px !important; }
  .appointment { font-size: 12px !important; padding: 13px 24px !important; margin: 0 auto !important; align-self: center !important; }

  /* Treatments Grid - Mobile (1 column) */
  .treatments-grid {
    grid-template-columns: 1fr;
  }
  .treatment-card {
    border-right: none;
    border-bottom: 1px solid rgba(48, 38, 36, 0.08);
    padding: 24px 20px;
    gap: 16px;
  }
  .treatment-card:last-child {
    border-bottom: none;
  }
  .treatment-card svg {
    width: 56px;
    height: 56px;
  }
  .treatment-content h2 {
    font-size: 17px;
  }

  /* Features Grid - Mobile (1 column) */
  .features-dark-grid {
    grid-template-columns: 1fr;
  }
  .feature-dark-card {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 24px 20px;
    gap: 16px;
  }
  .feature-dark-card:last-child {
    border-bottom: none;
  }
  .feature-dark-icon svg {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 480px) {
  .hero-portrait {
    aspect-ratio: 4 / 3;
  }
  h1#hero-title { font-size: clamp(20px, 6.5vw, 28px) !important; }
  .brand-name { font-size: 12px; }
  .hero-slogan { font-size: 9.5px !important; letter-spacing: .14em !important; }
  .hero-copy p { font-size: 12px; }
  .appointment { font-size: 11px !important; padding: 12px 18px !important; letter-spacing: .06em !important; }
  .ornament span { width: 40px; }
}

/* Intro Split Section - Purple Theme */
.viva-intro-split-section {
  width: 100%;
  background-color: #fbf8f6;
  padding: 85px 0;
  border-bottom: 1px solid rgba(128, 0, 128, 0.1);
  display: flex;
  justify-content: center;
}

.viva-intro-container {
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Quote Part */
.viva-intro-quote-part {
  text-align: center;
  max-width: 850px;
  margin-bottom: 35px;
  position: relative;
}

.viva-quote-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 80px;
  color: #800080;
  line-height: 0;
  opacity: 0.15;
  display: inline-block;
  vertical-align: middle;
}

.viva-quote-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(22px, 3.5vw, 30px);
  font-style: italic;
  font-weight: 500;
  color: #800080;
  line-height: 1.45;
  margin: 0 10px;
  display: inline;
}

/* Split Button Divider */
.viva-intro-divider {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  gap: 25px;
}

.viva-divider-line {
  flex-grow: 1;
  height: 1px;
  background-color: rgba(128, 0, 128, 0.2);
}

.viva-divider-button-wrap {
  flex-shrink: 0;
}

.viva-split-btn {
  display: inline-flex;
  align-items: center;
  background-color: #800080;
  color: #fff !important;
  border: 1px solid #800080;
  border-radius: 50px;
  padding: 14px 38px;
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 4px 15px rgba(128, 0, 128, 0.15);
}

.viva-split-btn:hover {
  background-color: transparent;
  color: #800080 !important;
  border-color: #800080;
  box-shadow: 0 8px 25px rgba(128, 0, 128, 0.25);
  transform: translateY(-2px);
}

.viva-split-btn .btn-arrow {
  margin-left: 10px;
  font-size: 13px;
  transition: transform 0.3s;
}

.viva-split-btn:hover .btn-arrow {
  transform: translateX(5px);
}

/* Split Content (Image & Text) */
.viva-intro-split-content {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 50px;
  align-items: center;
  width: 100%;
}

.viva-intro-image-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.viva-intro-img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Description Part */
.viva-intro-desc-part {
  text-align: left;
}

.viva-intro-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
  letter-spacing: 1px;
  color: #800080;
  margin-bottom: 20px;
  border: none;
  line-height: 1.3;
}

.viva-desc-lead {
  font-family: var(--font-sans);
  font-size: clamp(14px, 1.8vw, 15px);
  line-height: 1.8;
  color: #800080;
  margin-bottom: 20px;
  font-weight: 500;
}

.viva-desc-body {
  font-family: var(--font-sans);
  font-size: clamp(13px, 1.7vw, 14.5px);
  line-height: 1.85;
  color: #800080;
  margin: 0;
  opacity: 0.95;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .viva-intro-split-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .viva-intro-desc-part {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .viva-intro-split-section {
    padding: 65px 0;
  }
  .viva-intro-divider {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 35px;
  }
  .viva-divider-line {
    width: 60px;
    height: 1px;
    flex-grow: 0;
  }
}


#footer-widgets {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    background-color: #f5f0ed !important;
    color: #707070 !important;
    overflow: visible !important;
}

#footer-widgets .footer-widget-area {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Ensure footer widget columns stack and clear on small screens */
@media only screen and (max-width:767px) {
  #footer-widgets .footer-widget-area.col-sm-6,
  #footer-widgets .footer-widget-area.col-sm-4,
  #footer-widgets .footer-widget-area.col-sm-3 {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    position: static !important;
    margin: 18px 0 !important;
    box-sizing: border-box !important;
  }
}
/* Luxury Form Styles for Afspraak Page */
.luxury-form-wrapper {
    margin-top: 40px;
    background: #fff;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(42,31,27,0.04);
}

.luxury-form-wrapper .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 25px;
}

.luxury-form-wrapper label {
    font-family: var(--font-secondary);
    font-size: 1.1rem;
    color: #2A1F1B;
    margin-bottom: 8px;
    display: block;
}

.luxury-form-wrapper input[type="text"],
.luxury-form-wrapper input[type="email"],
.luxury-form-wrapper input[type="tel"],
.luxury-form-wrapper textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #dcd7d4;
    background: transparent;
    padding: 10px 0;
    font-family: var(--font-primary);
    font-size: 1rem;
    color: #5a5451;
    transition: all 0.3s ease;
}

.luxury-form-wrapper input[type="text"]:focus,
.luxury-form-wrapper input[type="email"]:focus,
.luxury-form-wrapper input[type="tel"]:focus,
.luxury-form-wrapper textarea:focus {
    outline: none;
    border-bottom-color: var(--accent-color);
}

.luxury-form-wrapper input::placeholder,
.luxury-form-wrapper textarea::placeholder {
    color: #b5b0ad;
    font-weight: 300;
}

.luxury-form-wrapper .wpcf7-submit {
    background: var(--accent-color);
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-family: var(--font-secondary);
    font-size: 1.1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease;
}

.luxury-form-wrapper .wpcf7-submit:hover {
    background: #2A1F1B;
}

/* Fix CF7 specific spacing */
.luxury-form-wrapper .wpcf7 p {
    margin-bottom: 25px;
}
.luxury-form-wrapper .wpcf7 br {
    display: none;
}
.luxury-form-wrapper .wpcf7-form-control-wrap {
    margin-top: 8px;
}

/* Floating Widgets Layout & Anti-Collision Fix */
.joinchat {
    bottom: 25px !important;
    right: 25px !important;
    z-index: 99999 !important;
}

/* AI Chatbot Floating Trigger Positioning (Bottom-Left Corner) */
div[class*="aipkit-popup-trigger"],
div[class*="aipkit-trigger"],
div[class*="aipkit-widget-trigger"],
div[class*="aipkit-launcher"],
.aipkit-popup-trigger,
.aipkit_popup_trigger,
.mwai-open-button {
    position: fixed !important;
    bottom: 25px !important;
    left: 25px !important;
    right: auto !important;
    top: auto !important;
    margin: 0 !important;
    z-index: 99998 !important;
}

/* AI Chatbot Opened Popup Message Box Positioning (Bottom-Left Corner) */
.aipkit_chat_container.aipkit_popup_content,
div[class*="aipkit_popup_content"],
div[class*="aipkit_chat_container"].aipkit_popup_content,
div[class*="aipkit_popup_window"] {
    position: fixed !important;
    bottom: 90px !important;
    left: 25px !important;
    right: auto !important;
    top: auto !important;
    margin: 0 !important;
    width: 380px !important;
    max-width: calc(100vw - 30px) !important;
    height: 580px !important;
    max-height: 75vh !important;
    border-radius: 16px !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18) !important;
    z-index: 999999 !important;
    overflow: hidden !important;
}

/* AI Chatbot Header & Layout Clean Styling */
.aipkit_chat_header,
div[class*="aipkit_chat_header"] {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    position: relative !important;
    padding: 14px 18px !important;
    background: #fdf8f6 !important;
    border-bottom: 1px solid #f0e6e2 !important;
}

/* STRICT HIDE: Conversation starters, copy/feedback, black/brown boxes & extra icons */
.aipkit_sidebar_toggle_btn,
.aipkit_fullscreen_btn,
.aipkit_download_btn,
.aipkit_header_avatar_icon,
.aipkit_header_icon,
.aipkit_drag_zone,
.aipkit_conversation_starters,
.aipkit_starter_btn,
.aipkit_chat_starters,
.aipkit_message_actions,
.aipkit_copy_btn,
.aipkit_feedback_btn,
.aipkit_clear_chat_btn,
.aipkit_input_action_toggle,
.aipkit_input_action_menu,
.aipkit_input_action_btn:not(.aipkit_send_btn),
.aipkit_realtime_voice_agent_btn,
.aipkit_voice_input_btn,
.aipkit_popup_tooltip,
div[class*="aipkit_popup_tooltip"],
.aipkit_tooltip,
div[class*="starter"],
div[class*="starters"],
button[class*="starter"],
div[class*="aipkit"] [class*="starter"],
button[class*="aipkit"][class*="starter"],
div[class*="aipkit"] [class*="action-button"],
div[class*="aipkit"] [class*="clear"],
div[class*="aipkit"] [class*="copy"],
div[class*="aipkit"] [class*="feedback"],
div[class*="aipkit"] [class*="typing-icon"],
button[class*="copy"],
button[class*="feedback"],
button[class*="clear"],
button[class*="input_action"],
button[class*="action_toggle"],
button[class*="action_btn"]:not(.aipkit_send_btn):not(.aipkit_popup_close_btn),
svg[class*="copy"],
svg[class*="thumb"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Close Button on Top Right */
.aipkit_header_actions {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 99;
}

.aipkit_popup_close_btn,
button.aipkit_popup_close_btn,
.aipkit_header_btn.aipkit_popup_close_btn {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 4px !important;
    margin: 0 !important;
    width: 28px !important;
    height: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    position: static !important;
}

.aipkit_popup_close_btn svg,
.aipkit_popup_close_btn svg path {
    stroke: #665853 !important;
    color: #665853 !important;
    background: transparent !important;
    background-color: transparent !important;
}

.aipkit_popup_close_btn:hover svg path {
    stroke: #B7935B !important;
}

/* Chat Input Area & Textarea Styling */
.aipkit_chat_input_wrapper {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
}

div[class*="aipkit"] textarea,
.aipkit_chat_input textarea {
    padding-left: 16px !important;
    padding-right: 85px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border-radius: 24px !important;
    border: 1.5px solid #e8ded9 !important;
    background: #ffffff !important;
    font-size: 14px !important;
    color: #4a3f3b !important;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.02) !important;
    transition: all 0.3s ease !important;
    min-height: 48px !important;
    max-height: 120px !important;
    line-height: 1.4 !important;
}

div[class*="aipkit"] textarea:focus,
.aipkit_chat_input textarea:focus {
    border-color: #be123c !important;
    box-shadow: 0 0 8px rgba(190, 18, 60, 0.25) !important;
    outline: none !important;
}

/* Pro Pill Send Button with text "SEND" — scoped to AI chatbot only */
.aipkit_send_btn,
button.aipkit_send_btn,
div[class*="aipkit"] button[type="submit"],
div[class*="aipkit"] button.aipkit_send_btn,
div[class*="aipkit"] button[class*="send"],
div[class*="aipkit"] button[class*="Send"] {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    right: 7px !important;
    bottom: 7px !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    min-width: 68px !important;
    height: 34px !important;
    padding: 0 16px !important;
    border-radius: 17px !important;
    background: linear-gradient(135deg, #be123c 0%, #9f1239 100%) !important;
    background-color: #be123c !important;
    border: none !important;
    box-shadow: 0 3px 10px rgba(190, 18, 60, 0.35) !important;
    cursor: pointer !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 999 !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    font-family: Arial, sans-serif !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
}

.aipkit_send_btn::after,
button.aipkit_send_btn::after,
div[class*="aipkit"] button[type="submit"]::after,
div[class*="aipkit"] button.aipkit_send_btn::after {
    content: "SEND" !important;
    color: #ffffff !important;
    font-family: Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    pointer-events: none !important;
}

.aipkit_send_btn:hover,
button.aipkit_send_btn:hover,
div[class*="aipkit"] button[type="submit"]:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 5px 14px rgba(190, 18, 60, 0.5) !important;
    background: linear-gradient(135deg, #e11d48 0%, #be123c 100%) !important;
}

.aipkit_send_btn svg,
.aipkit_send_btn svg path,
.aipkit_send_icon,
.aipkit_send_icon path,
div[class*="aipkit"] button.aipkit_send_btn svg,
div[class*="aipkit"] button.aipkit_send_btn svg path {
    display: none !important;
}

/* Mobile Responsive Styling for AI Chatbot & Widgets */
@media (max-width: 768px) {
    /* WhatsApp Button Mobile Positioning (Bottom-Right) */
    .joinchat {
        bottom: 15px !important;
        right: 15px !important;
        z-index: 99999 !important;
    }
    .joinchat__button {
        width: 48px !important;
        height: 48px !important;
    }

    /* AI Chatbot Floating Launcher Button Mobile (Strict Left Side of Screen) */
    html body div.aipkit_popup_trigger,
    html body div[class*="popup_trigger"],
    html body div[class*="aipkit-popup-trigger"],
    html body div[class*="aipkit-trigger"],
    html body div[class*="aipkit-widget-trigger"],
    html body div[class*="aipkit-launcher"],
    html body .aipkit_popup_trigger,
    html body .mwai-open-button {
        position: fixed !important;
        bottom: 15px !important;
        left: 15px !important;
        right: auto !important;
        top: auto !important;
        z-index: 99998 !important;
    }

    /* AI Chatbot Popup Window Mobile Layout (Bottom-Left Side Anchored Above Trigger) */
    .aipkit_chat_container.aipkit_popup_content,
    div[class*="aipkit_chat_container"],
    div[class*="aipkit_popup_content"] {
        position: fixed !important;
        width: calc(100vw - 30px) !important;
        max-width: 375px !important;
        height: min(72vh, 500px) !important;
        bottom: 75px !important;
        left: 15px !important;
        right: auto !important;
        top: auto !important;
        border-radius: 20px !important;
        border: 1px solid rgba(183, 147, 91, 0.3) !important;
        background: #ffffff !important;
        box-shadow: 0 16px 45px rgba(0,0,0,0.22) !important;
        overflow: hidden !important;
        z-index: 999999 !important;
    }

    .aipkit_chat_header {
        padding: 12px 14px !important;
    }
}
/* Viva La Bella design refinement — August 2026 */
:root {
  --viva-cream: #fffaf5;
  --viva-rose: #9b5f6f;
  --viva-rose-dark: #744452;
  --viva-gold: #b28a4a;
  --viva-ink: #2f2623;
  --viva-radius: 18px;
  --viva-shadow: 0 18px 50px rgba(65, 42, 35, .09);
}

html { scroll-behavior: smooth; }
body { background: var(--viva-cream); color: var(--viva-ink); }

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--viva-gold) !important;
  outline-offset: 3px;
}

.site-header {
  background: rgba(255, 250, 245, .94);
  border-bottom: 0;
  box-shadow: 0 8px 30px rgba(65, 42, 35, .06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.main-navigation a {
  position: relative;
  text-underline-offset: 5px;
}

.main-navigation a:hover,
.main-navigation a:focus-visible { color: var(--viva-rose-dark); }

.appointment,
.feature-rose-banner,
.review-banner-section a {
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.appointment:hover,
.appointment:focus-visible,
.feature-rose-banner:hover,
.feature-rose-banner:focus-visible,
.review-banner-section a:hover,
.review-banner-section a:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(116, 68, 82, .22);
}

.treatments-section,
.features-banner-section,
.review-banner-section {
  content-visibility: auto;
  contain-intrinsic-size: 1px 600px;
}

.treatments-grid {
  border-radius: var(--viva-radius);
  box-shadow: var(--viva-shadow);
  overflow: hidden;
}

.treatment-card { transition: background-color .2s ease, transform .2s ease; }
.treatment-card:hover,
.treatment-card:focus-visible {
  background: #fff;
  transform: translateY(-3px);
}

.review-banner-section { box-shadow: var(--viva-shadow) !important; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 680px) {
  /* Brand accent on only the centre bar of the closed hamburger icon. */
  header#masthead .menu-toggle:not(.active) .icon {
    background-color: #7D4E5E !important;
  }

  /* Keep the complete mobile branding header visible while scrolling. */
  .menu-sticky .site-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 99999 !important;
  }

  .menu-sticky.nav-shrink .site-header,
  .nav-shrink .site-header {
    position: sticky !important;
    top: 0 !important;
    width: 100% !important;
    box-shadow: 0 8px 24px rgba(65, 42, 35, .14) !important;
  }

  .menu-sticky.nav-shrink header#masthead .container {
    min-height: 0 !important;
    padding: 15px 24px 10px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }

  .menu-sticky.nav-shrink header#masthead .site-branding {
    display: flex !important;
    width: 100% !important;
    margin: 0 auto 1px !important;
    padding-bottom: 4px !important;
    border-bottom: 1px solid #ddd !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .menu-sticky.nav-shrink header#masthead .custom-logo-link {
    display: block !important;
    margin: 0 !important;
  }

  .menu-sticky.nav-shrink header#masthead .custom-logo-link img {
    display: block !important;
    width: 116px !important;
    height: 82px !important;
    max-width: 116px !important;
    max-height: 82px !important;
    margin-top: 17px !important;
    transform: none !important;
  }

  .menu-sticky.nav-shrink header#masthead #site-identity {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .menu-sticky.nav-shrink header#masthead .site-header-menu {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .menu-sticky.nav-shrink header#masthead .menu-toggle {
    width: 52px !important;
    height: 36px !important;
    min-height: 36px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  header#masthead .site-header-menu,
  header#masthead .main-navigation {
    min-height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  header#masthead #site-header-menu .menu-toggle {
    width: 52px !important;
    height: 36px !important;
    min-height: 36px !important;
  }

  header#masthead .menu-label {
    margin-top: 4px !important;
    margin-left: 10px !important;
    font-size: 14px !important;
    line-height: 26px !important;
  }

  .viva-floating-lang {
    top: 10px !important;
    right: 10px !important;
    padding: 7px 11px !important;
  }
  .hero-copy { text-align: center; }
  .appointment { min-height: 44px; justify-content: center; }
  .treatments-grid { margin-inline: 14px; }
  .review-banner-section { margin-inline: 14px !important; }
}

/* Four-column luxury footer */
.site-footer,
#colophon.site-footer {
  background: #f5f0ed !important;
  color: #625a57 !important;
  border-top: 1px solid rgba(178, 138, 74, .22) !important;
  padding: 54px 32px 24px 32px !important;
  box-sizing: border-box !important;
  width: 100% !important;
  overflow-x: hidden !important;
}

.viva-footer-grid {
  width: min(100%, 1380px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr .9fr 1.2fr 1fr;
  gap: clamp(35px, 5vw, 90px);
  box-sizing: border-box !important;
}

.viva-footer-grid h2,
.viva-footer-grid h3,
.viva-footer-grid p { margin-top: 0; }

.viva-footer-logo-row { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.viva-footer-logo-row img { width: 42px; height: 42px; object-fit: contain; opacity: .78; }
.viva-footer-logo-row h2,
.viva-footer-logo-row h3 {
  margin: 0 0 3px !important;
  color: #b28a4a !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 27px !important;
  font-weight: 400 !important;
  letter-spacing: .5px;
  text-transform: none !important;
}
.viva-footer-logo-row span { color: #b28a4a; font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; }
.viva-footer-brand > p { max-width: 330px; font-size: 17px; line-height: 1.9; color: #b5a29a; }
.viva-ladies-badge { display: inline-flex; padding: 8px 16px; border: 1px solid rgba(178,138,74,.35); border-radius: 30px; color: #c29527; background: rgba(255,255,255,.35); font-size: 12px; font-weight: 600; letter-spacing: .4px; }
.viva-footer-social { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.viva-footer-social > strong { display: block; margin-bottom: 10px; color: #b28a4a; font-family: 'Montserrat', sans-serif; font-size: 11px; letter-spacing: 1.7px; text-transform: uppercase; }
.viva-footer-social > strong { flex-basis: 100%; margin-bottom: 0; }
.viva-footer-social a { display: inline-flex; align-items: center; gap: 9px; min-height: 42px; padding: 9px 16px; border: 1px solid rgba(178,138,74,.4); border-radius: 24px; color: #625a57 !important; background: rgba(255,255,255,.48); font-size: 14px; font-weight: 600; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.viva-footer-social a i { color: #a33e61; font-size: 20px; }
.viva-footer-social a.viva-facebook-link i { color: #4267b2; }
.viva-footer-social a:hover, .viva-footer-social a:focus-visible { transform: translateY(-2px); background: #fff; color: #a33e61 !important; text-decoration: none; }

.viva-footer-column > h2,
.viva-footer-column > h3 {
  color: #b28a4a !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 28px !important;
}
.viva-footer-column > h2::after,
.viva-footer-column > h3::after { content: ''; display: block; width: 36px; height: 2px; margin-top: 13px; background: #b28a4a; }
.viva-footer-column ul { list-style: none; margin: 0; padding: 0; }
.viva-footer-column li { margin-bottom: 14px; }
.viva-footer-column a { color: #625a57 !important; text-decoration: none; }
.viva-footer-column a:hover, .viva-footer-column a:focus-visible { color: #a77c35 !important; text-decoration: underline; text-underline-offset: 4px; }
.viva-footer-contact address, .viva-footer-contact > p { display: flex; gap: 13px; font-style: normal; line-height: 1.55; margin-bottom: 18px; }
.viva-footer-contact address > span, .viva-footer-contact > p > span:first-child { color: #b28a4a; min-width: 17px; }
.viva-footer-contact > p:first-of-type > span:first-child { font-size: 0; }
.viva-footer-contact > p:first-of-type > span:first-child::before {
  content: "\f095";
  font-family: FontAwesome;
  font-size: 14px;
}
.viva-footer-contact small { color: #c29527; }
.viva-footer-hours > strong { display: block; color: #d09d1f; font-size: 18px; margin-bottom: 7px; }
.viva-footer-hours > p { color: #b5a29a; line-height: 1.6; }
.viva-footer-hours h3 { color: #b28a4a; font-size: 11px; letter-spacing: 1.6px; text-transform: uppercase; margin: 32px 0 12px; }
.viva-payment-icons { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.viva-payment-icons img { width: auto; height: 27px; border-radius: 4px; }
.viva-footer-review-card { margin-top: 22px; }
.viva-review-qr-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  background: #ffffff;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(178, 138, 74, 0.35);
  box-shadow: 0 4px 14px rgba(60, 40, 25, 0.05);
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  max-width: 100%;
}
.viva-review-qr-link:hover,
.viva-review-qr-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(178, 138, 74, 0.18);
  border-color: #b28a4a;
  text-decoration: none !important;
}
.viva-review-qr-box {
  background: #fff;
  line-height: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.viva-review-qr-box img {
  width: 58px;
  height: 58px;
  display: block;
}
.viva-review-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.viva-review-stars {
  color: #e6a817;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1;
}
.viva-review-title {
  color: #3e322d !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.25;
}
.viva-review-sub {
  color: #b28a4a !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.viva-footer-bottom { width: min(100%, 1380px); margin: 42px auto 0; padding: 18px 0; border-top: 1px solid rgba(178,138,74,.16); display: flex; justify-content: space-between; gap: 20px; color: #a99891; font-size: 12px; }
.viva-footer-kvk { opacity: 0.65; font-size: 11px; letter-spacing: 0.3px; }
#viva-cookie-reset-btn { background: none; border: 0; padding: 0; color: #a17f49; text-decoration: underline; cursor: pointer; font-size: 12px; }

@media (max-width: 768px) {
  #colophon.site-footer,
  .site-footer { padding: 42px 28px 24px 28px !important; }
  .viva-footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .viva-footer-brand > p { max-width: none; }
  .viva-footer-social { display: flex !important; visibility: visible !important; opacity: 1 !important; width: 100%; gap: 9px; }
  .viva-footer-social > strong { display: block !important; flex: 0 0 100%; }
  .viva-footer-social a { display: inline-flex !important; visibility: visible !important; opacity: 1 !important; flex: 0 1 auto; padding: 9px 14px; }
  .viva-footer-bottom { flex-direction: column; margin-top: 34px; }
  .viva-footer-review-card { margin-top: 36px; }
}
@media (max-width: 350px) {
  .viva-footer-social a { flex: 1 1 100%; justify-content: center; }
}

/* Canonical footer palette: keep every page identical to the homepage. */
html body #colophon.site-footer { background: #f5f0ed !important; color: #625a57 !important; }
html body #colophon.site-footer .viva-footer-logo-row h2,
html body #colophon.site-footer .viva-footer-logo-row h3,
html body #colophon.site-footer .viva-footer-logo-row span,
html body #colophon.site-footer .viva-footer-column > h2,
html body #colophon.site-footer .viva-footer-column > h3,
html body #colophon.site-footer .viva-footer-column h3 { color: #b28a4a !important; }
html body #colophon.site-footer .viva-footer-column > h2::after,
html body #colophon.site-footer .viva-footer-column > h3::after { background: #b28a4a !important; }
html body #colophon.site-footer .viva-footer-brand > p,
html body #colophon.site-footer .viva-footer-hours > p { color: #b5a29a !important; }
html body #colophon.site-footer .viva-footer-contact small { color: #c29527 !important; }
html body #colophon.site-footer .viva-footer-hours > strong { color: #d09d1f !important; }
html body #colophon.site-footer .viva-footer-bottom { color: #a99891 !important; }


/* Contact page compact aligned layout — 14 August 2026 */
body.page-id-782 .afspraak-grid {
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "contact-info contact-form"
    "contact-map contact-map";
  gap: 30px 42px;
  padding: 36px 50px 40px;
  align-items: stretch;
}
body.page-id-782 .afspraak-grid > div:first-child {
  grid-area: contact-info;
  min-width: 0;
}
body.page-id-782 .afspraak-grid > div:nth-child(2) {
  display: contents;
}
body.page-id-782 .afspraak-grid > div:nth-child(2) > div:first-child {
  grid-area: contact-form;
  display: flex;
  min-width: 0;
  margin-bottom: 0 !important;
  flex-direction: column;
}
body.page-id-782 .afspraak-grid > div:nth-child(2) > div:nth-child(2) {
  grid-area: contact-map;
  width: 100%;
  height: 340px !important;
  min-width: 0;
  overflow: hidden;
}
body.page-id-782 .afspraak-grid > div:nth-child(2) > div:nth-child(2) iframe {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 340px;
  border-radius: 12px;
}
body.page-id-782 .luxury-form-wrapper {
  flex: 1;
  margin-top: 20px;
  padding: 26px 34px 28px;
  border-radius: 12px;
  box-shadow: 0 14px 38px rgba(65, 42, 35, .08);
}
body.page-id-782 .luxury-form-wrapper .wpcf7 p {
  margin: 0 0 12px;
}
body.page-id-782 .luxury-form-wrapper .wpcf7-form-control-wrap {
  display: block;
  margin: 4px 0 0;
}
body.page-id-782 .luxury-form-wrapper label {
  margin: 0;
  font-size: .95rem;
  line-height: 1.35;
}
body.page-id-782 .luxury-form-wrapper input[type="text"],
body.page-id-782 .luxury-form-wrapper input[type="email"],
body.page-id-782 .luxury-form-wrapper input[type="tel"] {
  min-height: 38px;
  padding: 7px 0;
  font-size: .95rem;
}
body.page-id-782 .luxury-form-wrapper textarea {
  display: block;
  height: 120px !important;
  min-height: 120px;
  padding: 8px 0;
  font-size: .95rem;
  line-height: 1.45;
  resize: vertical;
}
body.page-id-782 .luxury-form-wrapper input.wpcf7-submit {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  width: 100% !important;
  min-height: 44px;
  margin: 4px 0 0 !important;
  padding: 11px 28px !important;
  border: 0 !important;
  border-radius: 4px;
  background: linear-gradient(135deg, #c7aa70 0%, #b7935b 52%, #9c783f 100%) !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(156, 120, 63, .28);
  font-size: .88rem;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
}
body.page-id-782 .luxury-form-wrapper input.wpcf7-submit:hover,
body.page-id-782 .luxury-form-wrapper input.wpcf7-submit:focus {
  background: linear-gradient(135deg, #b7935b 0%, #8f6b36 100%) !important;
  box-shadow: 0 10px 22px rgba(143, 107, 54, .36);
}
body.page-id-782 .luxury-form-wrapper .wpcf7-spinner {
  margin: 8px auto 0;
}
@media (max-width: 768px) {
  body.page-id-782 .afspraak-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "contact-info"
      "contact-form"
      "contact-map";
    gap: 24px;
    padding: 22px 18px 28px;
  }
  body.page-id-782 .luxury-form-wrapper {
    margin-top: 14px;
    padding: 22px 20px 24px;
  }
  body.page-id-782 .luxury-form-wrapper textarea {
    height: 110px !important;
    min-height: 110px;
  }
}

/* ==========================================
   GOOGLE PREFERRED SOURCE BUTTON & BANNER
   ========================================== */
.google-preferred-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  background-color: #ffffff;
  color: #3c4043 !important;
  border: 1px solid #dadce0;
  border-radius: 9999px;
  text-decoration: none !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.2;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.08);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  user-select: none;
  max-width: fit-content;
}

.google-preferred-btn .google-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: block;
}

.google-preferred-btn:hover {
  background-color: #f8f9fa;
  border-color: #c5c7cb;
  color: #202124 !important;
  box-shadow: 0 2px 6px rgba(60, 64, 67, 0.15);
  transform: translateY(-1px);
}

.google-preferred-btn:active {
  background-color: #f1f3f4;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.12);
  transform: translateY(0);
}

.viva-google-preferred-card {
  background: linear-gradient(135deg, #ffffff 0%, #faf6f3 100%);
  border: 1px solid rgba(160, 116, 96, 0.18);
  border-radius: 12px;
  padding: 18px 24px;
  margin: 32px 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0 4px 14px rgba(48, 38, 36, 0.04);
}

.viva-google-preferred-card-text h4 {
  margin: 0 0 4px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  font-weight: 600;
  color: #302322;
}

.viva-google-preferred-card-text p {
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  color: #6d5b54;
  line-height: 1.4;
}

@media (max-width: 600px) {
  .viva-google-preferred-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 18px 16px;
    gap: 14px;
  }
}

