/*
Theme Name: White Balloon Day

Author: Thrive Digital
Author URI: http://thriveweb.com.au
Theme URI: http://thriveweb.com.au

*/

/*---------------------------- typography ----------------------------*/

@font-face {
  font-family: "texgyreadventor";
  src: url("fonts/texgyreadventor-regular-webfont.woff") format("woff"),
    url("fonts/texgyreadventor-regular-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "texgyreadventor";
  src: url("fonts/texgyreadventor-bold-webfont.woff") format("woff"),
    url("fonts/texgyreadventor-bold-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "texgyreadventor";
  src: url("fonts/texgyreadventor-bolditalic-webfont.woff") format("woff"),
    url("fonts/texgyreadventor-bolditalic-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "texgyreadventor";
  src: url("fonts/texgyreadventor-italic-webfont.woff") format("woff"),
    url("fonts/texgyreadventor-italic-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

body,
textarea,
input {
  font-family: "texgyreadventor", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 19px;
  line-height: 140%;
  color: #413b48;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 20px;
  line-height: 125%;
  color: #413b48;
  font-weight: normal;
  font-family: "Rubik One", sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 13px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
p:first-child {
  margin-top: 0;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}

a {
  color: #932d8e;

  cursor: pointer;
  text-decoration: none;
  outline: none;

  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover {
  text-decoration: none;
  color: #861a81;
}

blockquote {
  font-style: italic;
  font-size: 20px;
  line-height: 24px;
  color: gray;
  margin-left: 0;
  padding-left: 40px;
  border-left: dotted 2px silver;
}

.wp-caption-text {
  font-size: 14px;
}

.sticky {
  font-size: 14px;
}

.screen-reader-text {
  font-size: 14px;
}

.gallery-caption {
  font-size: 14px;
}

.bypostauthor {
  font-size: 14px;
}

.asap_font {
  font-family: "Asap", sans-serif;
}

.rubik_font {
  font-family: "Rubik One", sans-serif;
}

.yellowtail_font {
  font-family: "Yellowtail", cursive;
}

/*---------------------------- edit ----------------------------*/

.edit_link {
  position: fixed;

  top: 250px;
  left: 0;
  z-index: 99999;

  background-color: #bd7eb4;
  color: #ffffff;

  border: none;
  padding: 0px 10px;

  display: inline-block;
  font-size: 10px;
}

.edit_link span {
  padding-left: 5px;
  margin-right: 5px;
  border-right: dotted 1px #eaede3;
}

.edit_link a {
  color: #000000;
  background-color: transparent !important;
}

/*---------------------------- images ----------------------------*/

.content_style img,
.wp-caption,
.wp-post-image,
a#logo img,
.colimg_wrap img {
  width: 100%;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="wp-post-image"],
.wp-post-image,
a#logo img,
.colimg_wrap img {
  height: auto;
}

img.size-full {
  max-width: 100%;
  width: auto;
}

.background {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*---------------------------- head & body ----------------------------*/

body {
  margin: 0;
  background-color: #f9f8f9;

  position: relative;
}

body {
  /*opacity: 0;*/
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

body.home header {
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;

  background-color: white;
  z-index: 9999;
}

header {
  padding-top: 15px;
  padding-bottom: 20px;

  position: fixed;
  width: 100%;
  top: 0;

  z-index: 9999;

  background-color: white;
}

#head_cont {
  z-index: 600;
  position: relative;
}

#main {
  margin-top: 80px;
  margin-bottom: 80px;
}

.donate {
  display: inline-block;
  float: right;
  margin-top: 13px;
}

.donate .blue_button {
  line-height: 16px;
  font-size: 16px;
}

/*---------------------------- logo ----------------------------*/

a#logo {
  display: block;
  text-align: center;
  margin-top: 0;

  width: 170px;

  position: absolute;
  left: 0;
  top: -25px;

  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

a#logo:hover {
  -webkit-transform: translatey(-20px);
  transform: translatey(-20px);
}

/*---------------------------- loader ----------------------------*/

.lrg_pad .large_balloon,
.slide_section {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

body.error404,
body.loaded,
.lrg_pad.loaded .large_balloon,
.slide_section.loaded {
  opacity: 1;
}

.loader {
  position: absolute;
  left: calc(50% - 80px);
  top: 50vh;
  opacity: 1;
}

.loaded .loader {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*---------------------------- social ----------------------------*/

ul.social {
  margin: 0 0;
  padding: 0;

  position: fixed;
  right: 10px;
  top: 120px;
  z-index: 9999;
}

ul.social li {
  margin: 0;
  padding: 0;

  list-style: none;

  display: block;
  vertical-align: middle;
}

ul.social li a {
  margin: 10px 0;
  display: block;

  width: 40px;
  height: 40px;

  line-height: 35px;
  border-radius: 50px;

  font-size: 20px;

  text-align: center;
  overflow: hidden;

  background-color: #19d5d3;
  color: white;
}

ul.social li a:hover {
  background-color: #08c2c0;
}

/*---------------------------- nav ----------------------------*/

#menu-btn {
  display: none;
}

.res_menu {
  display: none;
}

nav {
  margin: 0 0 0 20%;
  position: relative;
  width: 60%;
  float: left;
}

nav ul {
  margin: 0;
  padding: 0;

  line-height: 60px;

  text-align: center;
}

nav ul li {
  padding: 0 15px;
  margin: 0 25px;

  display: inline-block;
  vertical-align: middle;

  list-style: none;

  position: relative;
}

nav ul li a {
  color: #000000;

  text-decoration: none;

  font-weight: bold;

  font-size: 15px;

  display: inline-block;
  line-height: 17px;

  text-transform: uppercase;
}

nav ul li.current_page_item a,
.current_page_parent a {
  color: #932d8e;
}

nav ul li a:hover {
  color: #932d8e;
}

nav ul li a.sf-with-ul:before {
  content: "\f0d7";
  font-family: fontAwesome;

  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 2px;

  font-size: 20px;
  color: #92258e;
}

nav ul li ul li.second_level a:before {
  display: none;
}

nav ul.sub-menu li.second_level a:after {
  content: "\f0da";
  font-family: fontAwesome;

  position: absolute;
  right: 0;
  top: 1px;

  font-size: 20px;
  color: #92258e;
}

nav ul li ul {
  margin: 0;
  padding: 15px 15px;

  border: solid 1px #d8d2d8;
  box-sizing: border-box;

  display: none;

  position: absolute;
  top: 80px;
  left: -40px;

  width: 250px;

  background-color: white;
}

nav ul li ul li {
  margin: 0;
  padding: 0;

  display: block;

  text-align: left;

  line-height: 35px;
  display: block;
}

nav ul li ul li a {
  font-size: 15px;
  display: block;

  line-height: 25px;
  padding: 10px 0;

  border-bottom: solid 1px #d8d2d8;
  box-sizing: border-box;
}

nav ul li ul li ul a:after {
  content: "";
  display: none;
}

nav ul li ul li a:before {
  right: 0 !important;
  left: auto !important;
  transform: rotate(-90deg) !important;
  bottom: 0 !important;
}

nav ul li ul li:nth-child(1) a {
  padding-top: 0;
}

nav ul li ul li:last-child a {
  border: none;
  padding-bottom: 0;
}

nav ul li ul li ul {
  right: -265px;
  top: 0;
  left: inherit;
}

nav ul li ul li ul li {
}

nav ul li ul li ul li a {
  padding: 10px 0 !important;
}

nav ul li ul li ul li:nth-child(1) a {
  padding-top: 0 !important;
}

nav ul li ul li ul li:last-child a {
  padding-bottom: 0 !important;
}

/*---------------------------- content ----------------------------*/

.content_style {
}

.content_style ul {
  margin: 0;
  padding: 0;
}

.content_style li {
  margin-left: 0;
  padding-left: 15px;
}

/*---------------------------- frame ----------------------------*/

.fcol {
  margin: auto;
  width: 100%;
}

.scol {
  width: 80%;
  margin: auto;
}

.lcol {
  float: left;
  width: 50%;
}

.rcol {
  float: right;
  width: 50%;
}

.contact .lcol {
  float: left;
  width: 45%;
}

.contact .rcol {
  float: right;
  width: 45%;
}

.wcol.image {
  margin-bottom: 80px;
}

/*---------------------------- owl ----------------------------*/

.owl-carousel .owl-item {
  -webkit-backface-visibility: visible !important;
}
.owl-carousel .owl-item img {
  height: auto;
}
.owl_wrap {
  display: none;
}

.owl_wrap.owl-loaded {
  display: block;
}

/*---------------------------- helper ----------------------------*/

.center {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

.clear {
  clear: both;
}

.fright {
  float: right;
}

.taleft {
  text-align: left;
}

.taright {
  text-align: right;
}

.tacenter {
  text-align: center;
}

.xsmall_pad {
  padding: 20px 0;
}

.small_pad {
  padding: 40px 0;
}

.med_pad {
  padding: 60px 0;
}

.lrg_pad {
  padding: 80px 0;
}

.lrg_pad.top {
  padding-top: 180px;
}

.margtop_small {
  margin-top: 30px;
}

.margtop_lrg {
  margin-top: 80px;
}

.lightgrey_section {
  background-color: #f9f8f9;
}

.darkgrey_section {
  background-color: #f2eff2;
}

.white_section {
  background-color: white;
}

.purple_section {
  background-color: #9e409a;
}

.blue_button {
  padding: 10px 35px;

  font-size: 24px;
  line-height: 41px;

  overflow: hidden;
  display: inline-block;

  border-radius: 30px;
  background-color: #19d5d3;
  color: white;
}

.blue_button:hover {
  background-color: #14cdcb;
  color: white;
}

.text_shadow {
  text-shadow: 0px 0px #08c2c0, 1px 1px #08c2c0, 2px 2px #08c2c0,
    3px 3px #08c2c0, 4px 4px #08c2c0, 5px 5px #08c2c0, 6px 6px #08c2c0,
    7px 7px #08c2c0, 8px 8px #08c2c0, 9px 9px #08c2c0, 10px 10px #08c2c0,
    11px 11px #08c2c0, 12px 12px #08c2c0, 13px 13px #08c2c0, 14px 14px #08c2c0,
    15px 15px #08c2c0, 16px 16px #08c2c0, 17px 17px #08c2c0, 18px 18px #08c2c0,
    19px 19px #08c2c0, 20px 20px #08c2c0, 21px 21px #08c2c0, 22px 22px #08c2c0,
    23px 23px #08c2c0, 24px 24px #08c2c0, 25px 25px #08c2c0, 26px 26px #08c2c0,
    27px 27px #08c2c0, 28px 28px #08c2c0, 29px 29px #08c2c0, 30px 30px #08c2c0,
    31px 31px #08c2c0, 32px 32px #08c2c0, 33px 33px #08c2c0, 34px 34px #08c2c0,
    35px 35px #08c2c0, 36px 36px #08c2c0, 37px 37px #08c2c0, 38px 38px #08c2c0,
    39px 39px #08c2c0, 40px 40px #08c2c0, 41px 41px #08c2c0, 42px 42px #08c2c0;
}

.text_shadow:hover {
  text-shadow: 0px 0px #01aaa8, 1px 1px #01aaa8, 2px 2px #01aaa8,
    3px 3px #01aaa8, 4px 4px #01aaa8, 5px 5px #01aaa8, 6px 6px #01aaa8,
    7px 7px #01aaa8, 8px 8px #01aaa8, 9px 9px #01aaa8, 10px 10px #01aaa8,
    11px 11px #01aaa8, 12px 12px #01aaa8, 13px 13px #01aaa8, 14px 14px #01aaa8,
    15px 15px #01aaa8, 16px 16px #01aaa8, 17px 17px #01aaa8, 18px 18px #01aaa8,
    19px 19px #01aaa8, 20px 20px #01aaa8, 21px 21px #01aaa8, 22px 22px #01aaa8,
    23px 23px #01aaa8, 24px 24px #01aaa8, 25px 25px #01aaa8, 26px 26px #01aaa8,
    27px 27px #01aaa8, 28px 28px #01aaa8, 29px 29px #01aaa8, 30px 30px #01aaa8,
    31px 31px #01aaa8, 32px 32px #01aaa8, 33px 33px #01aaa8, 34px 34px #01aaa8,
    35px 35px #01aaa8, 36px 36px #01aaa8, 37px 37px #01aaa8, 38px 38px #01aaa8,
    39px 39px #01aaa8, 40px 40px #01aaa8, 41px 41px #01aaa8, 42px 42px #01aaa8;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.purple_border_button {
  padding: 5px 20px;
  border: solid 1px #932d8e;
  text-transform: uppercase;

  display: inline-block;
  margin-top: 20px;

  border-radius: 20px;
  text-align: center;
}

.purple_border_button.small {
  display: block;
  font-size: 14px;
}

.purple_border_button:hover {
  color: white;
  background-color: #932d8e;
}

.white_border_button {
  padding: 5px 20px;
  border: solid 1px white;
  color: white;
  text-transform: uppercase;

  display: inline-block;
  margin-top: 20px;

  border-radius: 20px;
}

.white_border_button:hover {
  color: #932d8e;
  background-color: white;
}

.relly_center {
  position: relative;

  top: 50%;
  left: 50%;
  width: 80%;

  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.relly {
  position: relative;
  z-index: 99;
}

.purple_overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background-color: rgba(95, 52, 133, 0.85);
}

.lightpurple_overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background-color: rgba(158, 64, 154, 0.85);
}

.full_image_section {
  position: relative;

  min-height: 520px;
  background-size: cover;
  background-position: center center;
}

.full_image_section.purple h1,
.full_image_section.purple h2,
.full_image_section.purple h3,
.full_image_section.purple h4,
.full_image_section.purple h5,
.full_image_section.purple h6,
.full_image_section.purple p,
.full_image_section.purple li {
  color: white;
}

.white_text h1,
.white_text h2,
.white_text h3,
.white_text h4,
.white_text h5,
.white_text h6,
.white_text li,
.white_text p,
.purple_section h1,
.purple_section h2,
.purple_section h3,
.purple_section h4,
.purple_section h5,
.purple_section h6,
.purple_section li,
.purple_section p {
  color: white;
}

.lister ul {
  padding: 0;
}

.lister ul li {
  padding-left: 30px;
  margin-bottom: 15px;
  position: relative;
  list-style: none;
}

.lister ul li:before {
  content: "\f111";

  font-family: fontAwesome;
  font-size: 14px;
  color: #932d8e;

  position: absolute;
  left: 0;
  top: 1px;
}

.drop_shadow {
  box-shadow: 0px 0px 17px 1px rgb(220, 220, 220);
}

.single_slide {
  display: none !important;
}

.single_slide.owl-carousel.owl-theme.owl-loaded {
  display: block !important;
}

.single_slide.owl-carousel .owl-item {
  -webkit-backface-visibility: visible !important;
}

.single_slide.owl-theme .owl-controls {
  margin: 0;
}

.partner_listing {
  text-align: center;
}

.partner_listing .partner_item {
  padding: 0 30px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 15rem;
  height: 9rem;
}

/*---------------------------- home page ----------------------------*/

.hero {
  width: 100%;
  height: 60rem;
}

.link_items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.link_items .item {
  background: #9e409a;
  padding: 3rem;
  width: 23%;
  margin: 0 1.4%;
  display: inline-block;
  color: white;
  border-radius: 2rem;
  text-align: center;
  transition: 0.5s ease all;
}

.link_items .item:hover {
  background: #08c2c0;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}

.link_items .item:nth-child(n + 4) {
  margin: 0 1.3% 2rem;
}

.link_items .item h3,
.link_items .item p {
  color: white;
}

.link_items .item h3 {
  text-transform: uppercase;
}

.link_items .item p {
  font-size: 90%;
}

.service_list .med_pad,
.feature_item .med_pad {
  padding-top: 0;
}

.service_list .home_bpost,
.feature_item .home_bpost {
  text-align: center;
}

.service_list .home_bpost p,
.feature_item .home_bpost p {
  font-weight: 500;
  font-size: 110%;
  margin: 1.5rem 0;
}

.service_list .home_bpost .bhome_cont,
.feature_item .home_bpost .bhome_cont {
  padding: 30px;
}

.service_list .home_bpost .bhome_feature {
  height: 15rem;
}

.service_list .home_bpost .blue_button,
.feature_item .home_bpost .blue_button {
  float: none;
  margin: auto;
}

.feature_item .home_bpost {
  width: 25%;
}

.feature_item .home_bpost_inner {
  border-radius: 1rem !important;
}

.feature_item .home_bpost .bhome_feature {
  height: 10rem;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}

.feature_item .home_bpost h3 {
  font-size: 1.2rem;
}

.feature_item .home_bpost p {
  margin-top: 0;
}

.feature_item.icon .home_bpost p {
  font-size: 90%;
  margin-top: 1rem;
}

.home_bpost:nth-child(n + 6) {
  margin-top: 2rem;
}

/*---------------------------- flexible page ----------------------------*/

.acord {
  margin-top: 3rem;
}

.acord #accordion {
  margin-bottom: 0;
}

.acord #accordion h3 {
  color: white;
  background: #9e409a;
  padding: 1.5rem 4rem 1.5rem 2rem;
  border-radius: 1rem;
}

.acord #accordion h3:before {
  right: 1.5rem;
  top: 1.2rem;
  left: auto;
  background: transparent;
}

.acord #accordion .image {
  width: 8rem;
  height: 8rem;
  border-radius: 1rem;
  overflow: hidden;
  float: left;
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.acord #accordion .accordion_content {
  padding: 3rem 2rem 2rem;
  margin-top: -2rem;
  background: white;
  min-height: 13rem;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}

/*---------------------------- map ----------------------------*/

.map_outter {
  position: relative;
}

.mapoverlay {
  background: transparent;
  position: absolute;

  width: 100%;
  height: 100%;

  z-index: 99999;
  display: block;

  box-sizing: border-box;
}

.acf-map {
  width: 100%;
  height: 650px;
  border: #ccc solid 1px;
  margin: 20px 0;
  margin-top: 100px;
}

.acf-map img {
  max-width: inherit !important;
}

.map_p {
  margin: 0;
  text-transform: uppercase;

  font-weight: bold;
  font-size: 12px;
  line-height: 12px;

  color: #922d8d;
}

/*---------------------------- background scroll ----------------------------*/

.home_back_container.ffox_ie {
  display: none;
}

.home_back_container {
  width: 100%;
  height: 100%;
  position: absolute;

  top: 0;
  left: 0;

  z-index: 1;
  overflow: hidden;
}

#bg1,
#bg2,
#bg3 {
  width: 100%;
  height: 100%;

  z-index: 50;
  position: absolute;
  top: 0;
  left: 0;

  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top center;

  -webkit-transform: translateZ(0);
  /* -moz-transform: translateZ(0); */

  -webkit-backface-visibility: hidden;
  /* backface-visibility: hidden; */

  -webkit-transform: translate3d(0, 0, 1px);
  /* transform: translate3d(0,0,1px); sucky in firefox */

  -webkit-perspective: 1000;
  /* perspective: 1000; */
}

#bg1 {
  background-image: url(images/balloons/balloon-lvl-1-new.png);
}

#bg2 {
  z-index: 49;
  background-image: url(images/balloons/balloon-lvl-2-new.png);
}

#bg3 {
  z-index: 48;
  background-image: url(images/balloons/balloon-lvl-3-new.png);
}

