/*
Theme Name: MeisterWorks 1.0
Theme URI: http://www.seyoch.nl/
Description: Webdesign for dedicated companies, with license only.
Author: Jules Heynen, Mediadesigner/Owner @ Seyoch - the Branding Company
Author URI: http://www.seyoch.nl/
Version: 1.0
Tags: seyoch, theme

License: only one limited license for specific licensed websites
License URI: www.seyoch.nl/algemenevoorwaarden
*/
/* CSS Document */
/* Google Font: Montserrat */
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
:root {
  /* #f0f0f0 in decimal RGB */
  --color-dark: 26, 26, 26;
}

/*/
*       TYPOGRAPHY for IMPACT
*
*
*       Title:      Lato Black -> Lato 900
*       Subtitle:   Lato Black -> Lato 900
*       Body:       Montserrat -> 
/*/
html {
  font-size: 100%;
  /*16px*/
}

html h1, html h2, html h3, html h4, html h5, html h6 {
  font-family: "Montserrat", sans-serif;
}

html h1 {
  font-size: 72px;
}

html h2 {
  font-size: 36px;
}

html h3 {
  font-size: 32px;
}

html h4 {
  font-size: 24px;
}

html h5 {
  font-size: 20px;
}

html h6 {
  font-size: 18px;
}

html body, html p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

html ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

html ul.submenu li a {
  font-size: 14px;
}

html small, html .text_small {
  font-size: 0.8rem;
}

html strong, html b {
  font-weight: 700;
}

@media only screen and (max-width: 756px) {
  html h1 {
    font-size: 40px;
  }
  html h2 {
    font-size: 26px;
  }
  html h3 {
    font-size: 22px;
  }
}

html #content p a {
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 700;
}

html #content p a:visited {
  color: #1a1a1a;
  text-decoration: none;
}

html #content p a:hover {
  color: #1a1a1a;
  text-decoration: none;
}

html #content ul.disc {
  list-style: disc;
  margin: 0;
  margin-left: 20px;
}

html #content ol {
  list-style: decimal;
  margin: 0;
  margin-left: 20px;
}

/*-------------------------------------------------------------------
	CSS RESET & PRESETS & FRAME
-------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, section,
table, caption, tbody, tfoot, thead, tr, th, td, button, footer, header {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html :focus {
  outline: 0;
}

html ol, html ul {
  list-style: none;
}

html .read-more {
  color: inherit;
}

html input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html a, html a img {
  border: none;
  text-decoration: none;
  outline: none;
}

html .clearfix {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 0;
}

html .a, html .a:hover, html .a:active, html .a:visited {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
}

html a.button {
  display: inline-block;
  padding: 10px 25px;
  color: white;
  background: #a3864a;
  -webkit-transition: 200ms;
  transition: 200ms;
  font-size: 14px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1;
  border-radius: 4px;
}

html a.button:hover {
  background: #1a1a1a;
}

html .overlay404 {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  background: blue;
  opacity: 0.5;
}

html {
  width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
  background-color: #fff;
  color: #1a1a1a;
}

html body {
  width: 100%;
  min-height: 100%;
}

html #pagewrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

html main.content_body {
  display: block;
  width: 100%;
}

html #contentwrapper {
  display: block;
  width: 100%;
}

html #contentwrapper #content {
  display: block;
  margin: 0 8%;
  padding: 0 20px;
  margin: 0;
  padding: 0;
  min-height: 80vh;
}

/* 
// buttons
html{
    .button{
        display: inline-block;
        padding: 12px 25px;
        font-size: 18px;
        background: $beige;
        color: white;
        transition: 200ms;
        vertical-align: baseline;
        border: none;
        border-radius: 4px;

        &:hover{
            background: $dark;
        }
    }
}
*/
/*-------------------------------------------------------------------
    BASE PARTS
    -Header
    -Footer
    -Mobile Menu
    -404
-------------------------------------------------------------------*/
.stickybarwrap {
  display: block;
  height: 48px;
}

.stickybarwrap .stickybar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  width: 100%;
  background: #272727;
}

.stickybarwrap .stickybar.dropped {
  position: fixed;
  top: 0px;
  z-index: 101;
}

