/*
==============================
Page: All
Section: Navbar for header with margin top
==============================
*/

.margin-top-content.margin-top-logged-admin .site-content {
  margin-top: 134.31px;
}
.margin-top-content .site-content {
  margin-top: 102px;
}

@media (min-width:992px) {
  .margin-top-content.margin-top-logged-admin .site-content {
    /*margin-top: 93.42px;*/
    margin-top: 134.31px;
  }
  .margin-top-content .site-content {
    /*margin-top: 68.8px;*/
    margin-top: 102px;
  }
}


/*
==============================
Page: All
Section: Navbar Brand
==============================
*/

.navbar-brand,
.navbar-brand-home {
  margin-right: 0;
}
.navbar-brand img {
  width: 170px;
  height: auto;
}

@media (min-width: 992px) {
  .navbar-brand img {
    width: 250px;
  }
  .navbar-brand-home img {
    width: 220px;
  }
  .navbar-brand-home {
    display: none;
  }
  /*.page-template-front-page .navbar-brand {
    opacity: 0;
    height: 0;
  }
  .page-template-front-page .navbar-transition.scrolled .navbar-brand {
    opacity: 1;
    height: 100%;
  }
  .page-template-front-page .navbar-brand-home {
    opacity: 1;
    height: 100%;
    display: block;
  }
  .page-template-front-page .navbar-transition.scrolled .navbar-brand-home {
    opacity: 0;
    height: 0;  
  }*/
}

/*
==============================
Page: All
Section: Navbar Main
==============================
*/

.navbar-main {
  width: 100%;
  background-color: var(--creamBg);
}

/*
==============================
Page: All
Section: Navbar Transition
==============================
*/

º
.navbar-transition.scrolled {
  box-shadow:0 0px 2px #c7c1afe0;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.navbar-transition.scrolled .navbar-brand {
  opacity:1;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

@media (min-width: 992px) {
  .navbar-transition.scrolled .navbar-brand img {
    opacity:1;
    width: 200px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
  }
  .navbar-main {
    background-color: transparent;
  }
  .navbar-transition.scrolled.navbar-main {
    background-color: var(--creamBg);
      box-shadow:0 0px 2px #c7c1afe0;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
  }
}

/*
==============================
Page: All
Section: Navbar Mobile Menu
==============================
*/


#navbar {
	color: var(--blue);
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 100vh;
	margin-top: 102px;
  padding-top: 30px;
	z-index: 99;
	overflow-y: scroll;
}
@media (max-width: 480px) {
  #navbar {
    border-top: 1px solid var(--yellow);
    background-color: var(--creamBg);
  }
}
.logged-admin #navbar {
  margin-top: 134px;
}
.navbar-nav {
  padding-left:17px;
  padding-right:19px;
}
.close-menu {
	position: absolute;
	right: 34px;
	top: 32px;
	z-index: 100;
}
.logged-admin .close-menu {
	top: 60px;
	z-index: 100;
}
.close-menu span {
  font-size:3rem;
  line-height:1em;
  color: var(--darkGreen);
}

@media (min-width: 992px) {
  #navbar {
    /*background-color: var(--white);*/
    color: var(--blue);
    position: relative;
    height: auto;
    padding: 0;
    overflow-y: visible;
    margin-top: 0;
  }
  .navbar-nav {
    padding-left: 0;
    padding-right: 0;
  }
  .logged-admin #navbar {
    margin-top: 0;
  }
}

/*
==============================
Page: All
Section: Navbar Links
==============================
*/

