/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  margin-top: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  /*font-family: "Roboto", sans-serif;*/
  font-family: 'Arimo', sans-serif;
  color: #3d3536;
  background-color: #BB9F60;
  border: 0px;
  margin: 0px;
  text-align: justify;
}

body, html {
  /* important */
  height: 100%;
}

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

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */
.cd-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4em;
  background: rgba(55, 55, 55, 0.6);
  background-color: #3d3536;
  background-color: #BB9F60;      
  /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
  z-index: 2;
}
.socialicon {
 width: auto;
 height: 24px;
 float: right;
}

.post img {
    max-width: 100%;
    height: auto;
}

.testimgcont {
}

.testimg {
}

#menu-2-topright {
    display: none;
}
#menu-small {
    display: block;
    margin-top: 0;
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 0;
    padding-right: 0;
}
@media only screen and (min-width: 768px) {
    #menu-2-topright {
        display: block;
        position: fixed;
        right: 0;
        top: auto;
        margin: 0;
        padding-right: 0;
        margin-right: 0;
    }
    #menu-2-topright ul {
        height: 4em;
        margin: 0;
        padding-right: 0;
        margin-right: 0;
    }
    #menu-2-topright li {
        line-height: 2em;
        padding-right: 0;
        margin-right: 0;
    }
    #menu-small {
        display: none;
    }
}

#menu-small ul {
    width: 100%;
    list-style-type: none;
    text-align: center;
    margin-top: 0;
    margin-top: 0;
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 0;
    padding-right: 0;
}
#menu-small li {
    display: inline-block;
    padding-left: 2em;
    padding-right: 2em;
    line-height: 2em;
    margin-top: 0;
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding-left: 0;
    padding-right: 0;
}
#menu-small a {
    color: #000000;
}

.menu-social-links-container {
}
.menu-social-links-container ul {
    list-style-type: none;
    text-align: center;
    padding: 0;
}
.menu-social-links-container li {
    display: inline-block;
    padding-left: 2em;
    padding-right: 2em;
}

.submenu {
    padding: 0;
    list-style-type: none;
    text-align: center;
    display: flex;
}
.submenu li {
    display: inline-block;
    flex: 1;
    padding-left: 2em;
    padding-right: 2em;
    padding: 0;
}
.submenu a {
    color: black;
    text-decoration: none;
    border-bottom: 1px solid black;
}

#menu-main {
    float: left;
    display: block;
    height: 4em;
}
#menu-main ul {
    margin: 0px;
    height: 4em;
    vertical-align: middle;
}
#menu-main li {
    line-height: 2em;
}

@media only screen and (max-width: 767px) {
    #menu-main {
        margin-left: 0px auto;
        margin-right: 0px auto;
        display: block;
        text-align:center;
        height: 4em;
        width: 100%;
    }
    #menu-main ul {
        margin: 0px;
        height: 4em;
        vertical-align: middle;
        text-align:center;
    }
    #menu-main li {
        line-height: 2em;
    }
}

.cd-main-nav {
  margin-right: 1em;

  width: 3em;
  width: 100%;
  height: 100%;
}
.cd-main-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cd-main-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  padding-left:0;
  margin-left:0;
  background: #2f292a;
  border-top: 1px solid #453c3d;
}
.wpglobus_flag {
}
.sub_menu_item_wpglobus_menu_switch {
}
/*@media only screen and (min-width: 768px) {*/
  .cd-main-nav {
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
  }
  .cd-main-nav ul {
    position: static;
    width: auto;
    padding-top: 1em;
    padding-bottom: 1em;
  padding-left:0;
  margin-left:0;
  }
  .cd-main-nav li {
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
    padding-left: 0;
    padding-right: 0;
  padding-left:0;
  margin-left:0;
  }
  .cd-main-nav a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    border-top: none;
    color: #3d3536;
    color: #fff;
    /*text-transform: uppercase;*/
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
  padding-left:0;
  margin-left:0;
  color: #000;
  }
  .no-touch .cd-main-nav a:hover {
    color: #99a478;
  color: #fff;
  color: #444;
  }
/*}*/

.cd-main-content {
  /* you need to assign a min-height to the main content so that the children can inherit it*/
  height: 100%;
  position: relative;
  z-index: 1;
}
.helper {
  vertical-align: middle;
  height: 100%;
  }

.cd-fixed-bg {
  position: relative;
  background-size: contain;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  vertical-align: middle;
}
.cd-fixed-bg h1, .cd-fixed-bg h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 1170px;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
}
.hidden_span {
    display: none;
}
.honigmail > a {
    color: white;
}
@media only screen and (min-width: 768px) {
    .cd-header {
        position: fixed;
    }
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 36px;
  }
}
#wpadminbar {
    display: none;
}
@media only screen and (min-width: 768px) {
  .cd-fixed-bg {
    background-attachment: fixed;
  }
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 48px;
    font-weight: 300;
  }
}
.cd-scrolling-bg {
  position: relative;
  min-height: 100%;
  /*padding: 4em 0;*/
  padding-top: 2em;
  /*padding-bottom: 2em;*/
  line-height: 1.6;
  /*box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);*/
  z-index: 2;
}
.cd-scrolling-bg.cd-color-1 {
  background-color: #3d3536;
  color: #a6989a;
}
.cd-scrolling-bg.cd-color-2 {
  background-color: #BB9F60;      
  color: #3d3536;
  color: black;
}
.cd-scrolling-bg.cd-color-3 {
  background-color: #b4d7a8;
  color: #3d3536;
}
/*@media only screen and (min-width: 768px) {
  .cd-scrolling-bg {
    padding: 8em 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
    font-weight: 300;
  }
}
*/

#menu-main .current-menu-item a {
    color: #fff;
}
.menu-item-9999999999 a span {
    color: #fff;
}
.gallery img {
    border: 0px !important;
}
/*
#cookiebanner {
    bottom: 0px;
    position: fixed;
    height: 2em;
    width: 100%;
    text-align: center;
    background: rgba(220,0,0,0.7);
    color: white;
    padding: 0.3em;
    z-index: 5;
}
#cookiebanner > a {
    float: right;
}
*/
