@font-face{
  font-family:"OfficinaSansITC-Book";
  src:url("fonts/OfficinaSansITC-Book.woff2") format("woff2"),
      url("fonts/OfficinaSansITC-Book.woff") format("woff");
}
@font-face{
  font-family:"OfficinaSansITC-Bold";
  src:url("fonts/OfficinaSansITC-Bold.woff2") format("woff2"),
      url("fonts/OfficinaSansITC-Bold.woff") format("woff");
}
.container {
  max-width: 1440px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media (max-width: 1780px) {
    .container {
      padding: 0 25px; } }
  @media (max-width: 991px) {
    .container {
      padding: 0 30px; } }

.row {
  position: relative;
  width: 100%; }

.row [class^="col"] {
  float: left;
  min-height: 1px; }

.row [class^="col"]:first-child {
  margin-left: 0; }

.row [class^="col"]:last-child {
  margin-right: 0; }

.row::after {
  content: "";
  display: table;
  clear: both; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 100%; }

.hidden-sm {
  display: none; }

@media (min-width: 992px) {
  .col-1 {
    width: 8.33333%; }
  .col-2 {
    width: 16.66667%; }
  .col-3 {
    width: 25%; }
  .col-4 {
    width: 33.33333%; }
  .col-5 {
    width: 41.66667%; }
  .col-6 {
    width: 50%; }
  .col-7 {
    width: 58.33333%; }
  .col-8 {
    width: 66.66667%; }
  .col-9 {
    width: 75%; }
  .col-10 {
    width: 83.33333%; }
  .col-11 {
    width: 91.66667%; }
  .col-12 {
    width: 100%; }
  .hidden-sm {
    display: block; } }

html, body {
  overflow-x: hidden; }

* {
  margin: 0;
  padding: 0; }

*:focus {
  outline: none !important; }

img {
  max-width: 100%;
  display: block; }

a {
  text-decoration: none;
  color: #786855; }
  a.external-link {
    padding-left: 20px;
    background: url("img/arrow.svg") no-repeat 0 center;
    display: inline-block;
    margin-bottom: 50px;
    font-weight: 700;
    color: #E4081F; }
    a.external-link:hover {
      text-decoration: underline; }
  a.external {
    color: #E4081F; }
    a.external strong {
      color: #E4081F; }

.red-button {
  color: #ffffff;
  background: #E4081F;
  padding: 12px 45px;
  display: inline-block;
  margin-top: 50px;
  font-size: 18px;
  line-height: 32px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  position: relative;
  min-width: 75px;
  text-align: center; }
  .red-button span {
    position: relative; }
    .red-button span::after {
      content: '';
      background: url("../assets/img/arrow_2.svg") no-repeat 0 0/contain;
      width: 38px;
      height: 17px;
      position: absolute;
      top: 3px;
      right: -80px;
      opacity: 0;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      @media (max-width: 991px) {
        .red-button span::after {
          top: 1px; } }
  .red-button:hover {
    padding-right: 70px;
    padding-left: 20px; }
    .red-button:hover span::after {
      display: block;
      right: -45px;
      opacity: 1; }
  @media (max-width: 991px) {
    .red-button {
      font-size: 15px;
      padding: 6px 45px; } }

html {
  scroll-behavior: smooth; }

body {
  /* Typography and colour now come from theme.json (styles.typography /
     styles.color) so the Site Editor reflects them. Only the rendering hints
     and the off-canvas transition stay here. */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: margin-left .3s ease-in;
  -o-transition: margin-left .3s ease-in;
  transition: margin-left .3s ease-in;
  margin-left: 0; }
  @media (max-width: 1200px) {
    body {
      font-size: 18px; } }
  @media (max-width: 1200px) {
    body {
      font-size: 15px;
      line-height: 23px; } }
  body.open {
    position: absolute;
    margin-left: -100%; }

/* h1-h4 are styled by theme.json's elements.heading. `strong` is not an
   element theme.json can target, so it keeps its rule here. */
strong {
  font-family: "OfficinaSansITC-Bold",sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #786855; }

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }
  @supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) { }
    .fixed-social-links {
  position: fixed;
  right: 50px;
  z-index: 99;
  top: 40%; }
  @media (max-width: 991px) {
    .fixed-social-links {
      display: none; } }
  .fixed-social-links .social-link {
    margin-bottom: 25px;
    height: 40px;
    width: 40px;
}
    .fixed-social-links .social-link a img {
      border-radius: 50%;
      background: transparent;
      -webkit-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
      .fixed-social-links .social-link a img:hover {
        background: #fff; }

#content.no-image {
  padding-top: 100px; }

#content #about {
  padding-top: 120px; }
  @media (max-width: 991px) {
    #content #about {
      padding-top: 30px; } }
  #content #about p {
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: 1.32px;
    color: #555555;
    padding-right: 170px; }
    @media (max-width: 1200px) {
      #content #about p {
        padding-right: 50px; } }
    @media (max-width: 991px) {
      #content #about p {
        padding-right: 0;
        margin-bottom: 25px;
        font-size: 15px;
        line-height: 23px; } }
  #content #about img {
    margin-top: 50px;
    width: 100%; }
    @media (max-width: 991px) {
      #content #about img {
        margin-top: 0; } }