.stickybarwrap .stickybar .baritem {
  display: block;
  color: white;
  padding: 4px 16px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.stickybarwrap .stickybar .barfiller {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

@media screen and (max-width: 420px) {
  .stickybarwrap .stickybar .barfiller {
    display: none;
  }
}

.stickybarwrap .stickybar .barfiller .bartitle, .stickybarwrap .stickybar .barfiller .bartitle:visited {
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  color: white;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.stickybarwrap .stickybar .barfiller .bartitle:hover, .stickybarwrap .stickybar .barfiller .bartitle:visited:hover {
  color: #a3864a;
}

.stickybarwrap .stickybar .barfiller .bartitle .wide, .stickybarwrap .stickybar .barfiller .bartitle:visited .wide {
  display: inline-block;
}

.stickybarwrap .stickybar .barfiller .bartitle .abbri, .stickybarwrap .stickybar .barfiller .bartitle:visited .abbri {
  display: none;
}

@media screen and (max-width: 640px) {
  .stickybarwrap .stickybar .barfiller .bartitle .wide, .stickybarwrap .stickybar .barfiller .bartitle:visited .wide {
    display: none;
  }
  .stickybarwrap .stickybar .barfiller .bartitle .abbri, .stickybarwrap .stickybar .barfiller .bartitle:visited .abbri {
    display: inline-block;
  }
}

.stickybarwrap .stickybar .barbutton {
  font-size: 24px;
  color: white;
}

.stickybarwrap .stickybar .barrating {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 540px) {
  .stickybarwrap .stickybar {
    height: 38px;
  }
  .stickybarwrap .stickybar .barbutton {
    font-size: 20px;
  }
  .stickybarwrap .stickybar .barrating {
    font-size: 16px;
  }
}

header {
  display: block;
  background: white;
}

header #headerwrapper {
  display: block;
  width: 100%;
  padding: 0px 4%;
  z-index: 99;
}

header #headerwrapper #headerflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 12px;
}

header #headerwrapper #headerflex .header-logo {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 18%;
          flex: 1 0 18%;
}

header #headerwrapper #headerflex .header-logo a.header-logo-link {
  display: inline-block;
}

header #headerwrapper #headerflex .header-logo a.header-logo-link img.header-thelogo {
  display: inline-block;
  height: 96px;
  width: auto;
  max-width: 177px;
}

header #headerwrapper #headerflex .header-menubar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 90%;
          flex: 1 1 90%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header #headerwrapper #headerflex .header-menubar ul.header-menu {
  display: block;
  text-align: right;
}

header #headerwrapper #headerflex .header-menubar ul.header-menu > li {
  display: inline-block;
}

header #headerwrapper #headerflex .header-menubar ul.header-menu > li a, header #headerwrapper #headerflex .header-menubar ul.header-menu > li a:visited {
  display: inline-block;
  padding: 0 12px;
  line-height: 30px;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

header #headerwrapper #headerflex .header-menubar ul.header-menu > li a:hover, header #headerwrapper #headerflex .header-menubar ul.header-menu > li a:visited:hover {
  color: #a3864a;
}

header #headerwrapper #headerflex .header-menubar ul.header-menu > li ul.sub-menu {
  -webkit-box-shadow: 2px 2px 10px #0001;
          box-shadow: 2px 2px 10px #0001;
  min-width: 150px;
  text-align: left;
}

header #headerwrapper #headerflex .header-menubar ul.header-menu > li > ul.sub-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: -10px;
  padding: 10px 10px 15px;
  background: white;
  -webkit-animation: out 200ms;
}

header #headerwrapper #headerflex .header-menubar ul.header-menu > li > ul.sub-menu li {
  display: block;
}

header #headerwrapper #headerflex .header-menubar ul.header-menu > li > ul.sub-menu li a {
  font-size: 15px;
  padding: 0px 10px;
  line-height: 25px;
  text-decoration: none;
  text-transform: none;
  vertical-align: baseline;
}

header #headerwrapper #headerflex .header-menubar ul.header-menu > li > ul.sub-menu li ul.sub-menu {
  position: absolute;
  display: none;
  right: 100%;
  top: 0;
  padding: 10px 10px 15px;
  background: #a3864a;
}

header #headerwrapper #headerflex .header-menubar ul.header-menu > li > ul.sub-menu li:hover > ul.sub-menu {
  display: block;
}

header #headerwrapper #headerflex .header-menubar ul.header-menu > li:hover > ul.sub-menu {
  display: block;
  -webkit-animation: in 200ms;
}

@-webkit-keyframes in {
  from {
    opacity: 0;
    top: 200%;
  }
  to {
    opacity: 1;
    top: 100%;
  }
}

@-webkit-keyframes out {
  0% {
    opacity: 1;
    top: 100%;
  }
  99% {
    opacity: 0;
    top: 200%;
  }
  100% {
  }
}

header #headerwrapper #headerflex .header-menubar ul.header-menu li.current_page_item > a {
  color: #a3864a;
}

header #headerwrapper #headerflex .header-menubar .socials {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 24px;
}

header #headerwrapper #headerflex .header-menubar .socials .social-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
}

header #headerwrapper #headerflex .header-menubar .socials .social-flex .social {
  display: block;
}

header #headerwrapper #headerflex .header-menubar .socials .social-flex .social a {
  display: inline-block;
  color: #1a1a1a;
  font-size: 24px;
  -webkit-transition: 250ms;
  transition: 250ms;
}

header #headerwrapper #headerflex .header-menubar .socials .social-flex .social a:hover {
  color: #a3864a;
}

header #headerwrapper #headerflex .header-menubar .header-box-menu {
  display: none;
}

@media (max-width: 925px) {
  header #headerwrapper {
    display: block;
    padding: 0;
  }
  header #headerwrapper #headerflex .header-menubar ul.header-menu {
    display: none;
  }
  header #headerwrapper #headerflex .header-menubar .header-box-menu {
    display: block;
    margin: 0 20px;
  }
  header #headerwrapper #headerflex .header-menubar .header-box-menu .header-mobile-menu-box {
    display: block;
    text-align: right;
  }
  header #headerwrapper #headerflex .header-menubar .header-box-menu .header-mobile-menu-box .header-mobile-menu-button {
    display: inline-block;
    font-size: 32px;
  }
}

header.dropped {
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 54px 24px 6px;
}

header.dropped #headerwrapper {
  padding: 0px;
}

header.dropped #headerwrapper #headerflex {
  padding: 0;
}

header.dropped #headerwrapper #headerflex .header-logo a.header-logo-link img.header-thelogo {
  height: 48px;
}

footer {
  display: block;
  background: #1a1a1a;
}

footer .footer_big {
  display: block;
  width: 100%;
  padding: 0px 8% 20px;
}

footer .footer-logo-box {
  padding: 36px;
}

footer .footer-logo-box .footer-logo {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100%;
  max-width: 250px;
}

footer .footer-quote-mid {
  display: none;
}

footer ul.footer-menu {
  display: block;
  margin: 0 0 0 auto;
  text-align: center;
}

footer ul.footer-menu li {
  display: inline-block;
}

footer ul.footer-menu li a {
  display: inline-block;
  color: #a3864a;
  padding: 4px 8px;
  font-weight: 600;
  -webkit-transition: 300ms;
  transition: 300ms;
}

footer ul.footer-menu li a:hover {
  color: #DADADA;
}

footer .socials {
  display: block;
}

footer .socials .footer-quote-small {
  display: block;
  text-align: center;
  padding: 2em 0 1em;
}

footer .socials .social-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}

footer .socials .social-flex .social {
  display: block;
  padding: 0 5px;
}

footer .socials .social-flex .social a {
  display: inline-block;
  color: white;
  font-size: 32px;
  -webkit-transition: 250ms;
  transition: 250ms;
}

footer .socials .social-flex .social a:hover {
  color: #a3864a;
}

footer .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .footer-info p {
  display: block;
  padding: 4px 10px;
  font-size: 15px;
  color: white;
  font-weight: 400;
  width: 50%;
}

footer .footer-info p a:hover, footer .footer-info p a:visited:hover {
  color: #DADADA;
}

footer .footer-info p:nth-child(even) {
  border-left: 1px solid #cecece;
}

footer .footer_small {
  display: block;
  padding: 16px 8% 10px;
  background: #141414;
}

footer .footer_small .footer_copyright {
  display: block;
  padding: 0px;
}

footer .footer_small .footer_copyright .legal-menu {
  display: block;
  text-align: center;
}

