@CHARSET "UTF-8";

/* Add @import here - don't forget to start the address with //: to ensure HTTPS compatibility */
@import url('https://fonts.googleapis.com/css?family=Cormorant:400i|Noto+Serif|Prata');

/* Selected text */
*::selection, input::selection {
  background: #d3be90;
  color: #333;
}

*::-moz-selection {
  background: #d3be90;
  color: #333;
}

/* defaults */
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: "Noto Serif", serif; 
  font-size: 12pt;
  color: #333;
}

/* "back to top" arrow */
#up-arrow {
  position: fixed;
  bottom: 10px;
  right: -100px;  
  padding: 15px 24px 20px;  
  cursor: pointer;
  transition: right 0.4s, background 0.3s, transform 0.3s;
  z-index: 10000;
  border: 3px solid #fff;
  background: rgba(155,128,62,0.3);
  color: #fff;  
  transform-origin: center center;
  transform: rotate(360deg);
  border-radius: 50px;
}

body.menu-scrolled #up-arrow:hover {
  background: rgba(155,128,62,0.6);
}

body.menu-scrolled #up-arrow {
  right: 10px;
  transform: rotate(0);
}

/** Cookie warning */
.flexi-cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 2px 10px 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  background: rgba(155,128,62,0.6);
  color: #fff;
  z-index: 9998;
  border-radius: 0 8px 0 0;
}

.flexi-cookie-buttons {
  text-align: center;
}

.flexi-cookie-inner {
  
}

/** Main page canvas wrapper - defines page width */
.content.brokenout .pb-block-outer>div, .wrapper {
  width: 1360px;
  margin: 0 auto;
}

/** Header */
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 130px;
  z-index: 9999;
  color: #fff;
}

.header a {
  color: #fff;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.header .contact a:after {
  content: '';
  position: absolute;
  height: 1px;
  background: #fff;
  left: 50%;
  width: 0;
  bottom: 0;
  transition: left 0.3s, width 0.3s;
}

.header .contact a:hover:after {
  left: 0;
  width: 100%;
}

.header .wrapper {
  position: relative;
  height: 130px;
}

.header .menubar {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 330px;
  text-align: right;
}

.header .contact {
  top: 10px;
  right: 20px;
  position: absolute;
}

.header .contact span img {
  vertical-align: bottom;
  margin-right: 10px;
}

.header .contact span {
  display: inline-block;
}

.header .contact span:first-child {
  margin-right: 40px;
}

.header .logo {
  bottom: 10px;
  left: 0;
  position: absolute;
}

/** Menu */

/* bar items */

nav.menu>span.item>a {
  color: #fff;
  transition: color 0.3s;
  position: relative;
  padding: 16px 30px;
}

nav.menu>span.item>a:after {
  content: '';
  position: absolute;
  height: 1px;
  background: #d3be90;
  left: 50%;
  width: 0;
  bottom: 0;
  transition: left 0.3s, width 0.3s;
}

nav.menu>span.item>a:hover:after {
  left: 0;
  width: 100%;
}

nav.menu>span.item>a:hover {
  color: #d3be90;
}

/* submenus */

nav.menu>span.item>span.submenu {
}

nav.menu span.item span.submenu a, 
nav.menu span.item.subitem {
  display: block;
}

nav.menu span.item span.submenu a {
  background: #9b803e;
  color: #fff;
  transition: background 0.3s, color 0.3s;
  padding: 16px 20px;
}

nav.menu span.item span.submenu a:hover {
  background: #d3be90;
  color: #9b803e;
}

/** Flyout buttons */

.button.flyo-show {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
}

.button.flyo-hide {
  border-radius: 0;
}

.flyo-header {
  text-align: center;
  padding: 5px 0;
  background: #333;
  box-shadow: 0 0 5px #333;
  margin-bottom: 5px;
}

/** General content styles */

hr {
  background: #fff;
  height: 2px;
  border: none;
  border-top: 2px solid #9b803e;
  margin: 30px 0;
}

/** Remove top margin from the first element */
.content *:first-child {
  margin-top: 0;
}

.content {
  
}

.content h1 {
  font-family: Prata, serif;
  font-weight: normal;  
}

.content h2, 
.content h3, 
.content h4 {
  font-family: Cormorant, serif;
  font-weight: normal;
  font-style: italic;
}

/** Important for breakout/breakins */
.content:empty {
  display: none;
}

.content a {
  color: #9b803e;
  transition: color 0.3s;
  display: inline-block;
  position: relative;  
}

.content a:after {
  content: '';
  position: absolute;
  height: 1px;
  background: #9b803e;
  left: 50%;
  width: 0;
  bottom: 0;
  transition: left 0.3s, width 0.3s;
}

