@font-face {
  font-family: "Graciast Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Graciast Regular"), url("fonts/Graciast.woff") format("woff");
}

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.7em;
  -webkit-font-smoothing: antialiased;
  color: #000000;
}

p {
  font-style: normal;
  font-weight: 300;
}
h1 {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
}

.home-page h1 {
  margin: 10px 0 40px 0;
}

h1 em {
  display: block;
}

.container {padding:5px}

h2 {
  font-size: 24px;
  margin: 0 0 25px 0;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

h3 {
  font-size: 24px;
  margin: 0 0 40px 0;
}

h3 a {
  color: #212529;
  text-decoration: none;
}
.white {
  background-color: #ffffff;
}
.light-grey {
  background-color: #f1efed;
}

.masthead {
  padding-top: 18px;
  padding-bottom: 23px;
  background-color: #000000 !important;
}

.masthead img {
  height: 56px !important;
}

hr {
  margin: 45px 15% 45px 15%;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #546223;
}

/* content */

.page-content a {
  color: #00ab84;
}
.page-content tr td {
  border: 1px solid #eee;
  padding: 6px 24px;
}
.hamburger {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 15px;
  display: none;
  cursor: pointer;
  outline: 0;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  z-index: 101;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #ffffff;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
  color: #ffffff;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/* End https://github.com/jonsuh/hamburgers */

.container {
  width: 80% !important;
}
.container-fluid {
  width: 100% !important;
  padding: 0 !important;
}
.container-fluid.nav-bar-container {
  position: relative;
  padding: 0 100px !important;
}
.content-center {
  width: 60% !important;
}
.banner-area {
  height: 550px;
}
.banner-area img {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-navigation .social-header {
  margin-left: 30px;
}
.main-navigation ul {
  list-style: none;
}

.main-navigation ul > li {
  display: inline;
  padding: 20px;
}

.main-navigation ul li.current_page_item a {
  color: #546223 !important;
}
.main-navigation a:hover {
  color: #82878c;
  transition: all 0.4s ease-in-out;
}

.main-navigation svg {
  display: inline;
  margin-right: 15px;
}
.main-navigation svg:last-child {
  margin-right: 5px !important;
}
.main-navigation ul li a {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.social-header a {
  margin-left: 5px;
}

.intro-block {
  text-align: center;
}

.intro-block p {
  font-weight: bold;
}

.column-section p {
  font-weight: 300;
}

.workshops .text-button {
  background-color: #000000;
  padding: 8px 22px;
  letter-spacing: 2px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  transition: 0.3s;
  border: none;
}

.column-section .text-button {
  background-color: #000000;
  padding: 16px 32px;
  letter-spacing: 2px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  transition: 0.3s;
}
.column-section .text-button:hover {
  background-color: #cccccc;
  letter-spacing: 4px;
  color: #000000 !important;
}
.column-section .text-button span {
  font-weight: 700;
  line-height: 1.5;
}
.image-block {
  background-repeat: none;
  background-size: cover;
  background-position: center center;
  height: 200px;
}

.shop h3 {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1em;
}
.shop h4 {
  font-size: 16px;
  color: #006747 !important;
}

.shop .column-image-shop {
  position: relative;
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.shop .column-image-shop img {
  display: block;
  width: 100%;
  height: auto;
}
.shop .column-image-shop .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease;
}
.shop .column-image-shop:hover .overlay {
  opacity: 1;
}
.shop .column-image-shop:hover {
  opacity: 0.2;
}

.shop .column-image-shop .icon {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.newsletter {
  background: #f1efed !important;
  text-align: center;
  padding: 100px 0;
}
.newsletter .newletter-block {
  margin: auto;
  display: block;
}
.newsletter h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px !important;
}
.newsletter p {
  font-weight: 500;
}
.newsletter .input-group {
  text-align: center;
}
.newsletter input {
  outline: 0;
  border-width: 0 0 1px;
  border-color: #000000;
  text-align: center;
  width: 500px;
  height: 50px;
  background: #f1efef;
}
.newsletter input:focus {
  background: #ffffff;
}
.newsletter .text-button {
  background-color: #000000;
  width: 500px;
  height: 36px;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
}
.newsletter .text-button:focus {
  background: #000000;
}
.blogs .container {
  width: 85% !important;
}
.blogs h2 {
  font-size: 20px;
  color: #006747 !important;
  line-height: 1.3em !important;
  margin: 0 0 15px 0;
}
.blogs .blogs-col {
  margin: 5px;
  padding: 15px;
  border: 1px solid #d8d8d8;
}
.blogs p {
  font-weight: 300;
}
.blogs .blog-type-p {
  text-transform: uppercase;
  font-size: 12px;
  color: #000000 !important;
  font-weight: 500;
}
.blogs .styled-button-alignleft {
  color: #000000;
  position: absolute;
  left: 10%;
}
.blogs .styled-button-alignright {
  color: #000000;
  position: absolute;
  right: 10%;
}
.mobile-navigation {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0px;
  right: 0;
  position: fixed;
  z-index: 100;
  background: #000;
}
.mobile-navigation.is-visible {
  display: block;
}

.mobile-navigation ul {
  margin-left: 0;
  padding: 0;
}
.mobile-navigation ul li {
  text-align: center;
  list-style: none;
  padding: 24px 0px;
  width: 100%;
}
.mobile-navigation ul li:last-child {
  border-bottom: none !important;
}

.mobile-navigation ul li a {
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
}

.hidden-search .searchbox {
  display: none;
}

.hidden-search .searchbox h2 {
  display: none;
}

.hidden-search .searchbox form {
  margin-top: 46px;
}

.searchbox {
  background: #faf9f7;
}

.searchbox h2 {
  font-variant: small-caps;
  font-size: 30px;
  margin: 40px 0;
  text-align: center;
}
.search-highlight {
  background: #ffff00;
}

.search-btn svg {
  margin: -7px 0 0 -3px;
}

footer {
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
}

footer a {
  color: #ffffff;
}
footer .container {
  position: relative;
  padding-top: 10px;
}
.footer-menu {
  position: absolute;
  right: 0;
}
.footer-menu ul {
  list-style: none;
}

.footer-menu ul li {
  display: inline;
  padding-right: 20px;
}
.footer-menu a:hover {
  color: #82878c;
  transition: all 0.4s ease-in-out;
}
footer .flex-div {
  display: flex;
}
/* workshops */

.workshops a {
  text-decoration: none;
  color: #00ab84;
}
.workshops h5 {
  font-size: 16px;
  margin-bottom: 30px;
}
.workshops button {
  margin-bottom: 30px;
}

/*single page */
.h1-title h1 {
  margin: 50px 0 20px 0;
  font-family: "Graciast Regular";
  font-weight: normal;
  font-size: 120px;
  text-transform: unset;
  text-align: center;
}
.single-page p {
  font-weight: 300;
}
.single-page {
  width: 60%;
  text-align: center;
}
/* post*/
.post .banner-post {
  height: 300px;
  width: 100%;
}
.post .post-header {
  width: 70%;
  position: absolute;
  text-align: center;
  background-color: white;
  left: 50%;
  padding: 100px 50px;
  transform: translate(-50%, -50%);
}
.post .header-image {
  position: relative;
  min-height: 500px;
}
.post h1 {
  color: #006747;
}
.post a {
  color: #006747;
}
.post p {
  font-size: 18px;
  line-height: 37px;
}
.woocommerce
  div.product
  .woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li {
  padding: 20px 20px 0 0;
}

.shop-contacts .inner {
  background-color: #f1efed;
  padding: 150px 50px 30px 50px;
  background-image: url("/wp-content/uploads/2021/02/boutique_47.png");
  background-position: right 70px bottom 0;
  background-repeat: no-repeat;
  background-size: auto 250px;
}
.shop-contacts p {
  font-weight: 400;
}

.shop-contacts h4 {
  font-size: 19px;
  position: relative;
  padding-bottom: 20px;
}

.shop-contacts h4:after {
  content: "";
  width: 50px;
  height: 1px;
  border-top-color: #eee;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-top-width: 1px;
  border-top-style: solid;
  position: absolute;
  left: 0;
  top: 35px;
  z-index: 10;
  border-top-color: #006747;
  border-top-width: 2px;
}

/* Woof */

.woof_list label {
  font-size: 14px;
}

.woof {
  margin: 0 0 33px 0;
  text-align: center;
}

/* End woof */

@media only screen and (max-width: 768px) {
  .container-fluid.nav-bar-container {
    padding: 0 0px !important;
  }
  .main-navigation {
    right: 10px;
  }
  footer .flex-div {
    display: block;
  }
  .footer-menu {
    position: relative;
  }
  .newsletter input {
    width: auto;
  }
}
@media only screen and (max-width: 993px) {
  .intro-block .home-description {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 980px) {
  .newsletter .text-button {
    width: 100%;
  }
}

/* Switch to mobile nav at 620px */

@media only screen and (max-width: 620px) {
  .post .post-header {
    padding: 30px 20px;
    transform: translate(-50%, -75%);
  }
  .post iframe {
    width: 100%;
  }
  .main-navigation ul {
    display: none;
  }
  .main-navigation {
    right: 80px;
    margin-top: -5px;
  }
  .main-navigation {
    border: none;
  }
  .masthead img {
    height: 90px;
  }
  .hamburger {
    display: inline-block;
  }
  .shop-contacts .inner {
    padding: 30px 30px 210px 30px;
    background-position: center bottom;
    background-size: auto 180px;
  }
}
/* Wordpress image styles */
img.alignright,
.alignright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}
img.alignleft,
.alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}
img.aligncenter,
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}
a img.alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption-text {
  margin-top: 6px;
  font-size: 14px;
  text-transform: uppercase;
  color: #555;
}
.masthead {
  position: relative;
  z-index: 999;
  width: 100%;
  height: auto !important;
  background-color: black !important;
}
/* End Wordpress image styles */

/* End switch to mobile nav at 620px */

/* Featherlight Version 1.7.14 - http://noelboss.github.io/featherlight/ */

html.with-featherlight {
  overflow: hidden;
}
.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}
.featherlight:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}
.featherlight .featherlight-inner {
  display: block;
}
.featherlight link.featherlight-inner,
.featherlight script.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}
.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0;
}
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.featherlight .featherlight-image {
  width: 100%;
}
.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
.featherlight iframe {
  border: 0;
}
.featherlight * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}