footer .footer_small .footer_copyright .legal-menu ul li {
  display: inline-block;
}

footer .footer_small .footer_copyright .legal-menu ul li a {
  display: inline-block;
  font-size: 14px;
  color: #aaa;
  padding: 5px 10px;
}

footer .footer_small .footer_copyright p {
  text-align: center;
  color: #717171;
  font-size: 12px;
  font-weight: 300;
  padding: 24px;
}

footer .footer_small .footer_copyright p .seyoch_font, footer .footer_small .footer_copyright p .seyoch_font:visited {
  font-size: 28px;
  font-weight: 900;
  color: #cecece;
  padding: 0px 0 0 10px;
  -webkit-transition: 200ms;
  transition: 200ms;
}

footer .footer_small .footer_copyright p .seyoch_font:hover, footer .footer_small .footer_copyright p .seyoch_font:visited:hover {
  color: #DADADA;
}

footer .footer_small .footer_tt_placer {
  position: absolute;
  display: block;
  top: -24px;
  right: 30px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  line-height: 1;
  padding: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}

footer .footer_small .footer_tt_placer a, footer .footer_small .footer_tt_placer a:visited {
  display: inline-block;
  color: #141414;
  line-height: 1;
  margin: 0;
  padding: 5px;
  min-width: 48px;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
}

footer .footer_small .footer_tt_placer a i, footer .footer_small .footer_tt_placer a:visited i {
  line-height: 1;
  padding: 0;
  margin: 0;
  font-size: 36px;
}

footer .footer_small .footer_tt_placer:hover {
  background: rgba(255, 255, 255, 0.8);
}

footer .footer_small .footer_tt_placer:hover a {
  color: white;
}

@media (max-width: 680px) {
  footer .footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer-info p {
    width: 100%;
  }
  footer .footer-info p:nth-child(even) {
    border-left: none;
  }
}

@media (min-width: 1080px) {
  footer .footer_big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 8% 20px;
  }
  footer .footer_big .footer-logo-box {
    width: 40%;
    padding: 0 30px 30px 0;
  }
  footer .footer_big .footer-logo-box .footer-logo {
    margin: 0;
  }
  footer .footer_big .footer-quote-mid {
    display: block;
    width: 20%;
    text-align: center;
  }
  footer .footer_big .footer-menu {
    width: 40%;
  }
  footer .footer_big .footer-menu li {
    display: block;
    text-align: right;
  }
  footer .footer_big .socials, footer .footer_big .footer-info {
    width: 100%;
    text-align: center;
  }
  footer .footer_big .socials .footer-quote-small, footer .footer_big .footer-info .footer-quote-small {
    display: none;
  }
  footer .footer_big .footer-info p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  footer .footer_big .footer-info p ~ p {
    border-left: 1px solid #cecece;
  }
}

#mobile_wrapper {
  position: absolute;
  display: block;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  max-height: 100%;
}

#mobile_wrapper .mobile_menu_wrapper {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  padding: 60px 0 100px;
  text-align: center;
  min-height: 100%;
}

#mobile_wrapper .mobile_menu_wrapper .mobile_menu_box {
  padding: 8%;
}

#mobile_wrapper .mobile_menu_wrapper .mobile_menu_box .mobile-close-menu {
  position: absolute;
  display: block;
  top: -10px;
  right: calc(8% + 25px);
}

#mobile_wrapper .mobile_menu_wrapper .mobile_menu_box .mobile-close-menu .closeicon {
  color: #454545;
  font-size: 24px;
}

#mobile_wrapper .mobile_menu_wrapper .mobile_menu_box .mobile-close-menu:hover .closeicon {
  color: #1a1a1a;
}

#mobile_wrapper .mobile_menu_wrapper .mobile_menu_box ul.mobile-menu {
  list-style: none;
}

#mobile_wrapper .mobile_menu_wrapper .mobile_menu_box ul.mobile-menu li {
  display: block;
  margin: 12px 0;
}

#mobile_wrapper .mobile_menu_wrapper .mobile_menu_box ul.mobile-menu li a {
  display: inline;
  text-align: center;
  font-size: 18px;
  color: #1a1a1a;
  font-family: 'Montserrat', 'Roboto', sans-serif;
  letter-spacing: 1px;
}

