/**
* Theme Name:     Gumnuts Theme
* Theme URI:      https://www.elegantthemes.com/divi/
* Template:       Divi
* Version:        2.0.0
**/
/*------------------------------------*\
    $TABLE OF CONTENTS
\*------------------------------------*/
/**
 *
 * $COMMON............................Common definitions
 *
 * $STRUCTURE
 *      $CONTENT......................Content section
 *      $HEADER.......................Header + navigation section
 *      $SIDEBAR......................Sidebar section
 *      $FOOTER.......................Footer section
 *      $TYPOGRAPHY...................Typography definitions
 *
 * $MODULES
 *      $QUOTES.......................Quotes (Testimonials)
 *      $BUTTONS......................Custom buttons
 *      $LINKS........................Links
 *      $INPUTS.......................Form inputs and controls
 *      $PAGINATION...................Pagination
 *      $NAVS.........................Navigations
 *
 * $PAGES
 *      $HOME PAGE.................Definitions for home page
 */
@import url("../Divi/style.css");
@import url("https://fonts.googleapis.com/css?family=Schoolbell");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatedBackground {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes shake {
  from {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
  }
  to {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
  }
}
@keyframes squeeze {
  from {
    background-size: 100% 100%;
  }
  to {
    background-size: 100% 90%;
  }
}
/*------------------------------------*\
    $COMMON
\*------------------------------------*/
/* line 7, sass/theme/_common.scss */
body .row-clouds-bg {
  position: relative;
}
/* line 11, sass/theme/_common.scss */
body .row-clouds-bg {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0;
}
/* line 16, sass/theme/_common.scss */
body .row-clouds-bg:before {
  content: '';
  z-index: -3;
  background: url("assets/img/mini-clouds.png");
  background-repeat: repeat-x;
  background-position: 0px 0px;
  height: 200px;
  width: 100%;
  top: -10em;
  left: 0;
  visibility: visible;
  position: absolute;
  -webkit-animation: animatedBackground 20s infinite;
  -moz-animation: animatedBackground 20s infinite;
  animation: animatedBackground 20s linear infinite;
}
@media (max-width: 1500px) {
  /* line 16, sass/theme/_common.scss */
  body .row-clouds-bg:before {
    -webkit-animation: animatedBackground 30s infinite;
    -moz-animation: animatedBackground 30s infinite;
    animation: animatedBackground 30s linear infinite;
  }
}
@media (max-width: 980px) {
  /* line 16, sass/theme/_common.scss */
  body .row-clouds-bg:before {
    top: -7em;
  }
}
/* line 44, sass/theme/_common.scss */
body .row-clouds-bg:after {
  content: '';
  z-index: -3;
  background: url("assets/img/large-clouds.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 200px;
  width: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  position: absolute;
  -webkit-animation: animatedBackground 40s infinite;
  -moz-animation: animatedBackground 40s infinite;
  animation: animatedBackground 40s linear infinite;
}
/* line 63, sass/theme/_common.scss */
body #main-content {
  min-height: 30vh;
}
/* line 66, sass/theme/_common.scss */
body #main-content .parallax__group {
  min-height: 75vh;
  background-color: transparent;
}
/* line 70, sass/theme/_common.scss */
body #main-content .parallax__group.generic-header-content {
  min-height: auto;
}
/* line 74, sass/theme/_common.scss */
body #main-content .parallax__group.contact-form-header {
  margin-bottom: 50px;
}
/* line 78, sass/theme/_common.scss */
body #main-content .parallax__group.parallax-content {
  z-index: 5;
  background-color: #e5e0d8;
}
/* line 82, sass/theme/_common.scss */
body #main-content .parallax__group.parallax-content.with-grass {
  position: relative;
  margin-top: 7%;
}
@media (max-width: 980px) {
  /* line 82, sass/theme/_common.scss */
  body #main-content .parallax__group.parallax-content.with-grass {
    padding-bottom: 200px;
  }
}
/* line 90, sass/theme/_common.scss */
body #main-content .parallax__group.parallax-content.with-grass:before {
  content: '';
  z-index: -1;
  background: url("assets/img/gray-grass.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: -14em;
  height: 203px;
  width: 100%;
}
@media (max-width: 1030px) {
  /* line 90, sass/theme/_common.scss */
  body #main-content .parallax__group.parallax-content.with-grass:before {
    background-size: contain;
    top: -9em;
  }
}
@media (max-width: 900px) {
  /* line 90, sass/theme/_common.scss */
  body #main-content .parallax__group.parallax-content.with-grass:before {
    top: -8em;
  }
}
@media (max-width: 800px) {
  /* line 90, sass/theme/_common.scss */
  body #main-content .parallax__group.parallax-content.with-grass:before {
    top: -7em;
  }
}
@media (max-width: 700px) {
  /* line 90, sass/theme/_common.scss */
  body #main-content .parallax__group.parallax-content.with-grass:before {
    top: -5em;
  }
}
@media (max-width: 530px) {
  /* line 90, sass/theme/_common.scss */
  body #main-content .parallax__group.parallax-content.with-grass:before {
    top: -3em;
  }
}
/* line 127, sass/theme/_common.scss */
body #main-content .parallax__group.parallax-content.with-grass.light:before {
  background: url("assets/img/gray-grass-light.png");
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 139, sass/theme/_common.scss */
body.home #page-container {
  position: relative;
}
/* line 142, sass/theme/_common.scss */
body.home #page-container:before, body.home #page-container:after {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}
/* line 153, sass/theme/_common.scss */
body.home #page-container:before {
  content: '';
  z-index: -2;
  background: url("assets/img/big-tree.png") no-repeat fixed 87% 50%;
  background-size: auto;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1400px) and (max-height: 650px) {
  /* line 153, sass/theme/_common.scss */
  body.home #page-container:before {
    background: url("assets/img/big-tree.png") no-repeat fixed 87% 110%;
    background-size: 40%;
  }
}
@media (max-width: 1300px) {
  /* line 153, sass/theme/_common.scss */
  body.home #page-container:before {
    background: url("assets/img/big-tree.png") no-repeat fixed 85% 90%;
    background-size: 40%;
  }
}
@media (max-width: 1280px) {
  /* line 153, sass/theme/_common.scss */
  body.home #page-container:before {
    background: url("assets/img/big-tree.png") no-repeat fixed 80% 87%;
    background-size: 43%;
  }
}
@media (max-width: 1200px) {
  /* line 153, sass/theme/_common.scss */
  body.home #page-container:before {
    background: url("assets/img/big-tree.png") no-repeat fixed 87% 97%;
    background-size: 40%;
  }
}
@media (max-width: 1130px) {
  /* line 153, sass/theme/_common.scss */
  body.home #page-container:before {
    background: url("assets/img/big-tree.png") no-repeat fixed 87% 97%;
    background-size: 40%;
  }
}
@media (max-width: 1100px) {
  /* line 153, sass/theme/_common.scss */
  body.home #page-container:before {
    background: url("assets/img/big-tree.png") no-repeat fixed 90% 97%;
    background-size: 40%;
  }
}
@media (max-width: 1030px) {
  /* line 153, sass/theme/_common.scss */
  body.home #page-container:before {
    background: url("assets/img/big-tree.png") no-repeat fixed 90% 102%;
    background-size: 44%;
  }
}
@media (max-width: 980px) {
  /* line 153, sass/theme/_common.scss */
  body.home #page-container:before {
    background: url("assets/img/big-tree.png") no-repeat fixed 90% 102%;
    background-size: 44%;
  }
}
@media (max-width: 768px) {
  /* line 153, sass/theme/_common.scss */
  body.home #page-container:before {
    background: url("assets/img/big-tree.png") no-repeat fixed 82% 100%;
    background-size: 60%;
  }
}
@media (max-width: 1300px) {
  /* line 212, sass/theme/_common.scss */
  body.home #main-content .parallax__group {
    height: 90vh;
  }
}
@media (max-width: 980px) {
  /* line 212, sass/theme/_common.scss */
  body.home #main-content .parallax__group {
    height: auto;
  }
}
/* line 225, sass/theme/_common.scss */
body.home #main-content .parallax__group.parallax-content.with-grass {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 231, sass/theme/_common.scss */
body.home #main-content .parallax__group .row-mini-items-bg {
  position: relative;
}
/* line 235, sass/theme/_common.scss */
body.home #main-content .parallax__group .row-mini-items-bg {
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
}
/* line 240, sass/theme/_common.scss */
body.home #main-content .parallax__group .row-mini-items-bg:before {
  content: '';
  z-index: 6;
  background: url("assets/img/magnifying-glass-img.png");
  background-repeat: no-repeat;
  height: 81px;
  width: 80px;
  top: 3em;
  left: 3em;
  position: absolute;
  -webkit-animation: shake 0.9s ease-in-out 0.5s infinite alternate;
  -moz-animation: shake 0.9s ease-in-out 0.5s infinite alternate;
  animation: shake 0.9s ease-in-out 0.5s infinite alternate;
}
/* line 256, sass/theme/_common.scss */
body.home #main-content .parallax__group .row-mini-items-bg:after {
  content: '';
  z-index: 6;
  background: url("assets/img/bag-img.png");
  background-repeat: no-repeat;
  height: 115px;
  width: 97px;
  top: 0;
  right: 3em;
  position: absolute;
  visibility: visible;
  -webkit-animation: shake 0.9s ease-in-out 0.5s infinite alternate;
  -moz-animation: shake 0.9s ease-in-out 0.5s infinite alternate;
  animation: shake 0.9s ease-in-out 0.5s infinite alternate;
}
/* line 279, sass/theme/_common.scss */
body .timeline-override #cd-timeline {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 283, sass/theme/_common.scss */
body .timeline-override #cd-timeline:before {
  background-color: transparent;
  border: 1px dashed #198c45;
  width: 0;
  z-index: 1;
  margin-left: 0;
}
@media (min-width: 751px) {
  /* line 283, sass/theme/_common.scss */
  body .timeline-override #cd-timeline:before {
    left: 50%;
    margin-left: 0;
  }
}
/* line 296, sass/theme/_common.scss */
body .timeline-override #cd-timeline .cd-timeline-img {
  width: 15px;
  height: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: none;
  background: #198c45;
  z-index: 2;
}
@media (max-width: 750px) {
  /* line 296, sass/theme/_common.scss */
  body .timeline-override #cd-timeline .cd-timeline-img {
    left: 12px;
    right: auto;
  }
}
/* line 311, sass/theme/_common.scss */
body .timeline-override #cd-timeline .cd-timeline-img .et-pb-icon {
  min-height: 15px;
  min-width: 15px;
  padding: 0;
  box-shadow: none;
  background: transparent;
  border: 0;
}
/* line 321, sass/theme/_common.scss */
body .timeline-override #cd-timeline .cd-timeline-block {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 329, sass/theme/_common.scss */
body .timeline-override #cd-timeline .cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-date {
  display: block;
  float: right;
  position: relative;
  left: auto;
  text-align: right;
}
@media (max-width: 750px) {
  /* line 329, sass/theme/_common.scss */
  body .timeline-override #cd-timeline .cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-date {
    float: none;
    left: 0;
    text-align: left;
  }
}
@media (min-width: 751px) {
  /* line 347, sass/theme/_common.scss */
  body .timeline-override #cd-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
}
/* line 353, sass/theme/_common.scss */
body .timeline-override #cd-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
  right: auto;
  display: block;
  text-align: left;
}
/* line 359, sass/theme/_common.scss */
body .timeline-override #cd-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-timeline-content-liner {
  float: right;
}
/* line 365, sass/theme/_common.scss */
body .timeline-override #cd-timeline .cd-timeline-block .cd-timeline-content {
  box-shadow: none;
  margin-left: 0;
  padding: 0px 40px 10px;
  width: 50%;
}
@media (max-width: 750px) {
  /* line 365, sass/theme/_common.scss */
  body .timeline-override #cd-timeline .cd-timeline-block .cd-timeline-content {
    width: 100%;
    margin-left: 0;
  }
}
/* line 376, sass/theme/_common.scss */
body .timeline-override #cd-timeline .cd-timeline-block .cd-timeline-content .cd-date {
  top: -12px;
  color: #198c45 !important;
  font-weight: 500;
  opacity: 1;
  width: 20%;
  position: relative;
}
@media (max-width: 750px) {
  /* line 376, sass/theme/_common.scss */
  body .timeline-override #cd-timeline .cd-timeline-block .cd-timeline-content .cd-date {
    width: 100%;
    padding-bottom: 0;
  }
}
/* line 390, sass/theme/_common.scss */
body .timeline-override #cd-timeline .cd-timeline-block .cd-timeline-content .cd-timeline-content-liner {
  width: 80%;
}
@media (max-width: 750px) {
  /* line 390, sass/theme/_common.scss */
  body .timeline-override #cd-timeline .cd-timeline-block .cd-timeline-content .cd-timeline-content-liner {
    width: 100%;
  }
}
/* line 397, sass/theme/_common.scss */
body .timeline-override #cd-timeline .cd-timeline-block .cd-timeline-content .cd-timeline-content-liner h2 {
  display: none;
}
/* line 401, sass/theme/_common.scss */
body .timeline-override #cd-timeline .cd-timeline-block .cd-timeline-content .cd-timeline-content-liner p {
  font-weight: 500;
}
@media (max-width: 1024px) {
  /* line 401, sass/theme/_common.scss */
  body .timeline-override #cd-timeline .cd-timeline-block .cd-timeline-content .cd-timeline-content-liner p {
    padding: 0 15px;
  }
}
@media (max-width: 850px) {
  /* line 401, sass/theme/_common.scss */
  body .timeline-override #cd-timeline .cd-timeline-block .cd-timeline-content .cd-timeline-content-liner p {
    padding: 0 24px;
  }
}
@media (max-width: 750px) {
  /* line 401, sass/theme/_common.scss */
  body .timeline-override #cd-timeline .cd-timeline-block .cd-timeline-content .cd-timeline-content-liner p {
    text-align: left;
  }
}