#content #middle {
  margin-top: 90px; }
  @media (max-width: 991px) {
    #content #middle {
      margin-top: 65px;
      padding-top: 90px;
      background: #EEEEEE; } }
  #content #middle #middle-text {
    max-width: 600px;
    position: absolute;
    margin-top: 150px; }
    @media (max-width: 1200px) {
      #content #middle #middle-text {
        max-width: 50%;
        margin-top: 10px; } }
    @media (max-width: 1200px) {
      #content #middle #middle-text {
        position: relative;
        max-width: 100%; } }
    @media (max-width: 991px) {
      #content #middle #middle-text h2 {
        word-break: break-all; } }
    #content #middle #middle-text p {
      font-size: 18px;
      line-height: 1.55;
      letter-spacing: 1.08px; }
      @media (max-width: 991px) {
        #content #middle #middle-text p {
          font-size: 15px;
          line-height: 23px;
          letter-spacing: .9px; } }
  #content #middle img {
    width: 100%; }

#content #shop {
  margin-top: 60px;
  overflow-x: hidden; }
  @media (max-width: 991px) {
    #content #shop {
      display: none; } }
  #content #shop .red-button {
    float: right;
    margin: 0; }
  #content #shop h2 {
    padding-top: 17px;
    margin-bottom: 50px; }
  #content #shop .col-3:nth-child(1) .product {
    margin-right: 12px; }
  #content #shop .col-3:nth-child(2) .product, #content #shop .col-3:nth-child(3) .product {
    margin: 0 6px; }
  #content #shop .col-3:nth-child(4) .product {
    margin-right: 12px; }
  #content #shop .col-3 .product .product-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
  #content #shop .col-3 .product .product-info {
    margin: 0 33px; }
    #content #shop .col-3 .product .product-info h3 {
      margin-top: 33px;
      margin-bottom: 4px; }
      @media (max-width: 1200px) {
        #content #shop .col-3 .product .product-info h3 {
          margin-top: 10px; } }
      #content #shop .col-3 .product .product-info h3 a {
        color: #786855; }
    #content #shop .col-3 .product .product-info .price {
      font-weight: 700;
      color: #E4081F;
      margin-top: 21px; }
      #content #shop .col-3 .product .product-info .price span {
        margin-right: 5px; }

#content #shop-mobile {
  display: none; }
  @media (max-width: 991px) {
    #content #shop-mobile {
      display: block;
      margin-top: 75px; }
      #content #shop-mobile .slick-list {
        padding: 0 15% 0 0 !important; }
        #content #shop-mobile .slick-list .product {
          margin-right: 10px; }
          #content #shop-mobile .slick-list .product .product-image {
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center; }
          #content #shop-mobile .slick-list .product .product-info {
            font-size: 15px; }
            #content #shop-mobile .slick-list .product .product-info h3 {
              margin-top: 22px;
              margin-bottom: 4px; }
              #content #shop-mobile .slick-list .product .product-info h3 a {
                color: #786855;
                font-size: 20px; }
            #content #shop-mobile .slick-list .product .product-info .price {
              font-weight: 700;
              color: #E4081F;
              margin-top: 5px; }
              #content #shop-mobile .slick-list .product .product-info .price span {
                margin-right: 5px; } }

#content #bottom {
  padding-top: 300px;
  padding-bottom: 115px;
  background: #EEEEEE;
  background: url("img/bottom-bg.jpg") no-repeat 0 0; }
  @media (max-width: 1200px) {
    #content #bottom {
      padding-top: 200px; } }
  @media (max-width: 991px) {
    #content #bottom {
      background: none;
      padding-top: 70px;
      padding-bottom: 50px; } }
  #content #bottom #bottom-text {
    margin-top: 200px;
    max-width: 450px; }
    @media (max-width: 1200px) {
      #content #bottom #bottom-text {
        margin-top: 100px;
        max-width: none; } }
    @media (max-width: 991px) {
      #content #bottom #bottom-text {
        margin-top: 0;
        font-size: 15px;
        line-height: 23px;
        letter-spacing: .9px; } }
  #content #bottom img {
    max-width: 80%;
    margin: 0 auto; }
    @media (max-width: 991px) {
      #content #bottom img {
        max-width: 50%;
        margin: 30px auto 0; } }

#footer {
  background: #BBB3AA;
  color: #ffffff; }
    #footer #footer-bottom {
    position: relative;
    padding-top: 22px;
    padding-bottom: 18px;
    background: #786855; }
      @media (max-width: 991px) {
      #footer #footer-bottom .col-4 {
        width: 50%; } }
    #footer #footer-bottom .copyright {
      text-align: right; }
      @media (max-width: 991px) {
        #footer #footer-bottom .copyright {
          text-align: left;
          width: 50%; } }
      @media (max-width: 1880px) {
        #footer #footer-bottom .copyright p {
          margin-right: 100px; } }
      @media (max-width: 1700px) {
        #footer #footer-bottom .copyright p {
          margin-right: 200px; } }
      @media (max-width: 991px) {
        #footer #footer-bottom .copyright p {
          margin: 0; } }
    @media (max-width: 991px) {
  .page-template-page-modular #content #hero {
    display: none; } }

.page-template-page-modular #content #hero-image-mobile {
  display: none; }
  @media (max-width: 991px) {
    .page-template-page-modular #content #hero-image-mobile {
      display: block;
      padding-top: 70px; } }

.page-template-page-modular #content .col-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  margin-bottom: 35px; }
  @media (max-width: 991px) {
    .page-template-page-modular #content .col-3 {
      display: none; } }
  .page-template-page-modular #content .col-3 .menu {
    margin-top: 10px; }
    .page-template-page-modular #content .col-3 .menu li {
      list-style: none; }
      .page-template-page-modular #content .col-3 .menu li a {
        font-size: 30px;
        color: #786855;
        padding: 20px 30px;
        display: block;
        font-weight: 700;
        border-top: 1px solid #786855;
        border-bottom: 1px solid #786855; }
      .page-template-page-modular #content .col-3 .menu li .sub-menu li a {
        background: none;
        font-size: 20px;
        font-weight: 400;
        position: relative;
        border-top: 1px solid #786855;
        margin-left: 25px;
        padding-left: 15px; }
      .page-template-page-modular #content .col-3 .menu li .sub-menu li.current-menu-item a {
        color: #E4081F;
        font-weight: 700;
        margin-bottom: 0;
        border-top: 1px solid #786855;
        margin-right: 0; }
        .page-template-page-modular #content .col-3 .menu li .sub-menu li.current-menu-item a::after {
          right: 23px; }
      .page-template-page-modular #content .col-3 .menu li .sub-menu li.current-menu-item .sub-menu li a {
        color: #786855; }
        .page-template-page-modular #content .col-3 .menu li .sub-menu li.current-menu-item .sub-menu li a:hover {
          font-weight: 700; }
      .page-template-page-modular #content .col-3 .menu li .sub-menu li .sub-menu li a {
        border: none; }
        .page-template-page-modular #content .col-3 .menu li .sub-menu li .sub-menu li a::after {
          display: none; }
      .page-template-page-modular #content .col-3 .menu li .sub-menu li.menu-item-has-children a::after {
        content: '';
        position: absolute;
        right: 23px;
        top: 12px;
        width: 11px;
        height: 20px;
        background: url("img/arrow.svg") no-repeat 0 0/contain;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition: -webkit-transform .2s ease-in-out;
        -o-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }
      .page-template-page-modular #content .col-3 .menu li .sub-menu li.menu-item-has-children a.open::after {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg); }
      .page-template-page-modular #content .col-3 .menu li .sub-menu li:first-of-type a {
        border: none; }
      .page-template-page-modular #content .col-3 .menu li .sub-menu .sub-menu {
        display: none; }
        .page-template-page-modular #content .col-3 .menu li .sub-menu .sub-menu li a {
          font-size: 18px;
          font-weight: 400;
          padding-top: 10px;
          padding-bottom: 10px;
          color: #786855;
          margin-bottom: 0;
          line-height: 1.1; }
      .page-template-page-modular #content .col-3 .menu li.current-menu-parent, .page-template-page-modular #content .col-3 .menu li.level-0 {
        margin-top: 0; }
        .page-template-page-modular #content .col-3 .menu li.current-menu-parent a, .page-template-page-modular #content .col-3 .menu li.level-0 a {
          font-size: 23px;
          line-height: 1.4;
          color: #786855;
          padding: 10px 40px;
          background: #EEEEEE;
          display: block;
          font-weight: 700;
          border: none; }
          @media (max-width: 991px) {
            .page-template-page-modular #content .col-3 .menu li.current-menu-parent a, .page-template-page-modular #content .col-3 .menu li.level-0 a {
              font-weight: 400; } }
        .page-template-page-modular #content .col-3 .menu li.current-menu-parent .sub-menu .current-menu-item .sub-menu, .page-template-page-modular #content .col-3 .menu li.level-0 .sub-menu .current-menu-item .sub-menu {
          margin-bottom: 15px; }
      .page-template-page-modular #content .col-3 .menu li.level-0 {
        display: none; }
      .page-template-page-modular #content .col-3 .menu li.current-menu-parent {
        display: block; }

@media (min-width: 992px) and (max-width: 1800px) {
  .page-template-page-modular #content .col-2 {
    width: 8.33333%; } }

.page-template-page-modular #content h1 {
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 0px; }

.page-template-page-modular #content .section-image {
  margin-bottom: 100px; }
  @media (max-width: 1200px) {
    .page-template-page-modular #content .section-image {
      margin-bottom: 40px; } }
  .page-template-page-modular #content .section-image img {
    width: 100%; }

.page-template-page-modular #content .section-text {
  letter-spacing: 1.08px;
  margin-bottom: 100px; }
  @media (max-width: 1200px) {
    .page-template-page-modular #content .section-text {
      margin-bottom: 50px; } }
  .page-template-page-modular #content .section-text.large {
    font-size: 25px;
    line-height: 35px; }
    @media (max-width: 1200px) {
      .page-template-page-modular #content .section-text.large {
        font-size: 25px;
        line-height: 33px; } }
  .page-template-page-modular #content .section-text p {
    margin-bottom: 30px; }
  .page-template-page-modular #content .section-text ul {
    padding-left: 20px; }

.page-template-page-modular #content .youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 100px; }
  @media (max-width: 1200px) {
    .page-template-page-modular #content .youtube-video {
      margin-bottom: 50px; } }
  .page-template-page-modular #content .youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.page-template-page-modular #content .section-title {
  font-size: 30px;
  margin-bottom: 30px; }
  @media (max-width: 1200px) {
    .page-template-page-modular #content .section-title {
      margin-bottom: 20px; } }