.content a:hover:after {
  left: 0;
  width: 100%;
}


.content a:hover {
  color: #333;
}

.footer {
  color: #fff;
  background: #333;
  position: relative;
  padding: 40px 0;
}

.col2.right {
  text-align: right;
}

.footer a {
  color: #fff;
  transition: color 0.3s;
  text-decoration: none;
}

.footer a:hover {
  color: #d3be90;
}

span.powered {
  display: inline-block;
  margin-left: 1em;
}

/** Buttons and button-type things */
button, input[type="submit"], .button, .formandu-button, input[type="button"], a.button, .eshop_userauth_buttonbox a {
  background: #9b803e;
  color: #fff;
  transition: background 0.3s, color 0.3s;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  padding: 16px 32px;
  display: inline-block;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-size: 12pt;
  font-family: "Noto Serif", serif;
  border-radius: 8px;
}

button:hover, input[type="submit"]:hover, .button:hover, .formandu-button:hover, input[type="button"]:hover, a.button:hover, .eshop_userauth_buttonbox a:hover {
  background: #d3be90;
  color: #9b803e;
}

/** Text controls */
.formandu-text, .formandu-dropdown, .formandu-textarea, select {
  background: #fff;
  border: 1px solid #333;
  transition: border 0.3s;  
  font-size: 12pt;
  margin: 10px;
  padding: 8px;
  width: calc(100% - 20px);
  box-sizing: border-box;
  border-radius: 0px;
}

.formandu-text:hover, .formandu-text:focus, .formandu-dropdown:hover, .formandu-dropdown:focus, .formandu-textarea:hover, .formandu-textarea:focus, select:hover, select:focus {
  border: 1px solid #9b803e; 
}

/*******************************************************************************
 ** Responsive */

/** Phone/tablet */

@media (max-width: 1360px) {
  .content.brokenout .pb-block-outer>div, .wrapper {
    width: 100%;
  }  
}

/** Menus */

@media (max-width: 975px) {
  #up-arrow, .search .form {
    display: none;
  } 
  
  .header {
    top: 54px;
    height: auto;
    text-align: center;
    position: absolute;
  }
  .header .contact {
    text-align: center;
    position: static;
    padding: 5px 0 10px;
  }
  .header .logo {
    position: static;
    padding: 10px 0;
  }
  .menubar {
    height: 0;
    padding: 0;    
  }
  nav.menu {
    padding: 0;
    background: #fff;
    border-right: 2px solid #333;
    text-align: left;
  }
  nav.menu span.item span.submenu a, nav.menu>span.item>a, nav.menu>span.item.has-submenu>a:hover {
    text-align: left;
    background: #fff;
    color: #333;
    transition: background 0.3s, color 0.3s;
  }  
  
  nav.menu span.item span.submenu a:hover , nav.menu>span.item>a:hover {
    background: #9b803e;
    color: #fff;
  }
  
  nav.menu.flyout span.item span.submenu {
    padding: 0 0 5px 20px;
  }  
}

/** Big phone */

@media (max-width: 750px) {
  .formandu-text, .formandu-textarea, .formandu-dropdown, .formandu-static-text, .formandu-listbox {
    width: 95%;
  }
  .footer {
    padding: 0 5px;
  }
  .flexi-cookie-msg {    
    float: none;
    font-size: 0.8em;
    padding: 0;
    width: auto; 
  }
  .flexi-cookie-buttons {
    width: auto;    
    float: none;
    text-align: center;
    padding: 5px 0;
  }
}

/** Small phone */

@media (max-width: 600px) {
  .content {
    padding: 0 3px;
  }
  .content.brokenout {
    padding: 0;
  }
  .footer, .col2.right, .header {
    text-align: center;
  }
  span.powered {
    display: block;
    margin-left: 0;
  }
}


.pagebuilder #block-0-0 .expressslides .expressslide .pbeditable>* {
  transition: opacity 0.5s;
  transition-delay: 4s;
  opacity:0;
}

.pagebuilder #block-0-0 .expressslides .expressslide.current .pbeditable>* {
  opacity: 1;
}

.pagebuilder #block-0-0 .expressslides .expressslide .pbeditable>div.always {
  opacity: 1 !important;
}

.pagebuilder #block-0-0 .expressslides .expressslide .pb-block-outer {
  background-position: calc(50% + 50px) 50% !important;
  transition: background-position 7.2s linear;
}

.pagebuilder #block-0-0 .expressslides .expressslide.current .pb-block-outer {
  background-position: 50% 50% !important;
}