@-moz-document url-prefix() {
  .home_back_container {
    display: none;
  }

  .home_back_container.ffox_ie {
    display: block;
  }
}

@media screen\0 {
  .home_back_container {
    display: none;
  }

  .home_back_container.ffox_ie {
    display: block;
  }
}

@media screen\9 {
  .home_back_container {
    display: none;
  }

  .home_back_container.ffox_ie {
    display: block;
  }
}

.home_front_container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;

  overflow: hidden;
}

.large_balloon {
  position: relative;
}

.lrg_pad.balloon {
  padding-top: 130px;
}

.large_balloon img {
  max-width: 800px;
  width: 100%;

  -webkit-animation: webkitfloating 4.5s linear infinite;
  animation: floating 4.5s linear infinite;
}

.etched_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.etched_image .lcol {
  width: 50%;
}

.etched_image .lcol p {
  font-size: 24px;
  line-height: 150%;
  color: #a49fa6;
}

.etched_image .rcol {
  width: 40%;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.etched_image img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes webkitfloating {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  33% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  66% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.large_balloon_content {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  text-align: center;
}

.large_balloon_content h1 {
  margin: 0;
  font-size: 70px;
}

.large_balloon_content h1.margtop_small {
  margin-top: 30px;
  font-size: 120px;
}

.large_balloon_content h2 {
  margin-bottom: 0;
  font-size: 60px;
}

#home_balloon {
  position: relative;
  top: -220px;
}

/*---------------------------- steps ----------------------------*/

.steps {
  width: 90%;
  margin: auto;

  margin-top: 80px;

  background-image: url(images/icons/steps-border.svg);
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: center center;
}

.step:nth-child(even) {
  text-align: left;
  margin-top: -6%;
}

.step:nth-child(even) .step_inner {
  float: right;
}

.step:nth-child(odd) {
  text-align: left;
  margin-top: -6%;
}

.step:nth-child(odd) .step_inner {
  float: left;
}

.step:first-child {
  margin-top: 0;
}

.step_inner {
  max-width: 270px;
  width: 100%;
}

.step img {
  max-width: 200px;
  width: 100%;

  height: auto;
}

.step p {
  padding-left: 50px;
  position: relative;

  margin: 0;
  margin-top: 20px;

  font-size: 22px;
  font-weight: 600;
}

.step p:before {
  position: absolute;
  left: 0;
  font-family: "Rubik One", sans-serif;

  font-size: 55px;
  line-height: 110%;

  font-weight: normal;
}

.step.one {
}

.step.one p:before {
  content: "1";
}

.step.two {
}

.step.two p:before {
  content: "2";
}

.step.three {
}

.step.three p:before {
  content: "3";
}

.step.four {
}

.step.four p:before {
  content: "4";
}

.step.five {
}

.step.five p:before {
  content: "5";
}

/*---------------------------- challenge ----------------------------*/

.challenge_section .resb {
  display: none;
}

.challenge_section {
  position: relative;
  padding: 80px 0 190px 0;
}

.challenge_button {
  display: inline-block;
}

.challenge_button.one {
  position: absolute;
  left: 0;
  bottom: -10%;
}

.challenge_button.two {
  position: absolute;
  left: 50%;
  bottom: -20%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.challenge_button.three {
  position: absolute;
  right: 0;
  bottom: -10%;
}

.calculator {
  margin-top: 60px;
}

.calculator_inner {
  padding: 40px;
}

.calculator_inner .lcol,
.calculator_inner .rcol {
  width: 50%;
}

.calculator_inner input {
  outline: none;
  -webkit-appearance: none;

  width: 100%;
  border: none;

  padding: 20px 15px;
  box-sizing: border-box;
  border: solid 1px #9e99a3;

  background-repeat: no-repeat;
  font-family: "Rubik One", sans-serif;

  font-size: 34px;
  color: #9e99a3;
}

.calculator_inner .lcol input {
  border-right: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;

  background-image: url(images/icons/kids-dollars.svg);
  background-size: 30px;
  background-position: left 20px center;

  padding-left: 70px;
}

.calculator_inner .rcol input {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;

  background-image: url(images/icons/kids-icon.svg);
  background-size: 60px;
  background-position: right 20px center;
}

.calculator_inner input::-webkit-input-placeholder {
  color: #9e99a3 !important;
}

.calculator_inner input:-moz-placeholder {
  color: #9e99a3 !important;
}

.calculator_inner input::-moz-placeholder {
  color: #9e99a3 !important;
}

.calculator_inner input:-ms-input-placeholder {
  color: #9e99a3 !important;
}

/*---------------------------- slide ----------------------------*/

.slide_item {
  min-height: 450px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.count_parent {
  font-size: 90px;
}

.home .purple_section .lcol {
  position: relative;
}

.slide_section .purple_section a {
  color: white;
  text-decoration: underline;
}

.slide_section .purple_section a:hover {
  letter-spacing: 1px;
}

.slide_section .owl-dots {
  margin: 0;

  position: absolute;
  right: 10px;
  bottom: 5px;
}

.slide_section .owl-theme .owl-dots .owl-dot span {
  background: #9e409a;
  opacity: 0.2;
}

.slide_section .owl-theme .owl-dots .owl-dot span:hover,
.slide_section .owl-theme .owl-dots .owl-dot.active span {
  background: #9e409a;
  opacity: 1;
}

/*---------------------------- listing ----------------------------*/

.listing {
}

.list_item {
  margin-bottom: 80px;
}

.list_item:last-child {
  margin: 0;
}

.list_item .list_cont {
  float: left;
  width: 45%;

  text-align: left;
}

.list_item .list_img {
  float: right;
  width: 45%;
}

.list_item:nth-child(even) .list_cont {
  float: right;
  width: 45%;

  text-align: left;
}

.list_item:nth-child(even) .list_img {
  float: left;
  width: 45%;
  text-align: right;
}

.list_item img {
  width: 80%;
  height: auto;

  border-radius: 300px;
  border: solid 5px purple;

  box-sizing: border-box;
}

/*---------------------------- logos ----------------------------*/

.partner_listing {
  padding-top: 30px;
}

.partner_listing .partner_item {
  box-sizing: border-box;
}

.partner_listing .partner_item a:hover {
  opacity: 0.8;
}

.partner_listing .partner_item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*---------------------------- blog ----------------------------*/

.hb.lrg_pad {
  padding: 120px 0;
  padding-top: 30px;
}

.home_blog {
}

.home_bpost {
  float: left;
  width: 33.33333333%;

  padding: 0 35px;
  box-sizing: border-box;
}

.home_bpost_inner {
}

.home_bdets {
}

.home_bdets ul {
  margin: 0;
  padding: 0;

  margin-top: 10px;
}

.home_bdets ul li {
  margin: 0;
  padding: 0;

  display: block;
  list-style: none;

  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.home_bdets ul li:first-child {
  margin-bottom: 5px;
}

.bhome_cont {
  padding: 20px;
  box-sizing: border-box;
}

.bhome_cont h3 {
  text-transform: uppercase;
  margin: 0;
  font-size: 28px;
}

.bhome_cont p {
  font-size: 16px;
}

.bhome_cont a.blue_button {
  padding: 10px 35px 13px 35px;
  font-size: 17px;
  line-height: 15px;
  float: right;
  margin: 10px 0px;
}

/*---------------------------- about page ----------------------------*/

.full_image_section.purple .lcol {
  width: 45%;
}

.full_image_section.purple .rcol {
  width: 45%;
}

.white_colour a {
  color: white;
}

/*---------------------------- prod ----------------------------*/

.scol.shop {
  width: 70%;
}

.prod_listing {
}

.prod_item {
  padding-bottom: 60px;
  margin-bottom: 60px;

  border-bottom: solid 1px #e2dee2;
}

.prod_item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.prod_img {
  float: left;
  width: 35%;
}

.prod_img img {
  width: 100%;
  height: auto;
}

.prod_cont {
  float: right;
  width: 60%;
}

.prod_cont .blue_button {
  padding: 0 30px;
  text-transform: uppercase;

  display: inline-block;
  margin-top: 20px;

  border-radius: 20px;
  line-height: 32px;

  color: white;
  background-color: #19d5d3;

  font-size: 16px;
  font-weight: bold;

  float: none;

  text-align: center;
}

.prod_cont .blue_button:hover {
  background-color: #08c2c0;
}

/*---------------------------- faq ----------------------------*/

#accordion {
  width: 80%;
  margin: auto;

  margin-bottom: 80px;
}

#accordion h3 {
  font-size: 20px;
  cursor: pointer;

  box-sizing: border-box;
  padding-left: 60px;

  font-weight: bold;

  position: relative;
}

#accordion h3:focus {
  outline: none;
}

#accordion h3 span.border_acc {
  display: block;
  padding-bottom: 20px;
  border-bottom: solid 1px #e2dee2;
}