#mobile_wrapper .mobile_menu_wrapper .mobile_menu_box ul.mobile-menu li ul {
  display: block;
}

#mobile_wrapper .mobile_menu_wrapper .mobile_menu_box ul.mobile-menu li ul li {
  display: block;
  margin: 12px 0;
}

#mobile_wrapper .mobile_menu_wrapper .mobile_menu_box ul.mobile-menu li ul li a {
  font-size: 14px;
}

section#wrapper404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
  background-size: cover !important;
  background-position: center center !important;
  min-height: 100vh;
}

section#wrapper404 .overlay404 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  opacity: 0.5;
}

section#wrapper404 .content404 {
  display: block;
  margin: 0px auto;
  padding: 4% 8% 8% 8%;
  text-align: center;
}

section#wrapper404 .content404 h1 {
  display: block;
  color: white;
  font-family: 'Montserrat', 'Roboto', sans-serif;
  font-weight: 800;
  font-size: clamp(48px, 30vw, 300px);
}

section#wrapper404 .content404 h2 {
  display: block;
  color: white;
  font-family: 'Montserrat', 'Roboto', sans-serif;
  font-weight: 600;
}

section#wrapper404 .content404 .p404_buttonflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 40px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section#wrapper404 .content404 .p404_buttonflex a.p404_button {
  display: block;
  margin: 10px;
  background-color: rgba(var(--color-dark), 0.5);
  color: white;
  border: 2px solid white;
  border-radius: 2px;
  font-family: 'Montserrat', 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  padding: 15px 50px;
  line-height: 1;
}

/*-------------------------------------------------------------------
    ELEMENTOR
-------------------------------------------------------------------*/
.art-title-wrapper {
  display: block;
  margin: 0 auto;
}

.art-title-wrapper .art-title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 auto;
}

.art-title-wrapper .art-title-flex .art-title-left, .art-title-wrapper .art-title-flex .art-title-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 154px;
          flex: 0 0 154px;
}

.art-title-wrapper .art-title-flex .art-title-mid {
  width: auto;
  background-position: bottom !important;
  background-repeat: repeat-x !important;
}

.art-title-wrapper .art-title-flex .art-title-mid h2.art_title {
  font-size: 36px;
  color: #a3864a;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
}

@media (max-width: 925px) {
  .art-title-wrapper .art-title-flex .art-title-left, .art-title-wrapper .art-title-flex .art-title-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 77px;
            flex: 0 0 77px;
  }
  .art-title-wrapper .art-title-flex .art-title-left img, .art-title-wrapper .art-title-flex .art-title-right img {
    height: 27px;
  }
  .art-title-wrapper .art-title-flex .art-title-mid {
    background-size: 27px !important;
  }
  .art-title-wrapper .art-title-flex .art-title-mid h2.art_title {
    font-size: 28px;
    margin-bottom: 3px;
  }
}

@media (max-width: 480px) {
  .art-title-wrapper .art-title-flex .art-title-mid h2.art_title {
    font-size: 24px;
    margin: 3px -60px 30px;
  }
}

.art-image-wrapper {
  display: block;
  width: 100%;
}

.art-image-wrapper .art-image-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.art-image-wrapper .art-image-flex .art-image-left, .art-image-wrapper .art-image-flex .art-image-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 154px;
          flex: 0 0 154px;
}

.art-image-wrapper .art-image-flex .art-image-left {
  display: none;
}

.art-image-wrapper .art-image-flex .art-image-mid {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  background-position: bottom !important;
  background-repeat: repeat-x !important;
  min-height: 27px;
}

.art-image-wrapper .art-image-image img {
  width: 100%;
}

@media (max-width: 925px) {
  .art-image-wrapper .art-image-flex .art-image-left, .art-image-wrapper .art-image-flex .art-image-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 77px;
            flex: 0 0 77px;
  }
  .art-image-wrapper .art-image-flex .art-image-left {
    display: none;
  }
  .art-image-wrapper .art-image-flex .art-image-mid {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    background-size: 27px !important;
  }
}

/*-------------------------------------------------------------------
    TEMPLATE PARTS
    -Home
    -Vacs
    -banner
    -Elementor
-------------------------------------------------------------------*/
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

.transition-fade {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}
/*# sourceMappingURL=style.css.map */