/* * * * 
 * 
 *  Navigation 
 * 
 * * * * * * * * * * * * */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  height: 6.25rem;
  z-index: 99;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;

}
header.row {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
      -ms-flex-direction: row!important;
          flex-direction: row!important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
header > a {
  position: relative;
  z-index: 999;
  margin: 0 0 0.5rem 0;
}
#ora_logotype {
  width: 8rem;
  height: auto;
  margin-left: 1rem;
}
#search_icon {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 1rem 1rem 1rem;
  cursor: pointer;
  position: relative;
  z-index: 999;
}
#icon_menu {
  display: none;
}
#icon_menu_close {
  display: none;
}
nav {
  position: relative;
  margin-left: auto;
  margin-right: 10px;
  text-align:right;
  margin-bottom: 0.5rem;
  z-index: 998;
}
nav #menu_wrapper {
  display: inline-block;
}
nav ul li {
  display: inline-block;
  position: relative;
  text-align:left;
}
nav ul li a {
  position: relative;
  color: rgba(0,0,0,1);
  text-decoration: none!important;
  font-size: 0.9rem;
  font-family: "financier-display-regular", serif;
  font-weight: normal;
  font-optical-sizing: auto;
  font-style: normal;
}

/* Dropdown */
ul#main-menu-list {
  padding: 0;
  margin: 0;
}
ul#main-menu-list > li {
  display: inline-block;
  position: relative;
  z-index: 999;
  padding: 0;
  margin: 0 1.75rem 0.4rem 0;
}
ul#main-menu-list > li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 2rem 1000em 2rem 1000em;
  margin: 0 -1000em;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
}

ul#main-menu-list > li:hover > ul.nav-dropdown {
  visibility: visible;
  opacity: 1;
}
ul#main-menu-list > li.nav-item-dropdown:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul#main-menu-list li ul.nav-dropdown li {
  margin: 0 0 0.5rem 0;
  width: 10rem;
  padding: 0 0 0 0;
}
ul#main-menu-list li ul.nav-dropdown li a {
  font-family: "financier-display-regular", serif;
  text-transform: none;
  font-weight: normal;
  color: rgba(0,0,0,1);
  position: relative;
}

/* Rollover Lines */
nav ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -3px;
  left: 0;
  background-color: rgba(97, 235, 156,1);
  background-color: rgba(0, 0, 0,0.7);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
nav ul li.current-menu-item a:before {
  background-color: rgba(97, 235, 156,1);
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
nav ul li a:hover:before{
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

nav ul#main-menu-list li.current-menu-item ul.nav-dropdown li a {
  color: #000000;
}
nav ul#main-menu-list li.current-menu-item ul.nav-dropdown li a:before {
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color: rgba(105,85,75,1);
}
nav ul#main-menu-list li.current-menu-item ul.nav-dropdown li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}



/* Hide Menu on Scroll */
header.hideMenu {
  top: -75px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header.hideMenu ul#main-menu-list > li > ul.nav-dropdown {
  visibility: hidden;
  opacity: 0;
}
.body_fixed {
  overflow: hidden;
}

/* * * * 
 * 
 *  Search
 * 
 * * * * * * * * * * * * */

#search {
  position: absolute;
  left: 0;
  top: 6.25rem;
  height: calc(100vh - 6.25rem);
  width: 100%;
  z-index: 997;
  background-color: rgba(0,0,0,1);
  overflow: hidden;
  display: none;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}



#search.open .search__bar {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: -webkit-transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.18s;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.18s;
  -o-transition: transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.18s;
  transition: transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.18s;
  transition: transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.18s, -webkit-transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.18s;
}



/*#search.fixed {
  position: fixed;
  top: 63px;
}*/

.search__bar {
  width: 100%;

  max-width: 1200px;
  padding: 0;
  margin: -3rem auto 0 auto;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;

  /*-webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);*/
  transition: -webkit-transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.18s;
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.18s;
  -o-transition: transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.18s;
  transition: transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.18s;
  transition: transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.18s, -webkit-transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.18s;
  transition: transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.18s, 
  -webkit-transform 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.18s;
}

#searchform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
}

.search__bar__input {
  width: calc(100% - 5rem);
  max-width: 900px;
  margin: 2rem auto;
}

.search__bar__input input {
  width: calc(100% - 20px);
  background-color: transparent;
  border: none;
  border-bottom: solid rgba( 237, 237, 224, 0.6) 1px;
  color: #edede0;
  padding: 0 0 7px 0;
  font-family: "financier-display-regular", serif;
}

.search__bar__input input::-moz-selection {
  background: #000;
  color: #fff;
  font-family: "financier-display-regular", serif;
}
.search__bar__input input::selection {
  background: #000;
  color: #fff;
  font-family: "financier-display-regular", serif;
}
.search__bar__input input:focus {
  outline: 0;
}
.search__bar__input input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #edede0;
  font-size: 2rem;
  opacity: 1; /* Firefox */
 font-family: "financier-display-regular", serif;
}

.search__bar__input input::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #edede0;
  font-size: 2rem;
  opacity: 1; /* Firefox */
  font-family: "financier-display-regular", serif;
}
.search__bar__input input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #edede0;
  font-size: 2rem;
  opacity: 1; /* Firefox */
  font-family: "financier-display-regular", serif;
}
.search__bar__input input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #edede0;
  font-size: 2rem;
  opacity: 1; /* Firefox */
  font-family: "financier-display-regular", serif;
}
.search__bar__input input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #edede0;
  font-size: 2rem;
  opacity: 1; /* Firefox */
  font-family: "financier-display-regular", serif;
}