#accordion h3:before {
  content: "\f107";
  font-family: fontAwesome;

  position: absolute;
  left: 0px;
  top: 0px;

  font-size: 28px;
  width: 35px;
  height: 35px;

  line-height: 37px;
  border-radius: 40px;

  text-align: center;

  background-color: #19d5d3;
  color: white;

  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#accordion h3.ui-state-active:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#accordion .accordion_content {
  padding-bottom: 20px;

  box-sizing: border-box;
  padding-left: 60px;
  padding-top: 10px;
}

/*---------------------------- donate ----------------------------*/

.donation_split {
  position: relative;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.donation_split .relly_inside {
  position: relative;
  z-index: 999;

  width: 60%;
  margin: auto;
}

.top_donate_item h3,
.top_donate_item h4 {
  margin: 0;
}

.top_donate_item h3 {
  margin-bottom: 20px;
  font-size: 80px;
  margin-top: 15px;
}

.top_donate_item h4 {
}

.donation_split .rcol,
.donation_split .lcol {
  min-height: 350px;

  background-size: cover;
  background-repeat: no-repeat;
}

.donation_split .rcol {
}

.donation_split .lcol {
}

.fund_steps_container {
}

.funds_steps_item {
  float: left;
  width: 50%;

  padding-left: 5%;
  padding-right: 5%;

  padding-bottom: 60px;

  box-sizing: border-box;
}

.funds_steps_item .step_number {
  display: inline-block;

  font-size: 32px;

  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 80px;

  text-align: center;

  background-color: #922c8d;
  color: white;
}

.white_text .blue_colour {
  color: #28ebe9;
}

.balloon_prices {
  margin-top: 40px;
}

.balloon_price {
  float: left;
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  display: block;

  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.balloon_price:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.balloon_price img {
  width: 100%;
  height: auto;
}

.tooltip {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 18px;
  background-color: #92218c;
  color: white;

  border-radius: 10px;

  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0;

  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tooltip:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;

  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);

  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #92218c transparent;
}

.tooltip p:last-child {
  margin-bottom: 0;
}

.balloon_price:hover .tooltip {
  opacity: 1;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

/*---------------------------- sub page ----------------------------*/

.attachment-subpage_thumbnail {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 5px;
  background: #fff;
  background-image: url(images/diag.png);
  padding: 10px;
}
.description {
  overflow: hidden;
  margin-bottom: 10px;
}

.description a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.description h3 a {
  padding-top: 0;
}

.border {
  border-top: 1px #e9e9e9 solid;
  margin-bottom: 20px;
}

/*---------------------------- blog header ----------------------------*/

#blog_head {
  text-align: right;
  padding-bottom: 70px;
  line-height: 45px;
}

.sres {
  font-style: italic;
}

#searchbox {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}

#searchbox form {
  width: 100%;
  box-sizing: border-box;
}