.page-template-page-modular #content .section-testimonial {
  margin-bottom: 150px; }
  @media (max-width: 1200px) {
    .page-template-page-modular #content .section-testimonial {
      margin-bottom: 70px; } }
  .page-template-page-modular #content .section-testimonial .testimonial-wrap {
    padding: 25px 40px;
    margin: -73px 27px 0 27px;
    position: relative;
    background: #ffffff;
    -webkit-box-shadow: 0px 13px 40px #0000001A;
    box-shadow: 0px 13px 40px #0000001A; }
    @media (max-width: 991px) {
      .page-template-page-modular #content .section-testimonial .testimonial-wrap {
        margin: 0; } }
    .page-template-page-modular #content .section-testimonial .testimonial-wrap .testimonial-title {
      text-align: center;
      margin-bottom: 20px; }
    .page-template-page-modular #content .section-testimonial .testimonial-wrap .testimonial-text {
      font-size: 25px;
      line-height: 35px; }
      @media (max-width: 991px) {
        .page-template-page-modular #content .section-testimonial .testimonial-wrap .testimonial-text {
          font-size: 15px;
          line-height: 23px; } }
  .page-template-page-modular #content .section-testimonial.klein-1 {
    display: inline-block;
    -webkit-box-shadow: 0px 13px 40px #0000001a;
    box-shadow: 0px 13px 40px #0000001a;
    padding: 20px;
    position: relative; }
    .page-template-page-modular #content .section-testimonial.klein-1 .testimonial-image {
      width: 40%;
      float: left; }
      @media (max-width: 640px) {
        .page-template-page-modular #content .section-testimonial.klein-1 .testimonial-image {
          width: 100%;
          float: none; } }
    .page-template-page-modular #content .section-testimonial.klein-1 .testimonial-wrap {
      width: calc(60% - 30px);
      margin: 0;
      float: left;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 0 15px; }
      @media (min-width: 641px) {
        .page-template-page-modular #content .section-testimonial.klein-1 .testimonial-wrap {
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
      @media (max-width: 640px) {
        .page-template-page-modular #content .section-testimonial.klein-1 .testimonial-wrap {
          width: 100%;
          float: none;
          margin: 20px 0 0 0; } }
      .page-template-page-modular #content .section-testimonial.klein-1 .testimonial-wrap .testimonial-text {
        font-size: 25px;
        line-height: 35px;
        font-weight: 600; }
      .page-template-page-modular #content .section-testimonial.klein-1 .testimonial-wrap .testimonial-title {
        margin: 20px 0 0 0;
        font-size: 20px;
        text-align: left; }

.page-template-page-modular #content .section-downloads {
  margin-bottom: 100px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070; }
  @media (max-width: 1200px) {
    .page-template-page-modular #content .section-downloads {
      margin-bottom: 25px; } }
  .page-template-page-modular #content .section-downloads .downloads-toggle {
    cursor: pointer; }
    .page-template-page-modular #content .section-downloads .downloads-toggle span::after {
      content: '';
      background: url("img/arrow.svg") no-repeat right center;
      height: 12px;
      width: 7px;
      display: inline-block;
      margin-left: 20px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transition: -webkit-transform .2s ease;
      transition: -webkit-transform .2s ease;
      -o-transition: transform .2s ease;
      transition: transform .2s ease;
      transition: transform .2s ease, -webkit-transform .2s ease; }
    .page-template-page-modular #content .section-downloads .downloads-toggle.open span::after {
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg); }
  .page-template-page-modular #content .section-downloads .download-links {
    margin-top: 30px;
    display: none; }
    .page-template-page-modular #content .section-downloads .download-links .download-link {
      margin-bottom: 40px; }
      .page-template-page-modular #content .section-downloads .download-links .download-link a {
        border: 4px solid #E4081F;
        color: #555555;
        display: inline-block;
        padding-right: 30px;
        position: relative;
        line-height: 30px; }
        .page-template-page-modular #content .section-downloads .download-links .download-link a .pdf-text {
          color: #ffffff;
          background: #E4081F;
          padding: 10px 20px 10px 16px;
          text-transform: uppercase;
          font-size: 22px;
          font-weight: 700;
          display: inline-block;
          margin-right: 30px;
          color: #E4081F; }
          @media (max-width: 991px) {
            .page-template-page-modular #content .section-downloads .download-links .download-link a .pdf-text {
              font-size: 20px; } }
          .page-template-page-modular #content .section-downloads .download-links .download-link a .pdf-text::after {
            content: '';
            width: 30px;
            height: 30px;
            position: absolute;
            background: url("img/download-white.svg") no-repeat 0 0/contain;
            left: 19px; }
            @media (max-width: 991px) {
              .page-template-page-modular #content .section-downloads .download-links .download-link a .pdf-text::after {
                left: 18px; } }
        .page-template-page-modular #content .section-downloads .download-links .download-link a:hover .pdf-text {
          color: #E4081F; }