.search__bar__input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #edede0;
  font-size: 2rem;
  font-family: "financier-display-regular", serif;
}

.search__bar__input input::-ms-input-placeholder { /* Microsoft Edge */
  color: #edede0;
  font-size: 2rem;
  font-family: "financier-display-regular", serif;
}

.search__bar__input button {
    border: none;
    width: 3rem;
    height: 3rem;
    color: black;
    cursor: pointer;
    margin-top: -1.5rem;
    margin-right: 1rem;
    background: transparent;
    position: absolute;
    right: 0;
}
.search__bar__input button:focus {
  outline: 0;
}
.search-button svg {
   width: 3rem;
  height: auto;

}


@media only screen and (max-width: 1024px), (hover: none) {
  /* Sliding Side Nav */
  body {
    -webkit-transition: margin-left .5s;
    -o-transition: margin-left .5s;
    transition: margin-left .5s;
  }
  main {
    -webkit-transition: margin-right .5s;
    -o-transition: margin-right .5s;
    transition: margin-right .5s;
  }
  header {
    height: 4.25rem;
  }
  #search {
    top: 4.25rem;
  }
  nav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    margin: 0;
    right: -100%;
    background-color: rgba(255,255,255,1);
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  /*nav.row {
    display: block;
  }*/
  nav a {
    color: #fff;
  }
  nav .container {
    width: calc(100% - 8rem);
    max-width: 100%;
    height: calc(100% - 8rem);
    margin: 2rem auto 4rem auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
  }
  nav #menu_wrapper {
    display: block;
    height: 100%;
    width: 100%;
    margin: 6rem 3rem 3rem 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  ul#main-menu-list{
    width: 100%;
    padding-bottom: 80px;
    margin: 0;
  }
  ul#main-menu-list > li {
    display: block;
    margin: 0;
    padding: 0;
    text-align:left;
  }
  ul#main-menu-list > li a {
    font-size: 2rem;
    display: inline-block;
    text-transform: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0.5rem 0;
  }
  nav ul li a:hover:before {
    visibility: hidden;
  }
  nav ul li.current-menu-item a:before {
  visibility: hidden;
}
  ul#main-menu-list > li > ul.nav-dropdown {
    position: relative;
    visibility: visible;
    opacity: 1;
    margin: 0;
    padding: 0;
  }
  ul#main-menu-list li ul.nav-dropdown li {
    display: block;
    width: 90%;
  }
  ul#main-menu-list li ul.nav-dropdown li a {
    font-size: 2rem;
    color: rgba(0, 0, 0, 1);
    position: relative;
  }
  #icon_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1.6rem;
    height: 0.8rem;
    cursor: pointer;
    position: relative;
    z-index: 999;
    margin: 0 0.2rem 1.2rem auto;
  }
  #icon_menu hr {
    height: 1.5px;
    background-color: black;
    width: 100%;
    margin: 0;
  }
  svg#icon_menu_close {
    display: inline-block;
    position: absolute;
    top: 2rem;
    right: 4rem;
    z-index: 999;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    float:right;
  }
  svg#icon_menu_close line {
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10;
    stroke-width: 2px;
  }
  svg#icon_menu_close:hover {
    opacity: 0.4;
  }

  ul#main-menu-list li ul.nav-dropdown li {
       margin: 0; 
      width: 100%;
      padding: 0;
  }

}

@media only screen and (max-width: 768px) {

  svg#icon_menu_close {
        right: 2rem;
       
    }



.search__bar__input {
  width: calc(100% - 2rem);
  margin: 1rem auto;
}

.search__bar__input input {
  color: #edede0!important;
}

.search__bar__input input::-moz-selection {
  font-size: 1.5rem;
  color: #edede0;
}
.search__bar__input input::selection {
    font-size: 1.5rem;
  color: #edede0;
}

.search__bar__input input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 1.5rem;
  color: #edede0;
}

.search__bar__input input::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 1.5rem;
  color: #edede0;
}
.search__bar__input input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 1.5rem;
  color: #edede0;
  opacity: 1;
}
.search__bar__input input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 1.5rem;
  color: #edede0;
  opacity: 1;
}
.search__bar__input input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 1.5rem;
  color: #edede0;
  opacity: 1;
}

.search__bar__input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 1.5rem;
  color: #edede0;
}

.search__bar__input input::-ms-input-placeholder { /* Microsoft Edge */
  font-size: 1.5rem;
  color: #edede0;
}




.search__bar__input  {
  background-color: black;
  color: #edede0;
  caret-color: #edede0;
  -webkit-text-fill-color: #edede0;
}


.search__bar__input :-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px black inset !important;
  -webkit-text-fill-color: #edede0 !important;
}


/* Base styles for your search input */
.search__bar__input input[type="search"],
.search__bar__input input[type="text"] {
  background-color: #000 !important;       /* Black background */
  color: #fff !important;                  /* White text */
  caret-color: #fff !important;            /* White cursor */
  -webkit-text-fill-color: #fff !important;/* Key for iOS Safari */
  -webkit-appearance: none !important;     /* Prevent native styling */
}

/* Placeholder color */
.search__bar__input input[type="search"]::placeholder,
.search__bar__input input[type="text"]::placeholder {
  color: #ccc !important; /* Or pure white */
  opacity: 1 !important;
}

/* Autofill override (in case input was autofilled) */
.search__bar__input input:-webkit-autofill {
  -webkit-box-shadow:
    0 0 0px 1000px #000 inset !important;
  -webkit-text-fill-color: #fff !important;
}




}

@media only screen and (max-width: 550px) {
}