.is_webkit select {
  /* Tweaks for Safari + Chrome. */
}

select {
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid;
  border: none;
  color: #000;
  outline: 0;
  padding: 6px;
  font-size: 12px;

  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}

h2.btitle {
  font-size: 22px;
  text-transform: uppercase;
  width: 45%;
  float: left;
  background-color: white;
  color: #125a68;
  text-align: center;
}

/*---------------------------- blog layout ----------------------------*/

.blog #main {
  margin-top: 150px;
}

article {
  background-color: white;
  margin-bottom: 40px;
}

.blog_feature {
  float: left;
  width: 35%;

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  min-height: 300px;
}

.blog_content {
  padding: 40px 20px;
  box-sizing: border-box;

  float: right;
  width: 60%;
}

.blog_content a.blue_button {
  padding: 10px 35px;
  font-size: 17px;
  line-height: 15px;
  float: right;
  margin-top: 20px;
}

.blog_content h3 {
  margin: 0;
}

.date_box p {
  margin: 0;
  padding: 0;
  text-shadow: none;
  position: relative;
  top: 2px;
}

.date_box {
  background-color: #e9e9e9;

  padding: 10px;
  height: 18px;

  margin-bottom: 20px;
  margin-top: 10px;
}

.date_box a {
  font-style: italic;
}