/*------------------------------------*\
    $STRUCTURE
\*------------------------------------*/
/*------------------------------------*\
    $CONTENT
\*------------------------------------*/
/*------------------------------------*\
    $HEADER
\*------------------------------------*/
/* line 4, sass/theme/structure/_header.scss */
#main-header {
  box-shadow: none;
  z-index: 50;
  margin-top: -2px;
}
/* line 4, sass/theme/structure/_navigation.scss */
#main-header #top-menu li {
  padding-bottom: 40px;
  padding-right: 0;
  margin-right: 0px;
}
/* line 9, sass/theme/structure/_navigation.scss */
#main-header #top-menu li:last-child {
  margin-right: 0;
}
/* line 15, sass/theme/structure/_navigation.scss */
#main-header #top-menu li.current-menu-item > a, #main-header #top-menu li.current-menu-parent > a {
  color: #ffffff;
  background-color: #198c45;
  padding: 15px 30px;
  border-radius: 15px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 15, sass/theme/structure/_navigation.scss */
  #main-header #top-menu li.current-menu-item > a, #main-header #top-menu li.current-menu-parent > a {
    padding: 15px 20px;
  }
}
/* line 25, sass/theme/structure/_navigation.scss */
#main-header #top-menu li.current-menu-item > a:after, #main-header #top-menu li.current-menu-parent > a:after {
  top: 15px;
  right: 8px;
}
/* line 32, sass/theme/structure/_navigation.scss */
#main-header #top-menu li > a {
  padding-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 15px 30px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 32, sass/theme/structure/_navigation.scss */
  #main-header #top-menu li > a {
    padding: 15px 20px;
  }
}
/* line 43, sass/theme/structure/_navigation.scss */
#main-header #top-menu li > a:after {
  top: 12px;
}
/* line 50, sass/theme/structure/_navigation.scss */
#main-header #top-menu li ul.sub-menu {
  top: 53px;
}
/* line 53, sass/theme/structure/_navigation.scss */
#main-header #top-menu li ul.sub-menu li {
  padding-bottom: 15px;
}
/* line 58, sass/theme/structure/_navigation.scss */
#main-header #top-menu li ul.sub-menu li.current-menu-item > a {
  color: #198c45 !important;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 6px 20px 0 20px;
  border-radius: 0;
  background-color: transparent;
}
/* line 67, sass/theme/structure/_navigation.scss */
#main-header #top-menu li ul.sub-menu li.current-menu-item > a:hover {
  opacity: .7;
  color: #198c45;
  background-color: rgba(0, 0, 0, 0.03);
}
/* line 75, sass/theme/structure/_navigation.scss */
#main-header #top-menu li ul.sub-menu li > a {
  padding: 6px 20px;
}
/* line 78, sass/theme/structure/_navigation.scss */
#main-header #top-menu li ul.sub-menu li > a:hover {
  opacity: 1;
  color: #ffffff;
  background-color: #198c45;
}
/* line 10, sass/theme/structure/_header.scss */
#main-header.et-fixed-header {
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.1) !important;
}
/* line 17, sass/theme/structure/_header.scss */
#main-header.et-fixed-header #top-menu li {
  padding-bottom: 20px;
}
/* line 22, sass/theme/structure/_header.scss */
#main-header.et-fixed-header #et-top-navigation {
  padding-top: 10px !important;
}
/* line 27, sass/theme/structure/_header.scss */
#main-header #logo {
  position: relative;
  top: -25%;
  z-index: 11;
}
@media (max-width: 980px) {
  /* line 27, sass/theme/structure/_header.scss */
  #main-header #logo {
    top: auto;
  }
}
/* line 39, sass/theme/structure/_header.scss */
#main-header .mobile_menu_bar:before {
  color: #198c45;
}
/* line 44, sass/theme/structure/_header.scss */
#main-header .et_mobile_menu {
  border-top-color: #198c45;
}
/* line 48, sass/theme/structure/_header.scss */
#main-header #et-top-navigation {
  padding-top: 20px !important;
}

/* line 54, sass/theme/structure/_header.scss */
#main-header, #top-header {
  background-color: transparent !important;
}
/* line 57, sass/theme/structure/_header.scss */
#main-header.et-fixed-header, #top-header.et-fixed-header {
  background-color: #ffffff !important;
}

/* line 62, sass/theme/structure/_header.scss */
#top-header {
  z-index: 49;
  height: 80px;
}
/* line 66, sass/theme/structure/_header.scss */
#top-header #et-secondary-menu {
  position: relative;
  top: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 71, sass/theme/structure/_header.scss */
#top-header #et-secondary-menu #et-secondary-nav {
  position: relative;
  top: -10px;
}
/* line 75, sass/theme/structure/_header.scss */
#top-header #et-secondary-menu #et-secondary-nav li {
  vertical-align: middle;
}
/* line 84, sass/theme/structure/_header.scss */
#top-header #et-secondary-menu .header-social-icon.facebook a, #top-header #et-secondary-menu .header-social-icon.google a {
  color: transparent;
  text-align: center;
  padding: 10px;
  border: 2px solid #cdd6d0;
  border-radius: 10px;
  width: 50px;
  height: 40px;
}
/* line 97, sass/theme/structure/_header.scss */
#top-header #et-secondary-menu .header-social-icon.facebook a:before {
  content: "\f09a";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  display: inline-block;
  color: #198c45;
}
/* line 107, sass/theme/structure/_header.scss */
#top-header #et-secondary-menu .header-social-icon.google {
  margin-right: 45px;
}
/* line 111, sass/theme/structure/_header.scss */
#top-header #et-secondary-menu .header-social-icon.google a:before {
  content: "\f0d5";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  display: inline-block;
  color: #198c45;
}
/* line 123, sass/theme/structure/_header.scss */
#top-header #et-secondary-menu .header-social-icon.phone.last {
  display: block;
  margin-top: 5px;
}
/* line 128, sass/theme/structure/_header.scss */
#top-header #et-secondary-menu .header-social-icon.phone.no-margin {
  margin-right: 0;
}
/* line 132, sass/theme/structure/_header.scss */
#top-header #et-secondary-menu .header-social-icon.phone a {
  font-size: 18px;
  letter-spacing: 1px;
  vertical-align: middle;
  display: inline;
  padding-left: 35px;
  position: relative;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 132, sass/theme/structure/_header.scss */
  #top-header #et-secondary-menu .header-social-icon.phone a {
    font-size: 14px;
  }
}
/* line 144, sass/theme/structure/_header.scss */
#top-header #et-secondary-menu .header-social-icon.phone a:before {
  content: "\f095";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  display: inline-block;
  color: #cdd6d0;
  left: 0;
  position: absolute;
  top: 3px;
}
/* line 161, sass/theme/structure/_header.scss */
#top-header.et-fixed-header #et-secondary-menu {
  top: 10px;
}

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
/* line 7, sass/theme/structure/_footer.scss */
body #main-footer {
  background-color: #70655c;
  position: relative;
}
/* line 12, sass/theme/structure/_footer.scss */
body #main-footer:before {
  content: '';
  z-index: 6;
  background: url("assets/img/frog-img.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  visibility: hidden;
  left: 5em;
  top: -12em;
  height: 198px;
  width: 160px;
  -webkit-animation: squeeze 0.9s ease-in-out 0.5s infinite alternate;
  -moz-animation: squeeze 0.9s ease-in-out 0.5s infinite alternate;
  animation: squeeze 0.9s ease-in-out 0.5s infinite alternate;
}
@media (max-width: 1030px) {
  /* line 12, sass/theme/structure/_footer.scss */
  body #main-footer:before {
    top: -10em;
    height: 173px;
    width: 140px;
  }
}
@media (max-width: 530px) {
  /* line 12, sass/theme/structure/_footer.scss */
  body #main-footer:before {
    top: -10em;
    height: 142px;
    width: 115px;
  }
}
/* line 42, sass/theme/structure/_footer.scss */
body #main-footer:after {
  content: '';
  z-index: 5;
  background: url("assets/img/footer-bg-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: -11em;
  height: 160px;
  width: 100%;
  visibility: visible;
}
@media (max-width: 1030px) {
  /* line 42, sass/theme/structure/_footer.scss */
  body #main-footer:after {
    top: -7em;
    height: 110px;
  }
}
/* line 62, sass/theme/structure/_footer.scss */
body #main-footer #footer-widgets {
  padding-top: 2%;
}
@media (max-width: 530px) {
  /* line 65, sass/theme/structure/_footer.scss */
  body #main-footer #footer-widgets .widget_media_image {
    text-align: center;
    width: 100%;
  }
}
/* line 72, sass/theme/structure/_footer.scss */
body #main-footer #footer-widgets .widget_media_image img {
  width: 80%;
  opacity: 0.3;
}
/* line 78, sass/theme/structure/_footer.scss */
body #main-footer #footer-widgets .widget_nav_menu {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  /* line 78, sass/theme/structure/_footer.scss */
  body #main-footer #footer-widgets .widget_nav_menu {
    margin-bottom: 10px !important;
  }
}
/* line 85, sass/theme/structure/_footer.scss */
body #main-footer #footer-widgets .widget_nav_menu .menu-footer-menu-container {
  float: right;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 85, sass/theme/structure/_footer.scss */
  body #main-footer #footer-widgets .widget_nav_menu .menu-footer-menu-container {
    float: none;
    text-align: center;
  }
}
/* line 96, sass/theme/structure/_footer.scss */
body #main-footer #footer-widgets .widget_nav_menu .menu-footer-menu-container ul li {
  display: inline-block;
  margin-left: 30px;
}
@media (max-width: 980px) {
  /* line 96, sass/theme/structure/_footer.scss */
  body #main-footer #footer-widgets .widget_nav_menu .menu-footer-menu-container ul li {
    margin-left: 0px;
  }
}
@media (max-width: 530px) {
  /* line 96, sass/theme/structure/_footer.scss */
  body #main-footer #footer-widgets .widget_nav_menu .menu-footer-menu-container ul li {
    display: block;
  }
}
/* line 108, sass/theme/structure/_footer.scss */
body #main-footer #footer-widgets .widget_nav_menu .menu-footer-menu-container ul li:before {
  display: none;
}
/* line 112, sass/theme/structure/_footer.scss */
body #main-footer #footer-widgets .widget_nav_menu .menu-footer-menu-container ul li:first-child {
  margin-left: 0;
}
/* line 116, sass/theme/structure/_footer.scss */
body #main-footer #footer-widgets .widget_nav_menu .menu-footer-menu-container ul li a {
  color: #c6b8a9;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 18px;
}
@media (max-width: 1030px) {
  /* line 116, sass/theme/structure/_footer.scss */
  body #main-footer #footer-widgets .widget_nav_menu .menu-footer-menu-container ul li a {
    font-size: 16px;
  }
}
@media (max-width: 980px) {
  /* line 116, sass/theme/structure/_footer.scss */
  body #main-footer #footer-widgets .widget_nav_menu .menu-footer-menu-container ul li a {
    font-size: 14px;
  }
}
/* line 138, sass/theme/structure/_footer.scss */
body #main-footer #footer-widgets .widget_text ul {
  float: right;
}
@media (max-width: 767px) {
  /* line 138, sass/theme/structure/_footer.scss */
  body #main-footer #footer-widgets .widget_text ul {
    float: none;
    text-align: center;
  }
}
/* line 146, sass/theme/structure/_footer.scss */
body #main-footer #footer-widgets .widget_text ul li {
  display: inline-block;
}
/* line 150, sass/theme/structure/_footer.scss */
body #main-footer #footer-widgets .widget_text ul li:before {
  display: none;
}
/* line 155, sass/theme/structure/_footer.scss */
body #main-footer #footer-widgets .widget_text ul li a.footer-social-icon {
  color: transparent;
  text-align: center;
  padding: 7px;
  border: 2px solid #928579;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  display: inline-block;
}
/* line 166, sass/theme/structure/_footer.scss */
body #main-footer #footer-widgets .widget_text ul li a.footer-social-icon.facebook:before {
  content: "\f09a";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  display: inline-block;
  color: #c6b8a9;
}
/* line 176, sass/theme/structure/_footer.scss */
body #main-footer #footer-widgets .widget_text ul li a.footer-social-icon.google:before {
  content: "\f0d5";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  display: inline-block;
  color: #c6b8a9;
}
/* line 185, sass/theme/structure/_footer.scss */
body #main-footer #footer-widgets .widget_text ul li a.footer-social-icon.phone {
  font-size: 20px;
  letter-spacing: 1px;
  vertical-align: middle;
  display: inline;
  padding-left: 35px;
  position: relative;
  border: 0;
  font-weight: 500;
  color: #c6b8a9;
  margin-left: 30px;
}
/* line 197, sass/theme/structure/_footer.scss */
body #main-footer #footer-widgets .widget_text ul li a.footer-social-icon.phone:before {
  content: "\f095";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  display: inline-block;
  color: #a19284;
  left: 6px;
  position: absolute;
  top: 12px;
}
/* line 214, sass/theme/structure/_footer.scss */
body #main-footer #footer-widgets .widget_nav_menu, body #main-footer #footer-widgets .widget_text {
  float: none;
  display: block;
  clear: both;
}
/* line 221, sass/theme/structure/_footer.scss */
body #main-footer #footer-bottom {
  background-color: #685e56;
  position: relative;
  padding: 30px 0 15px;
}
/* line 226, sass/theme/structure/_footer.scss */
body #main-footer #footer-bottom:before {
  content: '';
  z-index: 0;
  background: url("assets/img/end-credits-bg-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: -7em;
  height: 130px;
  width: 100%;
}
@media (max-width: 1500px) {
  /* line 226, sass/theme/structure/_footer.scss */
  body #main-footer #footer-bottom:before {
    top: -4em;
  }
}
@media (max-width: 1100px) {
  /* line 226, sass/theme/structure/_footer.scss */
  body #main-footer #footer-bottom:before {
    top: -5em;
  }
}
/* line 251, sass/theme/structure/_footer.scss */
body #main-footer #footer-info {
  display: block;
  text-align: center;
  width: 100%;
}
/* line 260, sass/theme/structure/_footer.scss */
body.home #main-footer {
  margin-top: 0;
}
/* line 263, sass/theme/structure/_footer.scss */
body.home #main-footer:before {
  visibility: visible;
}

/*------------------------------------*\
    $SIDEBAR
\*------------------------------------*/
/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/
/* line 5, sass/theme/structure/_typography.scss */
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

/* line 10, sass/theme/structure/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Schoolbell", cursive;
}

/*------------------------------------*\
    $MODULES
\*------------------------------------*/
/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/
/*------------------------------------*\
    $LINKS
\*------------------------------------*/
/*------------------------------------*\
    $INPUTS
\*------------------------------------*/
/*------------------------------------*\
    $NAVS
\*------------------------------------*/
/*------------------------------------*\
    $PAGES
\*------------------------------------*/
/* line 7, sass/theme/pages/_home.scss */
.home-main-banner .home-main-content .content-wrapper h1 {
  font-family: "Schoolbell", cursive;
  color: #395242;
  font-size: 42px;
  line-height: 54px;
}
@media (max-width: 1100px) {
  /* line 7, sass/theme/pages/_home.scss */
  .home-main-banner .home-main-content .content-wrapper h1 {
    font-size: 32px;
  }
}
/* line 18, sass/theme/pages/_home.scss */
.home-main-banner .home-main-content .content-wrapper ul {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding-left: 0;
  list-style-type: none;
}
/* line 24, sass/theme/pages/_home.scss */
.home-main-banner .home-main-content .content-wrapper ul li {
  margin-bottom: 8px;
}
/* line 27, sass/theme/pages/_home.scss */
.home-main-banner .home-main-content .content-wrapper ul li:before {
  content: "\f00c";
  width: 16px;
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #198c45;
}
@media (max-width: 1100px) {
  /* line 24, sass/theme/pages/_home.scss */
  .home-main-banner .home-main-content .content-wrapper ul li {
    font-size: 12px;
  }
}
/* line 48, sass/theme/pages/_home.scss */
.home-main-banner .home-main-content .video-wrapper .et_pb_video, .home-main-banner .home-main-content .video-wrapper .et_pb_code {
  position: relative;
  border: 2px dashed #198c45;
  padding: 15px;
}
/* line 53, sass/theme/pages/_home.scss */
.home-main-banner .home-main-content .video-wrapper .et_pb_video:after, .home-main-banner .home-main-content .video-wrapper .et_pb_code:after {
  content: '';
  width: 227px;
  height: 159px;
  background: url("assets/img/ribbon-img.png");
  position: absolute;
  bottom: -8em;
  left: -11em;
}

