/* ==============================
	$-Variables
============================== */
/* ==============================
	$-Mixins
============================== */
/* ==============================
	$-Resets
============================== */



@font-face {
    font-family: "mangalfont";
    src: url(http://www.greenorganics.com.au/mangal.ttf) format("truetype");

}


/* headers */

/* highlight colors */
::-moz-selection {
  background-color: black;
  color: white;
}

::selection {
  background-color: black;
  color: white;
}

/* anchor links */
a {
  text-decoration: none;
  color: white;
  transition: opacity 100ms ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/*
a:hover {
  opacity: .5;
  text-decoration: none; 
}
*/

/* ==============================
	$-Modules
============================== */
/* ul-reset */
.ul-reset {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

/* container */
.container {
  position: relative;
  top: 7.5vh;
  max-width: 46em;
  padding: .75rem;
  margin: auto;
  
}

/* ==============================
	$-Styles
============================== */
.description {
  text-align: left;
}

.nav-wrapper {
  width: 100%;
  margin: auto;
}

/* jQuery Accordion Navigation Menu */
.nav-item {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.nav-item:first-child {
  border-top: none;
}

.nav-item-inner > a {
  display: block;
}

.nav-item-inner-heading {
  position: relative;
  padding: .5rem;
  padding-right: 0rem;
  margin-left: .1rem;
  font-weight: 00;
  font-family: "mangalfont", sans-serif; font-size: 9px; color: #666666; letter-spacing: 2px; font-weight: 100;
}
.nav-item-inner-heading:focus {
  opacity: 1;
}

@media only screen and (min-width: 320px) and (max-width : 812px) {
.nav-item-inner-heading.minus:after, .nav-item-inner-heading.plus:after {
  position: absolute;
  top: 50%;
  right: .75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  text-align: center;
  font-family: FontAwesome;
  font-style: normal;
  font-size: .6rem;
  color: GoldenRod;
}
.nav-item-inner-heading.minus:after {
  content: "\f068";
}
.nav-item-inner-heading.plus:after {
  content: "\f067";
}

}

.nav-sub-list {
  display: none;
  font-size: .8rem;
  overflow: hidden;
  
}

.nav-sub-list-inner {
  padding: 0 .75rem .75rem;
}



.nav-sub-item {
  padding-left: .75rem;
  margin-top: .375rem;
  min-width: calc(300px + 1.5rem);
  margin: 0;
  line-height: 1.5;
  font-family: "mangalfont", sans-serif; font-size: 9px; color: #666666; letter-spacing: 2px; font-weight: 100;
  color: rgba(255, 255, 255, 0.5);
}
}
}
.nav-sub-item:first-child {
  margin-top: 0;
  font-style: italic;
}