
:root {
  --primary-color: #0085E6;
}
.navbar-collapse{
  margin-right: 20px;
}

.nav-link {
  color: #0085E6;
  font-family: 'fieldwork geo demibold';
  transition: 0.1s ease-in-out;
  border-bottom: transparent;
  border-style: solid;
  margin-right: 25px;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  width: max-content;
}
.menu > li > a:hover {
  margin: 1px;
  padding: 0px;
  /* font-size: 15px; */
  border-bottom: none;
  /* padding-left: 10px; */
  /* padding-right: 10px; */
  /* height: 22px; */
}
.nav-link:active, .nav-link:focus {
  /* Set link color when active or focused */
  color: var(--primary-color);
  
  transition: #0085E6 1s ease-in-out ;
}
.nav-link:hover {
  /* Set link color on hover */
  color: var(--primary-color);
  border-bottom:var(--primary-color);
  border-bottom: 4px #0085E6 solid;
  /* Add any other hover effects, such as changing the background color or underlining the link */
  /* ... */
}
.menu > li > a {
  margin: 1px;
  padding: 0px;
  font-size: 15px;
  border-bottom: none;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  
  color: var(--primary-color);
  border-bottom:var(--primary-color);
  border-bottom-style: solid;
  font-weight: bold;
  
}
.show {
  /* Set link color on hover */
  color: var(--primary-color);
  border-bottom:0085E6 ;
  border-style: solid;
  border: none;
  /* Add any other hover effects, such as changing the background color or underlining the link */
  /* ... */

}
.navbar-nav > li > ul > li:hover{
  color: white;
  background-color:var(--primary-color);

}

.navbar-nav > li > ul > li > a:hover{
  color: white;

}

.navbar {
  border-bottom:#DDA846 ;
  border-bottom-style: solid;
  padding-bottom: 0;
  border-width: 1px;
}
.search-form{
  padding-bottom: 0.5vh;
}
.search-form input[type="search"] {
  padding-left: 40px; /* adjust padding to make room for icon */
  background-image: url('/wordpress/wp-content/uploads/2023/04/search.png'); /* set icon image */
  background-size: 16px; /* set icon size */
  background-position: 10px center; /* position icon */
  background-repeat: no-repeat; /* prevent icon from repeating */
  border-color: var(--primary-color);
  border-style: solid;
  
}

.search-form input[type="search"]:hover,
.search-form input[type="search"]:focus,
.search-form input[type="search"]:active,
.search-form input[type="search"]:focus:valid {
  padding-left: 40px; /* adjust padding to make room for icon */
  background-image: url('wp-content/uploads/2023/05/search.png'); /* set icon image */
  background-size: 16px; /* set icon size */
  background-position: 10px center; /* position icon */
  background-repeat: no-repeat; /* prevent icon from repeating */
  border-color: var(--primary-color);
  border-style: solid;
  border-width:2px ;
  padding: 1px 2px 1px 4px;
  padding-left: 40px;
}



.search-form >input::placeholder {
  color: var(--primary-color);
}

.navbar-toggler-icon{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%233A83DF' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")

}
#menu-translation{
  /* font-size: 70px; */
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
a.child-nav {
  display: flex;
  align-items: center;
  color: #0085E6;
  font-family: 'fieldwork geo demibold';
  border-bottom: transparent;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 4px;
  font-size: 22px;
  border: none;
  text-decoration: none;
  width: max-content;
  min-width: 100%;
  padding-left: 25px;
  border-top: none;
  padding-right: 37px;
}
@media only screen and (max-width: 1200px){
  .search-form input[type="search"] {
    padding-left: 35px;
    background-size: 16px;
    border-color: var(--primary-color);
    margin-left: 0vh;
    width: 70%;
  }
}

