@charset "UTF-8";
/*
Theme Name: broucek EnvyUs
Theme URI: https://envyus.com.au
Author: EnvyUs
Author URI: https://envyus.com.au
Description: Web Design Adelaide
Version: 2019v1
License: GNU General Public License
Text Domain: broucek

broucek WordPress Theme © 2020


*/
/* local fonts */
@font-face {
  font-family: "Gotham Bold";
  src: url("fonts/Gotham-Bold.eot");
  src: url("fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Bold.woff2") format("woff2"), url("fonts/Gotham-Bold.woff") format("woff"), url("fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: "Gotham Book";
  src: url("fonts/Gotham-Book.eot");
  src: url("fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Book.woff") format("woff"), url("fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: 325;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: "Gotham Light";
  src: url("fonts/Gotham-Light.eot");
  src: url("fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Light.woff") format("woff"), url("fonts/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
/* //end local fonts */
html {
  font-size: 62.5%;
}
body {
  font-family: "Gotham Book", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-stretch: normal;
}
/* links */
/* custom menu */
a {
  color: #b41e8e;
  text-decoration: none;
  position: relative;
}
a:hover {
  color: #000;
  text-decoration: none;
}
.widget-footer-title {
  font-family: "Gotham Bold", sans-serif;
  font-size: 1.6rem;
  color: white;
  text-transform: uppercase;
  position: relative;
}
.widget-footer-title a {
  font-family: "Gotham Bold", sans-serif;
  color: white;
  text-decoration: none;
  position: relative;
}
.widget-footer-title a:hover {
  color: #b41e8e;
  text-decoration: none;
}
.widget-footer a {
  color: white;
  text-decoration: none;
  position: relative;
}
.widget-footer a:hover {
  color: #b41e8e;
  text-decoration: none;
}
.post-date {
  font-size: 1.2rem;
  color: #999999;
  margin-bottom: 25px;
  display: block;
}
.link a {
  color: #b41e8e;
  text-decoration: none;
  position: relative;
}
.link a:hover {
  color: #000;
  text-decoration: none;
}
.link a:after {
  border-radius: 1em;
  border-top: 2px solid black;
  content: "";
  position: absolute;
  right: 100%;
  bottom: -3px;
  left: 0;
  transition: right 0.4s cubic-bezier(0, 0.5, 0, 1);
}
.link a:hover:after {
  right: 0;
}
.custom-menu-class .menu-item {
  text-align: left;
}
.custom-menu-class ul {
  padding-left: 0px;
}
.custom-menu-class li {
  list-style-type: none;
  padding: 4px 0 4px 0;
}
/* //end links */
h1, h2, h3, h4, h5, h6 {
  font-family: "Gotham Bold", sans-serif;
  font-size: 2.3rem;
  margin: 20px 0 10px 0;
}
h3 {
  font-size: 2.1rem;
}
h4 {
  font-size: 1.8rem;
  text-transform: uppercase;
}
h5 {
  font-size: 1.6rem;
}
h6 {
  font-size: 1.4rem;
}
b, strong {
  font-weight: bold;
  font-family: "Gotham Bold", sans-serif;
}
/* fontwaesome */
.fa-twitter, .fa-facebook, .fa-envelope, .fa-search, .fa-times {
  color: rgba(255, 255, 255, 0.8);
  font-size: 2.1rem;
  margin-right: 10px;
}
.fa-twitter:hover, .fa-facebook:hover, .fa-envelope:hover, .fa-search:hover, .fa-times:hover {
  color: white;
  font-size: 2.1rem;
  margin-right: 10px;
  transition-duration: 0.5s;
}
.fa-search {
  color: #b41e8e;
  font-size: 2.1rem;
  margin-right: 10px;
}
.fa-search:hover {
  color: #8dc63f;
  font-size: 2.1rem;
  margin-right: 10px;
  transition-duration: 0.5s;
}
/* bread & butter */
.button-text {
  font-family: "Gotham Book", sans-serif;
  font-size: 1.5rem;
}
.title {
  font-family: "Gotham Bold", sans-serif;
  font-size: 3.25rem;
  line-height: normal;
}
.content-title {
  font-family: "Gotham Bold", sans-serif;
  font-size: 3.25rem;
  text-transform: uppercase;
}
.numbers {
  font-family: "Gotham Bold", sans-serif;
  font-size: 5.25rem;
}
.numbers-text {
  font-family: "Gotham Bold", sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.title-banner {
  font-family: "Gotham Bold", sans-serif;
  font-size: 2.1rem;
  line-height: normal;
}
/* footer */
.credits {
  font-family: "Gotham Book", sans-serif;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
}
.credits a:active {
  color: rgba(255, 255, 255, 0.8);
}
.credits a:link {
  color: rgba(255, 255, 255, 0.8);
}
.credits a:hover {
  color: white;
  text-decoration: none;
}
.credits a:visited {
  color: rgba(255, 255, 255, 0.8);
}
/*
███████ ███████  █████  ██████   ██████ ██   ██        ██
██      ██      ██   ██ ██   ██ ██      ██   ██        ██
███████ █████   ███████ ██████  ██      ███████     ████████
     ██ ██      ██   ██ ██   ██ ██      ██   ██     ██  ██
███████ ███████ ██   ██ ██   ██  ██████ ██   ██     ██████


███████ ██ ██      ████████ ███████ ██████
██      ██ ██         ██    ██      ██   ██
█████   ██ ██         ██    █████   ██████
██      ██ ██         ██    ██      ██   ██
██      ██ ███████    ██    ███████ ██   ██


*/
.searchandfilter > ul > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.searchandfilter h4 {
  font-family: "Gotham Light", sans-serif;
  font-size: 1.5rem;
  color: #000;
}
.searchandfilter ul {
  padding-inline-start: 0;
}
li.sf-field-reset:last-of-type {
  /* Your styles here */
  color: red;
  /* for example */
  text-decoration: underline;
  display: block;
}
/* Mega Menu */
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  display: block;
  background: #000;
  color: #dcdcdc;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 20px 10px 20px;
  line-height: 20px;
  text-decoration: none;
  text-transform: none;
  vertical-align: baseline;
  text-align: left;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
  padding-left: 20px;
  padding-right: 20px;
  background: #111;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout:hover ul.mega-sub-menu:hover li.mega-menu-item:hover ul.mega-sub-menu:hover a.mega-menu-link:hover {
  padding-left: 20px;
  padding-right: 20px;
  background: #542e91;
}
/* Ninja Forms */
.nf-form-content label {
  font-family: "Gotham Book", sans-serif;
  font-size: 16px !important;
  line-height: 20px;
}
.nf-field-label label {
  font-weight: 600 !important;
  margin: 0;
  padding: 0;
}
.nf-form-content button, .nf-form-content input[type="button"], .nf-form-content input[type="submit"] {
  font-family: "Gotham Bold", sans-serif;
  background: transparent !important;
  border: 1px solid #88c540 !important;
  border-radius: 20px !important;
  color: #88c540 !important;
  transition: all 0.5s;
  padding: 4px 20px 4px 20px !important;
  text-transform: uppercase !important;
}
.nf-form-content button:hover, .nf-form-content input[type="button"]:hover, .nf-form-content input[type="submit"]:hover {
  background: #88c540 !important;
  border: 1px solid #88c540 !important;
  color: #ffffff !important;
  transition: all 0.5s;
}
.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field, .nf-form-content select.ninja-forms-field:not([multiple]) {
  height: 30px !important;
}
.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content .ninja-forms-field {
  font-size: 14px !important;
  margin: 0;
  padding: 2px 6px !important;
}
.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type="button"]), .nf-form-content textarea {
  background: #efefef !important;
  border: 1px solid #f5f5f5 !important;
  border-radius: 4px !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: none;
  color: #4f4c4d !important;
  padding: 5px 20px !important;
  transition: all 0.5s;
}
.nf-error .nf-error-msg {
  color: #88c540 !important;
}
.nf-error-msg, .ninja-forms-req-symbol {
  color: #88c540 !important;
}
.nf-error .ninja-forms-field {
  border-color: #88c540 !important;
  transition: all 0.5s;
}
.nf-error.listimage-wrap .nf-field-element ul, .nf-error .ninja-forms-field {
  border: 1px solid #88c540 !important;
  border-top-color: #88c540 !important;
  border-right-color: #88c540 !important;
  border-bottom-color: #e80000;
  border-left-color: #e80000;
}
.nf-error.field-wrap .nf-field-element::after {
  background: #88c540 !important;
  color: #fff;
  font-family: FontAwesome;
  font-size: 20px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  transition: all 0.5s;
  border-radius: 18px;
  border: 1px solid #88c540;
}
.nf-error .ninja-forms-field {
  border-color: #88c540 !important;
  border: 0 solid green !important;
  transition: all 0.5s;
}
.nf-form-content select.ninja-forms-field:not([multiple]) {
  border-radius: 4px !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: none;
  color: #4f4c4d !important;
  padding: 5px 20px !important;
  transition: all 0.5s;
}
.list-select-wrap div::after {
  color: #88c540;
  transition: all 0.5s;
  padding-top: 10px;
}
/* //end Ninja Forms */
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  height: fit-content;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* variables */
.swiper-container {
  width: 100vw;
  height: 60vh;
  margin: 0;
  padding: 0;
  background-color: #000;
}
.swiper-slide {
  overflow: hidden;
  width: 100%;
  background: #000;
}
/* keeps the proportion between image and video */
.swiper-slide img {
  /* este estilo es para que la imagen de fondo de un slide se escale al 100% del ancho */
  object-fit: cover !important;
  width: 100vw;
  height: 60vh;
}
.swiper-slide-cover video {
  object-fit: cover;
  width: 100vw;
  height: 60vh;
}
/* Swiper nav */
.swiper-button-prev {
  color: rgba(255, 255, 255, 0.7) !important;
}
.swiper-button-next {
  color: rgba(255, 255, 255, 0.7) !important;
  padding: 0 30px 0 0;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #ff00ff;
  opacity: 0.7;
}
.swiper-button-disabled {
  color: transparent !important;
}
.swiper-scrollbar-drag {
  background-image: url("/img/scroll-circle.png");
  width: 15px;
  height: 15px;
  opacity: 0.7 !important;
}
.swiper-scrollbar {
  background: rgba(255, 255, 255, 0);
  background-image: url("/img/scroll-line.png");
  height: 15px !important;
}
/* Swiper Logo*/
.swiper-floating-brand {
  position: absolute;
  top: 100px;
  z-index: 999 !important;
}
.line-top {
  position: absolute;
  top: 0px;
  border-top: 0.5px solid #ffffff;
}
.swiper-logo {
  max-width: 340px !important;
  width: 100%;
  height: auto;
}
.swiper-headline {
  font-family: "Gotham Bold", sans-serif;
  font-size: 3.8rem;
  color: #ffffff;
}
.swiper-description {
  font-family: "Gotham Bold", sans-serif;
  font-size: 2.5rem;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .swiper-logo {
    width: 320px !important;
    height: auto;
  }
  .swiper-headline {
    font-size: 3.4rem;
  }
  .swiper-description {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .swiper-floating-brand {
    top: 20px;
  }
  .swiper-logo {
    width: 340px !important;
    height: auto;
  }
  .swiper-headline {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .swiper-logo {
    width: 300px !important;
    height: auto;
  }
  .swiper-headline {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 576px) {
  .swiper-logo {
    width: 240px !important;
    height: auto;
  }
  .swiper-headline {
    font-size: 2.2rem;
    line-height: normal;
  }
}
/* Swiper Fx */
.swiper-scale-effect .swiper-slide-cover {
  transition: 26.5s ease-out;
  transform: scale(1.1);
}
.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
  transform: scale(1.3);
}
/* full screen slider styles: */
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
.blockWrapper {
  /* width: 100%;
  height: 100%; */
  position: relative;
}
.blockWrapper .intro {
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
}
.sliderWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.sliderWrapper, .sliderWrapper h2, .sliderWrapper h3 {
  color: #fff;
}
.slickNav {
  margin-bottom: 60px;
}
.slickbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.itembg .overlay {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.itembg {
  width: 100px;
  height: 100%;
  background-size: cover;
}
.slickbg .slick-list, .slickbg .slick-track {
  width: 100%;
  height: 100%;
}
.itemContent .inner {
  width: 70%;
  margin: auto;
  text-align: center;
}
.itemNav {
  text-align: center;
  margin-bottom: -5px;
}
.itemNav .inner {
  padding: 0 20px 20px;
}
.itemNav:hover {
  cursor: pointer;
}
.slickNav .slick-track {
  border-bottom: 2px solid #ccc;
}
.slickNav .slick-current {
  border-bottom: 8px solid #1882C8;
}
.slick-arrow {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  /* show a hand cursor on hover; some argue that we
   should keep the default arrow cursor for buttons */
  cursor: pointer;
  /* w & h should match the arrows dimension */
  width: 15px;
  height: 29px;
  position: absolute;
  top: 30%;
  z-index: 9999;
  text-indent: 999em;
}
.slick-prev {
  background-image: url("img/prev-mini.png");
  left: 0px;
}
.slick-next {
  background-image: url("img/next-mini.png");
  right: 0px;
}
.slick-dots li {
  list-style: circle;
  padding: 0px;
}
.slick-dots ul {
  list-style: circle;
  padding: 0px;
}
/* End full screen slider */
/* Custom Fonts Slick Slider */
.slick-description {
  font-family: "Gotham Book", sans-serif;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .itemContent .inner {
    width: 80%;
  }
  .slickNav {
    display: none;
  }
  .slickbg {
    /* display: none; */
  }
  .sliderWrapper {
    /* color: #000; */
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding-top: 100px;
  }
  .slick-description {
    font-size: 1.3rem;
  }
}
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
/* c@t styles */
body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
#container-broucek {
  background-color: #fff;
}
.full-width-hokusai {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: auto !important;
  overflow: hidden;
}
/* remove outline on click in Chrome */
button:focus {
  outline: none;
}
.spacer-top {
  height: 110px;
  background: transparent;
}
/* spacer for the flexible content layouts */
.spacer-sections {
  position: relative;
  height: 0px;
}
/* spacer for other elements e.g. recipes at the bottom of some pages. */
.spacer-blocks {
  position: relative;
  height: 100px;
}
.data-area {
  background: #fff;
  height: auto;
  position: relative;
  top: -60px;
  z-index: 1;
}
.dynamic-block-height {
  height: 100vh !important;
}
.dynamic-block-gradient {
  background-image: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .dynamic-block-gradient {
    background-image: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  }
}
@media screen and (max-width: 767px) and (min-width: 577px) {
  .dynamic-block-height {
    height: 110vh !important;
    overflow: hidden;
  }
  .dynamic-block-gradient {
    background-image: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2));
  }
}
@media screen and (max-width: 576px) and (min-width: 0px) {
  .dynamic-block-height {
    height: 120vh !important;
    overflow: hidden;
  }
  .dynamic-block-gradient {
    background-image: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2));
  }
}
.gradient-dark {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
}
.gradient-green {
  background-image: linear-gradient(90deg, #00a651, #8dc63f);
  height: 10px;
}
.gradient-deep-purple {
  background-image: linear-gradient(90deg, #b41e8e, #542e91);
  height: 10px;
}
.grid-banner-height {
  min-height: 220px;
  margin: 20px 0 20px 0 !important;
}
.grid-block-height {
  min-height: 280px;
  margin: 20px 0 20px 0 !important;
}
.grid-block-expanded {
  width: 100%;
  height: 100%;
}
.grid-block-square-colour-dark {
  background: #000;
}
.grid-block-square-colour-gray {
  background: #666;
}
.grid-block-square-colour-light {
  background: #fff;
}
#grid-block-text-reveal {
  transform: translate(0px, 0px);
  transition-duration: 0.2s;
}
#grid-block-text-reveal:hover {
  transform: translate(0px, -6px);
  transition-duration: 1s;
}
#grid-block-text-reveal:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #00a651, #8dc63f);
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
#grid-block-text-reveal:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
#grid-block-text-reveal-deep-purple {
  transform: translate(0px, 0px);
  transition-duration: 0.2s;
}
#grid-block-text-reveal-deep-purple:hover {
  transform: translate(0px, -6px);
  transition-duration: 1s;
}
#grid-block-text-reveal-deep-purple:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #b41e8e, #542e91);
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
#grid-block-text-reveal-deep-purple:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
#grid-block-text-displace {
  transform: translate(0px, 0px);
  transition-duration: 0.2s;
}
#grid-block-text-displace:hover {
  transform: translate(0px, -3px);
  transition-duration: 1s;
}
/* blocks */
.block_dark {
  background-color: #000;
  color: #ffffff;
}
.block_dark h1, .block_dark h2, .block_dark h3, .block_dark h4, .block_dark h5, .block_dark h6 {
  color: #ffffff !important;
}
.block_dark h2 {
  color: #ffffff !important;
}
.block_dark h3 {
  color: #ffffff !important;
}
.little_box_dark_mode {
  border: 4px solid #fff;
}
.block_gray {
  background-color: #5a5b5d;
  color: #ffffff;
}
.block_gray h1, .block_gray h2, .block_gray h3, .block_gray h4, .block_gray h5, .block_gray h6 {
  color: #fff !important;
}
.block_gray h2 {
  color: #fff !important;
}
.block_gray h3 {
  color: #fff !important;
}
.block_light {
  background-color: #fff;
  color: #000;
}
.block_light h1, .block_light h2, .block_light h3, .block_light h4, .block_light h5, .block_light h6 {
  color: #fff !important;
}
.block_light h2 {
  color: #fff !important;
}
.block_light h3 {
  color: #fff !important;
}
.little_box_light_mode {
  border: 4px solid #000;
}
/* images */
.circle-image {
  border-radius: 50%;
}
/* //end c@t styles */
/* logo */
#navbar-brand {
  z-index: 999;
}
.logo-constraint {
  position: relative;
  top: -20px;
  width: 180px !important;
}
#logo-footer {
  width: 180px !important;
}
/* //end logo */
/* bootstrap overrides */
nav {
  z-index: 1000;
}
/* //end bootstrap overrides */
/* Navbar */
#navfloatingbox {
  position: relative;
  top: 20px;
  margin-bottom: 10px;
  border: 0px solid blue;
  color: #fff;
  z-index: 99;
}
#navbar-fx {
  position: fixed;
  overflow: inherit;
  width: 100%;
  top: 0;
  padding: 10px 10px;
  transition: 0.9s;
  z-index: 99;
}
#menu-main-menu {
  position: relative;
  top: 0px;
}
.navbar-custom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.nav-item {
  text-transform: uppercase;
}
.nav-link {
  font-size: 1.5rem;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
  transition-duration: 0.5s;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: white;
}
/* Bootstrap: Activate Menu Parent & Hover https://bradley-davis.com/twitter-bootstrap-activate-menu-parent-hover/
I didn't require the jQuery part, but I needed to change the mediaquery from 768 to 1px */
@media screen and (min-width: 1px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0 0 0 0 !important;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
/* search bar */
.searchForm {
  position: absolute;
  display: none;
  opacity: 0;
  transition: all 0.5s ease;
}
.searchForm.active {
  position: relative;
  width: 100vw;
  height: auto;
  opacity: 1;
  display: block;
  transition: all 0.5s ease;
  z-index: 10;
  background-color: #000;
}
.searchForm form {
  padding: 6px 0 0 0;
}
.searchForm #s {
  width: 70% !important;
  border: 0px solid #efefef;
  border-radius: 16px 0px 0px 16px;
  padding: 5px 15px;
  background-color: #60134e;
  color: #efefef;
}
.searchForm .screen-reader-text {
  display: none;
}
#searchsubmit {
  background-color: #60134e;
  color: #efefef;
  border: 0px solid #efefef;
  border-radius: 0px 16px 16px 0px;
  padding: 4px 12px;
}
#searchsubmit:hover {
  background-image: linear-gradient(90deg, white, rgba(255, 255, 255, 0.6));
  color: #000;
  border: 0px solid #efefef;
  padding: 4px 12px;
  transition: all 0.5s ease;
}
/* //end navbar */
/* custom menu */
.custom-menu-class {
  font-family: "Gotham Book", sans-serif;
  font-size: 1.5rem;
}
.custom-menu-class a {
  color: #333;
  text-decoration: none;
  position: relative;
}
.custom-menu-class a:hover {
  color: #000;
  text-decoration: none;
}
.custom-menu-class a:after {
  border-radius: 1em;
  border-top: 2px solid #b41e8e;
  content: "";
  position: absolute;
  right: 100%;
  bottom: -3px;
  left: 0;
  transition: right 0.4s cubic-bezier(0, 0.5, 0, 1);
}
.custom-menu-class a:hover:after {
  right: 0;
}
.custom-menu-class .menu-item {
  text-align: left;
}
.custom-menu-class ul {
  padding-left: 0px;
}
.custom-menu-class li {
  list-style-type: none;
  padding: 4px 0 4px 0;
}
.custom-menu-class .current-menu-item {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  font-family: "Gotham Bold", sans-serif;
}
.custom-submenu-box {
  border-bottom: 4px solid #000;
  margin-bottom: 20px;
}
.custom-submenu-text a {
  color: #333;
  text-decoration: none;
  position: relative;
}
.custom-submenu-text a:hover {
  color: #000;
  text-decoration: none;
}
/* //end custom menu */
/* Footer menu */
#menu-footer-menu {
  list-style: none !important;
  padding: 0;
}
/* Footer */
.bg-footer, .bg-copyright {
  background: #000000 !important;
}
/* //end Footer */
/* Hamburger icon animation - https://mdbootstrap.com/docs/jquery/navigation/hamburger-menu/ */
.navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0) !important;
}
.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
/* Icon 1 */
.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.animated-icon1 span {
  background: #ffffff;
}
.animated-icon2 span {
  background: #ffffff;
}
.animated-icon3 span {
  background: #ffffff;
}
.animated-icon1 span:nth-child(1) {
  top: 0px;
}
.animated-icon1 span:nth-child(2) {
  top: 10px;
}
.animated-icon1 span:nth-child(3) {
  top: 20px;
}
.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* Icon 3*/
.animated-icon2 span:nth-child(1) {
  top: 0px;
}
.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
  top: 10px;
}
.animated-icon2 span:nth-child(4) {
  top: 20px;
}
.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}
/* Icon 4 */
.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}
.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}
/* //end Hamburger icon animation */
/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.3rem;
}
table, th, td {
  border: 1px solid black;
}
td {
  text-align: center;
}
/* members */
.img-circle {
  border-radius: 300px;
}
.committee {
  width: 100%;
  min-height: 250px !important;
  background-color: transparent;
  padding: 60px 0;
}
.committee .member {
  margin-bottom: 20px;
}
.committee .member img {
  width: 100%;
  height: auto;
}
.committee .member .title {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 20px;
}
.committee .member .title h4 {
  color: #fff;
  margin-bottom: 10px;
}
.committee .member .title p {
  margin-bottom: 0;
}
/* styling commitee columns */
.col-lg-5ths, .col-md-5ths, .col-sm-5ths, .col-xs-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/* //end members */
/*
████████  █████  ██████  ██      ███████
   ██    ██   ██ ██   ██ ██      ██
   ██    ███████ ██████  ██      █████
   ██    ██   ██ ██   ██ ██      ██
   ██    ██   ██ ██████  ███████ ███████


*/
table, th, td {
  border: 0px solid;
  text-align: left;
}
thead {
  border-bottom: 3px solid #000;
  font-family: "Gotham Bold", sans-serif;
  font-size: 1.5rem;
}
th {
  padding: 6px 3px;
}
td {
  padding: 6px 3px;
  border-bottom: 1px solid #999;
}
tr:nth-child(even) {
  background-color: #efefef;
}
/* Login Links */
.login-link {
  color: #b41e8e;
  text-decoration: none;
}
.login-link:hover {
  color: #fff;
  text-decoration: none;
}
.login-link:active {
  color: #8dc63f;
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */