/**
 * Application styles
 * Author: AM Media GmbH
*/
@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900');


body {
  font-family: 'Work Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Work Sans', sans-serif;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {t
}

h6 {
}



a {
      color: #7a7a7a;
}

a:hover,
a:focus,
a:active {
  outline: none;
      color: #7a7a7a;
}


/**
 * Wordpress styles
*/
.entry-header {
  display: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
}


.wpcf7 {
  max-width: none;
}

.badge.cr_page.cr_body {
  display: none;
}

.form-control,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 input[type=color],
.wpcf7 input[type=date],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=datetime],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 input[type=month],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=search],
.wpcf7 input[type=submit],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 input[type=time],
.wpcf7 input[type=url],
.wpcf7 input[type=week],
.wpcf7 select,
.wpcf7 textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;

    border-radius: 0px;
    border: 1px #491e08 solid;
}


.form-control:focus,
.wpcf7 .wpcf7-validation-errors:focus,
.wpcf7 input:focus[type=color],
.wpcf7 input:focus[type=date],
.wpcf7 input:focus[type=datetime-local],
.wpcf7 input:focus[type=datetime],
.wpcf7 input:focus[type=email],
.wpcf7 input:focus[type=file],
.wpcf7 input:focus[type=month],
.wpcf7 input:focus[type=number],
.wpcf7 input:focus[type=range],
.wpcf7 input:focus[type=search],
.wpcf7 input:focus[type=submit],
.wpcf7 input:focus[type=tel],
.wpcf7 input:focus[type=text],
.wpcf7 input:focus[type=time],
.wpcf7 input:focus[type=url],
.wpcf7 input:focus[type=week],
.wpcf7 select:focus, .wpcf7 textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #491e08;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem #491e08;
    box-shadow: 0 0 0 0.2rem #491e08;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle,
.wpcf7 .show>input.dropdown-toggle[type=submit],
.wpcf7 input:not(:disabled):not(.disabled).active[type=submit],
.wpcf7 input:not(:disabled):not(.disabled):active[type=submit] {
    color: #fff;
    background-color: #491e08;
    border-color: #491e08;
}

.btn-outline-primary:hover, .wpcf7 input:hover[type=submit] {
    color: #fff;
    background-color: #f9b000;
    border-color: #e3e3e3;
}

.entry-header,
.entry-footer {
  display: none;
}




.flipbox-custom {
}

.flipbox-custom .elementor-flip-box__front .elementor-flip-box__layer__title {
  background-color: rgba(255,255,255,0.8);
  padding: 10px;
  margin-left: -35px;
  margin-right: -35px;
  margin-bottom: -35px;
}


.navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
    background-color: #495057;
}



/**
 * Header styles
*/
#top-bar {
  background-color: #e3e3e3;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.800rem;
  border-top: 1px #e3e3e3 solid;
	border-bottom: 1px #e3e3e3 solid;
  letter-spacing: 0.05em;
  font-weight: 300;
}


#top-bar .top-txt:after { content: ''; display: table; clear: both; }
#top-bar .top-txt .languageNav { float: right; }
/*#top-bar .top-txt .languageNav a { color: #575756; }*/
#top-bar .top-txt .languageNav .wpml-ls-legacy-list-horizontal { padding-top: 0; padding-bottom: 0; }
#top-bar .top-txt .languageNav .wpml-ls-legacy-list-horizontal a { padding-top: 0; padding-bottom: 0; }


#navigation-bar {
  background-color: rgba(255,255,255,0.8);
  padding-top: 30px;
  padding-bottom: 15px;
  margin-bottom: -185px;
  position: relative;
  z-index: 1;
}

#navigation-bar nav {
  background: none!important;
  border: none!important;
  position: relative;
  top: -8px;
}

#navigation-bar nav #main-menu li a {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}


#navigation-bar  #main-menu>li>a::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../images/menuHoverAfter.png);
  background-position: center;
  background-size: cover;
  top: -15px;
  left: 50%;
  margin-left: -10px;
  opacity: 0;

  -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

    border: none!important;
}

#navigation-bar #main-menu>li>a:hover::after,
#navigation-bar #main-menu>li.current_page_item> a::after,
#navigation-bar #main-menu>li.current_page_ancestor> a::after {
  opacity: 1;
  border: none!important;
}

#navigation-bar .navbar-brand {
  max-width: 275px;
  margin-top: -75px;
  margin-bottom: 20px;
 }

#navigation-bar .navbar-brand img {
  display: block;
  margin: auto;
 }

#navigation-bar #navbarNavDropdown {
  justify-content: flex-end;
}



/**
 * Content styles
*/
#content-wrapper {
}

#content-bar>.wrapper {
  padding: 0px;
}

#full-width-page-wrapper>.container {
  max-width: none!important;
  padding: 0px;
}

#full-width-page-wrapper>.container>.row {
  margin: 0px;
}

#full-width-page-wrapper>.container>.row>.content-area {
  padding: 0px;
}



/**
 * Footer styles
*/
#footer-top-bar {
  border-top: 10px #fcc706 solid;
  border-bottom: 10px #fcc706 solid;
}

#footer-map {
  height: 400px;
}

#footer-center-bar {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
  border-bottom: 10px #fcc706 solid;
}

#footer-center-bar h5 {
  text-transform: uppercase;
  font-size: 1.825rem;
}

#footer-center-bar .col-contact textarea {
  height: 100px;
}

#footer-center-bar .row-social {
  border-top: 1px #fff solid;
  margin-top: 30px;
  padding-top: 30px;
}

#footer-center-bar .social-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
  display: block;
}

#footer-center-bar .social-list>li {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  background-color: #e3e3e3;
  margin: 5px;
  padding-top: 5px;
  -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

#footer-center-bar .social-list>li:hover {
  background-color: #000000;
}

#footer-center-bar .social-list>li>a {
  font-size: 1.325rem;
  color: #f9b000;
  display: block;

  -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

#footer-center-bar .social-list>li:hover a {
  color: #f9b000;
}

#footer-menu {
  padding: 0px;
  margin: 0px;
  display: block;
  text-align: center;
}

#footer-menu>li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

#footer-menu>li>a {
  color: #000;
  text-transform: uppercase;
}


.backtotop {
    position: fixed;
    bottom: 100px;
    z-index: 100;
    display: none;
    height: 45px;
    width: 45px;
    margin: auto;
    text-align: center;
    line-height: 22px;
    right: 30px;
    padding: 0 10px;
    background-color: #808080;
    color: #fff!important;
    border-radius: 100%;
    border-right: 0;
    text-decoration: none!important;
    text-align: center;
    padding-top: 8px;
}

.backtotop i:before {

  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e078";
  font-size: 1.8em;

  content: "\f106";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