@media only screen and (max-width: 990px) {
  .menu > li > a {
    margin: 1px;
    padding: 0px;
    font-size: 21px;
    border-bottom: none;
}
#menu-translation {
  /* font-size: 70px; */
  display: flex;
  align-content: center;
  justify-content: center;
  position: absolute;
  align-items: center;
  top: 9px;
}
  .container-fluid{
    padding: 0;
    margin: 0;
  }
  .navbar {
    margin: 0;
    padding: 0;
    border-color: #DDA846;
  }
  
  .navbar-collapse > ul{
    font-family: "Fieldwork";
    display: flex;
    flex-direction: column;
  }
  .navbar-collapse > ul >li{
   border-bottom: solid;
   border-bottom-style: solid;
   border-color: #DDA846;
   border-width: 0.8px;
  }
  
  .nav-link{
   text-align: left;
   padding: 1%;
   font-size: 22px;
   padding-left: 4%;
   width: 100%;
  }
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    border-bottom: none;
    border-style: none;
    font-weight: bold;
}
.dropdown-menu.show > li >a {
  
font-size: 18px;
  
height: 50px;
}
.dropdown-menu.show > li >a:hover {
  border: none;
}
.nav-link:hover {
  color: var(--primary-color);
  border-bottom: none; 
  border-style: none; 
}

.search-form{
  padding: 0;
  margin: 0;
}
#navbarSupportedContent > form > input{
  margin: 0;
  width: 100%;
  margin-left: 0vh;
  font-size: 120%;
  border: none;
  padding-top: 1%;
  padding-bottom: 1%;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: none; 
  margin-bottom: 1%;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: 0; 
    
    margin-left: 0; 
}
ul.menu{
  border-style: solid;
  border-width: 1px;
  border-color: #DDA846;
  list-style-type:none;
  text-align: center;
  padding: 0.5%;
  margin-left: 2%;
  margin-right: 2%;
  position: absolute;
  right: 1%;
  top: 0%;
  margin-top: 1%;
}

.dropdown-menu.show {
  display: block;
  border: none;
}
#menu-navigation > li > ul > li{
  border-top: 1px solid #DDA846;
  padding-left: 4%;
}
.navbar-collapse{
  border-style: solid;
  border-width: 0.8px;
  border-color: #DDA846;
}
.icon {
  display: none;
  
}


}
@media only screen and (max-width: 500px) {
  #menu-translation {
    /* font-size: 70px; */
    display: flex;
    align-content: center;
    justify-content: center;
    position: absolute;
    align-items: center;
    top: 5px;
  }
}


.dropdown-menu.show{
  padding-top: 0px;
  padding-bottom: 0px;
  --bs-border-radius: none;
  /* border: 1px solid #E8A62A; */
  opacity:90%;
}
.circle-red {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #B93636;
  margin-right: 9px;
  margin-left: -5px;
}
.circle-yellow {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #F6CA65;
  margin-right: 9px;
  margin-left: -5px;
}
.circle-green {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #66B966;
  margin-right: 9px;
  margin-left: -5px;
}
.nav-item-child{
  width: 100%;
  
} 
.navbar-toggler{
  border-width: 1px;
    border-style: solid;
    border-color: #DDA846;
  margin-top: 1%;
  margin-bottom: 1%;
}
.navbar-toggler:focus {
  text-decoration: none;
  box-shadow:none ;
}
li.current-lang {
  display: none;
  text-decoration: none;
  text-align: center;
}
ul.menu{
  position: absolute;
  right: 0;
  top: 18%;
  border-style: solid;
  border-width: 2px;
  border-color: #0085E6;
  list-style-type: none;
  text-align: center;
  padding: 0.1%;
  padding-left: 14px;
  padding-right: 14px;
  margin: 0%;
  margin-left: 2%;
  margin-right: 1%;
}
ul.menu > li{
  text-decoration: none;
  text-align: center;
}
.menu > li > a.nav-link :hover {
  color: var(--primary-color);
  border-bottom:none;
  border-bottom:none;
}