.nav-link {
  font-family: 'Lora', sans-serif;
}
.nav-link,
.nav-link:visited {
  color: var(--blue);
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.nav-link:hover,
.nav-link:focus {
  color: var(--lightBlue);
}
.nav-link-mobile-wrapper .nav-link {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}

@media (min-width:992px) {

  .nav-link {
    color: var(--blue);
    font-size:1rem;
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .nav-link:visited,
  .nav-link:active {
    color: var(--blue);
  }
  .nav-item:hover .nav-link,
  .nav-item:hover .icon-language {
    color: var(--yellow);
    /*color: var(--turquoise);*/
  }
  .nav-link:hover,
  .nav-link:focus {
    color: var(--yellow);
  }
}

@media (min-width: 1200px) {
  .nav-item {
    margin-right: 1rem;
  }
  .nav-item:last-child {
    margin-right: 0;
  }
}

/*
==============================
Page: All
Section: Navbar Buttons
==============================
*/

.button.navbar-button {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  width: 100%;
}
.navbar-button-wrapper {
  position: relative;
  bottom: 0;
  width: 100%;
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .button.navbar-button {
    width: auto;
  }
}

.start-journey-link a {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .start-journey-link a {
    width: auto;
    margin-bottom: 0;
  }
}

.start-journey-link a,
.start-journey-link a:visited {
  border-radius: 12px;
  border: 0;
  background-color: var(--yellow);
  color: var(--white);
  padding: 0.5rem;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.start-journey-link a:hover {
  cursor: pointer;
  background: var(--darkBlue);
  color: #fff !important;
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.start-journey-link a:active {
  background-color: var(--darkBlue);
  color: #fff;
}

.separator-v-s {
  border-right: 2px solid;
  height: 35px;
  color: var(--yellow);
}

.page-template-front-page .start-journey-link a,
.page-template-front-page .start-journey-link a:visited {
  background-color: var(--darkBlue);
}

.page-template-front-page .separator-v-s {
  color: var(--white);
}

.page-template-front-page .navbar-transition.scrolled .start-journey-link a {
  background-color: var(--yellow);
}
.page-template-front-page .navbar-transition.scrolled .separator-v-s {
  color: var(--yellow);
}
/*
==============================
Page: Navbar
Section: Mini Cart
==============================
*/

@media (max-width: 480px) {
  .dropdown-menu.show {
    position: relative !important;
    background-color: transparent;
    margin: 0 auto !important;
    text-align: center;
    transform: none !important;
  }
  .dropdown-item {
    margin-bottom: 1rem;
  }
}
.dropdown.menu-item .dropdown-menu {
  min-width: 30px;
  max-width: 15rem;
  width: 15rem;
}
.dropdown-menu {
  background-color: #f4ead6;
  border-radius: 12px;
  margin-top:10px;
  padding: 0.6rem;
  border: 0;
  margin-bottom:0;
}
.dropdown-item {
  color: var(--blue);
}
.dropdown-item:focus, .dropdown-item:hover {
  background-color: transparent;
  color: var(--lightBlue);
}
.dropdown-item.active, .dropdown-item:active {
  background-color: transparent;
  color: var(--yellow);
}
.woocommerce-mini-cart {
  overflow-y: auto;
  max-height: 22vh;
  padding: 0 1rem;
  margin-right: -1rem;
}
.dropdown-menu .woocommerce-mini-cart-item a,
.dropdown-menu .widget_shopping_cart_content span {
  color: var(--green);
  font-size: 0.9rem;
  font-weight: 600;
}
.woocommerce-mini-cart__total span,
.woocommerce-mini-cart__total strong {
  font-weight: 700;
  color: var(--green);
}
.woocommerce-mini-cart__buttons .wc-forward {
  background-color: var(--lightGreen);
  border-radius: 12px;
  color: var(--darkGreen);
  margin-right: 2px;
}
.woocommerce-mini-cart__buttons .wc-forward.checkout {
  background-color: var(--brown);
  color: #fff;
  margin-left: 2px;
  display: none;
}
.woocommerce-mini-cart__buttons .wc-forward.checkout:hover,
.woocommerce-mini-cart__buttons .wc-forward:hover {
  cursor: pointer;
  background: var(--yellow);
  color: var(--darkGreen);
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.dropdown-minicart .item-count {
  position: absolute;
  top: -8px;
  right: -12px;
  font-size: 0.65em;
  height: 17px;
  width: 17px;
  /*border: 1px solid #013649;*/
  background-color: var(--darkBlue);
  color: var(--white);
  font-weight: 500;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown-minicart::after {
  display: none;
}
.widget_shopping_cart_content img {
  width: 50px;
  height: auto;
  margin-right: 10px;
}
.widget_shopping_cart_content p {
  margin-bottom: 0;
  font-size: 0.9em;
}
.widget_shopping_cart_content .woocommerce-Price-amount {
  display: inline-block;
  margin: 0;
}
.minicart-item {
  border-bottom: 1px solid #e7e7e7;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.woocommerce-mini-cart__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.woocommerce-mini-cart__buttons .button {
  width: 100%;
}
.woocommerce-mini-cart-item.mini_cart_item dl {
  display: none;
}
@media (min-width: 992px) {
  .widget_shopping_cart_content {
    width: 250px;
  }
}


.dropdown-toggle::after {
  content: "";
  display: inline-block;
  margin-left: 0.5rem;
  margin-top: -0.22rem;
  vertical-align: middle;
  width: 0.45em;
  height: 0.45em;
  border-right: 0.125rem solid currentColor;
  border-bottom: 0.125rem solid currentColor;
  transform: rotate(45deg);
  border-left: 0;
  border-top: 0;
  transition: transform 0.2s ease;
}