.search .date_box .stats {
  font-size: 20px;
}

.date_box .stats {
  float: left;
}

.date_box .date {
  float: right;
  text-align: right;
}

#info_box {
  background-color: #8c1016;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px;
}

#info_box h2,
#info_box h5 {
  color: white;
  text-shadow: none;
  margin: 5px;
}

/*---------------------------- single post ----------------------------*/

.single #main {
  margin-top: 230px;
}

.single article {
  background-color: transparent;
}

.single .feature {
  margin-bottom: 20px;
}

/*---------------------------- blog dets ----------------------------*/

.bdets {
  padding: 0 0 10px 0;
  margin-bottom: 10px;
}

.bdets {
  font-size: 12px;
  text-transform: uppercase;
}

.bdets ul {
  margin: 0;
  padding: 0;
}

.bdets ul li {
  margin: 0;
  padding: 0;

  list-style: none;
}

.bdets ul li a {
  margin: 0 5px;
}

.bdets ul li a:first-child {
  margin-left: 0;
}

/*---------------------------- navigation ----------------------------*/

.navigation {
  display: block;
  margin-bottom: 20px;
  font-size: 80%;
  padding-top: 20px;
  margin-top: 20px;
  width: 100%;
}

.nav-prev,
.nav-next {
  width: 45%;
}

.nav-prev {
  float: left;
  text-align: right;
}

.nav-next {
  float: right;
  text-align: left;
}

.nav-prev a,
.nav-next a {
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #736b7c;
  display: inline-block;

  cursor: pointer;
}

.nav-prev a {
  padding-left: 50px;
}
.nav-next a {
  padding-right: 50px;
}

.nav-prev a:before,
.nav-next a:after {
  font-family: fontAwesome;
  font-size: 28px;
  position: absolute;
  color: #922c8e;
}

.nav-prev a:before {
  content: "\f104";
  left: 0px;
}

.nav-next a:after {
  content: "\f105";
  right: 0px;
}

/*---------------------------- comments ----------------------------*/

div#comments {
  position: relative;
}

#comments textarea {
  width: 600px;
}

#comments .author {
  float: left;
  font-weight: bold;
  line-height: 30px;
}

#comments .time {
  color: #a5a5a5;
  float: right;
}

#comments em {
  padding-bottom: 15px;
  display: block;
}

#comments #comments_num {
  position: absolute;
  left: -260px;
  top: 0;
  margin: 0;
}

article #comments #comments_num {
  display: none;
}

#comments .commentlist {
  margin: 0;
  padding: 0;
}

#comments .comment {
  padding-bottom: 5px;
  border-top: solid 1px #cfcfcf;
  list-style: none;
  padding-bottom: 5px;
}

#comments #respond {
  margin-top: 20px;
}

#comments input {
  padding: 5px;
}

#comments .avatar {
  margin-right: 10px;
  float: left;
}

#comments .children {
  padding-left: 0;
}

#comments .children li {
  margin-left: 60px;
}

p.author,
p.time {
  margin-bottom: 0;
}

.commentlist li {
}

.commentlist li:before {
  content: " ";
  padding: 0;
}

/*---------------------------- buttons ----------------------------*/

input:hover,
input:focus,
input:active,
textarea:hover,
textarea:focus,
textarea:active {
  outline: #04e8c2;
}

#Searchform,
#cat {
  display: inline-block;
  position: relative;

  width: 120px;

  padding-left: 5px;
  padding-right: 25px;
  padding-top: 3px;
  padding-bottom: 3px;

  background-image: url(images/search.png);
  background-position: 125px 5px;
  background-repeat: no-repeat;

  font-size: 12px;
}

#cat {
  padding-top: 6px;
  padding-bottom: 4px;
  background-image: url(images/drop.png);
  background-repeat: no-repeat;
  background-position: right 11px;

  width: 140px;

  font-size: 12px;
}

/*---------------------------- footer ----------------------------*/

.foot_col {
  float: left;
  width: 25%;
}

.foot_col.logo {
  text-align: left;
}

.foot_col.logo img {
  width: 70%;
}

.foot_col.one,
.foot_col.two,
.foot_col.three {
  padding: 0 10px;
  box-sizing: border-box;
}

.foot_col ul {
  margin: 0;
  padding: 0;
}

.foot_col ul li {
  margin: 0;
  padding: 0;

  list-style: none;
  line-height: 30px;
}

.foot_col ul li a {
  display: inline-block;
  color: #736b7c;
}

.foot_col ul li a:hover {
  color: #9e409a;
}

.foot_col.one ul {
  margin-bottom: 56px;
}

.foot_col.one ul li {
  margin-bottom: 4px;
}

.foot_col.one ul li a {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 17px;

  font-weight: bold;

  color: #9e409a;

  display: inline-block;
  padding-bottom: 1px;

  border-bottom: solid 1px #9e409a;
}

.foot_col.one ul li a:hover {
  color: #4c2d73;
  border-bottom: solid 1px #4c2d73;
}

.foot_col.one .foot_email {
  color: #736b7c;
}

.bfoot {
  float: left;
  width: 25%;
}

.bfoot.one {
  text-align: left;
}

.bfoot.one p {
  margin-top: 20px;
}

.bfoot.two {
  text-align: center;
  width: 50%;
}

.bfoot.two p:first-child {
  margin-top: 10px;
}

.bfoot.three {
  text-align: right;
}

.bfoot.three img {
  width: 60%;
}

#foot_wrap {
  text-align: center;
  position: relative;
  z-index: 2;

  background-color: white;
  border: solid 1px #d7d7d7;
  padding-left: 15px;
  padding-right: 15px;
}

footer {
  padding-top: 20px;
  overflow: hidden;
  padding-bottom: 20px;
}

footer p {
  margin: 0;
}

footer li a {
  text-decoration: none;
  color: #231f20;
  font-family: nimbus-sans;
}

footer .social a {
  font-weight: bold;
  color: #231f20;
}

footer p {
  color: #231f20;
}

footer a:hover {
}

.foot_col img,
.bfoot img {
  width: 100%;
  height: auto;
}

/*---------------------------- form ----------------------------*/

span.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  -webkit-transition-property: -webkit-box-shadow, background;
  -webkit-transition-duration: 0.25s;

  padding: 10px 5px;

  border: none;
  border-radius: 0;

  box-sizing: border-box;
  border: solid 1px #000000;

  margin-bottom: 10px;

  color: #000000;

  font-size: 15px;
  line-height: 21px;
}

.wpcf7 .watermark {
  color: #000000 !important;
}

::-webkit-input-placeholder {
  color: #000000 !important;
}

:-moz-placeholder {
  color: #000000 !important;
}

::-moz-placeholder {
  color: #000000 !important;
}

:-ms-input-placeholder {
  color: #000000 !important;
}

.wpcf7-form {
}

.wpcf7-form .wpcf7-validation-errors,
.wpcf7-form .wpcf7-mail-sent-ok,
.wpcf7-form .wpcf7-mail-sent-ng {
  margin: 0;
  padding: 10px;

  border: none;
  text-shadow: none;
  font-size: 16px;
}

.wpcf7-form .wpcf7-validation-errors {
  background-color: #125a68;
  color: #fff;
}

.wpcf7-form .wpcf7-mail-sent-ok {
  background-color: #125a68;
  color: #fff;
}

.wpcf7-form .wpcf7-mail-sent-ng {
  background-color: #125a68;
  color: #fff;
}
.wpcf7-form span.wpcf7-not-valid-tip {
  border: none;
  background-color: transparent !important;
  color: #125a68 !important;
  width: auto !important;
  right: 15px;
  left: auto !important;
  font-size: 24px;
  top: 30% !important;
  position: absolute;
}

.ajax-loader {
  display: none;
}

.wpcf7-form-control-wrap.event {
  margin-right: 5px;
}

/*---------------------------- responsive ----------------------------*/

@media screen and (max-width: 1300px) {
  .xsmall_pad {
    padding: 20px 10px;
    box-sizing: border-box;
  }

  .small_pad {
    padding: 40px 10px;
    box-sizing: border-box;
  }

  .med_pad {
    padding: 60px 10px;
    box-sizing: border-box;
  }

  .lrg_pad {
    padding: 80px 10px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1250px) {
  nav ul li {
    margin: 0 15px;
  }

  .foot_col.one .foot_email {
    font-size: 14px;
  }
}

@media screen and (max-width: 1150px) {
  header {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 53px;
    box-sizing: border-box;
  }

  a#logo {
    left: 10px;
    top: -25px;
    width: 80px;
  }

  a#logo:hover {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px);
  }

  nav ul {
    line-height: 38px;
  }

  nav ul li a.sf-with-ul:before {
    bottom: -7px;
  }

  nav ul li ul {
    top: 50px;
  }

  .donate {
    margin-top: 3.5px;
    margin-right: 10px;
  }

  .etched_image .lcol p {
    font-size: 18px;
  }

  #main {
    margin-left: 10px;
    margin-right: 10px;
  }

  .large_balloon_content h1 {
    font-size: 60px;
  }

  .large_balloon_content h2 {
    font-size: 54px;
  }

  .large_balloon_content h2.yellowtail_font {
    font-size: 40px;
  }

  .large_balloon_content h1.margtop_small {
    margin-top: 90px;
    font-size: 90px;
  }

  .steps {
    width: 100%;
  }

  .link_items {
    justify-content: center;
  }

  .link_items .item {
    width: 40%;
    padding: 2rem;
  }

  .link_items .item:nth-child(n + 3) {
    margin: 2rem 1.3% 0;
  }

  .feature_item .home_bpost {
    width: 50%;
  }

  .feature_item .home_bpost:nth-child(n + 3) {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 1060px) {
  nav {
    margin: 0 0 0 18%;

    width: 65%;
  }

  .hero {
    height: 70vw;
  }
}

