/*   
Theme Name: RYTE by ThatGuyCode
Theme URI: https://www.thatguycode.com/
Description: A custom resposive theme
Author: ThatGuyCode
Author URI: https://www.thatguycode.com/
Version: 1.0
*/
/*
    VARIABLES

    ----------------------- */
/*
    COLORS

    ----------------------- */
/*
    MEDIA QUERIES

    ----------------------- */
/*
 *	MIXINS
 *	================================================== */
/*
    SITE CSS

    ----------------------- */
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overscroll-behavior: none;
}

/*  HEADER  */
header {
  position: absolute;
  top: 0;
  z-index: 60;
  width: 100%;
}
header #sidebar {
  display: none;
  position: fixed;
  padding: 0px;
  left: 0;
  top: 0;
  width: 300px;
  height: 100vh;
  z-index: 50;
}
header .burger-menu {
  position: fixed;
  top: 50px;
  right: 30px;
  font-size: 30px;
  background-color: #ffffff;
  padding: 10px;
  line-height: 25px;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  z-index: 60;
  box-shadow: 1px 1px 5px 0px rgba(206, 206, 206, 0.75);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(206, 206, 206, 0.75);
  -moz-box-shadow: 1px 1px 5px 0px rgba(206, 206, 206, 0.75);
}
header .burger-menu #nav-icon1 {
  margin-top: 3px;
  width: 30px;
  height: 45px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  top: 0;
  left: 0;
}
header .burger-menu #nav-icon1.open {
  top: -8px;
  left: 0;
}
header .burger-menu #nav-icon1 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #142A36;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header .burger-menu #nav-icon1 span:nth-child(1) {
  top: 0px;
}
header .burger-menu #nav-icon1 span:nth-child(2) {
  top: 10px;
}
header .burger-menu #nav-icon1 span:nth-child(3) {
  top: 21px;
}
header .burger-menu #nav-icon1.open span:nth-child(1) {
  top: 18px;
  transform: rotate(135deg);
}
header .burger-menu #nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
header .burger-menu #nav-icon1.open span:nth-child(3) {
  top: 18px;
  transform: rotate(-135deg);
}

/*  MAIN  */
main {
  /*

    @WHAT'S RIGHT ABOUT RYTE

  */
}
main .wpforms-container input, main .wpforms-container textarea, main .wpforms-container .wpforms-submit {
  border: 2px solid #FFFFFF !important;
  background: transparent !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}
main .wpforms-container .wpforms-submit {
  color: #F7DD4A !important;
  background-color: #2A753D !important;
  border: none !important;
  width: 100%;
}
main .circle {
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  text-align: center;
  display: flex;
  height: 300px;
  width: 300px !important;
}
@media screen and (max-width: 1024px) {
  main .circle {
    height: 140px;
    width: 140px !important;
  }
}
main .circle.teal {
  background-color: #87DCDD;
}
main .circle.yellow {
  background-color: #F7DD4A;
}
main .circle.darkorange {
  background-color: #EA4326;
}
main .circle.green {
  background-color: #C0F454;
}
main .circle.orange {
  background-color: #F1AB44;
}
main .circle.floating-button {
  margin-top: 50px;
  animation: float 6s ease-in-out infinite;
  z-index: 10;
  height: 120px;
  width: 120px !important;
}
main .circle.floating-button img {
  margin: 0 auto 10px auto;
  display: block;
  width: 30%;
}
main .gallery img {
  border: none !important;
}

@media screen and (max-width: 1024px) {
  .initiative-1382 {
    display: none;
  }
}

.initiative-1530 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .initiative-1530 {
    display: block;
  }
}

.contact-section .showMobile {
  display: none;
  background-color: #F7DD4A;
}
@media screen and (max-width: 1024px) {
  .contact-section .showMobile {
    display: block;
  }
}

.initiatives-section .showMobile {
  display: none;
  background-color: #87DCDD;
}
@media screen and (max-width: 1024px) {
  .initiatives-section .showMobile {
    display: block;
  }
}

/*
  HORIZONTAL SCROLL
  ----------------------------------- */
.sticky-wrapper {
  position: sticky;
  top: 0;
  width: 100%;
  overflow: hidden;
}

.element-wrapper {
  position: relative;
  display: flex;
}

.element {
  width: 100%;
  height: 100vh;
  color: #FFFFFF;
  flex-shrink: 0;
}/*# sourceMappingURL=style.css.map */