/* line 67, sass/theme/pages/_home.scss */
.testimonials-section {
  padding-top: 0 !important;
  height: 70vh !important;
}
@media (max-width: 1300px) {
  /* line 67, sass/theme/pages/_home.scss */
  .testimonials-section {
    min-height: 100vh !important;
  }
}
@media (max-width: 1280px) {
  /* line 67, sass/theme/pages/_home.scss */
  .testimonials-section {
    margin-bottom: 3em !important;
  }
}
@media (max-width: 980px) {
  /* line 67, sass/theme/pages/_home.scss */
  .testimonials-section {
    height: auto !important;
  }
}
@media (max-width: 530px) {
  /* line 87, sass/theme/pages/_home.scss */
  .testimonials-section > .et_pb_row > .et_pb_column_4:last-child {
    margin-bottom: 0;
  }
}
/* line 95, sass/theme/pages/_home.scss */
.testimonials-section:after {
  content: '';
  z-index: -1;
  background: url("assets/img/foot-prints-img.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 8em;
  height: 182px;
  width: 150px;
  visibility: visible;
}
/* line 111, sass/theme/pages/_home.scss */
.testimonials-section .et_pb_text h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  color: #395242;
  font-family: "Schoolbell", cursive;
}
/* line 120, sass/theme/pages/_home.scss */
.testimonials-section .et_pb_testimonial {
  position: relative;
  padding-left: 50px;
  padding-right: 25px;
  padding-bottom: 25px;
  background: #ffffff;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 120, sass/theme/pages/_home.scss */
  .testimonials-section .et_pb_testimonial {
    padding-left: 25px;
  }
}
/* line 131, sass/theme/pages/_home.scss */
.testimonials-section .et_pb_testimonial:before {
  content: '';
  width: 56px;
  height: 32px;
  background: url("assets/img/quote-icon.png");
  position: absolute;
  display: block;
  top: 1em;
  left: 0;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 131, sass/theme/pages/_home.scss */
  .testimonials-section .et_pb_testimonial:before {
    width: 36px;
    top: 11px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
/* line 149, sass/theme/pages/_home.scss */
.testimonials-section .et_pb_testimonial:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 16%;
  width: 0;
  height: 0;
  border-top: solid 20px #ffffff;
  border-left: solid 10px transparent;
  border-right: solid 20px transparent;
  visibility: visible;
  display: none;
}
@media (max-width: 980px) {
  /* line 149, sass/theme/pages/_home.scss */
  .testimonials-section .et_pb_testimonial:after {
    visibility: hidden;
  }
}
/* line 167, sass/theme/pages/_home.scss */
.testimonials-section .et_pb_testimonial p {
  font-size: 14px;
  line-height: 25px;
}
@media (max-width: 1200px) {
  /* line 167, sass/theme/pages/_home.scss */
  .testimonials-section .et_pb_testimonial p {
    font-size: 12px;
  }
}
/* line 176, sass/theme/pages/_home.scss */
.testimonials-section .et_pb_testimonial .et_pb_testimonial_author {
  position: relative;
  bottom: 0;
  left: 2px;
  color: #198c45;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 980px) {
  /* line 176, sass/theme/pages/_home.scss */
  .testimonials-section .et_pb_testimonial .et_pb_testimonial_author {
    position: relative;
    bottom: 0;
  }
}

/* line 2, sass/theme/pages/_about_gumnuts.scss */
.timeline-section {
  background-color: transparent;
}
/* line 5, sass/theme/pages/_about_gumnuts.scss */
.timeline-section h2 {
  font-family: "Schoolbell", cursive;
  color: #198c45;
  text-align: center;
  font-size: 34px;
}
/* line 12, sass/theme/pages/_about_gumnuts.scss */
.timeline-section .timeline_wrapper {
  position: relative;
}
/* line 15, sass/theme/pages/_about_gumnuts.scss */
.timeline-section .timeline_wrapper .timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
@media (max-width: 750px) {
  /* line 15, sass/theme/pages/_about_gumnuts.scss */
  .timeline-section .timeline_wrapper .timeline-item {
    width: 100%;
  }
}
/* line 25, sass/theme/pages/_about_gumnuts.scss */
.timeline-section .timeline_wrapper .timeline-item .desc, .timeline-section .timeline_wrapper .timeline-item .time {
  display: inline-block;
}
/* line 29, sass/theme/pages/_about_gumnuts.scss */
.timeline-section .timeline_wrapper .timeline-item .time {
  width: 20%;
  font-weight: 500;
  color: #198c45;
}
/* line 35, sass/theme/pages/_about_gumnuts.scss */
.timeline-section .timeline_wrapper .timeline-item .desc {
  width: 80%;
  font-weight: 500;
}
@media (max-width: 750px) {
  /* line 40, sass/theme/pages/_about_gumnuts.scss */
  .timeline-section .timeline_wrapper .timeline-item .desc {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
}
@media (max-width: 750px) {
  /* line 47, sass/theme/pages/_about_gumnuts.scss */
  .timeline-section .timeline_wrapper .timeline-item .desc:before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
}
/* line 60, sass/theme/pages/_about_gumnuts.scss */
.timeline-section .timeline_wrapper .timeline-item:last-child.left:before, .timeline-section .timeline_wrapper .timeline-item:last-child.right:before {
  display: none;
}
/* line 66, sass/theme/pages/_about_gumnuts.scss */
.timeline-section .timeline_wrapper .timeline-item:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  right: -7px;
  background-color: #198c45;
  top: 15px;
  z-index: 1;
}
/* line 78, sass/theme/pages/_about_gumnuts.scss */
.timeline-section .timeline_wrapper .timeline-item.left {
  left: 0;
}
/* line 81, sass/theme/pages/_about_gumnuts.scss */
.timeline-section .timeline_wrapper .timeline-item.left:before {
  content: "";
  background: transparent;
  position: absolute;
  width: 0px;
  border: 1px dashed #198c45;
  top: 20px;
  bottom: -25px;
  right: 0;
}
@media (max-width: 750px) {
  /* line 81, sass/theme/pages/_about_gumnuts.scss */
  .timeline-section .timeline_wrapper .timeline-item.left:before {
    left: 21px;
    right: auto;
  }
}
/* line 97, sass/theme/pages/_about_gumnuts.scss */
.timeline-section .timeline_wrapper .timeline-item.left .time {
  float: right;
  text-align: right;
}
@media (max-width: 750px) {
  /* line 97, sass/theme/pages/_about_gumnuts.scss */
  .timeline-section .timeline_wrapper .timeline-item.left .time {
    float: left;
    text-align: left;
  }
}
/* line 107, sass/theme/pages/_about_gumnuts.scss */
.timeline-section .timeline_wrapper .timeline-item.left .desc {
  float: left;
  text-align: right;
}
@media (max-width: 750px) {
  /* line 107, sass/theme/pages/_about_gumnuts.scss */
  .timeline-section .timeline_wrapper .timeline-item.left .desc {
    text-align: left;
  }
}
/* line 117, sass/theme/pages/_about_gumnuts.scss */
.timeline-section .timeline_wrapper .timeline-item.right {
  left: 50%;
}
@media (max-width: 750px) {
  /* line 117, sass/theme/pages/_about_gumnuts.scss */
  .timeline-section .timeline_wrapper .timeline-item.right {
    left: 0%;
  }
}
/* line 124, sass/theme/pages/_about_gumnuts.scss */
.timeline-section .timeline_wrapper .timeline-item.right:before {
  content: "";
  background: transparent;
  position: absolute;
  width: 0px;
  border: 1px dashed #198c45;
  top: 20px;
  bottom: -25px;
  left: -2px;
}
@media (max-width: 750px) {
  /* line 124, sass/theme/pages/_about_gumnuts.scss */
  .timeline-section .timeline_wrapper .timeline-item.right:before {
    left: 21px;
  }
}
/* line 139, sass/theme/pages/_about_gumnuts.scss */
.timeline-section .timeline_wrapper .timeline-item.right:after {
  left: -8px;
}
/* line 143, sass/theme/pages/_about_gumnuts.scss */
.timeline-section .timeline_wrapper .timeline-item.right .time {
  float: left;
}
/* line 147, sass/theme/pages/_about_gumnuts.scss */
.timeline-section .timeline_wrapper .timeline-item.right .desc {
  float: right;
}
@media (max-width: 750px) {
  /* line 154, sass/theme/pages/_about_gumnuts.scss */
  .timeline-section .timeline_wrapper .timeline-item.right:after, .timeline-section .timeline_wrapper .timeline-item.left:after {
    left: 15px;
  }
}

/* line 164, sass/theme/pages/_about_gumnuts.scss */
.row-with-img {
  margin-bottom: 5%;
}
/* line 167, sass/theme/pages/_about_gumnuts.scss */
.row-with-img h2 {
  color: #198c45;
  font-size: 38px;
  margin-bottom: 30px;
}
/* line 173, sass/theme/pages/_about_gumnuts.scss */
.row-with-img:last-child {
  margin-bottom: 0;
}
/* line 178, sass/theme/pages/_about_gumnuts.scss */
.row-with-img .circles-1:before {
  content: '';
  position: absolute;
  left: -15%;
  top: 15%;
  background-color: #198c45;
  width: 160px;
  height: 160px;
  border-radius: 50%;
}
@media (max-width: 980px) {
  /* line 178, sass/theme/pages/_about_gumnuts.scss */
  .row-with-img .circles-1:before {
    left: 7%;
  }
}
@media (max-width: 530px) {
  /* line 178, sass/theme/pages/_about_gumnuts.scss */
  .row-with-img .circles-1:before {
    visibility: hidden;
  }
}
/* line 197, sass/theme/pages/_about_gumnuts.scss */
.row-with-img .circles-1:after {
  content: '';
  content: '';
  position: absolute;
  right: 11%;
  bottom: -23%;
  background-color: #ece9e6;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 1180px) {
  /* line 197, sass/theme/pages/_about_gumnuts.scss */
  .row-with-img .circles-1:after {
    bottom: -8%;
  }
}
@media (max-width: 1080px) {
  /* line 197, sass/theme/pages/_about_gumnuts.scss */
  .row-with-img .circles-1:after {
    bottom: 10%;
  }
}
@media (max-width: 980px) {
  /* line 197, sass/theme/pages/_about_gumnuts.scss */
  .row-with-img .circles-1:after {
    bottom: -10%;
  }
}
@media (max-width: 530px) {
  /* line 197, sass/theme/pages/_about_gumnuts.scss */
  .row-with-img .circles-1:after {
    visibility: hidden;
  }
}
/* line 228, sass/theme/pages/_about_gumnuts.scss */
.row-with-img .circles-2:before {
  content: '';
  position: absolute;
  right: -15%;
  top: 15%;
  background-color: #ece9e6;
  width: 160px;
  height: 160px;
  border-radius: 50%;
}
@media (max-width: 980px) {
  /* line 228, sass/theme/pages/_about_gumnuts.scss */
  .row-with-img .circles-2:before {
    right: 9%;
  }
}
@media (max-width: 530px) {
  /* line 228, sass/theme/pages/_about_gumnuts.scss */
  .row-with-img .circles-2:before {
    visibility: hidden;
  }
}
/* line 249, sass/theme/pages/_about_gumnuts.scss */
.row-with-img .circles-3:before {
  content: '';
  position: absolute;
  right: -15%;
  top: 15%;
  background-color: #198c45;
  width: 160px;
  height: 160px;
  border-radius: 50%;
}
@media (max-width: 1180px) {
  /* line 249, sass/theme/pages/_about_gumnuts.scss */
  .row-with-img .circles-3:before {
    top: 6%;
  }
}
@media (max-width: 980px) {
  /* line 249, sass/theme/pages/_about_gumnuts.scss */
  .row-with-img .circles-3:before {
    right: 8%;
  }
}
@media (max-width: 530px) {
  /* line 249, sass/theme/pages/_about_gumnuts.scss */
  .row-with-img .circles-3:before {
    visibility: hidden;
  }
}
/* line 272, sass/theme/pages/_about_gumnuts.scss */
.row-with-img .circles-3:after {
  content: '';
  content: '';
  position: absolute;
  right: 11%;
  bottom: -23%;
  background-color: #ece9e6;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 980px) {
  /* line 272, sass/theme/pages/_about_gumnuts.scss */
  .row-with-img .circles-3:after {
    right: auto;
    left: 10%;
  }
}
@media (max-width: 530px) {
  /* line 272, sass/theme/pages/_about_gumnuts.scss */
  .row-with-img .circles-3:after {
    visibility: hidden;
  }
}
/* line 296, sass/theme/pages/_about_gumnuts.scss */
.row-with-img .circles-4:before {
  content: '';
  position: absolute;
  right: -15%;
  top: 15%;
  background-color: #ece9e6;
  width: 160px;
  height: 160px;
  border-radius: 50%;
}
@media (max-width: 980px) {
  /* line 296, sass/theme/pages/_about_gumnuts.scss */
  .row-with-img .circles-4:before {
    right: 9%;
  }
}
@media (max-width: 530px) {
  /* line 296, sass/theme/pages/_about_gumnuts.scss */
  .row-with-img .circles-4:before {
    visibility: hidden;
  }
}
/* line 315, sass/theme/pages/_about_gumnuts.scss */
.row-with-img .circles-4:after {
  content: '';
  content: '';
  position: absolute;
  left: 11%;
  bottom: -12%;
  background-color: #af1baf;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 1280px) {
  /* line 315, sass/theme/pages/_about_gumnuts.scss */
  .row-with-img .circles-4:after {
    bottom: 0;
  }
}
@media (max-width: 1180px) {
  /* line 315, sass/theme/pages/_about_gumnuts.scss */
  .row-with-img .circles-4:after {
    bottom: 12%;
  }
}
@media (max-width: 980px) {
  /* line 315, sass/theme/pages/_about_gumnuts.scss */
  .row-with-img .circles-4:after {
    bottom: -10%;
  }
}
@media (max-width: 530px) {
  /* line 315, sass/theme/pages/_about_gumnuts.scss */
  .row-with-img .circles-4:after {
    visibility: hidden;
  }
}
/* line 345, sass/theme/pages/_about_gumnuts.scss */
.row-with-img .et_pb_image {
  position: relative;
  border: 2px dashed #198c45;
  padding: 15px;
}
/* line 350, sass/theme/pages/_about_gumnuts.scss */
.row-with-img .et_pb_image img {
  border: 10px solid #ffffff;
  border-radius: 5px;
}
/* line 358, sass/theme/pages/_about_gumnuts.scss */
.row-with-img .et_pb_text_inner {
  padding: 10px 30px;
}
/* line 361, sass/theme/pages/_about_gumnuts.scss */
.row-with-img .et_pb_text_inner p {
  line-height: 27px;
}

/* line 367, sass/theme/pages/_about_gumnuts.scss */
.class-grouping-section {
  padding-top: 0 !important;
}
/* line 373, sass/theme/pages/_about_gumnuts.scss */
.class-grouping-section.parallax__group.parallax-content {
  background-color: #f7f5f2 !important;
}
/* line 380, sass/theme/pages/_about_gumnuts.scss */
.class-grouping-section.parallax__group.parallax-content.with-grass.light:before {
  top: -10em !important;
}
/* line 389, sass/theme/pages/_about_gumnuts.scss */
.class-grouping-section .header-row h2 {
  font-family: "Schoolbell", cursive;
  color: #198c45;
  font-size: 34px;
}
/* line 395, sass/theme/pages/_about_gumnuts.scss */
.class-grouping-section .header-row p {
  font-weight: 500;
}
/* line 400, sass/theme/pages/_about_gumnuts.scss */
.class-grouping-section .groupings-item {
  width: 23.875%;
  margin-right: 2.5%;
  background-color: #24a756;
  border-radius: 12px;
  box-shadow: inset 0px -11px 0px -6px #20964d;
  position: relative;
}
/* line 408, sass/theme/pages/_about_gumnuts.scss */
.class-grouping-section .groupings-item:before {
  content: '';
  height: 100%;
  width: 100%;
  background: url("assets/img/column-background.png");
  background-size: 125%;
  opacity: 0.3;
  position: absolute;
}
/* line 419, sass/theme/pages/_about_gumnuts.scss */
.class-grouping-section .groupings-item:last-child {
  margin-right: 0;
}
/* line 423, sass/theme/pages/_about_gumnuts.scss */
.class-grouping-section .groupings-item .et_pb_text_inner {
  padding-bottom: 50px;
}
/* line 427, sass/theme/pages/_about_gumnuts.scss */
.class-grouping-section .groupings-item h3 {
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 30px;
  position: relative;
  font-family: "Roboto", sans-serif;
}
/* line 437, sass/theme/pages/_about_gumnuts.scss */
.class-grouping-section .groupings-item h3:after {
  content: '';
  height: 2px;
  width: 22px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
}
/* line 450, sass/theme/pages/_about_gumnuts.scss */
.class-grouping-section .groupings-item p {
  text-align: center;
  line-height: 50px;
}
/* line 455, sass/theme/pages/_about_gumnuts.scss */
.class-grouping-section .groupings-item p span.badge {
  background-color: #198c45;
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 30px;
  font-weight: 400;
}
/* line 467, sass/theme/pages/_about_gumnuts.scss */
.class-grouping-section .note-content {
  color: #b1a99e;
}
/* line 471, sass/theme/pages/_about_gumnuts.scss */
.class-grouping-section .row-with-img {
  overflow: visible;
}

/* line 476, sass/theme/pages/_about_gumnuts.scss */
.meals-section {
  background-color: transparent;
}
/* line 480, sass/theme/pages/_about_gumnuts.scss */
.meals-section .row-with-img {
  overflow: visible;
}
/* line 485, sass/theme/pages/_about_gumnuts.scss */
.meals-section .row-with-img .circles-3:after {
  bottom: -20%;
}
/* line 491, sass/theme/pages/_about_gumnuts.scss */
.meals-section:after {
  content: '';
  z-index: 1;
  background: url("assets/img/meals-footer-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5em;
  height: 71px;
  width: 100%;
}

/* line 506, sass/theme/pages/_about_gumnuts.scss */
.parent-connection-section {
  padding-top: 6% !important;
}
/* line 509, sass/theme/pages/_about_gumnuts.scss */
.parent-connection-section .et_pb_text {
  color: #ffffff;
}
/* line 512, sass/theme/pages/_about_gumnuts.scss */
.parent-connection-section .et_pb_text h2 {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 34px;
}
/* line 518, sass/theme/pages/_about_gumnuts.scss */
.parent-connection-section .et_pb_text p {
  margin-bottom: 20px;
  line-height: 27px;
}
/* line 526, sass/theme/pages/_about_gumnuts.scss */
.parent-connection-section .text-center h2, .parent-connection-section .text-center p {
  text-align: center;
}

/* line 532, sass/theme/pages/_about_gumnuts.scss */
.additional-experiences-section {
  background-color: transparent;
}
/* line 536, sass/theme/pages/_about_gumnuts.scss */
.additional-experiences-section .text-center h2 {
  text-align: center;
  font-size: 34px;
}
/* line 543, sass/theme/pages/_about_gumnuts.scss */
.additional-experiences-section .et_pb_text h2 {
  margin-bottom: 30px;
  color: #198c45;
}
/* line 549, sass/theme/pages/_about_gumnuts.scss */
.additional-experiences-section .row-with-img {
  overflow: visible;
}
/* line 554, sass/theme/pages/_about_gumnuts.scss */
.additional-experiences-section .row-with-img .circles-3:after {
  bottom: 10%;
}
@media (max-width: 1180px) {
  /* line 554, sass/theme/pages/_about_gumnuts.scss */
  .additional-experiences-section .row-with-img .circles-3:after {
    bottom: 26%;
  }
}
@media (max-width: 1180px) {
  /* line 554, sass/theme/pages/_about_gumnuts.scss */
  .additional-experiences-section .row-with-img .circles-3:after {
    bottom: 40%;
  }
}
@media (max-width: 980px) {
  /* line 554, sass/theme/pages/_about_gumnuts.scss */
  .additional-experiences-section .row-with-img .circles-3:after {
    bottom: -8%;
    left: 10%;
  }
}
/* line 573, sass/theme/pages/_about_gumnuts.scss */
.additional-experiences-section .row-with-img .circles-4 .et_pb_image {
  border-color: #8e118e;
}

/* line 584, sass/theme/pages/_about_gumnuts.scss */
.outdoor-spaces-section .et_pb_text h2, .outdoor-spaces-section .et_pb_text p {
  color: #ffffff;
}
/* line 588, sass/theme/pages/_about_gumnuts.scss */
.outdoor-spaces-section .et_pb_text h2 {
  margin-bottom: 30px;
}
/* line 592, sass/theme/pages/_about_gumnuts.scss */
.outdoor-spaces-section .et_pb_text p {
  line-height: 27px;
}

/* line 598, sass/theme/pages/_about_gumnuts.scss */
.soccer-section {
  min-height: 40vh !important;
}
@media (max-width: 1280px) {
  /* line 598, sass/theme/pages/_about_gumnuts.scss */
  .soccer-section {
    min-height: 50vh !important;
  }
}
/* line 607, sass/theme/pages/_about_gumnuts.scss */
.soccer-section.parallax__group.parallax-content {
  background-color: #f7f5f2 !important;
}
/* line 614, sass/theme/pages/_about_gumnuts.scss */
.soccer-section.parallax__group.parallax-content.with-grass.light:before {
  top: -9em !important;
}
/* line 624, sass/theme/pages/_about_gumnuts.scss */
.soccer-section .et_pb_text h2 {
  color: #198c45;
  text-align: center;
  font-size: 34px;
  margin-bottom: 30px;
}
/* line 631, sass/theme/pages/_about_gumnuts.scss */
.soccer-section .et_pb_text p {
  text-align: center;
  line-height: 27px;
}