@media screen and (max-width: 1024px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 13px;
  }

  .xsmall_pad {
    padding: 15px 10px;
    box-sizing: border-box;
  }

  .small_pad {
    padding: 20px 10px;
    box-sizing: border-box;
  }

  .med_pad {
    padding: 30px 10px;
    box-sizing: border-box;
  }

  .lrg_pad {
    padding: 40px 10px;
    box-sizing: border-box;
  }

  .lrg_pad.top {
    padding-top: 100px;
  }

  .home_bpost {
    padding: 0 5px;
  }

  .blog #main {
    margin-top: 70px;
  }

  .count_parent {
    font-size: 60px;
  }

  nav#full_nav {
    display: none;
  }

  .res_menu {
    display: block;
    position: fixed;
    width: 100%;
    top: -200px;
    left: 0;
    z-index: 100;

    height: 0;
    max-height: 0;
    width: 100%;
    overflow: hidden;

    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .res_menu.anime {
    top: 53px;
    height: 100%;
    max-height: 650px;

    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .res_menu_inner {
    background-color: whitesmoke;
  }

  #menu-btn {
    display: block;
    width: 34px;
    height: 34px;

    position: fixed;
    right: 10px;
    top: 9px;

    background-color: #93268f;
    z-index: 99999;

    text-align: center;
    line-height: 36px;
    color: white;
    font-size: 27px;

    overflow: hidden;
    cursor: pointer;

    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  #menu-btn i {
    position: relative;
    top: -3px;
    left: 0.5px;
  }

  .dark_text_shadow {
    text-shadow: 0px 0px #5f105c, 1px 1px #5f105c, 2px 2px #5f105c,
      3px 3px #5f105c, 4px 4px #5f105c, 5px 5px #5f105c, 6px 6px #5f105c,
      7px 7px #5f105c, 8px 8px #5f105c, 9px 9px #5f105c, 10px 10px #5f105c,
      11px 11px #5f105c, 12px 12px #5f105c, 13px 13px #5f105c, 14px 14px #5f105c,
      15px 15px #5f105c, 16px 16px #5f105c, 17px 17px #5f105c, 18px 18px #5f105c,
      19px 19px #5f105c, 20px 20px #5f105c, 21px 21px #5f105c, 22px 22px #5f105c,
      23px 23px #5f105c, 24px 24px #5f105c, 25px 25px #5f105c, 26px 26px #5f105c,
      27px 27px #5f105c, 28px 28px #5f105c, 29px 29px #5f105c, 30px 30px #5f105c,
      31px 31px #5f105c, 32px 32px #5f105c, 33px 33px #5f105c, 34px 34px #5f105c,
      35px 35px #5f105c, 36px 36px #5f105c, 37px 37px #5f105c, 38px 38px #5f105c,
      39px 39px #5f105c, 40px 40px #5f105c, 41px 41px #5f105c, 42px 42px #5f105c;
  }

  .dark_text_shadow.anime:hover,
  .dark_text_shadow.anime {
    background-color: #5f105c !important;
    text-shadow: 0px 0px #93268f, 1px 1px #93268f, 2px 2px #93268f,
      3px 3px #93268f, 4px 4px #93268f, 5px 5px #93268f, 6px 6px #93268f,
      7px 7px #93268f, 8px 8px #93268f, 9px 9px #93268f, 10px 10px #93268f,
      11px 11px #93268f, 12px 12px #93268f, 13px 13px #93268f, 14px 14px #93268f,
      15px 15px #93268f, 16px 16px #93268f, 17px 17px #93268f, 18px 18px #93268f,
      19px 19px #93268f, 20px 20px #93268f, 21px 21px #93268f, 22px 22px #93268f,
      23px 23px #93268f, 24px 24px #93268f, 25px 25px #93268f, 26px 26px #93268f,
      27px 27px #93268f, 28px 28px #93268f, 29px 29px #93268f, 30px 30px #93268f,
      31px 31px #93268f, 32px 32px #93268f, 33px 33px #93268f, 34px 34px #93268f,
      35px 35px #93268f, 36px 36px #93268f, 37px 37px #93268f, 38px 38px #93268f,
      39px 39px #93268f, 40px 40px #93268f, 41px 41px #93268f, 42px 42px #93268f;
  }

  .social.full {
    display: none;
  }

  .social.res {
    position: relative;
    top: 0;
    right: inherit;

    text-align: center;
    z-index: 150;
  }

  .social.res li {
    display: inline-block;
  }

  .donate {
    margin-right: 60px;
  }

  #res_nav {
    margin: 0;
    position: relative;
    width: 100%;
  }

  #res_nav ul {
    margin: 0;
    padding: 0;

    text-align: center;
  }

  #res_nav ul li {
    padding: 0 10px;
    margin: 0;

    display: block;

    list-style: none;

    position: relative;
  }

  #res_nav ul li a {
    color: #000000;

    text-decoration: none;

    font-weight: bold;

    font-size: 15px;

    display: block;
    line-height: 30px;

    text-transform: uppercase;
  }

  #res_nav ul li.current_page_item a,
  .current_page_parent a {
    color: #932d8e;
  }

  #res_nav ul li a:hover {
    color: #932d8e;
  }

  #res_nav ul li a.sf-with-ul {
    margin-bottom: 10px;
  }

  #res_nav ul li a.sf-with-ul:before {
    content: "\f0d7";
    font-family: fontAwesome;

    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 15px;

    font-size: 20px;
    color: #92258e;
  }

  #res_nav ul li ul {
    margin: 0;
    padding: 0 10px;

    box-sizing: border-box;

    display: none;

    position: relative;
    top: 0;
    left: 0;

    width: 100%;

    background-color: white;
  }

  #res_nav ul li ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }

  #res_nav ul li ul li {
    margin: 0;
    padding: 0;

    display: block;
    vertical-align: middle;

    float: none;
    width: 100%;

    text-align: center;
  }

  #res_nav ul li ul li a {
    font-size: 15px;
    display: block;

    line-height: 18px;
    padding: 10px 0;

    box-sizing: border-box;
  }

  #res_nav ul li ul li ul a:after {
    content: "";
    display: none;
  }

  #res_nav ul li ul li a.sf-with-ul:before {
    top: 25px;
  }

  #res_nav ul li ul li ul {
    background-color: #19d5d3;
    color: white;
  }

  #res_nav ul li ul li ul li {
  }

  #res_nav ul li ul li ul li a {
    padding: 10px 0 !important;
    color: white;
  }

  .list_item img {
    width: 60%;
  }

  .steps {
    background-image: none;
  }

  .steps:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }

  .step.one,
  .step.two,
  .step.three,
  .step.four,
  .step.five {
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
    width: 50%;
    float: left;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 950px) {
  .challenge_section {
    padding: 80px 0 50px 0;
  }

  .challenge_section .resb {
    display: block;
    width: 75%;
    margin: auto;

    display: block;
  }

  .challenge_section .fullb {
    display: none;
  }

  .challenge_button {
    display: block;
  }

  .challenge_button.one {
    position: relative;
    left: 0;
    bottom: 0;
    margin-bottom: 20px;
    margin-top: 40px;
  }

  .challenge_button.two {
    position: relative;
    left: 0;
    bottom: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    margin-bottom: 20px;
  }

  .challenge_button.three {
    position: relative;
    right: inherit;
    bottom: 0;
    margin-bottom: 20px;
    left: 0;
  }

  .foot_col {
    width: 50%;
    text-align: center;
  }

  .foot_col.logo img {
    width: 50%;
    margin: auto;
  }

  .foot_col.logo {
    text-align: center;
  }

  .foot_col.one,
  .foot_col.two {
    margin-bottom: 50px;
  }

  .link_items .item {
    width: 25rem;
    padding: 2rem;
  }

  .link_items .item:nth-child(n + 2) {
    margin: 2rem auto 0;
  }
}

