@charset "UTF-8";

header#masthead{
  background-color: rgba(255,255,255,0.9);
  padding: 1%;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: none;
  position: fixed;
    width: 100%;
    z-index: 10000;
}
.nav-link{
  display: inline-block;
}
.page-template-fullwidth .container{
  padding-right:0;
  padding-left: 0;
}
#content.site-content{
  padding-top: 105px;
}
.entry-header{
  display: none;
}
.page-content, .entry-content, .entry-summary{
  margin: 0;
}

.wpml-ls-legacy-dropdown{
  width: auto;
}

footer#colophon a{
  color:#fff!important;
  text-decoration: underline;
}

.langswitch{
  position: relative;
  list-style: none;
}
.langswitch img{
  width: 30px;
  margin-top: -5px;
}
.wpml-ls-statics-shortcode_actions{
  display: none;
  position: absolute;
  top: 35px;
  right: -10px;
  max-width: 100px;
  width: 100px;
  background-color: rgba(255,255,255,0.7);
  border-radius: 10px;
  padding: 10px 0;
  border: 1px solid #ccc;
}
@media screen and (max-width: 1199px) {
  #main-nav{
    padding-bottom: 100px;
  }
  .langswitch a.ggicon{
    display: none;
  }
  .wpml-ls-statics-shortcode_actions{
    display: block;
    border: none;
    background-color: none;
    top: 10px;
    background: none;
    max-width: 100%;
    width: 100%;
    /* left: 30px; */
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding-bottom: 6px;
  }
  .wpml-ls-legacy-list-vertical .wpml-ls-item{
    list-style-type: disc;
    padding: 6px 0 0;
    margin-left: 20px;
    display: inline-block;
  }
}


@media only screen and (min-width: 1400px) {
  .container {
      max-width: 1360px;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
      max-width: 100%;
  }
}