.page-template-page-modular #content .expanding-element {
  margin-bottom: 20px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070; }
  .page-template-page-modular #content .expanding-element .expanding-title {
    cursor: pointer; }
    .page-template-page-modular #content .expanding-element .expanding-title span::after {
      content: '';
      background: url("img/arrow.svg") no-repeat right center;
      height: 12px;
      width: 7px;
      display: inline-block;
      margin-left: 20px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transition: -webkit-transform .2s ease;
      transition: -webkit-transform .2s ease;
      -o-transition: transform .2s ease;
      transition: transform .2s ease;
      transition: transform .2s ease, -webkit-transform .2s ease; }
    .page-template-page-modular #content .expanding-element .expanding-title.open span::after {
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg); }
  .page-template-page-modular #content .expanding-element .expanding-content {
    margin-top: 30px;
    display: none; }

.anchor {
  position: absolute;
  margin-top: -150px; }

#go-top {
  width: 100px;
  height: 80px;
  background: #E4081F url("img/arrow_up.svg") no-repeat center center;
  display: block;
  margin-bottom: 35px;
  float: right; }
  @media (max-width: 991px) {
    #go-top {
      display: none; } }

.page-template-default #content {
  padding-top: 120px;
  padding-bottom: 100px;
  min-height: 30vh; }
  .page-template-default #content ul {
    margin-left: 20px; }

.single-post #content {
  padding: 100px 0; }
  .single-post #content h1 {
    margin-bottom: 10px; }
  .single-post #content p {
    margin-bottom: 20px; }
  .single-post #content iframe {
    margin-bottom: 20px; }

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #726353; }

.page-search {
  padding-top: 150px;
  padding-bottom: 100px; }
  .page-search h1 {
    margin-bottom: 30px; }
  .page-search .search-row {
    margin-bottom: 20px; }
    .page-search .search-row h2 {
      margin: 0 !important; }
      .page-search .search-row h2 a {
        font-size: 30px;
        line-height: 1.2;
        color: #786855;
        text-transform: none; }
    .page-search .search-row p {
      letter-spacing: 1.08px;
      font-size: 18px;
      line-height: 1.55; }
    .page-search .search-row a {
      color: #E4081F;
      font-size: 18px;
      font-weight: 700; }

.error404 #content {
  text-align: center;
  padding: 200px 0; }
  .error404 #content h1 {
    font-size: 100px; }

.home .slick-list {
  padding: 0 30% 0 0 !important; }

#banner-wrap {
  margin-top: 40px; }
  #banner-wrap h4 {
    margin-bottom: 10px; }
  #banner-wrap #banner {
    max-width: 300px;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in; }
    #banner-wrap #banner .slick-arrow {
      position: absolute;
      z-index: 20;
      top: 0;
      border: none;
      background: url("img/arrow-white.svg") no-repeat center center/contain;
      width: 20px;
      height: 100%;
      right: 10px;
      font-size: 0;
      cursor: pointer; }
      #banner-wrap #banner .slick-arrow.slick-prev {
        left: 10px;
        right: auto;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="date"], .wpcf7-form textarea, .wpcf7-form select, #form-form input[type="text"], #form-form input[type="email"], #form-form input[type="date"], #form-form textarea, #form-form select {
  padding: 7px 10px;
  margin-bottom: 15px;
  border-radius: 4px;
  border-width: 1px;
  width: 50%;
  font-family: "OfficinaSansITC-Book",sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #555555;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 991px) {
    .wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="date"], .wpcf7-form textarea, .wpcf7-form select, #form-form input[type="text"], #form-form input[type="email"], #form-form input[type="date"], #form-form textarea, #form-form select {
      width: 100%; } }

.wpcf7-form input[type="submit"], #form-form input[type="submit"] {
  color: #fff;
  background-color: #E4081F;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  margin: 20px 0;
  border-radius: 0px;
  cursor: pointer;
  font-weight: 700; }

.wpcf7-form .wpcf7-list-item, #form-form .wpcf7-list-item {
  display: block;
  margin: 0 0 5px; }

.members .column-1 {
  width: 320px; }

body .tablepress thead th, body .tablepress tfoot th {
  background: #BBB3AA; }

.category-links a {
  margin-right: 20px;
  position: relative;
  padding-bottom: 3px; }
  .category-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #E4081F;
    -webkit-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    width: 0px; }
  .category-links a.active::after {
    width: 100%; }

#filter {
  display: none; }

.price-right .column-2 {
  width: 150px;
  text-align: right; }
#menu-item-643 .sub-menu{
	bottom: auto !important;
	top: 0 !important;
}