@media screen and (max-width: 800px) {
  #full_nav {
    display: none;
  }

  .home_back_container {
    display: none;
  }

  .home_bpost {
    width: 100%;

    padding: 0 10px;
    padding-bottom: 15px;
  }

  .full_image_section.purple .rcol,
  .full_image_section.purple .lcol {
    width: 100%;
  }

  .full_image_section.purple .lcol {
    margin-bottom: 40px;
  }

  .lcol {
    width: 100%;
  }

  .rcol {
    width: 100%;
  }

  .scol {
    margin: 0;
    width: 100%;
  }

  #page.scol {
    margin-top: 160px;
  }

  .scol.shop {
    width: 100%;
  }

  .donation_split .relly_inside {
    width: 100%;
    text-align: center;
  }

  .prod_item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .bfoot.one,
  .bfoot.two,
  .bfoot.three {
    float: left;
    width: 100%;
    text-align: center;
  }

  .bfoot.one p {
    margin: 0;
  }

  .bfoot.two {
    margin: 20px 0;
  }

  .bfoot.three img {
    max-width: 220px;
  }

  .partner_listing .partner_item {
    padding: 0 10px;
    width: 25%;
  }
}

@media screen and (max-width: 750px) {
  .large_balloon img {
    max-width: 520px;
  }

  .lrg_pad.balloon {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .large_balloon_content h2 {
    font-size: 40px;
  }

  .large_balloon_content h1 {
    font-size: 42px;
  }

  .large_balloon .margtop_lrg {
    margin-top: 50px;
  }

  .large_balloon_content h2.yellowtail_font {
    font-size: 33px;
  }

  .large_balloon_content h1.margtop_small {
    margin-top: 0px;
    font-size: 50px;
  }

  .etched_image {
    display: block;
  }

  .etched_image .lcol {
    width: 100%;
  }

  .etched_image .rcol {
    width: 100%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: center;
  }

  .etched_image img {
    width: 70%;
    margin-top: 0;
  }

  .feature_item .home_bpost {
    width: 100%;
  }

  .acord #accordion .image {
    float: none;
    width: 100%;
    height: 40vw;
  }
}

@media screen and (max-width: 700px) {
  .balloon_price {
    width: 50%;
    float: left;
    display: block;
  }

  .blog_feature {
    display: block;
    float: none;
    width: 100%;
    min-height: 250px;
  }

  .blog_content {
    padding: 20px 10px;
    float: none;
    width: 100%;
  }

  .slide_item,
  .full_image_section {
    min-height: 300px;
  }

  .acf-map {
    width: 100%;
    height: 400px;
  }
}

@media screen and (max-width: 650px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 15px;
  }
  h6 {
    font-size: 15px;
  }

  .bhome_cont p,
  body {
    font-size: 15px;
  }

  .list_item:nth-child(even) .list_cont,
  .list_item .list_cont {
    float: none;
    width: 100%;
    text-align: left;
  }

  .list_item:nth-child(even) .list_img,
  .list_item .list_img {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }

  .relly_center {
    position: relative;

    top: 0;
    left: 0;
    width: 100%;

    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }

  .large_balloon_content {
    top: 30px;
  }

  .large_balloon img {
    max-width: 310px;
  }

  .large_balloon_content h2 {
    font-size: 23px;
  }

  .large_balloon_content h1 {
    font-size: 25px;
  }

  .large_balloon .margtop_small {
    margin-top: 26px;
  }

  .large_balloon .margtop_small h3 {
    font-size: 20px;
  }

  .large_balloon .margtop_lrg {
    margin-top: 10px;
  }

  .large_balloon_content h2.yellowtail_font {
    font-size: 16px;
  }

  .large_balloon p {
    margin: 0;
    font-size: 14px;
  }

  .large_balloon .blue_button {
    margin-top: 10px;
    padding: 0px 20px;
    font-size: 14px;
  }

  .large_balloon_content h1.margtop_small {
    margin-top: 0px;
    font-size: 32px;
  }

  .large_balloon p.greypurple_colour {
    color: #796e85;
    font-size: 10px;
    margin: 0;
  }

  #accordion {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  #accordion h3 {
    padding-left: 40px;
  }

  #accordion h3:before {
    top: 2px;
    width: 25px;
    height: 25px;
    line-height: 27px;
  }

  #accordion .accordion_content {
    padding-left: 40px;
  }

  .contact .lcol {
    float: left;
    width: 100%;
  }

  .contact .rcol {
    float: right;
    width: 100%;
  }

  .dets_wrap {
    width: 100%;
    float: none;
    border-bottom: solid 1px #ececec;
    margin-bottom: 20px;
  }

  .dets {
    border-right: none;
    padding: 0;
  }

  article .content_wrap {
    width: 100%;
    float: none;
  }

  #blog_head {
    text-align: center;
  }

  #copy {
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .prod_img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .prod_cont {
    float: none;
    width: 100%;
  }

  .calculator_inner {
    padding: 40px 10px;
  }

  .calculator_inner .lcol,
  .calculator_inner .rcol {
    width: 100%;
  }

  .calculator_inner .lcol {
    margin-bottom: 20px;
  }

  .calculator_inner .lcol input,
  .calculator_inner .rcol input {
    border-radius: 8px;
    background-position: left 10px center;
    border: solid 1px #9e99a3;
  }

  .calculator_inner .lcol input {
    padding-left: 50px;
  }

  .calculator_inner .rcol input {
    padding-left: 85px;
  }

  .top_donate_item h3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 550px) {
  .partner_listing .partner_item {
    width: 33.33333%;
    margin-top: 20px;
  }

  .step.one,
  .step.two,
  .step.three,
  .step.four,
  .step.five {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 40px;
  }

  .step:nth-child(even) .step_inner,
  .step:nth-child(odd) .step_inner {
    float: none;
  }

  .step_inner {
    margin: auto;
  }

  .step_inner p {
    text-align: left;
  }

  .step p:before {
    top: -4px;
  }

  .funds_steps_item {
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    padding-bottom: 20px;
  }

  .foot_col,
  .foot_col.one,
  .foot_col.two,
  .foot_col.three,
  .foot_col.four {
    margin: 0;
    width: 100%;

    margin-bottom: 20px;
  }

  .foot_col ul li {
    line-height: 21px;
  }

  .foot_col ul li a {
    font-size: 12px;
    line-height: 12px;
  }
}

@media screen and (max-width: 450px) {
  .balloon_price {
    width: 100%;
  }

  .balloon_price img {
    width: 80%;
  }
}
