/*
 Theme Name:    Elangeni Company Profile
 Theme URI:     https://github.com/anesca/elangeni
 Description:   Custom theme for Elangeni Company Profile website
 Version:       1.0
 Author:        Anesca Dames
 Author URI:    https://anescadames.com
 Text Domain:   -
 Domain Path:   -
 Tags:          responsive-layout
 License:       -
 License URI:   -
*/
/* Colours
===========================================*/
/* Fonts
===========================================*/
/* General Values
===========================================*/
/* Breakpoints
===========================================*/
/* Mixins
===========================================*/
/* Animations
===========================================*/
@keyframes floatDown {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes floatUp {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(25px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}
@keyframes scaleBack {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
@keyframes scaleForward {
  0% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes quickScaleDown {
  0% {
    transform: scale(1);
  }
  99.9% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes slideUpLarge {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slideDownLarge {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(150px);
  }
}
@keyframes blowUpContent {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  99.9% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(0);
  }
}
@keyframes blowUpContentTwo {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes blowUpModal {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blowUpModalTwo {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes roadRunnerIn {
  0% {
    transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
  }
  70% {
    transform: translateX(30px) skewX(0deg) scaleX(0.9);
  }
  100% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
}
@keyframes roadRunnerOut {
  0% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
  30% {
    transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
  }
  100% {
    transform: translateX(1500px) skewX(30deg) scaleX(1.3);
  }
}
@keyframes sketchIn {
  0% {
    stroke-dashoffset: 778;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes sketchOut {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 778;
  }
}
@keyframes modalFadeIn {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: white;
  }
}
@keyframes modalFadeOut {
  0% {
    background-color: white;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes modalContentFadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes modalContentFadeOut {
  0% {
    opacity: 1;
    top: 0px;
  }
  100% {
    opacity: 0;
    top: -20px;
  }
}
@keyframes bondJamesBond {
  0% {
    transform: translateX(1000px);
  }
  80% {
    transform: translateX(0px);
    border-radius: 75px;
    height: 75px;
    width: 75px;
  }
  90% {
    border-radius: 3px;
    height: 182px;
    width: 247px;
  }
  100% {
    border-radius: 3px;
    height: 162px;
    width: 227px;
  }
}
@keyframes killShot {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(300px) rotate(45deg);
    opacity: 0;
  }
}
@keyframes fadeToRed {
  0% {
    background-color: rgba(0, 0, 0, 0.6);
  }
  100% {
    background-color: rgba(255, 0, 0, 0.8);
  }
}
@keyframes slowFade {
  0% {
    opacity: 1;
  }
  99.9% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
/*
 Theme Name:    Elangeni Company Profile
 Theme URI:     https://github.com/anesca/elangeni
 Description:   Custom theme for Elangeni Company Profile website
 Version:       1.0
 Author:        Anesca Dames
 Author URI:    https://anescadames.com
 Text Domain:   -
 Domain Path:   -
 Tags:          responsive-layout
 License:       -
 License URI:   -
*/
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

div,
section,
input {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background-color: #F7F3E9;
}
body::-webkit-scrollbar {
  width: 6px;
}
body::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: rgba(45, 79, 54, 0.8);
}

h1 {
  font-family: "Bree Serif", serif;
  font-size: 4em;
  font-style: normal;
  font-weight: 700;
}

h2 {
  font-family: "Bree Serif", serif;
  font-size: 3em;
  letter-spacing: 1px;
}

h3 {
  font-family: "Bree Serif", serif;
  font-size: 2em;
  letter-spacing: 1px;
}

h4 {
  font-family: "Bree Serif", serif;
  font-size: 1.3em;
  margin-top: 0px;
  letter-spacing: 1px;
}

p {
  font-family: "Inria Sans", Arial, Helvetica, sans-serif;
  font-size: 1em;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 1.1em;
  }
}

.larger-p {
  font-size: 1.2em;
}

a {
  text-decoration: none;
  font-weight: bold;
}

.box-link {
  padding: 2em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  min-height: 250px;
}
.box-link:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .box-link {
    padding: 4em;
    min-height: 350px;
  }
}

.mg-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-20 {
  margin-top: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.huge-text {
  font-size: 64px;
}

.text-white {
  color: white;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-spacing {
  padding: 2em 1em;
}
@media screen and (min-width: 1024px) {
  .text-spacing {
    padding: 4em 2em;
  }
}

.bg-green {
  background-color: #2D4F36;
}

.bg-purple {
  background-color: #4B2C46;
}

.bg-cream {
  background-color: #F7F3E9;
}

.bg-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.bg-aronia {
  background-color: #4B2C46;
  background-image: url("./assets/aronia-berry.jpg");
}

.bg-sheep {
  background-color: #F7F3E9;
  background-image: url("./assets/dorper-sheep-1.jpg");
}

.bg-beekeeping {
  background-color: #F7F3E9;
  background-image: url("./assets/beekeeping.jpg");
}

.bg-events {
  background-color: #2D4F36;
  background-image: url("./assets/farm-road.jpg");
}

.bg-baby-sheep {
  background-color: #2D4F36;
  background-image: url("./assets/baby-sheep.png");
}

.hide-mobile {
  display: none;
}
@media screen and (min-width: 768px) {
  .hide-mobile {
    display: block;
  }
}

.hide-tablet-mobile {
  display: none;
}
@media screen and (min-width: 1024px) {
  .hide-tablet-mobile {
    display: block;
  }
}

.hide-tablet-desktop {
  display: block;
}
@media screen and (min-width: 768px) {
  .hide-tablet-desktop {
    display: none;
  }
}

.hide-desktop {
  display: block;
}
@media screen and (min-width: 1024px) {
  .hide-desktop {
    display: none;
  }
}

.img-responsive {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.img-max-w {
  max-width: 600px;
}

.spacer {
  display: block;
  width: 100%;
  padding: 5px;
}
@media screen and (min-width: 1024px) {
  .spacer {
    padding: 10px;
  }
}

main {
  padding-top: 47px;
}

.section {
  padding: 2em 1em;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .section {
    padding: 4em 2em;
  }
}

.content-container {
  max-width: 1512px;
  margin: 0 auto;
  box-sizing: border-box;
}

.skinny-container {
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
}

.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .d-flex {
    flex-direction: row;
    gap: 40px;
  }
}

.flex-gap-small {
  gap: 10px;
}

.c-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 1;
}
@media screen and (min-width: 1024px) {
  .flex-2 {
    flex: 2;
  }
}

.flex-50 > div {
  flex: 0 0 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .flex-50 > div {
    flex: 0 0 50%;
  }
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-right {
  justify-content: flex-end;
}

.flex-left {
  justify-content: flex-start;
}

.flex-center {
  justify-content: center;
}

.flex-space-between {
  justify-content: space-between;
}

.flex-bottom {
  align-items: flex-end !important;
}

.flex-reverse-mobile {
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .flex-reverse-mobile {
    flex-direction: row;
  }
}

.grid-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}

.grid-item-2 {
  flex: 0 0 100%;
}
@media screen and (min-width: 1024px) {
  .grid-item-2 {
    flex: 0 0 50%;
  }
}

.grid-p {
  padding: 2em 1em;
}
@media screen and (min-width: 1024px) {
  .grid-p {
    padding: 4em 2em;
  }
}

.d-grid {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: 1fr;
  gap: 0;
}
@media screen and (min-width: 1024px) {
  .d-grid {
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .d-grid--2 {
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

.no-gap {
  gap: 0 !important;
}

.w-100 {
  width: 100%;
}

.full-screen {
  width: 100vw;
  height: 100vh;
}

.overlay-dark {
  background-color: rgba(0, 0, 0, 0.7);
}

.button {
  appearance: none;
  border: none;
  font-family: "Inria Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 10px 20px;
}
.button--purple {
  background-color: #4B2C46;
  color: white;
}

/*
 Theme Name:    Elangeni Company Profile
 Theme URI:     https://github.com/anesca/elangeni
 Description:   Custom theme for Elangeni Company Profile website
 Version:       1.0
 Author:        Anesca Dames
 Author URI:    https://anescadames.com
 Text Domain:   -
 Domain Path:   -
 Tags:          responsive-layout
 License:       -
 License URI:   -
*/
/* NAVBAR */
header {
  background-color: transparent;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  box-sizing: border-box;
}
header .hamburger {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  header .hamburger {
    display: none;
  }
}
header .hamburger .line {
  width: 25px;
  height: 2px;
  background-color: white;
  margin: 4px 0;
  transition: all 0.3s ease;
}
header .hamburger.active .line:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}
header .hamburger.active .line:nth-child(2) {
  opacity: 0;
}
header .hamburger.active .line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
header .nav {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  background: #2D4F36;
  box-sizing: border-box;
  padding: 10px 20px;
  box-shadow: 4px 4px 6px 2px rgba(0, 0, 0, 0.1);
}
header .nav__logo {
  align-self: center;
}
header .nav__logo img {
  width: 100%;
  max-width: 150px;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (min-width: 1024px) {
  header .nav__logo {
    align-self: auto;
  }
}
header .nav__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
  position: absolute;
  top: 50px;
  right: 0;
  width: 200px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  background-color: rgba(45, 79, 54, 0.95);
  transition: max-height 0.5s ease, opacity 0.2s ease;
  padding: 20px;
  gap: 1em;
}
header .nav__list.active {
  max-height: 300px;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  header .nav__list {
    position: relative;
    flex-direction: row;
    gap: 5em;
    top: 0;
    left: 0;
    width: auto;
    padding: 0;
    max-height: 300px;
    overflow: visible;
    opacity: 1;
  }
}
header .nav__list li a {
  font-family: "Inria Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #F7F3E9;
  text-decoration: none;
  transition: 0.4s;
  position: relative;
}
@media screen and (min-width: 1024px) {
  header .nav__list li a {
    font-size: 18px;
  }
}
header .nav__list li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: white;
  bottom: -2px;
  left: 0;
  transition: width 0.4s;
}
header .nav__list li a:hover {
  color: white;
}
header .nav__list li a:hover::before {
  width: 100%;
}

/* MASTHEAD */
.masthead {
  background-color: #2D4F36;
  background-image: url("./assets/masthead.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  height: calc(100vh - 47px);
  max-height: 9999px;
}
@media screen and (min-width: 768px) {
  .masthead {
    max-height: 860px;
  }
}
.masthead__wrapper {
  width: 100%;
  height: 100%;
}
.masthead__container {
  width: 100%;
  height: 100%;
  padding: 2em 1em;
}
@media screen and (min-width: 768px) {
  .masthead__container {
    padding: 4em 2em;
  }
}
.masthead__title p {
  font-family: "Inria Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 48px;
  color: white;
  margin-bottom: 0.5em;
}
.masthead__title img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.masthead__logo {
  text-align: center;
}
.masthead__logo img {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}

/* HOME - PRODUCE */
.produce-grid__item {
  box-sizing: border-box;
  height: 240px;
}
@media screen and (min-width: 480px) {
  .produce-grid__item {
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .produce-grid__item {
    height: 360px;
  }
}
.produce-grid__link {
  justify-content: flex-end;
  padding: 2em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}
.produce-grid__link:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .produce-grid__link {
    padding: 4em;
  }
}
.produce-grid__link h4 {
  color: white;
  text-decoration: none;
}

/* CONTACT */
.contact-list {
  padding: 0;
  margin: 0;
}
.contact-list li {
  list-style-type: none;
  margin-bottom: 20px;
}
.contact-list img {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .contact-list img {
    width: 26px;
    height: 26px;
    margin-right: 20px;
  }
}
.contact-list a {
  display: inline-block;
  position: relative;
  font-family: "Inria Sans", Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: black;
  font-weight: 400 !important;
  top: -6px;
}
.contact-list a:hover {
  color: #2D4F36;
}
@media screen and (min-width: 768px) {
  .contact-list a {
    font-size: 1.2em;
  }
}

/* FOOTER */
.footer {
  background-color: #2D4F36;
  width: 100vw;
}
.footer span {
  font-family: "Inria Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #F7F3E9;
  font-size: 14px;
}
.footer a {
  font-family: "Inria Sans", Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-decoration: none;
  color: white;
}
.footer__wrapper {
  width: 100%;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .footer__wrapper {
    padding: 1.5em 2em;
  }
}
.footer__item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 932px) {
  .footer__item {
    flex-direction: row;
  }
}
.footer__logo {
  display: block;
  width: 100%;
  max-width: 180px;
}
.footer__member {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.footer__member img {
  display: inline-block;
  width: 60px;
}
.footer__member span {
  font-size: 16px;
  font-weight: 400;
}
.footer_socials {
  padding-top: 10px;
  position: relative;
  top: 10px;
}

/* SOCIAL LIST */
.social-list {
  padding: 0;
  margin: 0;
}
.social-list li {
  list-style-type: none;
  display: inline-block;
  margin-right: 2px;
}
.social-list li a {
  padding: 5px;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
  line-height: 20px;
  display: block;
  height: 20px;
}
.social-list li a:hover {
  opacity: 1;
}
.social-list li a img {
  display: block;
  width: 25px;
  height: 25px;
}

.form {
  max-width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
}
.form p {
  margin-top: 0;
}

.form--left {
  margin: 0;
  max-width: 800px;
}

.form-white label {
  color: white;
}

.form-label {
  font-size: 14px;
  font-family: "Inria Sans", Arial, Helvetica, sans-serif;
  color: black;
  float: left;
}

.form-input {
  appearance: none;
  box-shadow: none;
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #222;
  font-size: 16px;
  font-family: "Inria Sans", Arial, Helvetica, sans-serif;
  color: black;
  border-radius: 5px;
  box-sizing: border-box;
}

/*# sourceMappingURL=style.css.map */