.vi-wcaio-menu-cart .vi-wcaio-menu-cart-nav-wrap {
  /* margin: auto; */
  width: 100%;
  /* max-width: 100%; */
  /* max-height: 100%; */
  min-width: 60px;
  min-height: 30px;
  width: auto;
  height: auto;
  font-size: max(100%, 12px);
  display: inline;
  justify-content: center;
  align-items: center;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.news-popup input {
  max-width: 300px;
}

.news-popup .text-button {
  max-width: 300px;
}

.custom-menu-class .menu-item {
  position: relative;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-menu-class .menu-item .sub-menu {
  box-shadow: 0px 4px 10px -2px rgb(0 0 0 / 10%);
}

.custom-menu-class .menu-item .sub-menu {
  width: auto;
  background: #fff;
  left: -999em;
  position: absolute;
  top: 100%;
  z-index: 99999;
  min-width: 200px;
}

.custom-menu-class .menu-item .sub-menu li {
  padding: 0;
}

.custom-menu-class .menu-item .sub-menu li a {
  padding: 15px 30px;
  color: #546223;
}

.custom-menu-class .menu-item .sub-menu li a:hover {
  color: #666 !important;
}

.custom-menu-class .menu-item:hover > .sub-menu {
  right: auto;
  left: 0;
  padding-left: 0px;
}

.gfield_label {
  text-align: left;
}

#wpsm_accordion_37992 .ac_title_class {
  font-family: "Roboto";
}

.wpsm_panel-body {
  font-family: "Roboto";
}

.mobile-navigation .menu-item .sub-menu {
  position: unset;
  background-color: unset;
  padding-top: 15px;
  border-top: 2px solid #fff;
  margin-top: 26px;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
}

.mobile-navigation .menu-item .sub-menu li a {
  color: #fff;
}

.woof_list_checkbox li {
  display: block !important;
  text-align: left;
}

@media (max-width: 767.98px) {
  .woof_list_checkbox li {
    display: inline-block !important;
  }
  .woocommerce-result-count {
    text-align: center !important;
  }
  .woocommerce-ordering {
    text-align: center !important;
  }
  .shop-contacts h4:after {
	width:100%;
  }
  .masthead {display:none;}
}

.heateor_sss_vertical_sharing {
  display: none;
}

.yith-wcwl-add-button {
  margin-bottom: 20px;
}

.shop-contacts ul {
  padding-left: 0px;
  list-style: none;
}

.social-media-footer {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.social-media-footer li a i {
  margin-left: 15px;
  font-size: 28px;
}

.teams img {
  border-radius: 50%;
}
.teams span {
  font-size: 27px;
  text-align: center;
}
.teams span p {
  font-size: 18px;
  text-align: center;
}

.testimonials img {
  border-radius: 50%;
}

.testimonials span {
  font-size: 20px;
}
.testimonials span p {
  font-size: 14px;
}

.bg-grey {
  background-color: #f4f4f4;
}

.social-media-footer a:hover {
  color: #546223;
}
.accounts a:hover {
  color: #546223;
}

.wpsm_panel a {
  color: #546223;
}

.wpsm_panel ul {
  list-style: none;
}